2022-11-23T00:48:12.4055488Z Requested labels: linux.2xlarge 2022-11-23T00:48:12.4055561Z Job defined at: pytorch/pytorch/.github/workflows/_linux-build.yml@refs/heads/master 2022-11-23T00:48:12.4055606Z Waiting for a runner to pick up this job... 2022-11-23T00:48:12.9599678Z Job is about to start running on the runner: i-0699c47c119d0d7a1 (organization) 2022-11-23T00:48:18.2512339Z Current runner version: '2.299.1' 2022-11-23T00:48:18.2517818Z Runner name: 'i-0699c47c119d0d7a1' 2022-11-23T00:48:18.2518194Z Runner group name: 'Default' 2022-11-23T00:48:18.2518671Z Machine name: 'ip-10-0-3-183' 2022-11-23T00:48:18.2520113Z ##[group]GITHUB_TOKEN Permissions 2022-11-23T00:48:18.2520668Z Actions: write 2022-11-23T00:48:18.2520875Z Checks: write 2022-11-23T00:48:18.2521080Z Contents: write 2022-11-23T00:48:18.2521276Z Deployments: write 2022-11-23T00:48:18.2521490Z Discussions: write 2022-11-23T00:48:18.2521700Z Issues: write 2022-11-23T00:48:18.2521887Z Metadata: read 2022-11-23T00:48:18.2522105Z Packages: write 2022-11-23T00:48:18.2522312Z Pages: write 2022-11-23T00:48:18.2522506Z PullRequests: write 2022-11-23T00:48:18.2522742Z RepositoryProjects: write 2022-11-23T00:48:18.2522971Z SecurityEvents: write 2022-11-23T00:48:18.2523172Z Statuses: write 2022-11-23T00:48:18.2523378Z ##[endgroup] 2022-11-23T00:48:18.2526346Z Secret source: Actions 2022-11-23T00:48:18.2526743Z Prepare workflow directory 2022-11-23T00:48:18.9113858Z Prepare all required actions 2022-11-23T00:48:18.9279365Z Getting action download info 2022-11-23T00:48:19.1650130Z Download action repository 'pytorch/test-infra@main' (SHA:c57ff4d9a93667a5571a80a0e92c3e2674aeedfd) 2022-11-23T00:48:19.4162977Z Download action repository 'pytorch/pytorch@master' (SHA:1cfd3858ac54fe3883534309081631a0a892ba3f) 2022-11-23T00:48:26.4369569Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-11-23T00:48:26.6866668Z Getting action download info 2022-11-23T00:48:26.8402744Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-11-23T00:48:27.0171060Z Uses: pytorch/pytorch/.github/workflows/_linux-build.yml 2022-11-23T00:48:27.0172624Z ##[group] Inputs 2022-11-23T00:48:27.0172916Z build-environment: linux-focal-py3.7-clang10-onnx 2022-11-23T00:48:27.0173233Z docker-image-name: pytorch-linux-focal-py3-clang10-onnx 2022-11-23T00:48:27.0173811Z build-generates-artifacts: true 2022-11-23T00:48:27.0174038Z build-with-debug: false 2022-11-23T00:48:27.0174220Z sync-tag: 2022-11-23T00:48:27.0174404Z cuda-arch-list: 5.2 2022-11-23T00:48:27.0174609Z runner: linux.2xlarge 2022-11-23T00:48:27.0174933Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "default", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, ]} 2022-11-23T00:48:27.0175251Z ##[endgroup] 2022-11-23T00:48:27.0175651Z Complete job name: linux-focal-py3.7-clang10-onnx / build 2022-11-23T00:48:27.0924765Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-11-23T00:48:27.0925052Z with: 2022-11-23T00:48:27.0925530Z github-secret: *** 2022-11-23T00:48:27.0925739Z activate-with-label: false 2022-11-23T00:48:27.0925937Z label: with-ssh 2022-11-23T00:48:27.0926118Z remove-existing-keys: true 2022-11-23T00:48:27.0926317Z ##[endgroup] 2022-11-23T00:48:27.1693310Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2022-11-23T00:48:27.1871577Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-11-23T00:48:27.1871854Z with: 2022-11-23T00:48:27.1872032Z submodules: recursive 2022-11-23T00:48:27.1872250Z fetch-depth: 0 2022-11-23T00:48:27.1872431Z ##[endgroup] 2022-11-23T00:48:27.2081311Z ##[group]Run retry () { 2022-11-23T00:48:27.2081568Z retry () { 2022-11-23T00:48:27.2081799Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-11-23T00:48:27.2082017Z } 2022-11-23T00:48:27.2082193Z echo "${GITHUB_WORKSPACE}" 2022-11-23T00:48:27.2082412Z if [ -z "${NO_SUDO}" ]; then 2022-11-23T00:48:27.2082639Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T00:48:27.2082834Z else 2022-11-23T00:48:27.2083180Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T00:48:27.2083382Z fi 2022-11-23T00:48:27.2083570Z mkdir "${GITHUB_WORKSPACE}" 2022-11-23T00:48:27.2098914Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:48:27.2099161Z env: 2022-11-23T00:48:27.2099313Z NO_SUDO: 2022-11-23T00:48:27.2099483Z ##[endgroup] 2022-11-23T00:48:27.2191629Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T00:48:29.4616261Z ##[group]Run malfet/checkout@silent-checkout 2022-11-23T00:48:29.4616506Z with: 2022-11-23T00:48:29.4616686Z ref: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:48:29.4616889Z fetch-depth: 0 2022-11-23T00:48:29.4617071Z submodules: recursive 2022-11-23T00:48:29.4617259Z quiet-checkout: true 2022-11-23T00:48:29.4617445Z repository: pytorch/pytorch 2022-11-23T00:48:29.4617780Z token: *** 2022-11-23T00:48:29.4617952Z ssh-strict: true 2022-11-23T00:48:29.4618133Z persist-credentials: true 2022-11-23T00:48:29.4618320Z clean: true 2022-11-23T00:48:29.4618483Z lfs: false 2022-11-23T00:48:29.4618655Z set-safe-directory: true 2022-11-23T00:48:29.4618850Z ##[endgroup] 2022-11-23T00:48:29.5751901Z Syncing repository: pytorch/pytorch 2022-11-23T00:48:29.5754003Z ##[group]Getting Git version info 2022-11-23T00:48:29.5754677Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-11-23T00:48:29.5755419Z [command]/usr/bin/git version 2022-11-23T00:48:29.5755733Z git version 2.37.1 2022-11-23T00:48:29.5756786Z ##[endgroup] 2022-11-23T00:48:29.5772755Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/1f3c7740-e2b3-4a9b-812c-cf9bd1489be0' before making global git config changes 2022-11-23T00:48:29.5773359Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T00:48:29.5774028Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T00:48:29.5808516Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-11-23T00:48:29.5813097Z ##[group]Initializing the repository 2022-11-23T00:48:29.5816217Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T00:48:29.6014248Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-11-23T00:48:29.6014829Z hint: is subject to change. To configure the initial branch name to use in all 2022-11-23T00:48:29.6015170Z hint: of your new repositories, which will suppress this warning, call: 2022-11-23T00:48:29.6015390Z hint: 2022-11-23T00:48:29.6015818Z hint: git config --global init.defaultBranch 2022-11-23T00:48:29.6016161Z hint: 2022-11-23T00:48:29.6016634Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-11-23T00:48:29.6017281Z hint: 'development'. The just-created branch can be renamed via this command: 2022-11-23T00:48:29.6017702Z hint: 2022-11-23T00:48:29.6018051Z hint: git branch -m 2022-11-23T00:48:29.6018679Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-11-23T00:48:29.6025564Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-11-23T00:48:29.6053903Z ##[endgroup] 2022-11-23T00:48:29.6054541Z ##[group]Disabling automatic garbage collection 2022-11-23T00:48:29.6057600Z [command]/usr/bin/git config --local gc.auto 0 2022-11-23T00:48:29.6085118Z ##[endgroup] 2022-11-23T00:48:29.6085702Z ##[group]Setting up auth 2022-11-23T00:48:29.6092075Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-11-23T00:48:29.6121206Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-11-23T00:48:29.6364319Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T00:48:29.6392651Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-11-23T00:48:29.6635166Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-11-23T00:48:29.6675673Z ##[endgroup] 2022-11-23T00:48:29.6676347Z ##[group]Fetching the repository 2022-11-23T00:48:29.6682528Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --quiet --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2022-11-23T00:49:18.9263643Z [command]/usr/bin/git rev-parse --verify --quiet 1cfd3858ac54fe3883534309081631a0a892ba3f^{object} 2022-11-23T00:49:18.9290545Z 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:49:18.9294521Z ##[endgroup] 2022-11-23T00:49:18.9295108Z ##[group]Determining the checkout info 2022-11-23T00:49:18.9295947Z ##[endgroup] 2022-11-23T00:49:18.9296490Z ##[group]Checking out the ref 2022-11-23T00:49:18.9300570Z [command]/usr/bin/git checkout --quiet --force 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:49:20.2010268Z ##[endgroup] 2022-11-23T00:49:20.2010882Z ##[group]Setting up auth for fetching submodules 2022-11-23T00:49:20.2016639Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-11-23T00:49:20.2061022Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-11-23T00:49:20.2088223Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-11-23T00:49:20.2114903Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-11-23T00:49:20.2140811Z ##[endgroup] 2022-11-23T00:49:20.2141172Z ##[group]Fetching submodules 2022-11-23T00:49:20.2144628Z [command]/usr/bin/git submodule sync --recursive 2022-11-23T00:49:20.2400813Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-11-23T00:49:20.2653816Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-11-23T00:49:20.2655464Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-11-23T00:49:20.2656907Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-11-23T00:49:20.2659117Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-11-23T00:49:20.2661519Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-11-23T00:49:20.2664100Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-11-23T00:49:20.2667833Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-11-23T00:49:20.2670463Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-11-23T00:49:20.2673365Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-11-23T00:49:20.2676033Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-11-23T00:49:20.2679169Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-11-23T00:49:20.2682118Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-11-23T00:49:20.2685238Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-11-23T00:49:20.2688579Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-11-23T00:49:20.2691891Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-11-23T00:49:20.2695255Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-11-23T00:49:20.2698817Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-11-23T00:49:20.2702524Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:49:20.2706407Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-11-23T00:49:20.2710389Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-11-23T00:49:20.2714318Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-11-23T00:49:20.2718534Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-11-23T00:49:20.2722700Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-11-23T00:49:20.2726941Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-11-23T00:49:20.2731319Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-11-23T00:49:20.2735813Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-11-23T00:49:20.2740456Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-11-23T00:49:20.2745293Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-11-23T00:49:20.2750172Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-11-23T00:49:20.2754973Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-11-23T00:49:20.2760074Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-11-23T00:49:20.2765057Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-11-23T00:49:20.2770272Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-11-23T00:49:20.2775498Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-11-23T00:49:20.2780872Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-11-23T00:49:20.2787692Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-11-23T00:49:20.2793369Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-11-23T00:49:20.2798972Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-11-23T00:49:20.2804836Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-11-23T00:49:20.2810825Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-11-23T00:49:20.2816880Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-11-23T00:49:20.2840610Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-11-23T00:49:20.5899045Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-11-23T00:49:20.8140821Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-11-23T00:49:21.0426700Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-11-23T00:49:21.3101370Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-11-23T00:49:21.5639397Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-11-23T00:49:23.6280432Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-11-23T00:49:29.7189586Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-11-23T00:49:30.2051971Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-11-23T00:49:30.7045621Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-11-23T00:49:32.1967461Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-11-23T00:49:33.2861558Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-11-23T00:49:34.6745061Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-11-23T00:49:39.7950617Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-11-23T00:49:40.5044738Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-11-23T00:49:41.8737161Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-11-23T00:49:43.0088341Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-11-23T00:49:43.1950862Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-11-23T00:49:43.6043634Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-11-23T00:49:43.8858781Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-11-23T00:49:44.8819250Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-11-23T00:49:45.2871911Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-11-23T00:49:45.4736248Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-11-23T00:49:45.6995979Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-11-23T00:49:47.0231124Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-11-23T00:49:47.4362906Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-11-23T00:49:47.7839575Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-11-23T00:49:56.3582452Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-11-23T00:49:57.9466863Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-11-23T00:49:58.3557584Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-11-23T00:49:58.5784998Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-11-23T00:50:03.9243605Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-11-23T00:50:04.1633021Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-11-23T00:50:04.4158210Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-11-23T00:50:05.2925335Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-11-23T00:50:05.5309789Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-11-23T00:50:05.8572773Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-11-23T00:50:06.1367564Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-11-23T00:50:06.6708651Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-11-23T00:50:08.7148742Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-11-23T00:50:09.1898410Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-11-23T00:50:11.3126476Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-11-23T00:50:11.3222267Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-11-23T00:50:11.3296503Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-11-23T00:50:11.3502128Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-11-23T00:50:11.3706002Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-11-23T00:50:11.4048667Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-11-23T00:50:11.9584340Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-11-23T00:50:11.9776021Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T00:50:12.0688266Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-11-23T00:50:12.1002776Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-11-23T00:50:12.3657613Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-11-23T00:50:12.7394581Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-11-23T00:50:12.9607486Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-11-23T00:50:13.0026369Z Submodule path 'third_party/fbgemm': checked out '4d1738b3142a6cb0c032cd639e239566010b054a' 2022-11-23T00:50:13.0040866Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:13.0042692Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:13.0044730Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:13.0046914Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:50:13.0069121Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-11-23T00:50:13.9424735Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-11-23T00:50:14.4241304Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-11-23T00:50:15.4121650Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-11-23T00:50:15.7137784Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-11-23T00:50:15.8055621Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-11-23T00:50:15.8598586Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-11-23T00:50:15.8691905Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-11-23T00:50:15.9533670Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-11-23T00:50:15.9864162Z Submodule path 'third_party/fmt': checked out '7bdf0628b1276379886c7f6dda2cef2b3b374f0b' 2022-11-23T00:50:15.9949393Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-11-23T00:50:16.0320991Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-11-23T00:50:16.0540920Z Submodule path 'third_party/gloo': checked out '4a5e339b764261d20fc409071dc7a8b8989aa195' 2022-11-23T00:50:16.0963831Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-11-23T00:50:16.1070970Z Submodule path 'third_party/ideep': checked out '5ddc65efe0428bbce2942b3ce5e3ce15239abe2f' 2022-11-23T00:50:16.1083904Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:16.1105121Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-11-23T00:50:24.0030633Z Submodule path 'third_party/ideep/mkl-dnn': checked out 'd19d0f795c60695bd32f894c6f01771b2dfbe24d' 2022-11-23T00:50:24.0047810Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:50:24.0071075Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-11-23T00:50:32.0023817Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '650085b2f3643aad05c629425983491d63b5c289' 2022-11-23T00:50:32.0120534Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-11-23T00:50:32.0250468Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-11-23T00:50:32.1103880Z Submodule path 'third_party/kineto': checked out '6c1629809068efd78a8d56b4aa479c7ec49ae562' 2022-11-23T00:50:32.1119417Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:50:32.1121189Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:50:32.1145099Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-11-23T00:50:33.2073736Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-11-23T00:50:34.2411797Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-11-23T00:50:34.2917809Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-11-23T00:50:34.3105588Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-11-23T00:50:34.3233228Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-11-23T00:50:34.4210717Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-11-23T00:50:34.6404899Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-11-23T00:50:34.6430939Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:34.6432706Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:34.6456227Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-11-23T00:50:35.1519372Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-11-23T00:50:35.9771904Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T00:50:36.0059049Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-11-23T00:50:36.0196893Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-11-23T00:50:36.0209554Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:36.0230542Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-11-23T00:50:37.8234523Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-11-23T00:50:37.8254010Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:50:37.8255967Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:50:37.8279966Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-11-23T00:50:38.2149865Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-11-23T00:50:39.0157942Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-11-23T00:50:39.0760809Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-11-23T00:50:39.0773976Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:50:39.0796023Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-11-23T00:50:39.2891630Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T00:50:39.2974870Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-11-23T00:50:39.5311522Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-11-23T00:50:39.5329792Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:39.5331732Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:39.5354939Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-11-23T00:50:39.9113152Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-11-23T00:50:40.9260413Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-11-23T00:50:40.9892021Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-11-23T00:50:40.9970086Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-11-23T00:50:41.0069101Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-11-23T00:50:41.0369695Z Submodule path 'third_party/pybind11': checked out '80dc998efced8ceb2be59756668a7e90e8bef917' 2022-11-23T00:50:41.0450162Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-11-23T00:50:41.0707776Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-11-23T00:50:41.0795450Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-11-23T00:50:41.1195281Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-11-23T00:50:41.2179005Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-11-23T00:50:41.2419578Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-11-23T00:50:41.2434745Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:41.2436568Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:41.2439734Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:41.2442606Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:41.2464562Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-11-23T00:50:42.2244416Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-11-23T00:50:42.5148416Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-11-23T00:50:43.9342758Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-11-23T00:50:44.8186941Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-11-23T00:50:44.8320499Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-11-23T00:50:44.8918773Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-11-23T00:50:44.9170665Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-11-23T00:50:44.9183182Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:50:44.9236581Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-11-23T00:50:45.1694822Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T00:50:45.2914667Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-11-23T00:50:45.2950527Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-11-23T00:50:45.3215128Z Entering 'android/libs/fbjni' 2022-11-23T00:50:45.3250790Z Entering 'third_party/FP16' 2022-11-23T00:50:45.3288078Z Entering 'third_party/FXdiv' 2022-11-23T00:50:45.3324566Z Entering 'third_party/NNPACK' 2022-11-23T00:50:45.3361543Z Entering 'third_party/QNNPACK' 2022-11-23T00:50:45.3396938Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:50:45.3433056Z Entering 'third_party/XNNPACK' 2022-11-23T00:50:45.3477475Z Entering 'third_party/benchmark' 2022-11-23T00:50:45.3512947Z Entering 'third_party/cpuinfo' 2022-11-23T00:50:45.3549419Z Entering 'third_party/cub' 2022-11-23T00:50:45.3583880Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:50:45.3623027Z Entering 'third_party/cutlass' 2022-11-23T00:50:45.3663419Z Entering 'third_party/eigen' 2022-11-23T00:50:45.3701342Z Entering 'third_party/fbgemm' 2022-11-23T00:50:45.3735765Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:45.3769342Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:45.3805316Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:45.3838865Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:50:45.3874255Z Entering 'third_party/flatbuffers' 2022-11-23T00:50:45.3911365Z Entering 'third_party/fmt' 2022-11-23T00:50:45.3946276Z Entering 'third_party/foxi' 2022-11-23T00:50:45.3980647Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:50:45.4015255Z Entering 'third_party/gloo' 2022-11-23T00:50:45.4049362Z Entering 'third_party/googletest' 2022-11-23T00:50:45.4085217Z Entering 'third_party/ideep' 2022-11-23T00:50:45.4118919Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:45.4154133Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:50:45.4194481Z Entering 'third_party/ios-cmake' 2022-11-23T00:50:45.4229398Z Entering 'third_party/ittapi' 2022-11-23T00:50:45.4263300Z Entering 'third_party/kineto' 2022-11-23T00:50:45.4297201Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:50:45.4331661Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:50:45.4366919Z Entering 'third_party/nccl/nccl' 2022-11-23T00:50:45.4402369Z Entering 'third_party/neon2sse' 2022-11-23T00:50:45.4436010Z Entering 'third_party/nlohmann' 2022-11-23T00:50:45.4472919Z Entering 'third_party/onnx' 2022-11-23T00:50:45.4521178Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:45.4555837Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:45.4592656Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:50:45.4626747Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:45.4666868Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:50:45.4699799Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:50:45.4733924Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:50:45.4773425Z Entering 'third_party/pocketfft' 2022-11-23T00:50:45.4808893Z Entering 'third_party/protobuf' 2022-11-23T00:50:45.4846683Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:45.4881081Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:45.4917376Z Entering 'third_party/psimd' 2022-11-23T00:50:45.4952246Z Entering 'third_party/pthreadpool' 2022-11-23T00:50:45.4987190Z Entering 'third_party/pybind11' 2022-11-23T00:50:45.5021300Z Entering 'third_party/python-enum' 2022-11-23T00:50:45.5055749Z Entering 'third_party/python-peachpy' 2022-11-23T00:50:45.5089740Z Entering 'third_party/python-six' 2022-11-23T00:50:45.5124880Z Entering 'third_party/sleef' 2022-11-23T00:50:45.5159132Z Entering 'third_party/tbb' 2022-11-23T00:50:45.5194924Z Entering 'third_party/tensorpipe' 2022-11-23T00:50:45.5229222Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:45.5262262Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:45.5295954Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:45.5329896Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:45.5364979Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:50:45.5401792Z Entering 'third_party/zstd' 2022-11-23T00:50:45.5445930Z ##[endgroup] 2022-11-23T00:50:45.5446535Z ##[group]Persisting credentials for submodules 2022-11-23T00:50:45.5452522Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || : 2022-11-23T00:50:45.5710851Z Entering 'android/libs/fbjni' 2022-11-23T00:50:45.5744251Z Entering 'third_party/FP16' 2022-11-23T00:50:45.5780146Z Entering 'third_party/FXdiv' 2022-11-23T00:50:45.5814920Z Entering 'third_party/NNPACK' 2022-11-23T00:50:45.5848957Z Entering 'third_party/QNNPACK' 2022-11-23T00:50:45.5884421Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:50:45.5918610Z Entering 'third_party/XNNPACK' 2022-11-23T00:50:45.5961776Z Entering 'third_party/benchmark' 2022-11-23T00:50:45.5995858Z Entering 'third_party/cpuinfo' 2022-11-23T00:50:45.6030143Z Entering 'third_party/cub' 2022-11-23T00:50:45.6064309Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:50:45.6105400Z Entering 'third_party/cutlass' 2022-11-23T00:50:45.6146009Z Entering 'third_party/eigen' 2022-11-23T00:50:45.6183047Z Entering 'third_party/fbgemm' 2022-11-23T00:50:45.6216610Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:45.6249960Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:45.6284710Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:45.6317940Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:50:45.6352076Z Entering 'third_party/flatbuffers' 2022-11-23T00:50:45.6389102Z Entering 'third_party/fmt' 2022-11-23T00:50:45.6423351Z Entering 'third_party/foxi' 2022-11-23T00:50:45.6457754Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:50:45.6492456Z Entering 'third_party/gloo' 2022-11-23T00:50:45.6526190Z Entering 'third_party/googletest' 2022-11-23T00:50:45.6560572Z Entering 'third_party/ideep' 2022-11-23T00:50:45.6594062Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:45.6630999Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:50:45.6670993Z Entering 'third_party/ios-cmake' 2022-11-23T00:50:45.6705806Z Entering 'third_party/ittapi' 2022-11-23T00:50:45.6740367Z Entering 'third_party/kineto' 2022-11-23T00:50:45.6774609Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:50:45.6807751Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:50:45.6842628Z Entering 'third_party/nccl/nccl' 2022-11-23T00:50:45.6877739Z Entering 'third_party/neon2sse' 2022-11-23T00:50:45.6911428Z Entering 'third_party/nlohmann' 2022-11-23T00:50:45.6946337Z Entering 'third_party/onnx' 2022-11-23T00:50:45.6992140Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:45.7026701Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:45.7062934Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:50:45.7096342Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:45.7134793Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:50:45.7168973Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:50:45.7202449Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:50:45.7240075Z Entering 'third_party/pocketfft' 2022-11-23T00:50:45.7273961Z Entering 'third_party/protobuf' 2022-11-23T00:50:45.7310536Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:45.7343759Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:45.7380001Z Entering 'third_party/psimd' 2022-11-23T00:50:45.7413287Z Entering 'third_party/pthreadpool' 2022-11-23T00:50:45.7446596Z Entering 'third_party/pybind11' 2022-11-23T00:50:45.7480839Z Entering 'third_party/python-enum' 2022-11-23T00:50:45.7514617Z Entering 'third_party/python-peachpy' 2022-11-23T00:50:45.7548516Z Entering 'third_party/python-six' 2022-11-23T00:50:45.7582655Z Entering 'third_party/sleef' 2022-11-23T00:50:45.7616952Z Entering 'third_party/tbb' 2022-11-23T00:50:45.7652164Z Entering 'third_party/tensorpipe' 2022-11-23T00:50:45.7686970Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:45.7721870Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:45.7754737Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:45.7788600Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:45.7821714Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:50:45.7857608Z Entering 'third_party/zstd' 2022-11-23T00:50:45.7903387Z [command]/usr/bin/git submodule foreach --recursive git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url 2022-11-23T00:50:45.8160172Z Entering 'android/libs/fbjni' 2022-11-23T00:50:45.8192819Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-11-23T00:50:45.8207588Z Entering 'third_party/FP16' 2022-11-23T00:50:45.8240013Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-11-23T00:50:45.8254589Z Entering 'third_party/FXdiv' 2022-11-23T00:50:45.8287655Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-11-23T00:50:45.8302349Z Entering 'third_party/NNPACK' 2022-11-23T00:50:45.8335199Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-11-23T00:50:45.8350233Z Entering 'third_party/QNNPACK' 2022-11-23T00:50:45.8382905Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-11-23T00:50:45.8398092Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:50:45.8430074Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-11-23T00:50:45.8444480Z Entering 'third_party/XNNPACK' 2022-11-23T00:50:45.8475569Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-11-23T00:50:45.8499944Z Entering 'third_party/benchmark' 2022-11-23T00:50:45.8532187Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-11-23T00:50:45.8546622Z Entering 'third_party/cpuinfo' 2022-11-23T00:50:45.8578955Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T00:50:45.8594012Z Entering 'third_party/cub' 2022-11-23T00:50:45.8626134Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-11-23T00:50:45.8641145Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:50:45.8673362Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-11-23T00:50:45.8692875Z Entering 'third_party/cutlass' 2022-11-23T00:50:45.8724548Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-11-23T00:50:45.8746810Z Entering 'third_party/eigen' 2022-11-23T00:50:45.8776180Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-11-23T00:50:45.8792691Z Entering 'third_party/fbgemm' 2022-11-23T00:50:45.8824131Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-11-23T00:50:45.8838449Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:45.8870037Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-11-23T00:50:45.8883500Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:45.8915419Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T00:50:45.8930532Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:45.8963267Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-11-23T00:50:45.8977367Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:50:45.9009029Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-11-23T00:50:45.9025078Z Entering 'third_party/flatbuffers' 2022-11-23T00:50:45.9056814Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-11-23T00:50:45.9072845Z Entering 'third_party/fmt' 2022-11-23T00:50:45.9106591Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-11-23T00:50:45.9122601Z Entering 'third_party/foxi' 2022-11-23T00:50:45.9154280Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-11-23T00:50:45.9168413Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:50:45.9202210Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-11-23T00:50:45.9217157Z Entering 'third_party/gloo' 2022-11-23T00:50:45.9248940Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-11-23T00:50:45.9264059Z Entering 'third_party/googletest' 2022-11-23T00:50:45.9296382Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-11-23T00:50:45.9311533Z Entering 'third_party/ideep' 2022-11-23T00:50:45.9343053Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-11-23T00:50:45.9357034Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:45.9387620Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-11-23T00:50:45.9403748Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:50:45.9435618Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-11-23T00:50:45.9456285Z Entering 'third_party/ios-cmake' 2022-11-23T00:50:45.9487192Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-11-23T00:50:45.9501587Z Entering 'third_party/ittapi' 2022-11-23T00:50:45.9533035Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-11-23T00:50:45.9547777Z Entering 'third_party/kineto' 2022-11-23T00:50:45.9580507Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-11-23T00:50:45.9595247Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:50:45.9626825Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-11-23T00:50:45.9641389Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:50:45.9673830Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-11-23T00:50:45.9690053Z Entering 'third_party/nccl/nccl' 2022-11-23T00:50:45.9722850Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-11-23T00:50:45.9737244Z Entering 'third_party/neon2sse' 2022-11-23T00:50:45.9769388Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-11-23T00:50:45.9784121Z Entering 'third_party/nlohmann' 2022-11-23T00:50:45.9816426Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-11-23T00:50:45.9832430Z Entering 'third_party/onnx' 2022-11-23T00:50:45.9865109Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-11-23T00:50:45.9891613Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:45.9923871Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T00:50:45.9937727Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:45.9969905Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T00:50:45.9986594Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:50:46.0017838Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-11-23T00:50:46.0032000Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:46.0063921Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-11-23T00:50:46.0082080Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:50:46.0113931Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T00:50:46.0127539Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:50:46.0160108Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T00:50:46.0173841Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:50:46.0205579Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-11-23T00:50:46.0224679Z Entering 'third_party/pocketfft' 2022-11-23T00:50:46.0257043Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-11-23T00:50:46.0271532Z Entering 'third_party/protobuf' 2022-11-23T00:50:46.0304309Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-11-23T00:50:46.0322118Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:46.0353960Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-11-23T00:50:46.0367822Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:46.0400603Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-11-23T00:50:46.0416360Z Entering 'third_party/psimd' 2022-11-23T00:50:46.0448514Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-11-23T00:50:46.0462241Z Entering 'third_party/pthreadpool' 2022-11-23T00:50:46.0493986Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-11-23T00:50:46.0509829Z Entering 'third_party/pybind11' 2022-11-23T00:50:46.0541324Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-11-23T00:50:46.0556013Z Entering 'third_party/python-enum' 2022-11-23T00:50:46.0587931Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-11-23T00:50:46.0601833Z Entering 'third_party/python-peachpy' 2022-11-23T00:50:46.0633922Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-11-23T00:50:46.0647980Z Entering 'third_party/python-six' 2022-11-23T00:50:46.0679636Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-11-23T00:50:46.0693946Z Entering 'third_party/sleef' 2022-11-23T00:50:46.0725490Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-11-23T00:50:46.0739983Z Entering 'third_party/tbb' 2022-11-23T00:50:46.0772626Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-11-23T00:50:46.0788723Z Entering 'third_party/tensorpipe' 2022-11-23T00:50:46.0821605Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-11-23T00:50:46.0836210Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:46.0868138Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-11-23T00:50:46.0882152Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:46.0914867Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-11-23T00:50:46.0928475Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:46.0961502Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-11-23T00:50:46.0975759Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:46.1007117Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-11-23T00:50:46.1021509Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:50:46.1052916Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-11-23T00:50:46.1070707Z Entering 'third_party/zstd' 2022-11-23T00:50:46.1102208Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-11-23T00:50:46.1818812Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-11-23T00:50:46.2081868Z Entering 'android/libs/fbjni' 2022-11-23T00:50:46.2116817Z Entering 'third_party/FP16' 2022-11-23T00:50:46.2152292Z Entering 'third_party/FXdiv' 2022-11-23T00:50:46.2187157Z Entering 'third_party/NNPACK' 2022-11-23T00:50:46.2222331Z Entering 'third_party/QNNPACK' 2022-11-23T00:50:46.2257380Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:50:46.2292880Z Entering 'third_party/XNNPACK' 2022-11-23T00:50:46.2338196Z Entering 'third_party/benchmark' 2022-11-23T00:50:46.2372840Z Entering 'third_party/cpuinfo' 2022-11-23T00:50:46.2408870Z Entering 'third_party/cub' 2022-11-23T00:50:46.2444045Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:50:46.2483997Z Entering 'third_party/cutlass' 2022-11-23T00:50:46.2526200Z Entering 'third_party/eigen' 2022-11-23T00:50:46.2563273Z Entering 'third_party/fbgemm' 2022-11-23T00:50:46.2598586Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:46.2632738Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:46.2667288Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:46.2700676Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:50:46.2735849Z Entering 'third_party/flatbuffers' 2022-11-23T00:50:46.2772875Z Entering 'third_party/fmt' 2022-11-23T00:50:46.2809226Z Entering 'third_party/foxi' 2022-11-23T00:50:46.2844373Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:50:46.2879226Z Entering 'third_party/gloo' 2022-11-23T00:50:46.2914254Z Entering 'third_party/googletest' 2022-11-23T00:50:46.2949445Z Entering 'third_party/ideep' 2022-11-23T00:50:46.2984388Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:46.3022197Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:50:46.3062835Z Entering 'third_party/ios-cmake' 2022-11-23T00:50:46.3099823Z Entering 'third_party/ittapi' 2022-11-23T00:50:46.3135524Z Entering 'third_party/kineto' 2022-11-23T00:50:46.3170288Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:50:46.3204588Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:50:46.3241110Z Entering 'third_party/nccl/nccl' 2022-11-23T00:50:46.3275989Z Entering 'third_party/neon2sse' 2022-11-23T00:50:46.3311004Z Entering 'third_party/nlohmann' 2022-11-23T00:50:46.3348786Z Entering 'third_party/onnx' 2022-11-23T00:50:46.3394426Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:46.3429177Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:46.3466906Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:50:46.3501456Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:46.3539761Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:50:46.3574411Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:50:46.3609630Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:50:46.3648236Z Entering 'third_party/pocketfft' 2022-11-23T00:50:46.3682578Z Entering 'third_party/protobuf' 2022-11-23T00:50:46.3720712Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:46.3754993Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:46.3791895Z Entering 'third_party/psimd' 2022-11-23T00:50:46.3826059Z Entering 'third_party/pthreadpool' 2022-11-23T00:50:46.3860994Z Entering 'third_party/pybind11' 2022-11-23T00:50:46.3896358Z Entering 'third_party/python-enum' 2022-11-23T00:50:46.3930507Z Entering 'third_party/python-peachpy' 2022-11-23T00:50:46.3965907Z Entering 'third_party/python-six' 2022-11-23T00:50:46.4000229Z Entering 'third_party/sleef' 2022-11-23T00:50:46.4036500Z Entering 'third_party/tbb' 2022-11-23T00:50:46.4072740Z Entering 'third_party/tensorpipe' 2022-11-23T00:50:46.4108421Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:46.4143005Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:46.4177589Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:46.4212400Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:46.4247323Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:50:46.4286887Z Entering 'third_party/zstd' 2022-11-23T00:50:46.4333664Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-11-23T00:50:46.4589998Z Entering 'android/libs/fbjni' 2022-11-23T00:50:46.4624422Z Entering 'third_party/FP16' 2022-11-23T00:50:46.4658986Z Entering 'third_party/FXdiv' 2022-11-23T00:50:46.4694055Z Entering 'third_party/NNPACK' 2022-11-23T00:50:46.4729496Z Entering 'third_party/QNNPACK' 2022-11-23T00:50:46.4764747Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:50:46.4799644Z Entering 'third_party/XNNPACK' 2022-11-23T00:50:46.4844179Z Entering 'third_party/benchmark' 2022-11-23T00:50:46.4880061Z Entering 'third_party/cpuinfo' 2022-11-23T00:50:46.4915047Z Entering 'third_party/cub' 2022-11-23T00:50:46.4949628Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:50:46.4989818Z Entering 'third_party/cutlass' 2022-11-23T00:50:46.5029974Z Entering 'third_party/eigen' 2022-11-23T00:50:46.5065808Z Entering 'third_party/fbgemm' 2022-11-23T00:50:46.5100239Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:50:46.5134943Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:50:46.5169371Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:50:46.5203570Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:50:46.5238493Z Entering 'third_party/flatbuffers' 2022-11-23T00:50:46.5275601Z Entering 'third_party/fmt' 2022-11-23T00:50:46.5310189Z Entering 'third_party/foxi' 2022-11-23T00:50:46.5344563Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:50:46.5379830Z Entering 'third_party/gloo' 2022-11-23T00:50:46.5416048Z Entering 'third_party/googletest' 2022-11-23T00:50:46.5450764Z Entering 'third_party/ideep' 2022-11-23T00:50:46.5486012Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:50:46.5522586Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:50:46.5563268Z Entering 'third_party/ios-cmake' 2022-11-23T00:50:46.5597997Z Entering 'third_party/ittapi' 2022-11-23T00:50:46.5632704Z Entering 'third_party/kineto' 2022-11-23T00:50:46.5667444Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:50:46.5702271Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:50:46.5739479Z Entering 'third_party/nccl/nccl' 2022-11-23T00:50:46.5774881Z Entering 'third_party/neon2sse' 2022-11-23T00:50:46.5810045Z Entering 'third_party/nlohmann' 2022-11-23T00:50:46.5846094Z Entering 'third_party/onnx' 2022-11-23T00:50:46.5892528Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:50:46.5928428Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:50:46.5964889Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:50:46.6000452Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:50:46.6039657Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:50:46.6074366Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:50:46.6107331Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:50:46.6145343Z Entering 'third_party/pocketfft' 2022-11-23T00:50:46.6179432Z Entering 'third_party/protobuf' 2022-11-23T00:50:46.6217448Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:50:46.6251962Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:50:46.6288890Z Entering 'third_party/psimd' 2022-11-23T00:50:46.6324130Z Entering 'third_party/pthreadpool' 2022-11-23T00:50:46.6358167Z Entering 'third_party/pybind11' 2022-11-23T00:50:46.6393100Z Entering 'third_party/python-enum' 2022-11-23T00:50:46.6427959Z Entering 'third_party/python-peachpy' 2022-11-23T00:50:46.6461891Z Entering 'third_party/python-six' 2022-11-23T00:50:46.6496754Z Entering 'third_party/sleef' 2022-11-23T00:50:46.6531810Z Entering 'third_party/tbb' 2022-11-23T00:50:46.6569750Z Entering 'third_party/tensorpipe' 2022-11-23T00:50:46.6604885Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:50:46.6640227Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:50:46.6675632Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:50:46.6710444Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:50:46.6745040Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:50:46.6782294Z Entering 'third_party/zstd' 2022-11-23T00:50:46.6832012Z ##[endgroup] 2022-11-23T00:50:46.6872367Z [command]/usr/bin/git log -1 --format='%H' 2022-11-23T00:50:46.6898815Z '1cfd3858ac54fe3883534309081631a0a892ba3f' 2022-11-23T00:50:46.7019940Z Prepare all required actions 2022-11-23T00:50:46.7044980Z ##[group]Run ./.github/actions/setup-linux 2022-11-23T00:50:46.7045220Z ##[endgroup] 2022-11-23T00:50:46.7070156Z ##[group]Run set -euo pipefail 2022-11-23T00:50:46.7070431Z set -euo pipefail 2022-11-23T00:50:46.7070672Z function get_ec2_metadata() { 2022-11-23T00:50:46.7070940Z  # Pulled from instance metadata endpoint for EC2 2022-11-23T00:50:46.7071330Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-11-23T00:50:46.7071665Z  category=$1 2022-11-23T00:50:46.7071940Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-11-23T00:50:46.7072182Z } 2022-11-23T00:50:46.7072415Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-11-23T00:50:46.7072704Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-11-23T00:50:46.7073027Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-11-23T00:50:46.7073293Z echo "system info $(uname -a)" 2022-11-23T00:50:46.7084903Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:46.7085160Z ##[endgroup] 2022-11-23T00:50:46.7165761Z ami-id: ami-096198a0bccc6bad4 2022-11-23T00:50:46.7219171Z instance-id: i-0699c47c119d0d7a1 2022-11-23T00:50:46.7269317Z instance-type: c5.2xlarge 2022-11-23T00:50:46.7276104Z system info Linux ip-10-0-3-183.ec2.internal 4.14.252-195.483.amzn2.x86_64 #1 SMP Mon Nov 1 20:58:46 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-11-23T00:50:46.7290085Z ##[group]Run if systemctl is-active --quiet docker; then 2022-11-23T00:50:46.7290374Z if systemctl is-active --quiet docker; then 2022-11-23T00:50:46.7290621Z  echo "Docker daemon is running..."; 2022-11-23T00:50:46.7290811Z else 2022-11-23T00:50:46.7291046Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-11-23T00:50:46.7291284Z fi 2022-11-23T00:50:46.7301797Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:46.7302025Z ##[endgroup] 2022-11-23T00:50:46.7437275Z Docker daemon is running... 2022-11-23T00:50:46.7452246Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-11-23T00:50:46.7452617Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-11-23T00:50:46.7452904Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-11-23T00:50:46.7453287Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-11-23T00:50:46.7453619Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-11-23T00:50:46.7463996Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:46.7464215Z env: 2022-11-23T00:50:46.7464375Z AWS_RETRY_MODE: standard 2022-11-23T00:50:46.7464565Z AWS_MAX_ATTEMPTS: 5 2022-11-23T00:50:46.7464962Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T00:50:46.7465142Z ##[endgroup] 2022-11-23T00:50:48.3546582Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-11-23T00:50:48.3546955Z Configure a credential helper to remove this warning. See 2022-11-23T00:50:48.3547374Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-11-23T00:50:48.3547569Z 2022-11-23T00:50:48.3547808Z Login Succeeded 2022-11-23T00:50:48.3586647Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-11-23T00:50:48.3587117Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-11-23T00:50:48.3587558Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-11-23T00:50:48.3600066Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:48.3600308Z ##[endgroup] 2022-11-23T00:50:48.3692185Z Prepare all required actions 2022-11-23T00:50:48.3743170Z ##[group]Run ./.github/actions/calculate-docker-image 2022-11-23T00:50:48.3743390Z with: 2022-11-23T00:50:48.3743634Z docker-image-name: pytorch-linux-focal-py3-clang10-onnx 2022-11-23T00:50:48.3743865Z xla: false 2022-11-23T00:50:48.3744041Z skip_push: true 2022-11-23T00:50:48.3744221Z ##[endgroup] 2022-11-23T00:50:48.3794639Z ##[group]Run if [ -n "${IS_XLA}" ]; then 2022-11-23T00:50:48.3794878Z if [ -n "${IS_XLA}" ]; then 2022-11-23T00:50:48.3795140Z  echo "XLA workflow uses pre-built test image at ${XLA_IMAGE_TAG}" 2022-11-23T00:50:48.3795434Z  DOCKER_TAG=$(git rev-parse HEAD:.circleci/docker) 2022-11-23T00:50:48.3795693Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2022-11-23T00:50:48.3795993Z  echo "docker-image=${DOCKER_IMAGE_BASE}:${XLA_IMAGE_TAG}" >> "${GITHUB_OUTPUT}" 2022-11-23T00:50:48.3796240Z else 2022-11-23T00:50:48.3796476Z  DOCKER_TAG=$(git rev-parse HEAD:.circleci/docker) 2022-11-23T00:50:48.3796739Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2022-11-23T00:50:48.3797031Z  echo "docker-image=${DOCKER_IMAGE_BASE}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2022-11-23T00:50:48.3797270Z fi 2022-11-23T00:50:48.3808061Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:48.3808363Z env: 2022-11-23T00:50:48.3808521Z IS_XLA: 2022-11-23T00:50:48.3808679Z XLA_IMAGE_TAG: v0.4 2022-11-23T00:50:48.3808997Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang10-onnx 2022-11-23T00:50:48.3809299Z ##[endgroup] 2022-11-23T00:50:48.3886683Z ##[group]Run set -x 2022-11-23T00:50:48.3886951Z set -x 2022-11-23T00:50:48.3887223Z # Check if image already exists, if it does then skip building it 2022-11-23T00:50:48.3887520Z if docker manifest inspect "${DOCKER_IMAGE}"; then 2022-11-23T00:50:48.3887772Z  exit 0 2022-11-23T00:50:48.3887966Z fi 2022-11-23T00:50:48.3888198Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2022-11-23T00:50:48.3888497Z  # if we're on the base branch then use the parent commit 2022-11-23T00:50:48.3888779Z  MERGE_BASE=$(git rev-parse HEAD~) 2022-11-23T00:50:48.3889011Z else 2022-11-23T00:50:48.3889281Z  # otherwise we're on a PR, so use the most recent base commit 2022-11-23T00:50:48.3889688Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2022-11-23T00:50:48.3889928Z fi 2022-11-23T00:50:48.3890173Z # Covers the case where a previous tag doesn't exist for the tree 2022-11-23T00:50:48.3890542Z # this is only really applicable on trees that don't have `.circleci/docker` at its merge base, i.e. nightly 2022-11-23T00:50:48.3890896Z if ! git rev-parse "$MERGE_BASE:.circleci/docker"; then 2022-11-23T00:50:48.3891269Z  echo "Directory '.circleci/docker' not found in commit $MERGE_BASE, you should probably rebase onto a more recent commit" 2022-11-23T00:50:48.3891566Z  exit 1 2022-11-23T00:50:48.3891760Z fi 2022-11-23T00:50:48.3892025Z PREVIOUS_DOCKER_TAG=$(git rev-parse "$MERGE_BASE:.circleci/docker") 2022-11-23T00:50:48.3892370Z # If no image exists but the hash is the same as the previous hash then we should error out here 2022-11-23T00:50:48.3892710Z if [[ "${PREVIOUS_DOCKER_TAG}" = "${DOCKER_TAG}" ]]; then 2022-11-23T00:50:48.3893074Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2022-11-23T00:50:48.3893461Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2022-11-23T00:50:48.3893801Z  # NOTE: DOCKER_FORCE_PUSH will always be set to true for docker-builds.yml 2022-11-23T00:50:48.3894194Z  if [[ "${DOCKER_FORCE_PUSH}" != "true" ]]; then 2022-11-23T00:50:48.3894515Z  # In order to avoid a stampeding herd of jobs trying to push all at once we set it to 2022-11-23T00:50:48.3894880Z  # skip the push. If this is negatively affecting TTS across the board the suggestion 2022-11-23T00:50:48.3895241Z  # should be to run the docker-builds.yml workflow to generate the correct docker builds 2022-11-23T00:50:48.3895572Z  echo "skip_push=true" >> "${GITHUB_OUTPUT}" 2022-11-23T00:50:48.3895803Z  fi 2022-11-23T00:50:48.3895994Z fi 2022-11-23T00:50:48.3896209Z echo "rebuild=yes" >> "${GITHUB_OUTPUT}" 2022-11-23T00:50:48.3906923Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:48.3907171Z env: 2022-11-23T00:50:48.3907393Z BASE_REVISION: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:50:48.3907819Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang10-onnx:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:50:48.3908230Z DOCKER_TAG: 072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:50:48.3908462Z DOCKER_FORCE_PUSH: 2022-11-23T00:50:48.3908672Z ##[endgroup] 2022-11-23T00:50:48.3931963Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang10-onnx:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:50:48.5851668Z { 2022-11-23T00:50:48.5852092Z "schemaVersion": 2, 2022-11-23T00:50:48.5852654Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2022-11-23T00:50:48.5853228Z "config": { 2022-11-23T00:50:48.5853668Z "mediaType": "application/vnd.docker.container.image.v1+json", 2022-11-23T00:50:48.5854099Z "size": 28491, 2022-11-23T00:50:48.5854574Z "digest": "sha256:00d6b98a03273408ce85e116bdcfd6e5343adea01c433a9a4c997ffbc554cf61" 2022-11-23T00:50:48.5854998Z }, 2022-11-23T00:50:48.5855242Z "layers": [ 2022-11-23T00:50:48.5855517Z { 2022-11-23T00:50:48.5855983Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5856418Z "size": 28577834, 2022-11-23T00:50:48.5856926Z "digest": "sha256:eaead16dc43bb8811d4ff450935d607f9ba4baffda4fc110cc402fa43f601d83" 2022-11-23T00:50:48.5857400Z }, 2022-11-23T00:50:48.5857646Z { 2022-11-23T00:50:48.5858082Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5858553Z "size": 2063, 2022-11-23T00:50:48.5858984Z "digest": "sha256:e585c18f07f02f672a5689487113db4444880310dd44273b49d3bcabad1f2cf1" 2022-11-23T00:50:48.5859397Z }, 2022-11-23T00:50:48.5859661Z { 2022-11-23T00:50:48.5860094Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5860550Z "size": 310931625, 2022-11-23T00:50:48.5861061Z "digest": "sha256:bff86da9e0e8cfd1c6fe94d759aa5a9802dfb53cf6ea2ceeff48c9ede4f2b0f6" 2022-11-23T00:50:48.5861532Z }, 2022-11-23T00:50:48.5861782Z { 2022-11-23T00:50:48.5862237Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5862691Z "size": 848, 2022-11-23T00:50:48.5863140Z "digest": "sha256:b9b4771c7a021cbebff94f63eb391413305856db81877648ff4c8752c38b89f7" 2022-11-23T00:50:48.5863544Z }, 2022-11-23T00:50:48.5863807Z { 2022-11-23T00:50:48.5864233Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5864690Z "size": 79403431, 2022-11-23T00:50:48.5865355Z "digest": "sha256:6ccd31509a06deb1feaec107d96412dae4ed40e7b443e3f5fa39a6ed040bd04e" 2022-11-23T00:50:48.5865739Z }, 2022-11-23T00:50:48.5865976Z { 2022-11-23T00:50:48.5866374Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5866774Z "size": 408, 2022-11-23T00:50:48.5867234Z "digest": "sha256:0693b24c5db0ec7cfe84258cbb9aaec877eb9698564c1cf3fe449594ec507606" 2022-11-23T00:50:48.5867671Z }, 2022-11-23T00:50:48.5867906Z { 2022-11-23T00:50:48.5868343Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5869086Z "size": 107, 2022-11-23T00:50:48.5869552Z "digest": "sha256:2bdd66563be8750767ade04faff545e59e6fc3e1adf0f2b7f5117c71351422cf" 2022-11-23T00:50:48.5869989Z }, 2022-11-23T00:50:48.5870231Z { 2022-11-23T00:50:48.5870635Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5871014Z "size": 451, 2022-11-23T00:50:48.5871466Z "digest": "sha256:bbbf7f628db0f7aab6069b1c42389cbb2b93f448f66bd5fc61a1924e5d59e5fc" 2022-11-23T00:50:48.5871862Z }, 2022-11-23T00:50:48.5872079Z { 2022-11-23T00:50:48.5872498Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5872933Z "size": 1280, 2022-11-23T00:50:48.5873378Z "digest": "sha256:047f03cb7e7f5cc79b10b2d3a2410fc4e0cc79f8d8e95b24ea870d5b90bf1235" 2022-11-23T00:50:48.5873809Z }, 2022-11-23T00:50:48.5874091Z { 2022-11-23T00:50:48.5874508Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5874947Z "size": 483, 2022-11-23T00:50:48.5875377Z "digest": "sha256:525f803140880073493f4f9aa3c98d9bf8f1a77c5952ea4572a1103140976fb5" 2022-11-23T00:50:48.5875769Z }, 2022-11-23T00:50:48.5876009Z { 2022-11-23T00:50:48.5876451Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5876902Z "size": 110, 2022-11-23T00:50:48.5877344Z "digest": "sha256:23d8b5bf51b4189c3572410e95a551e95817ab6db2a00dba98f054a99e3391a1" 2022-11-23T00:50:48.5878031Z }, 2022-11-23T00:50:48.5878274Z { 2022-11-23T00:50:48.5878658Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5879071Z "size": 2613, 2022-11-23T00:50:48.5879522Z "digest": "sha256:7c420f5208314c1a3ef0018edad2be4afb69fd6f2095ec6f51a4db690c6653b2" 2022-11-23T00:50:48.5879913Z }, 2022-11-23T00:50:48.5880154Z { 2022-11-23T00:50:48.5880560Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5880957Z "size": 1959, 2022-11-23T00:50:48.5881398Z "digest": "sha256:26145de083e3674de3dc92fedaa2305277d4669b4c72c7c51e7f97fa2895481c" 2022-11-23T00:50:48.5881812Z }, 2022-11-23T00:50:48.5882049Z { 2022-11-23T00:50:48.5882493Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5882943Z "size": 1255479477, 2022-11-23T00:50:48.5883386Z "digest": "sha256:760ad11463dbbafa300a1ac8d0618b37a7800126d2e8f4f8c38d206694d7f6a4" 2022-11-23T00:50:48.5883830Z }, 2022-11-23T00:50:48.5884091Z { 2022-11-23T00:50:48.5884511Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5885142Z "size": 169, 2022-11-23T00:50:48.5885626Z "digest": "sha256:74a6df9bc8bba5f908ed33bd9f4e75cf9d6b1a3f54515bd6d5c80ce376d8e020" 2022-11-23T00:50:48.5886057Z }, 2022-11-23T00:50:48.5886264Z { 2022-11-23T00:50:48.5916192Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5916632Z "size": 466, 2022-11-23T00:50:48.5917088Z "digest": "sha256:491bc0ca09f6a9a6136863f004f0c38c366d6f9b096efb55de160ad5a22d4480" 2022-11-23T00:50:48.5917512Z }, 2022-11-23T00:50:48.5917864Z { 2022-11-23T00:50:48.5918282Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5918700Z "size": 104, 2022-11-23T00:50:48.5919099Z "digest": "sha256:8bf846ce7bc86b03ae4b0bd5ac537e48d8d2fb1dc74c135304358117de5cc6bb" 2022-11-23T00:50:48.5919480Z }, 2022-11-23T00:50:48.5919735Z { 2022-11-23T00:50:48.5920116Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5920480Z "size": 230, 2022-11-23T00:50:48.5920910Z "digest": "sha256:5cc3d452c151b2d2558f224c8e99e7dddbbfdd21972866482f2ee9487ead2fe0" 2022-11-23T00:50:48.5921321Z }, 2022-11-23T00:50:48.5921552Z { 2022-11-23T00:50:48.5921968Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5922367Z "size": 1573953, 2022-11-23T00:50:48.5922850Z "digest": "sha256:dbe7f0cee0d05c2ad8359da2ddd5cdc94c8213b794fcf29ef38ec6faef59a2f7" 2022-11-23T00:50:48.5923476Z }, 2022-11-23T00:50:48.5923721Z { 2022-11-23T00:50:48.5924132Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5924528Z "size": 1576, 2022-11-23T00:50:48.5924998Z "digest": "sha256:0ae84c1ccd5e2249d9dbc743eb3b1d65de30bf5acff84ce6c5fc1b44532fdf43" 2022-11-23T00:50:48.5925454Z }, 2022-11-23T00:50:48.5925689Z { 2022-11-23T00:50:48.5926119Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5926548Z "size": 105, 2022-11-23T00:50:48.5926947Z "digest": "sha256:21c1202e13c20667078e862762b2e8d8b6e00713c8a3798fdb1a815d96eb8823" 2022-11-23T00:50:48.5927337Z }, 2022-11-23T00:50:48.5927603Z { 2022-11-23T00:50:48.5928031Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5928477Z "size": 453, 2022-11-23T00:50:48.5928936Z "digest": "sha256:2a9372adf31b3ea127c52ebec190f7e2d167c13a34b90abf8b2f538a9c7cd2e6" 2022-11-23T00:50:48.5929377Z }, 2022-11-23T00:50:48.5929629Z { 2022-11-23T00:50:48.5930080Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5930515Z "size": 104, 2022-11-23T00:50:48.5930980Z "digest": "sha256:c67939b07b0c5b7965dc2c648504a6872ddb219ffc02f6cf0a63afa955d8c48d" 2022-11-23T00:50:48.5931398Z }, 2022-11-23T00:50:48.5931659Z { 2022-11-23T00:50:48.5932093Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5932695Z "size": 887, 2022-11-23T00:50:48.5933140Z "digest": "sha256:0d69830d7a88d6d54e21954727a971b52d876e22a10f9cd7489e416b141b8310" 2022-11-23T00:50:48.5933534Z }, 2022-11-23T00:50:48.5933808Z { 2022-11-23T00:50:48.5934236Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5934691Z "size": 121477565, 2022-11-23T00:50:48.5935134Z "digest": "sha256:90c19a787c708ce1804e1457972b01d4fb743521252f6a9dfc838b75f3ab154f" 2022-11-23T00:50:48.5935539Z }, 2022-11-23T00:50:48.5935797Z { 2022-11-23T00:50:48.5936225Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5936661Z "size": 109, 2022-11-23T00:50:48.5937075Z "digest": "sha256:10abbd02f9572c8adf966946e933639e691864b121821b3b3f30757e14c261b0" 2022-11-23T00:50:48.5937468Z }, 2022-11-23T00:50:48.5937676Z { 2022-11-23T00:50:48.5938079Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5938497Z "size": 560, 2022-11-23T00:50:48.5938955Z "digest": "sha256:a2eac5dcbaa444978eaa0b0ecf7054beaabbc1563d1c78f28ef1271910efed9f" 2022-11-23T00:50:48.5939404Z }, 2022-11-23T00:50:48.5939665Z { 2022-11-23T00:50:48.5940073Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5940606Z + exit 0 2022-11-23T00:50:48.5940852Z "size": 1154039, 2022-11-23T00:50:48.5941258Z "digest": "sha256:25f8cb3eb057ec4779065527d0e97788b996ef238e1ae2306c91739b556dcde6" 2022-11-23T00:50:48.5941643Z }, 2022-11-23T00:50:48.5941865Z { 2022-11-23T00:50:48.5942287Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5942699Z "size": 103, 2022-11-23T00:50:48.5943099Z "digest": "sha256:4a322e44b3eb9e0053604394c945966358e0c62f153d80f947ad02e95ca92b4a" 2022-11-23T00:50:48.5943495Z }, 2022-11-23T00:50:48.5943749Z { 2022-11-23T00:50:48.5944159Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5944604Z "size": 549, 2022-11-23T00:50:48.5945190Z "digest": "sha256:27665fa276f52ab1d584daad2997aaeaf8255190d2232a41dd4acb535dc76430" 2022-11-23T00:50:48.5945553Z }, 2022-11-23T00:50:48.5945792Z { 2022-11-23T00:50:48.5946200Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5946612Z "size": 219122990, 2022-11-23T00:50:48.5947021Z "digest": "sha256:50406842b61618a15ab5cb385cd418b53a0d13684d95ae7ce69833a7a7a67402" 2022-11-23T00:50:48.5947406Z }, 2022-11-23T00:50:48.5947655Z { 2022-11-23T00:50:48.5948214Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5948615Z "size": 107, 2022-11-23T00:50:48.5949045Z "digest": "sha256:497b3b628dcae848b3fa82fe3c3108f0b37f570c973a98f03d21efdc36f04a38" 2022-11-23T00:50:48.5949438Z }, 2022-11-23T00:50:48.5949690Z { 2022-11-23T00:50:48.5950101Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5950517Z "size": 1293, 2022-11-23T00:50:48.5950947Z "digest": "sha256:2277491e36b3a9e1b3283499a460bc942bac4e235a31bbc668afb4bb365ed97f" 2022-11-23T00:50:48.5951357Z }, 2022-11-23T00:50:48.5951596Z { 2022-11-23T00:50:48.5952039Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5952466Z "size": 151, 2022-11-23T00:50:48.5952901Z "digest": "sha256:bb757c2766fdf56668f80ab56d0a8f65553f080f15e726264d2d6ae210a47029" 2022-11-23T00:50:48.5953314Z }, 2022-11-23T00:50:48.5953568Z { 2022-11-23T00:50:48.5953979Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5954432Z "size": 646, 2022-11-23T00:50:48.5954885Z "digest": "sha256:218cd938022162c74b99b45bbc1de9396ccd02d60327b51fffb5342d830f3695" 2022-11-23T00:50:48.5955278Z }, 2022-11-23T00:50:48.5955521Z { 2022-11-23T00:50:48.5955897Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5956281Z "size": 108, 2022-11-23T00:50:48.5956731Z "digest": "sha256:ad7aaa905f66f652c0c1a0e9fe00bb5e2a6a85639cab3aa74b2136c49055334a" 2022-11-23T00:50:48.5957341Z }, 2022-11-23T00:50:48.5957600Z { 2022-11-23T00:50:48.5958114Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5958549Z "size": 109, 2022-11-23T00:50:48.5959007Z "digest": "sha256:a62dea8e23568daffc0bcfd761a48f2466f205b433270706a28ea8c7bbdfeee2" 2022-11-23T00:50:48.5959403Z }, 2022-11-23T00:50:48.5959643Z { 2022-11-23T00:50:48.5960060Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5960478Z "size": 102, 2022-11-23T00:50:48.5960935Z "digest": "sha256:1ff52a7cd16d6cc6df0fee97f7d6764803db3359f80c5a788c33b5db74fcef8e" 2022-11-23T00:50:48.5961342Z }, 2022-11-23T00:50:48.5961573Z { 2022-11-23T00:50:48.5961979Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5962391Z "size": 421, 2022-11-23T00:50:48.5962798Z "digest": "sha256:8351381df1227bc14f1579d47a0e7fae92bf23d7e6c6925dc0c6a9164949bd62" 2022-11-23T00:50:48.5963212Z }, 2022-11-23T00:50:48.5963469Z { 2022-11-23T00:50:48.5963881Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5964305Z "size": 111, 2022-11-23T00:50:48.5964767Z "digest": "sha256:9ba33010d1d45bcc0f86efc41cff35c20bf2796abd37b83a46821fe6905ce670" 2022-11-23T00:50:48.5965182Z }, 2022-11-23T00:50:48.5965430Z { 2022-11-23T00:50:48.5965848Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5966289Z "size": 474, 2022-11-23T00:50:48.5966719Z "digest": "sha256:1ddd20263099043d52b204799b91b4c0cfb0cc39210d3c2732c05d2e28fa38bb" 2022-11-23T00:50:48.5967134Z }, 2022-11-23T00:50:48.5967392Z { 2022-11-23T00:50:48.5967820Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5968271Z "size": 112, 2022-11-23T00:50:48.5968722Z "digest": "sha256:e935a7113fb1a07d31ad3b1cd526a890d42b88cb8831b7606b0a0c53e3bd1cb9" 2022-11-23T00:50:48.5969145Z }, 2022-11-23T00:50:48.5969405Z { 2022-11-23T00:50:48.5969845Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5970272Z "size": 448, 2022-11-23T00:50:48.5970699Z "digest": "sha256:c923d6a4e594e03560e35a3031a7f1721d569e5fb168d62b735b1dc89793d94b" 2022-11-23T00:50:48.5971108Z }, 2022-11-23T00:50:48.5971352Z { 2022-11-23T00:50:48.5971798Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5972231Z "size": 106, 2022-11-23T00:50:48.5972704Z "digest": "sha256:7dce7584feefd2d08e871fa4b3abdb4fed076f1afc0e12ce076fc8dcca5c679f" 2022-11-23T00:50:48.5973230Z }, 2022-11-23T00:50:48.5973480Z { 2022-11-23T00:50:48.5973880Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5974315Z "size": 293, 2022-11-23T00:50:48.5974783Z "digest": "sha256:668ad0cc9dac9fcbcbc8d7707699e8799b47047fbc138fc21bf7d51bfb87ef4a" 2022-11-23T00:50:48.5975200Z }, 2022-11-23T00:50:48.5975463Z { 2022-11-23T00:50:48.5975891Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5976307Z "size": 106, 2022-11-23T00:50:48.5976683Z "digest": "sha256:93e92eed3616fc99191295a034b03a411c953837b57bf1a844dc6eb3c9038312" 2022-11-23T00:50:48.5977067Z }, 2022-11-23T00:50:48.5977304Z { 2022-11-23T00:50:48.5977693Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5978105Z "size": 401, 2022-11-23T00:50:48.5978530Z "digest": "sha256:b7a5c300a4bd830b303a88037f1ac0cc7c454bc8d6287aa2821a37e767f126d0" 2022-11-23T00:50:48.5978933Z }, 2022-11-23T00:50:48.5979188Z { 2022-11-23T00:50:48.5979593Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5979995Z "size": 20262009, 2022-11-23T00:50:48.5980437Z "digest": "sha256:9e0c88d0f02805bc67239c5b2f8b75fff72ad3da94c4b7d8aad33abea2164161" 2022-11-23T00:50:48.5980856Z }, 2022-11-23T00:50:48.5981096Z { 2022-11-23T00:50:48.5981519Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5982066Z "size": 108, 2022-11-23T00:50:48.5982503Z "digest": "sha256:d539abdb52ac47a8a4c2ce115f99be2ccb9e04062863b546068d938974805fdf" 2022-11-23T00:50:48.5982887Z }, 2022-11-23T00:50:48.5983119Z { 2022-11-23T00:50:48.5983514Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5983936Z "size": 1765, 2022-11-23T00:50:48.5984338Z "digest": "sha256:add05bc2994c50dec6e7731bfe5ebc017d9a45407d1638e1fc6af46ecb36e113" 2022-11-23T00:50:48.5984922Z }, 2022-11-23T00:50:48.5985166Z { 2022-11-23T00:50:48.5985595Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5986027Z "size": 459419206, 2022-11-23T00:50:48.5986452Z "digest": "sha256:6b9ab7cd52e07272087b75266dc0e861422cc23bd3e3cf3ab5a8439c08fcbe41" 2022-11-23T00:50:48.5986871Z }, 2022-11-23T00:50:48.5987111Z { 2022-11-23T00:50:48.5987478Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5987907Z "size": 164, 2022-11-23T00:50:48.5988353Z "digest": "sha256:f77ec338aaab15b5efe9c9bbe9773a135c231f6816572946259b33c73e161da3" 2022-11-23T00:50:48.5988766Z }, 2022-11-23T00:50:48.5989005Z { 2022-11-23T00:50:48.5989407Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5989813Z "size": 7940, 2022-11-23T00:50:48.5990272Z "digest": "sha256:d9b39ad1c346a15bd403c8d799adaea30b87c2fb68e23e661c1a3cb04c531a28" 2022-11-23T00:50:48.5990672Z }, 2022-11-23T00:50:48.5990904Z { 2022-11-23T00:50:48.5991320Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5991754Z "size": 8073, 2022-11-23T00:50:48.5992190Z "digest": "sha256:ae1ef4f80bd71bd87ce69b0ea622430e62ddfabd67f627018c77802569b52631" 2022-11-23T00:50:48.5992619Z }, 2022-11-23T00:50:48.5992874Z { 2022-11-23T00:50:48.5993291Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5993736Z "size": 302, 2022-11-23T00:50:48.5994201Z "digest": "sha256:e06b88b1f03afa4c2522769baacd35021ae3073ab30fcee6d3423e011e155c42" 2022-11-23T00:50:48.5994628Z }, 2022-11-23T00:50:48.5994873Z { 2022-11-23T00:50:48.5995301Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5995713Z "size": 108, 2022-11-23T00:50:48.5996126Z "digest": "sha256:8cad76e6f6e2c209380a1cdc8f7c6ac0263d9c0335747c708cf2c43509cdf4e2" 2022-11-23T00:50:48.5996531Z }, 2022-11-23T00:50:48.5996784Z { 2022-11-23T00:50:48.5997194Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T00:50:48.5997904Z "size": 54145470, 2022-11-23T00:50:48.5998363Z "digest": "sha256:ade66c7f74d4d5a9c78d1bf81c77cd52c2c9764d2bd50338582f8dbad2122142" 2022-11-23T00:50:48.5998742Z } 2022-11-23T00:50:48.5998976Z ] 2022-11-23T00:50:48.5999211Z } 2022-11-23T00:50:48.6089771Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2022-11-23T00:50:48.6090012Z with: 2022-11-23T00:50:48.6090359Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang10-onnx:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:50:48.6090702Z ##[endgroup] 2022-11-23T00:50:48.6102310Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-11-23T00:50:48.6102581Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-11-23T00:50:48.6102847Z # ignore output since only exit code is used for conditional 2022-11-23T00:50:48.6103124Z # only pull docker image if it's not available locally 2022-11-23T00:50:48.6103406Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-11-23T00:50:48.6103677Z  retry docker pull "${DOCKER_IMAGE}" 2022-11-23T00:50:48.6103871Z fi 2022-11-23T00:50:48.6115230Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:50:48.6115447Z env: 2022-11-23T00:50:48.6115775Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang10-onnx:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:50:48.6116198Z ##[endgroup] 2022-11-23T00:50:48.9977601Z 072aae4a77ed7d3a69ad5683420509c41301b940: Pulling from pytorch/pytorch-linux-focal-py3-clang10-onnx 2022-11-23T00:50:48.9991439Z eaead16dc43b: Pulling fs layer 2022-11-23T00:50:48.9991808Z e585c18f07f0: Pulling fs layer 2022-11-23T00:50:48.9992006Z bff86da9e0e8: Pulling fs layer 2022-11-23T00:50:48.9992255Z b9b4771c7a02: Pulling fs layer 2022-11-23T00:50:48.9995489Z 6ccd31509a06: Pulling fs layer 2022-11-23T00:50:48.9996192Z 0693b24c5db0: Pulling fs layer 2022-11-23T00:50:48.9996692Z 2bdd66563be8: Pulling fs layer 2022-11-23T00:50:48.9997080Z bbbf7f628db0: Pulling fs layer 2022-11-23T00:50:48.9997335Z 047f03cb7e7f: Pulling fs layer 2022-11-23T00:50:48.9997558Z 525f80314088: Pulling fs layer 2022-11-23T00:50:48.9997880Z 23d8b5bf51b4: Pulling fs layer 2022-11-23T00:50:48.9998133Z 7c420f520831: Pulling fs layer 2022-11-23T00:50:48.9998394Z 26145de083e3: Pulling fs layer 2022-11-23T00:50:48.9998726Z 760ad11463db: Pulling fs layer 2022-11-23T00:50:48.9999115Z 74a6df9bc8bb: Pulling fs layer 2022-11-23T00:50:48.9999445Z 491bc0ca09f6: Pulling fs layer 2022-11-23T00:50:48.9999662Z 8bf846ce7bc8: Pulling fs layer 2022-11-23T00:50:48.9999854Z 5cc3d452c151: Pulling fs layer 2022-11-23T00:50:49.0000026Z 0693b24c5db0: Waiting 2022-11-23T00:50:49.0000204Z bbbf7f628db0: Waiting 2022-11-23T00:50:49.0000396Z dbe7f0cee0d0: Pulling fs layer 2022-11-23T00:50:49.0000592Z 0ae84c1ccd5e: Pulling fs layer 2022-11-23T00:50:49.0000778Z 2bdd66563be8: Waiting 2022-11-23T00:50:49.0000953Z 047f03cb7e7f: Waiting 2022-11-23T00:50:49.0001122Z 21c1202e13c2: Pulling fs layer 2022-11-23T00:50:49.0001302Z b9b4771c7a02: Waiting 2022-11-23T00:50:49.0001487Z 2a9372adf31b: Pulling fs layer 2022-11-23T00:50:49.0001792Z c67939b07b0c: Pulling fs layer 2022-11-23T00:50:49.0002054Z 26145de083e3: Waiting 2022-11-23T00:50:49.0002233Z 525f80314088: Waiting 2022-11-23T00:50:49.0002921Z 0d69830d7a88: Pulling fs layer 2022-11-23T00:50:49.0003243Z 491bc0ca09f6: Waiting 2022-11-23T00:50:49.0003517Z 90c19a787c70: Pulling fs layer 2022-11-23T00:50:49.0003702Z 23d8b5bf51b4: Waiting 2022-11-23T00:50:49.0003867Z 760ad11463db: Waiting 2022-11-23T00:50:49.0004087Z 8bf846ce7bc8: Waiting 2022-11-23T00:50:49.0004445Z 10abbd02f957: Pulling fs layer 2022-11-23T00:50:49.0004661Z 7c420f520831: Waiting 2022-11-23T00:50:49.0004908Z 74a6df9bc8bb: Waiting 2022-11-23T00:50:49.0005207Z 5cc3d452c151: Waiting 2022-11-23T00:50:49.0005522Z a2eac5dcbaa4: Pulling fs layer 2022-11-23T00:50:49.0005849Z 21c1202e13c2: Waiting 2022-11-23T00:50:49.0006157Z dbe7f0cee0d0: Waiting 2022-11-23T00:50:49.0006468Z 25f8cb3eb057: Pulling fs layer 2022-11-23T00:50:49.0006779Z 2a9372adf31b: Waiting 2022-11-23T00:50:49.0007078Z 4a322e44b3eb: Pulling fs layer 2022-11-23T00:50:49.0007576Z 27665fa276f5: Pulling fs layer 2022-11-23T00:50:49.0007874Z c67939b07b0c: Waiting 2022-11-23T00:50:49.0008213Z 50406842b616: Pulling fs layer 2022-11-23T00:50:49.0008526Z 0d69830d7a88: Waiting 2022-11-23T00:50:49.0008819Z 497b3b628dca: Pulling fs layer 2022-11-23T00:50:49.0009012Z 10abbd02f957: Waiting 2022-11-23T00:50:49.0009207Z 2277491e36b3: Pulling fs layer 2022-11-23T00:50:49.0009441Z 90c19a787c70: Waiting 2022-11-23T00:50:49.0009679Z bb757c2766fd: Pulling fs layer 2022-11-23T00:50:49.0009873Z a2eac5dcbaa4: Waiting 2022-11-23T00:50:49.0010060Z 25f8cb3eb057: Waiting 2022-11-23T00:50:49.0010291Z 218cd9380221: Pulling fs layer 2022-11-23T00:50:49.0010574Z ad7aaa905f66: Pulling fs layer 2022-11-23T00:50:49.0010914Z 4a322e44b3eb: Waiting 2022-11-23T00:50:49.0011376Z a62dea8e2356: Pulling fs layer 2022-11-23T00:50:49.0011616Z 27665fa276f5: Waiting 2022-11-23T00:50:49.0011864Z 50406842b616: Waiting 2022-11-23T00:50:49.0012389Z 1ff52a7cd16d: Pulling fs layer 2022-11-23T00:50:49.0012869Z 8351381df122: Pulling fs layer 2022-11-23T00:50:49.0013120Z 9ba33010d1d4: Pulling fs layer 2022-11-23T00:50:49.0013304Z 497b3b628dca: Waiting 2022-11-23T00:50:49.0013583Z 218cd9380221: Waiting 2022-11-23T00:50:49.0013752Z 1ddd20263099: Pulling fs layer 2022-11-23T00:50:49.0013940Z ad7aaa905f66: Waiting 2022-11-23T00:50:49.0014112Z 2277491e36b3: Waiting 2022-11-23T00:50:49.0014280Z e935a7113fb1: Pulling fs layer 2022-11-23T00:50:49.0014657Z a62dea8e2356: Waiting 2022-11-23T00:50:49.0014836Z bb757c2766fd: Waiting 2022-11-23T00:50:49.0015020Z c923d6a4e594: Pulling fs layer 2022-11-23T00:50:49.0015230Z 7dce7584feef: Pulling fs layer 2022-11-23T00:50:49.0015414Z 9ba33010d1d4: Waiting 2022-11-23T00:50:49.0015599Z 668ad0cc9dac: Pulling fs layer 2022-11-23T00:50:49.0015793Z 1ddd20263099: Waiting 2022-11-23T00:50:49.0016051Z e935a7113fb1: Waiting 2022-11-23T00:50:49.0016394Z 93e92eed3616: Pulling fs layer 2022-11-23T00:50:49.0016724Z 7dce7584feef: Waiting 2022-11-23T00:50:49.0017036Z b7a5c300a4bd: Pulling fs layer 2022-11-23T00:50:49.0017227Z 668ad0cc9dac: Waiting 2022-11-23T00:50:49.0017398Z 9e0c88d0f028: Pulling fs layer 2022-11-23T00:50:49.0017591Z d539abdb52ac: Pulling fs layer 2022-11-23T00:50:49.0017777Z b7a5c300a4bd: Waiting 2022-11-23T00:50:49.0017952Z add05bc2994c: Pulling fs layer 2022-11-23T00:50:49.0018148Z 6b9ab7cd52e0: Pulling fs layer 2022-11-23T00:50:49.0018345Z f77ec338aaab: Pulling fs layer 2022-11-23T00:50:49.0018530Z d9b39ad1c346: Pulling fs layer 2022-11-23T00:50:49.0018712Z 9e0c88d0f028: Waiting 2022-11-23T00:50:49.0018911Z ae1ef4f80bd7: Pulling fs layer 2022-11-23T00:50:49.0019084Z d539abdb52ac: Waiting 2022-11-23T00:50:49.0019267Z e06b88b1f03a: Pulling fs layer 2022-11-23T00:50:49.0019450Z add05bc2994c: Waiting 2022-11-23T00:50:49.0019613Z 6b9ab7cd52e0: Waiting 2022-11-23T00:50:49.0019813Z 8cad76e6f6e2: Pulling fs layer 2022-11-23T00:50:49.0020008Z f77ec338aaab: Waiting 2022-11-23T00:50:49.0020170Z d9b39ad1c346: Waiting 2022-11-23T00:50:49.0020354Z ade66c7f74d4: Pulling fs layer 2022-11-23T00:50:49.0020563Z e06b88b1f03a: Waiting 2022-11-23T00:50:49.0020723Z 8cad76e6f6e2: Waiting 2022-11-23T00:50:49.0020893Z ade66c7f74d4: Waiting 2022-11-23T00:50:49.0748568Z e585c18f07f0: Download complete 2022-11-23T00:50:49.1649206Z b9b4771c7a02: Download complete 2022-11-23T00:50:49.3399596Z eaead16dc43b: Download complete 2022-11-23T00:50:49.4087422Z 0693b24c5db0: Verifying Checksum 2022-11-23T00:50:49.4087816Z 0693b24c5db0: Download complete 2022-11-23T00:50:49.4900718Z 2bdd66563be8: Download complete 2022-11-23T00:50:49.5673836Z bbbf7f628db0: Download complete 2022-11-23T00:50:49.6497221Z 047f03cb7e7f: Verifying Checksum 2022-11-23T00:50:49.6498374Z 047f03cb7e7f: Download complete 2022-11-23T00:50:49.7164052Z 525f80314088: Verifying Checksum 2022-11-23T00:50:49.7164376Z 525f80314088: Download complete 2022-11-23T00:50:49.8167178Z 23d8b5bf51b4: Verifying Checksum 2022-11-23T00:50:49.8167533Z 23d8b5bf51b4: Download complete 2022-11-23T00:50:49.8852092Z 7c420f520831: Download complete 2022-11-23T00:50:49.9568807Z 26145de083e3: Download complete 2022-11-23T00:50:50.0569956Z eaead16dc43b: Pull complete 2022-11-23T00:50:50.0998286Z 6ccd31509a06: Verifying Checksum 2022-11-23T00:50:50.0998695Z 6ccd31509a06: Download complete 2022-11-23T00:50:50.1599352Z e585c18f07f0: Pull complete 2022-11-23T00:50:50.1707520Z 74a6df9bc8bb: Download complete 2022-11-23T00:50:50.2374639Z 491bc0ca09f6: Verifying Checksum 2022-11-23T00:50:50.2375006Z 491bc0ca09f6: Download complete 2022-11-23T00:50:50.2960127Z 8bf846ce7bc8: Verifying Checksum 2022-11-23T00:50:50.2960577Z 8bf846ce7bc8: Download complete 2022-11-23T00:50:50.3549764Z 5cc3d452c151: Download complete 2022-11-23T00:50:50.4440812Z dbe7f0cee0d0: Verifying Checksum 2022-11-23T00:50:50.4441198Z dbe7f0cee0d0: Download complete 2022-11-23T00:50:50.5945087Z 0ae84c1ccd5e: Verifying Checksum 2022-11-23T00:50:50.5945543Z 0ae84c1ccd5e: Download complete 2022-11-23T00:50:50.7169975Z 21c1202e13c2: Verifying Checksum 2022-11-23T00:50:50.7170357Z 21c1202e13c2: Download complete 2022-11-23T00:50:50.7909837Z 2a9372adf31b: Verifying Checksum 2022-11-23T00:50:50.7910126Z 2a9372adf31b: Download complete 2022-11-23T00:50:50.8786242Z c67939b07b0c: Download complete 2022-11-23T00:50:50.9581137Z 0d69830d7a88: Verifying Checksum 2022-11-23T00:50:50.9581407Z 0d69830d7a88: Download complete 2022-11-23T00:50:52.5754838Z bff86da9e0e8: Verifying Checksum 2022-11-23T00:50:52.5755193Z bff86da9e0e8: Download complete 2022-11-23T00:50:52.6342058Z 10abbd02f957: Download complete 2022-11-23T00:50:52.7007776Z a2eac5dcbaa4: Verifying Checksum 2022-11-23T00:50:52.7008235Z a2eac5dcbaa4: Download complete 2022-11-23T00:50:52.8092254Z 25f8cb3eb057: Verifying Checksum 2022-11-23T00:50:52.8092713Z 25f8cb3eb057: Download complete 2022-11-23T00:50:52.9612053Z 4a322e44b3eb: Verifying Checksum 2022-11-23T00:50:52.9612452Z 4a322e44b3eb: Download complete 2022-11-23T00:50:53.0419381Z 27665fa276f5: Download complete 2022-11-23T00:50:53.1529172Z 90c19a787c70: Verifying Checksum 2022-11-23T00:50:53.1530425Z 90c19a787c70: Download complete 2022-11-23T00:50:53.2239886Z 497b3b628dca: Verifying Checksum 2022-11-23T00:50:53.2240282Z 497b3b628dca: Download complete 2022-11-23T00:50:53.3000562Z 2277491e36b3: Download complete 2022-11-23T00:50:53.4050265Z bb757c2766fd: Download complete 2022-11-23T00:50:53.4711793Z 218cd9380221: Verifying Checksum 2022-11-23T00:50:53.4712042Z 218cd9380221: Download complete 2022-11-23T00:50:53.5459766Z ad7aaa905f66: Verifying Checksum 2022-11-23T00:50:53.5460152Z ad7aaa905f66: Download complete 2022-11-23T00:50:53.6090730Z a62dea8e2356: Download complete 2022-11-23T00:50:53.6853163Z 1ff52a7cd16d: Download complete 2022-11-23T00:50:53.7568787Z 8351381df122: Verifying Checksum 2022-11-23T00:50:53.7570015Z 8351381df122: Download complete 2022-11-23T00:50:53.8426538Z 9ba33010d1d4: Verifying Checksum 2022-11-23T00:50:53.8427021Z 9ba33010d1d4: Download complete 2022-11-23T00:50:53.9191617Z 1ddd20263099: Download complete 2022-11-23T00:50:53.9965107Z e935a7113fb1: Verifying Checksum 2022-11-23T00:50:53.9965622Z e935a7113fb1: Download complete 2022-11-23T00:50:54.0574708Z c923d6a4e594: Verifying Checksum 2022-11-23T00:50:54.0575328Z c923d6a4e594: Download complete 2022-11-23T00:50:54.1223654Z 7dce7584feef: Verifying Checksum 2022-11-23T00:50:54.1224095Z 7dce7584feef: Download complete 2022-11-23T00:50:54.1994069Z 668ad0cc9dac: Verifying Checksum 2022-11-23T00:50:54.1994314Z 668ad0cc9dac: Download complete 2022-11-23T00:50:54.2837424Z 93e92eed3616: Download complete 2022-11-23T00:50:54.3492814Z b7a5c300a4bd: Download complete 2022-11-23T00:50:54.6453960Z 9e0c88d0f028: Verifying Checksum 2022-11-23T00:50:54.6454394Z 9e0c88d0f028: Download complete 2022-11-23T00:50:54.7155517Z d539abdb52ac: Verifying Checksum 2022-11-23T00:50:54.7155898Z d539abdb52ac: Download complete 2022-11-23T00:50:54.8021085Z add05bc2994c: Verifying Checksum 2022-11-23T00:50:54.8022632Z add05bc2994c: Download complete 2022-11-23T00:50:55.6534532Z 50406842b616: Verifying Checksum 2022-11-23T00:50:55.6534946Z 50406842b616: Download complete 2022-11-23T00:50:55.7084347Z f77ec338aaab: Verifying Checksum 2022-11-23T00:50:55.7084753Z f77ec338aaab: Download complete 2022-11-23T00:50:55.7952410Z d9b39ad1c346: Verifying Checksum 2022-11-23T00:50:55.7952794Z d9b39ad1c346: Download complete 2022-11-23T00:50:55.9417838Z e06b88b1f03a: Verifying Checksum 2022-11-23T00:50:55.9418281Z e06b88b1f03a: Download complete 2022-11-23T00:50:56.0167875Z 8cad76e6f6e2: Verifying Checksum 2022-11-23T00:50:56.0168254Z 8cad76e6f6e2: Download complete 2022-11-23T00:50:56.6135471Z ade66c7f74d4: Verifying Checksum 2022-11-23T00:50:56.6135904Z ade66c7f74d4: Download complete 2022-11-23T00:50:59.2512108Z bff86da9e0e8: Pull complete 2022-11-23T00:50:59.4889084Z b9b4771c7a02: Pull complete 2022-11-23T00:50:59.6575488Z 6b9ab7cd52e0: Verifying Checksum 2022-11-23T00:50:59.6575747Z 6b9ab7cd52e0: Download complete 2022-11-23T00:51:01.5416195Z 6ccd31509a06: Pull complete 2022-11-23T00:51:02.0605969Z 0693b24c5db0: Pull complete 2022-11-23T00:51:02.3316829Z 2bdd66563be8: Pull complete 2022-11-23T00:51:02.4878401Z bbbf7f628db0: Pull complete 2022-11-23T00:51:02.7167058Z 047f03cb7e7f: Pull complete 2022-11-23T00:51:02.9537454Z 525f80314088: Pull complete 2022-11-23T00:51:03.1835775Z 23d8b5bf51b4: Pull complete 2022-11-23T00:51:03.3884345Z 7c420f520831: Pull complete 2022-11-23T00:51:03.5876337Z 26145de083e3: Pull complete 2022-11-23T00:51:03.5903636Z 760ad11463db: Verifying Checksum 2022-11-23T00:51:03.5903877Z 760ad11463db: Download complete 2022-11-23T00:51:25.8624304Z 760ad11463db: Pull complete 2022-11-23T00:51:26.2813645Z 74a6df9bc8bb: Pull complete 2022-11-23T00:51:26.5004042Z 491bc0ca09f6: Pull complete 2022-11-23T00:51:26.5842469Z 8bf846ce7bc8: Pull complete 2022-11-23T00:51:26.6682776Z 5cc3d452c151: Pull complete 2022-11-23T00:51:26.7741219Z dbe7f0cee0d0: Pull complete 2022-11-23T00:51:26.8800740Z 0ae84c1ccd5e: Pull complete 2022-11-23T00:51:26.9835418Z 21c1202e13c2: Pull complete 2022-11-23T00:51:27.0837834Z 2a9372adf31b: Pull complete 2022-11-23T00:51:27.1860983Z c67939b07b0c: Pull complete 2022-11-23T00:51:27.2797897Z 0d69830d7a88: Pull complete 2022-11-23T00:51:30.1381501Z 90c19a787c70: Pull complete 2022-11-23T00:51:30.3751975Z 10abbd02f957: Pull complete 2022-11-23T00:51:30.6128140Z a2eac5dcbaa4: Pull complete 2022-11-23T00:51:30.8095876Z 25f8cb3eb057: Pull complete 2022-11-23T00:51:31.0077619Z 4a322e44b3eb: Pull complete 2022-11-23T00:51:31.1686259Z 27665fa276f5: Pull complete 2022-11-23T00:51:35.6571531Z 50406842b616: Pull complete 2022-11-23T00:51:35.8205393Z 497b3b628dca: Pull complete 2022-11-23T00:51:35.9753982Z 2277491e36b3: Pull complete 2022-11-23T00:51:36.2076907Z bb757c2766fd: Pull complete 2022-11-23T00:51:36.4239991Z 218cd9380221: Pull complete 2022-11-23T00:51:36.6615575Z ad7aaa905f66: Pull complete 2022-11-23T00:51:36.8617968Z a62dea8e2356: Pull complete 2022-11-23T00:51:36.9550682Z 1ff52a7cd16d: Pull complete 2022-11-23T00:51:37.0393646Z 8351381df122: Pull complete 2022-11-23T00:51:37.1367746Z 9ba33010d1d4: Pull complete 2022-11-23T00:51:37.2273338Z 1ddd20263099: Pull complete 2022-11-23T00:51:37.3195871Z e935a7113fb1: Pull complete 2022-11-23T00:51:37.4199239Z c923d6a4e594: Pull complete 2022-11-23T00:51:37.5203687Z 7dce7584feef: Pull complete 2022-11-23T00:51:37.6046357Z 668ad0cc9dac: Pull complete 2022-11-23T00:51:37.6937873Z 93e92eed3616: Pull complete 2022-11-23T00:51:37.7871339Z b7a5c300a4bd: Pull complete 2022-11-23T00:51:38.1006663Z 9e0c88d0f028: Pull complete 2022-11-23T00:51:38.3096994Z d539abdb52ac: Pull complete 2022-11-23T00:51:38.5259733Z add05bc2994c: Pull complete 2022-11-23T00:51:43.2065779Z 6b9ab7cd52e0: Pull complete 2022-11-23T00:51:43.4474545Z f77ec338aaab: Pull complete 2022-11-23T00:51:43.6938586Z d9b39ad1c346: Pull complete 2022-11-23T00:51:43.8752404Z ae1ef4f80bd7: Pull complete 2022-11-23T00:51:43.9791308Z e06b88b1f03a: Pull complete 2022-11-23T00:51:44.0755021Z 8cad76e6f6e2: Pull complete 2022-11-23T00:51:45.6294509Z ade66c7f74d4: Pull complete 2022-11-23T00:51:45.7385719Z Digest: sha256:9e01b194d21b8d370860b28bcae1f60213cbfa40ec89c91b7813a693465c10a3 2022-11-23T00:51:45.7772119Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang10-onnx:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:51:45.7954897Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang10-onnx:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:51:45.7995689Z ##[group]Run .github/scripts/parse_ref.py 2022-11-23T00:51:45.7995928Z .github/scripts/parse_ref.py 2022-11-23T00:51:45.8007143Z shell: /usr/bin/bash -e {0} 2022-11-23T00:51:45.8007340Z ##[endgroup] 2022-11-23T00:51:46.6576134Z Prepare all required actions 2022-11-23T00:51:46.6576373Z Getting action download info 2022-11-23T00:51:46.7886228Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2022-11-23T00:51:46.9243312Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-11-23T00:51:46.9243532Z with: 2022-11-23T00:51:46.9243837Z github-token: *** 2022-11-23T00:51:46.9244003Z ##[endgroup] 2022-11-23T00:51:46.9365500Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2022-11-23T00:51:46.9365839Z with: 2022-11-23T00:51:46.9366002Z shell: bash 2022-11-23T00:51:46.9366167Z timeout_minutes: 10 2022-11-23T00:51:46.9366349Z max_attempts: 5 2022-11-23T00:51:46.9366533Z retry_wait_seconds: 30 2022-11-23T00:51:46.9366938Z command: set -eux python3 -m pip install requests==2.26.0 GHA_WORKFLOW_JOB_ID=$(python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}") echo "job-id=${GHA_WORKFLOW_JOB_ID}" >> "${GITHUB_OUTPUT}" 2022-11-23T00:51:46.9367325Z polling_interval_seconds: 1 2022-11-23T00:51:46.9367520Z warning_on_retry: true 2022-11-23T00:51:46.9367708Z continue_on_error: false 2022-11-23T00:51:46.9367898Z env: 2022-11-23T00:51:46.9368189Z GITHUB_TOKEN: *** 2022-11-23T00:51:46.9368368Z ##[endgroup] 2022-11-23T00:51:46.9851584Z + python3 -m pip install requests==2.26.0 2022-11-23T00:51:49.5411138Z Defaulting to user installation because normal site-packages is not writeable 2022-11-23T00:51:49.5661354Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-11-23T00:51:49.5801205Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12) 2022-11-23T00:51:49.5826757Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.12) 2022-11-23T00:51:49.6009082Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.9.24) 2022-11-23T00:51:49.6031162Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.4) 2022-11-23T00:51:49.8785123Z ++ python3 .github/scripts/get_workflow_job_id.py 3528293562 i-0699c47c119d0d7a1 2022-11-23T00:51:52.0325246Z + GHA_WORKFLOW_JOB_ID=9654934668 2022-11-23T00:51:52.0325692Z + echo job-id=9654934668 2022-11-23T00:51:52.9899951Z Command completed after 1 attempt(s). 2022-11-23T00:51:52.9954955Z Prepare all required actions 2022-11-23T00:51:52.9955240Z Getting action download info 2022-11-23T00:51:53.1553896Z ##[group]Run ./.github/actions/filter-test-configs 2022-11-23T00:51:53.1554114Z with: 2022-11-23T00:51:53.1554411Z github-token: *** 2022-11-23T00:51:53.1554744Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "default", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, ]} 2022-11-23T00:51:53.1555060Z ##[endgroup] 2022-11-23T00:51:53.1680922Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2022-11-23T00:51:53.1681158Z with: 2022-11-23T00:51:53.1681320Z shell: bash 2022-11-23T00:51:53.1681487Z timeout_minutes: 10 2022-11-23T00:51:53.1681668Z max_attempts: 5 2022-11-23T00:51:53.1681852Z retry_wait_seconds: 30 2022-11-23T00:51:53.1682090Z command: set -eux python3 -m pip install requests==2.26.0 pyyaml==6.0 2022-11-23T00:51:53.1682394Z polling_interval_seconds: 1 2022-11-23T00:51:53.1682591Z warning_on_retry: true 2022-11-23T00:51:53.1682769Z continue_on_error: false 2022-11-23T00:51:53.1682947Z env: 2022-11-23T00:51:53.1683246Z GITHUB_TOKEN: *** 2022-11-23T00:51:53.1683410Z ##[endgroup] 2022-11-23T00:51:53.2160904Z + python3 -m pip install requests==2.26.0 pyyaml==6.0 2022-11-23T00:51:53.4249029Z Defaulting to user installation because normal site-packages is not writeable 2022-11-23T00:51:53.4435424Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-11-23T00:51:53.4565620Z Requirement already satisfied: pyyaml==6.0 in /home/ec2-user/.local/lib/python3.7/site-packages (6.0) 2022-11-23T00:51:53.4574096Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.12) 2022-11-23T00:51:53.4729309Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.4) 2022-11-23T00:51:53.4739941Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.9.24) 2022-11-23T00:51:53.4748702Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12) 2022-11-23T00:51:54.2147390Z Command completed after 1 attempt(s). 2022-11-23T00:51:54.2189586Z ##[group]Run .github/scripts/parse_ref.py 2022-11-23T00:51:54.2189829Z .github/scripts/parse_ref.py 2022-11-23T00:51:54.2201185Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:51:54.2201401Z ##[endgroup] 2022-11-23T00:51:54.2413309Z ##[group]Run .github/scripts/filter_test_configs.py \ 2022-11-23T00:51:54.2413594Z .github/scripts/filter_test_configs.py \ 2022-11-23T00:51:54.2413822Z  --test-matrix "{ include: [ 2022-11-23T00:51:54.2414105Z  { config: "default", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, 2022-11-23T00:51:54.2414406Z  { config: "default", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, 2022-11-23T00:51:54.2414633Z ]} 2022-11-23T00:51:54.2414780Z " \ 2022-11-23T00:51:54.2414958Z  --pr-number "" \ 2022-11-23T00:51:54.2415142Z  --tag "" \ 2022-11-23T00:51:54.2415318Z  --event-name "push" 2022-11-23T00:51:54.2426119Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:51:54.2426337Z env: 2022-11-23T00:51:54.2426776Z GITHUB_TOKEN: *** 2022-11-23T00:51:54.2426955Z ##[endgroup] 2022-11-23T00:51:54.3848209Z ##[group]Run echo "{"include": [{"config": "default", "shard": 1, "num_shards": 2, "runner": "linux.2xlarge"}, {"config": "default", "shard": 2, "num_shards": 2, "runner": "linux.2xlarge"}]}" 2022-11-23T00:51:54.3848781Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 2, "runner": "linux.2xlarge"}, {"config": "default", "shard": 2, "num_shards": 2, "runner": "linux.2xlarge"}]}" 2022-11-23T00:51:54.3860006Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:51:54.3860238Z ##[endgroup] 2022-11-23T00:51:54.3885202Z {include: [{config: default, shard: 1, num_shards: 2, runner: linux.2xlarge}, {config: default, shard: 2, num_shards: 2, runner: linux.2xlarge}]} 2022-11-23T00:51:54.3955739Z ##[group]Run # detached container should get cleaned up by teardown_ec2_linux 2022-11-23T00:51:54.3956090Z # detached container should get cleaned up by teardown_ec2_linux 2022-11-23T00:51:54.3956354Z container_name=$(docker run \ 2022-11-23T00:51:54.3956559Z  -e BUILD_ENVIRONMENT \ 2022-11-23T00:51:54.3956782Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-11-23T00:51:54.3957002Z  -e AWS_DEFAULT_REGION \ 2022-11-23T00:51:54.3957203Z  -e PR_NUMBER \ 2022-11-23T00:51:54.3957374Z  -e SHA1 \ 2022-11-23T00:51:54.3957560Z  -e BRANCH \ 2022-11-23T00:51:54.3957749Z  -e SCCACHE_BUCKET \ 2022-11-23T00:51:54.3957939Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-11-23T00:51:54.3958244Z  -e XLA_CUDA \ 2022-11-23T00:51:54.3958453Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-11-23T00:51:54.3958677Z  -e SKIP_SCCACHE_INITIALIZATION=1 \ 2022-11-23T00:51:54.3958957Z  -e TORCH_CUDA_ARCH_LIST \ 2022-11-23T00:51:54.3959161Z  -e PR_LABELS \ 2022-11-23T00:51:54.3959346Z  -e OUR_GITHUB_JOB_ID \ 2022-11-23T00:51:54.3959598Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-11-23T00:51:54.3959929Z  --security-opt seccomp=unconfined \ 2022-11-23T00:51:54.3960144Z  --cap-add=SYS_PTRACE \ 2022-11-23T00:51:54.3960335Z  --tty \ 2022-11-23T00:51:54.3960511Z  --detach \ 2022-11-23T00:51:54.3960683Z  --user jenkins \ 2022-11-23T00:51:54.3960921Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-11-23T00:51:54.3961275Z  -w /var/lib/jenkins/workspace \ 2022-11-23T00:51:54.3961468Z  "${DOCKER_IMAGE}" 2022-11-23T00:51:54.3961647Z ) 2022-11-23T00:51:54.3961887Z docker exec -t "${container_name}" sh -c '.jenkins/pytorch/build.sh' 2022-11-23T00:51:54.3972774Z shell: /usr/bin/bash -e {0} 2022-11-23T00:51:54.3972970Z env: 2022-11-23T00:51:54.3973199Z BUILD_ENVIRONMENT: linux-focal-py3.7-clang10-onnx 2022-11-23T00:51:54.3973422Z BRANCH: master 2022-11-23T00:51:54.3973615Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T00:51:54.3973810Z PR_NUMBER: 2022-11-23T00:51:54.3974005Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:51:54.3974272Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-11-23T00:51:54.3974520Z SCCACHE_S3_KEY_PREFIX: pull 2022-11-23T00:51:54.3974788Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-11-23T00:51:54.3975059Z PR_LABELS: [] 2022-11-23T00:51:54.3975252Z TORCH_CUDA_ARCH_LIST: 5.2 2022-11-23T00:51:54.3975615Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang10-onnx:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:51:54.3975944Z XLA_CUDA: 2022-11-23T00:51:54.3976109Z DEBUG: 0 2022-11-23T00:51:54.3976288Z OUR_GITHUB_JOB_ID: 9654934668 2022-11-23T00:51:54.3976463Z ##[endgroup] 2022-11-23T00:51:57.2098702Z ++ dirname .jenkins/pytorch/build.sh 2022-11-23T00:51:57.2104198Z + source .jenkins/pytorch/common.sh 2022-11-23T00:51:57.2107544Z +++ dirname .jenkins/pytorch/common.sh 2022-11-23T00:51:57.2112432Z ++ source .jenkins/pytorch/common_utils.sh 2022-11-23T00:51:57.2114643Z +++ declare -f -t trap_add 2022-11-23T00:51:57.2119029Z ++ set -ex 2022-11-23T00:51:57.2119667Z ++ [[ linux-focal-py3.7-clang10-onnx == *rocm* ]] 2022-11-23T00:51:57.2119935Z ++ BUILD_TEST_LIBTORCH=0 2022-11-23T00:51:57.2122413Z ++ dirname .jenkins/pytorch/build.sh 2022-11-23T00:51:57.2127581Z + source .jenkins/pytorch/common-build.sh 2022-11-23T00:51:57.2129960Z ++ [[ linux-focal-py3.7-clang10-onnx != *win-* ]] 2022-11-23T00:51:57.2135078Z ++++ dirname .jenkins/pytorch/common-build.sh 2022-11-23T00:51:57.2140790Z +++ cd .jenkins/pytorch 2022-11-23T00:51:57.2141049Z +++ pwd -P 2022-11-23T00:51:57.2143219Z ++ script_dir=/var/lib/jenkins/workspace/.jenkins/pytorch 2022-11-23T00:51:57.2143451Z ++ which sccache 2022-11-23T00:51:57.2151260Z ++ sccache --stop-server 2022-11-23T00:51:57.2173730Z ++ true 2022-11-23T00:51:57.2174077Z ++ rm -f /var/lib/jenkins/sccache_error.log 2022-11-23T00:51:57.2180002Z ++ [[ -n 1 ]] 2022-11-23T00:51:57.2180431Z ++ echo 'Skipping sccache server initialization, setting environment variables' 2022-11-23T00:51:57.2180824Z Skipping sccache server initialization, setting environment variables 2022-11-23T00:51:57.2181080Z ++ export SCCACHE_IDLE_TIMEOUT=1200 2022-11-23T00:51:57.2181289Z ++ SCCACHE_IDLE_TIMEOUT=1200 2022-11-23T00:51:57.2181533Z ++ export SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-11-23T00:51:57.2181794Z ++ SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-11-23T00:51:57.2193662Z ++ export RUST_LOG=sccache::server=error 2022-11-23T00:51:57.2193915Z ++ RUST_LOG=sccache::server=error 2022-11-23T00:51:57.2194207Z ++ sccache --zero-stats 2022-11-23T00:51:57.2317591Z Compile requests 0 2022-11-23T00:51:57.2317853Z Compile requests executed 0 2022-11-23T00:51:57.2318145Z Cache hits 0 2022-11-23T00:51:57.2318331Z Cache misses 0 2022-11-23T00:51:57.2318532Z Cache timeouts 0 2022-11-23T00:51:57.2318733Z Cache read errors 0 2022-11-23T00:51:57.2318935Z Forced recaches 0 2022-11-23T00:51:57.2319121Z Cache write errors 0 2022-11-23T00:51:57.2319328Z Compilation failures 0 2022-11-23T00:51:57.2319526Z Cache errors 0 2022-11-23T00:51:57.2319841Z Non-cacheable compilations 0 2022-11-23T00:51:57.2320323Z Non-cacheable calls 0 2022-11-23T00:51:57.2320646Z Non-compilation calls 0 2022-11-23T00:51:57.2320851Z Unsupported compiler calls 0 2022-11-23T00:51:57.2321188Z Average cache write 0.000 s 2022-11-23T00:51:57.2321467Z Average cache read miss 0.000 s 2022-11-23T00:51:57.2321672Z Average cache read hit 0.000 s 2022-11-23T00:51:57.2321887Z Failed distributed compilations 0 2022-11-23T00:51:57.2322643Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2022-11-23T00:51:57.2323058Z ++ trap_add sccache_epilogue EXIT 2022-11-23T00:51:57.2323261Z ++ trap_add_cmd=sccache_epilogue 2022-11-23T00:51:57.2323445Z ++ shift 2022-11-23T00:51:57.2323620Z ++ for trap_add_name in "$@" 2022-11-23T00:51:57.2327504Z ++++ trap -p EXIT 2022-11-23T00:51:57.2330635Z +++ eval 'extract_trap_cmd ' 2022-11-23T00:51:57.2330985Z ++++ extract_trap_cmd 2022-11-23T00:51:57.2331356Z ++++ printf '%s\n' '' 2022-11-23T00:51:57.2331743Z +++ printf '%s\n' sccache_epilogue 2022-11-23T00:51:57.2333003Z ++ trap -- ' 2022-11-23T00:51:57.2333340Z sccache_epilogue' EXIT 2022-11-23T00:51:57.2333667Z ++ which ccache 2022-11-23T00:51:57.2345105Z + [[ linux-focal-py3.7-clang10-onnx == *-clang7-asan* ]] 2022-11-23T00:51:57.2345743Z + [[ linux-focal-py3.7-clang10-onnx == *-clang7-tsan* ]] 2022-11-23T00:51:57.2346303Z + [[ linux-focal-py3.7-clang10-onnx == *-mobile-*build* ]] 2022-11-23T00:51:57.2346756Z + echo 'Python version:' 2022-11-23T00:51:57.2347068Z Python version: 2022-11-23T00:51:57.2347376Z + python --version 2022-11-23T00:51:57.2361941Z Python 3.7.13 2022-11-23T00:51:57.2364240Z + echo 'GCC version:' 2022-11-23T00:51:57.2364543Z GCC version: 2022-11-23T00:51:57.2364755Z + gcc --version 2022-11-23T00:51:57.2478673Z gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0 2022-11-23T00:51:57.2479129Z Copyright (C) 2019 Free Software Foundation, Inc. 2022-11-23T00:51:57.2479642Z This is free software; see the source for copying conditions. There is NO 2022-11-23T00:51:57.2479977Z warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 2022-11-23T00:51:57.2480145Z 2022-11-23T00:51:57.2484732Z + echo 'CMake version:' 2022-11-23T00:51:57.2485074Z CMake version: 2022-11-23T00:51:57.2485443Z + cmake --version 2022-11-23T00:51:57.2526869Z cmake version 3.22.1 2022-11-23T00:51:57.2527112Z 2022-11-23T00:51:57.2527382Z CMake suite maintained and supported by Kitware (kitware.com/cmake). 2022-11-23T00:51:57.2530851Z + echo 'Environment variables:' 2022-11-23T00:51:57.2531242Z Environment variables: 2022-11-23T00:51:57.2531486Z + env 2022-11-23T00:51:57.2538911Z INSTALLED_DB=yes 2022-11-23T00:51:57.2539468Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T00:51:57.2539844Z PR_LABELS=[] 2022-11-23T00:51:57.2540251Z BUILD_ENVIRONMENT=linux-focal-py3.7-clang10-onnx 2022-11-23T00:51:57.2540531Z HOSTNAME=6f5656155961 2022-11-23T00:51:57.2541042Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_84fa8b50-2151-436d-98d9-9b061692051c 2022-11-23T00:51:57.2541503Z GITHUB_ACTION=__self 2022-11-23T00:51:57.2541801Z GITHUB_RUN_NUMBER=67324 2022-11-23T00:51:57.2542189Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-11-23T00:51:57.2542542Z AWS_DEFAULT_REGION=us-east-1 2022-11-23T00:51:57.2542801Z SCCACHE_IDLE_TIMEOUT=1200 2022-11-23T00:51:57.2543074Z GITHUB_TRIGGERING_ACTOR=pytorchmergebot 2022-11-23T00:51:57.2543275Z GITHUB_REF_TYPE=branch 2022-11-23T00:51:57.2543520Z TORCH_CUDA_ARCH_LIST=5.2 2022-11-23T00:51:57.2543698Z XLA_CUDA= 2022-11-23T00:51:57.2544011Z *** 2022-11-23T00:51:57.2544187Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-11-23T00:51:57.2544388Z GITHUB_ACTIONS=true 2022-11-23T00:51:57.2544705Z SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-11-23T00:51:57.2545248Z SHA1=1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:51:57.2545686Z GITHUB_SHA=1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T00:51:57.2546153Z UCC_HOME=/usr 2022-11-23T00:51:57.2546455Z GITHUB_REF=refs/heads/master 2022-11-23T00:51:57.2546799Z GITHUB_REF_PROTECTED=true 2022-11-23T00:51:57.2547146Z HOME=/var/lib/jenkins 2022-11-23T00:51:57.2547522Z GITHUB_API_URL=https://api.github.com 2022-11-23T00:51:57.2547887Z INSTALLED_THRIFT= 2022-11-23T00:51:57.2548187Z UCX_COMMIT= 2022-11-23T00:51:57.2548484Z SCCACHE_S3_KEY_PREFIX=pull 2022-11-23T00:51:57.2548816Z UCX_HOME=/usr 2022-11-23T00:51:57.2549555Z GITHUB_STATE=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/save_state_84fa8b50-2151-436d-98d9-9b061692051c 2022-11-23T00:51:57.2550440Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_84fa8b50-2151-436d-98d9-9b061692051c 2022-11-23T00:51:57.2551179Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-11-23T00:51:57.2551521Z GITHUB_EVENT_NAME=push 2022-11-23T00:51:57.2551715Z GITHUB_RUN_ID=3528293562 2022-11-23T00:51:57.2552194Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_84fa8b50-2151-436d-98d9-9b061692051c 2022-11-23T00:51:57.2552516Z GITHUB_ACTOR=pytorchmergebot 2022-11-23T00:51:57.2552733Z PR_NUMBER= 2022-11-23T00:51:57.2553006Z DESIRED_CUDA= 2022-11-23T00:51:57.2553343Z GITHUB_RUN_ATTEMPT=1 2022-11-23T00:51:57.2553678Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-11-23T00:51:57.2553937Z TERM=xterm 2022-11-23T00:51:57.2554121Z INSTALLED_VISION=yes 2022-11-23T00:51:57.2554363Z BRANCH=master 2022-11-23T00:51:57.2554535Z OUR_GITHUB_JOB_ID=9654934668 2022-11-23T00:51:57.2554734Z OPENSSL_ROOT_DIR=/opt/openssl 2022-11-23T00:51:57.2554932Z CUDA_PATH=/usr/local/cuda 2022-11-23T00:51:57.2555599Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-11-23T00:51:57.2556017Z GITHUB_SERVER_URL=https://github.com 2022-11-23T00:51:57.2556287Z UCC_COMMIT= 2022-11-23T00:51:57.2556550Z INSTALLED_ANDROID= 2022-11-23T00:51:57.2556787Z SHLVL=1 2022-11-23T00:51:57.2557024Z MAX_JOBS=6 2022-11-23T00:51:57.2557300Z GITHUB_REF_NAME=master 2022-11-23T00:51:57.2557789Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-11-23T00:51:57.2558246Z GITHUB_JOB=build 2022-11-23T00:51:57.2558555Z GITHUB_REPOSITORY=pytorch/pytorch 2022-11-23T00:51:57.2558802Z GITHUB_RETENTION_DAYS=90 2022-11-23T00:51:57.2559106Z OPENSSL_DIR=/opt/openssl 2022-11-23T00:51:57.2559363Z GITHUB_ACTION_REPOSITORY= 2022-11-23T00:51:57.2559668Z PATH=/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-11-23T00:51:57.2559958Z GITHUB_BASE_REF= 2022-11-23T00:51:57.2560126Z CI=true 2022-11-23T00:51:57.2560296Z GITHUB_REPOSITORY_OWNER=pytorch 2022-11-23T00:51:57.2560522Z RUST_LOG=sccache::server=error 2022-11-23T00:51:57.2560717Z INSTALLED_PROTOBUF=yes 2022-11-23T00:51:57.2560889Z GITHUB_HEAD_REF= 2022-11-23T00:51:57.2561066Z GITHUB_ACTION_REF= 2022-11-23T00:51:57.2561361Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-11-23T00:51:57.2561585Z GITHUB_WORKFLOW=pull 2022-11-23T00:51:57.2561782Z DEBIAN_FRONTEND=noninteractive 2022-11-23T00:51:57.2562195Z GITHUB_OUTPUT=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_output_84fa8b50-2151-436d-98d9-9b061692051c 2022-11-23T00:51:57.2562534Z SKIP_SCCACHE_INITIALIZATION=1 2022-11-23T00:51:57.2562765Z _=/usr/bin/env 2022-11-23T00:51:57.2563066Z + [[ linux-focal-py3.7-clang10-onnx == *cuda* ]] 2022-11-23T00:51:57.2563554Z + [[ linux-focal-py3.7-clang10-onnx == *cuda11* ]] 2022-11-23T00:51:57.2563870Z + [[ linux-focal-py3.7-clang10-onnx == *\c\a\f\f\e\2* ]] 2022-11-23T00:51:57.2564188Z + [[ linux-focal-py3.7-clang10-onnx == *\o\n\n\x* ]] 2022-11-23T00:51:57.2564448Z + export BUILD_CAFFE2=ON 2022-11-23T00:51:57.2564627Z + BUILD_CAFFE2=ON 2022-11-23T00:51:57.2565096Z + [[ linux-focal-py3.7-clang10-onnx == *\p\a\r\a\l\l\e\l\t\b\b* ]] 2022-11-23T00:51:57.2565491Z + [[ linux-focal-py3.7-clang10-onnx == *\p\a\r\a\l\l\e\l\n\a\t\i\v\e* ]] 2022-11-23T00:51:57.2565977Z + [[ linux-focal-py3.7-clang10-onnx == *rocm* ]] 2022-11-23T00:51:57.2566212Z + export USE_LLVM=/opt/llvm 2022-11-23T00:51:57.2566405Z + USE_LLVM=/opt/llvm 2022-11-23T00:51:57.2566600Z + export LLVM_DIR=/opt/llvm/lib/cmake/llvm 2022-11-23T00:51:57.2566824Z + LLVM_DIR=/opt/llvm/lib/cmake/llvm 2022-11-23T00:51:57.2567017Z + which conda 2022-11-23T00:51:57.2567215Z /opt/conda/bin/conda 2022-11-23T00:51:57.2567409Z + export CMAKE_PREFIX_PATH=/opt/conda 2022-11-23T00:51:57.2567623Z + CMAKE_PREFIX_PATH=/opt/conda 2022-11-23T00:51:57.2567912Z + [[ linux-focal-py3.7-clang10-onnx == *libtorch* ]] 2022-11-23T00:51:57.2568219Z + [[ linux-focal-py3.7-clang10-onnx == *-android* ]] 2022-11-23T00:51:57.2568536Z + [[ linux-focal-py3.7-clang10-onnx != *android* ]] 2022-11-23T00:51:57.2568860Z + [[ linux-focal-py3.7-clang10-onnx == *vulkan* ]] 2022-11-23T00:51:57.2569154Z + [[ linux-focal-py3.7-clang10-onnx == *rocm* ]] 2022-11-23T00:51:57.2569389Z + '[' -z 6 ']' 2022-11-23T00:51:57.2569650Z + [[ linux-focal-py3.7-clang10-onnx == *cuda* ]] 2022-11-23T00:51:57.2569939Z + [[ linux-focal-py3.7-clang10-onnx == *clang* ]] 2022-11-23T00:51:57.2570157Z + export CC=clang 2022-11-23T00:51:57.2570325Z + CC=clang 2022-11-23T00:51:57.2570478Z + export CXX=clang++ 2022-11-23T00:51:57.2570647Z + CXX=clang++ 2022-11-23T00:51:57.2570910Z + [[ linux-focal-py3.7-clang10-onnx == *no-ops* ]] 2022-11-23T00:51:57.2571212Z + [[ linux-focal-py3.7-clang10-onnx == *-pch* ]] 2022-11-23T00:51:57.2571577Z + [[ linux-focal-py3.7-clang10-onnx == *linux-focal-py3.7-gcc7-build* ]] 2022-11-23T00:51:57.2571929Z + [[ linux-focal-py3.7-clang10-onnx != *android* ]] 2022-11-23T00:51:57.2572239Z + [[ linux-focal-py3.7-clang10-onnx != *cuda* ]] 2022-11-23T00:51:57.2572477Z + export BUILD_STATIC_RUNTIME_BENCHMARK=ON 2022-11-23T00:51:57.2572702Z + BUILD_STATIC_RUNTIME_BENCHMARK=ON 2022-11-23T00:51:57.2572994Z + [[ linux-focal-py3.7-clang10-onnx == *-bazel-* ]] 2022-11-23T00:51:57.2573362Z + echo 'The next three invocations are expected to fail with invalid command error messages.' 2022-11-23T00:51:57.2573705Z The next three invocations are expected to fail with invalid command error messages. 2022-11-23T00:51:57.2573990Z + get_exit_code python setup.py bad_argument 2022-11-23T00:51:57.2574175Z + set +e 2022-11-23T00:51:57.2574353Z + python setup.py bad_argument 2022-11-23T00:51:57.5546082Z Building wheel torch-1.14.0a0+git1cfd385 2022-11-23T00:51:57.5807872Z invalid command 'bad_argument' 2022-11-23T00:51:57.6181462Z + retcode=1 2022-11-23T00:51:57.6181803Z + set -e 2022-11-23T00:51:57.6182112Z + return 1 2022-11-23T00:51:57.6185170Z + get_exit_code python setup.py 'clean]' 2022-11-23T00:51:57.6185564Z + set +e 2022-11-23T00:51:57.6185934Z + python setup.py 'clean]' 2022-11-23T00:51:57.9106351Z Building wheel torch-1.14.0a0+git1cfd385 2022-11-23T00:51:57.9329172Z invalid command name 'clean]' 2022-11-23T00:51:57.9706566Z + retcode=1 2022-11-23T00:51:57.9706924Z + set -e 2022-11-23T00:51:57.9707209Z + return 1 2022-11-23T00:51:57.9709968Z + get_exit_code python setup.py clean bad_argument 2022-11-23T00:51:57.9710361Z + set +e 2022-11-23T00:51:57.9710696Z + python setup.py clean bad_argument 2022-11-23T00:51:58.2627303Z Building wheel torch-1.14.0a0+git1cfd385 2022-11-23T00:51:58.2920413Z invalid command 'bad_argument' 2022-11-23T00:51:58.3289615Z + retcode=1 2022-11-23T00:51:58.3289982Z + set -e 2022-11-23T00:51:58.3290235Z + return 1 2022-11-23T00:51:58.3292294Z + [[ linux-focal-py3.7-clang10-onnx != *libtorch* ]] 2022-11-23T00:51:58.3292677Z + [[ linux-focal-py3.7-clang10-onnx != *rocm* ]] 2022-11-23T00:51:58.3293061Z + [[ linux-focal-py3.7-clang10-onnx != *xla* ]] 2022-11-23T00:51:58.3293277Z + WERROR=1 2022-11-23T00:51:58.3293452Z + python setup.py bdist_wheel 2022-11-23T00:51:58.6208253Z Building wheel torch-1.14.0a0+git1cfd385 2022-11-23T00:51:58.6499464Z -- Building version 1.14.0a0+git1cfd385 2022-11-23T00:51:58.6623936Z cmake -DBUILD_CAFFE2=ON -DBUILD_ENVIRONMENT=linux-focal-py3.7-clang10-onnx -DBUILD_PYTHON=True -DBUILD_STATIC_RUNTIME_BENCHMARK=ON -DBUILD_TEST=True -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/var/lib/jenkins/workspace/torch -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.7/site-packages;/opt/conda -DNUMPY_INCLUDE_DIR=/opt/conda/lib/python3.7/site-packages/numpy/core/include -DOPENSSL_ROOT_DIR=/opt/openssl -DPYTHON_EXECUTABLE=/opt/conda/bin/python -DPYTHON_INCLUDE_DIR=/opt/conda/include/python3.7m -DPYTHON_LIBRARY=/opt/conda/lib/libpython3.7m.so.1.0 -DTORCH_BUILD_VERSION=1.14.0a0+git1cfd385 -DUSE_LLVM=/opt/llvm -DUSE_NUMPY=True -DWERROR=1 /var/lib/jenkins/workspace 2022-11-23T00:51:58.7941999Z -- The CXX compiler identification is Clang 10.0.0 2022-11-23T00:51:58.8716852Z -- The C compiler identification is Clang 10.0.0 2022-11-23T00:51:58.8772307Z -- Detecting CXX compiler ABI info 2022-11-23T00:51:59.0278803Z -- Detecting CXX compiler ABI info - done 2022-11-23T00:51:59.0344694Z -- Check for working CXX compiler: /opt/cache/bin/clang++ - skipped 2022-11-23T00:51:59.0347428Z -- Detecting CXX compile features 2022-11-23T00:51:59.0352013Z -- Detecting CXX compile features - done 2022-11-23T00:51:59.0382204Z -- Detecting C compiler ABI info 2022-11-23T00:51:59.1345821Z -- Detecting C compiler ABI info - done 2022-11-23T00:51:59.1407075Z -- Check for working C compiler: /opt/cache/bin/clang - skipped 2022-11-23T00:51:59.1409758Z -- Detecting C compile features 2022-11-23T00:51:59.1413834Z -- Detecting C compile features - done 2022-11-23T00:51:59.1419078Z -- Not forcing any particular BLAS to be found 2022-11-23T00:51:59.1432661Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/CMakeDependentOption.cmake:84 (message): 2022-11-23T00:51:59.1433322Z Policy CMP0127 is not set: cmake_dependent_option() supports full Condition 2022-11-23T00:51:59.1433723Z Syntax. Run "cmake --help-policy CMP0127" for policy details. Use the 2022-11-23T00:51:59.1434075Z cmake_policy command to set the policy and suppress this warning. 2022-11-23T00:51:59.1434370Z Call Stack (most recent call first): 2022-11-23T00:51:59.1434729Z CMakeLists.txt:249 (cmake_dependent_option) 2022-11-23T00:51:59.1435074Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:51:59.1435324Z  2022-11-23T00:51:59.1435777Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/CMakeDependentOption.cmake:84 (message): 2022-11-23T00:51:59.1436278Z Policy CMP0127 is not set: cmake_dependent_option() supports full Condition 2022-11-23T00:51:59.1436647Z Syntax. Run "cmake --help-policy CMP0127" for policy details. Use the 2022-11-23T00:51:59.1436950Z cmake_policy command to set the policy and suppress this warning. 2022-11-23T00:51:59.1437205Z Call Stack (most recent call first): 2022-11-23T00:51:59.1437427Z CMakeLists.txt:280 (cmake_dependent_option) 2022-11-23T00:51:59.1437766Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:51:59.1438105Z  2022-11-23T00:51:59.1448306Z -- Could not find ccache. Consider installing ccache to speed up compilation. 2022-11-23T00:51:59.1478084Z -- Performing Test COMPILER_WORKS 2022-11-23T00:51:59.2476445Z -- Performing Test COMPILER_WORKS - Success 2022-11-23T00:51:59.2478526Z -- Performing Test SUPPORT_GLIBCXX_USE_C99 2022-11-23T00:51:59.4271944Z -- Performing Test SUPPORT_GLIBCXX_USE_C99 - Success 2022-11-23T00:51:59.4273388Z -- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED 2022-11-23T00:51:59.5751650Z -- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED - Success 2022-11-23T00:51:59.5752577Z -- std::exception_ptr is supported. 2022-11-23T00:51:59.5753997Z -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING 2022-11-23T00:51:59.6120134Z -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING - Failed 2022-11-23T00:51:59.6120773Z -- Turning off deprecation warning due to glog. 2022-11-23T00:51:59.6128033Z -- Performing Test C_HAS_AVX_1 2022-11-23T00:51:59.8724383Z -- Performing Test C_HAS_AVX_1 - Failed 2022-11-23T00:51:59.8725297Z -- Performing Test C_HAS_AVX_2 2022-11-23T00:52:00.0361065Z -- Performing Test C_HAS_AVX_2 - Success 2022-11-23T00:52:00.0363251Z -- Performing Test C_HAS_AVX2_1 2022-11-23T00:52:00.2934216Z -- Performing Test C_HAS_AVX2_1 - Failed 2022-11-23T00:52:00.2935181Z -- Performing Test C_HAS_AVX2_2 2022-11-23T00:52:00.4516250Z -- Performing Test C_HAS_AVX2_2 - Success 2022-11-23T00:52:00.4518672Z -- Performing Test C_HAS_AVX512_1 2022-11-23T00:52:00.7108301Z -- Performing Test C_HAS_AVX512_1 - Failed 2022-11-23T00:52:00.7109126Z -- Performing Test C_HAS_AVX512_2 2022-11-23T00:52:00.8757707Z -- Performing Test C_HAS_AVX512_2 - Success 2022-11-23T00:52:00.8760046Z -- Performing Test CXX_HAS_AVX_1 2022-11-23T00:52:01.1387140Z -- Performing Test CXX_HAS_AVX_1 - Failed 2022-11-23T00:52:01.1388475Z -- Performing Test CXX_HAS_AVX_2 2022-11-23T00:52:01.3068539Z -- Performing Test CXX_HAS_AVX_2 - Success 2022-11-23T00:52:01.3070292Z -- Performing Test CXX_HAS_AVX2_1 2022-11-23T00:52:01.5712393Z -- Performing Test CXX_HAS_AVX2_1 - Failed 2022-11-23T00:52:01.5713173Z -- Performing Test CXX_HAS_AVX2_2 2022-11-23T00:52:01.7956347Z -- Performing Test CXX_HAS_AVX2_2 - Success 2022-11-23T00:52:01.7958876Z -- Performing Test CXX_HAS_AVX512_1 2022-11-23T00:52:02.0587717Z -- Performing Test CXX_HAS_AVX512_1 - Failed 2022-11-23T00:52:02.0588607Z -- Performing Test CXX_HAS_AVX512_2 2022-11-23T00:52:02.2518465Z -- Performing Test CXX_HAS_AVX512_2 - Success 2022-11-23T00:52:02.2519350Z -- Current compiler supports avx2 extension. Will build perfkernels. 2022-11-23T00:52:02.2521538Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS 2022-11-23T00:52:02.4260310Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Success 2022-11-23T00:52:02.4260827Z -- Current compiler supports avx512f extension. Will build fbgemm. 2022-11-23T00:52:02.4266120Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY 2022-11-23T00:52:02.5621228Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Success 2022-11-23T00:52:02.5626478Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY 2022-11-23T00:52:02.7056703Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Success 2022-11-23T00:52:02.7061906Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC 2022-11-23T00:52:02.9109925Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC - Success 2022-11-23T00:52:02.9190050Z CUDA_TOOLKIT_ROOT_DIR not found or specified 2022-11-23T00:52:02.9279656Z -- Could NOT find CUDA (missing: CUDA_TOOLKIT_ROOT_DIR CUDA_NVCC_EXECUTABLE CUDA_INCLUDE_DIRS CUDA_CUDART_LIBRARY) 2022-11-23T00:52:02.9286175Z CMake Warning at cmake/public/cuda.cmake:31 (message): 2022-11-23T00:52:02.9286759Z Caffe2: CUDA cannot be found. Depending on whether you are building Caffe2 2022-11-23T00:52:02.9287334Z or a Caffe2 dependent library, the next warning / error will give you more 2022-11-23T00:52:02.9287784Z info. 2022-11-23T00:52:02.9288109Z Call Stack (most recent call first): 2022-11-23T00:52:02.9288516Z cmake/Dependencies.cmake:43 (include) 2022-11-23T00:52:02.9288898Z CMakeLists.txt:719 (include) 2022-11-23T00:52:02.9289108Z 2022-11-23T00:52:02.9289259Z  2022-11-23T00:52:02.9289741Z CMake Warning at cmake/Dependencies.cmake:66 (message): 2022-11-23T00:52:02.9290385Z Not compiling with CUDA. Suppress this warning with -DUSE_CUDA=OFF. 2022-11-23T00:52:02.9290807Z Call Stack (most recent call first): 2022-11-23T00:52:02.9291150Z CMakeLists.txt:719 (include) 2022-11-23T00:52:02.9291362Z 2022-11-23T00:52:02.9291507Z  2022-11-23T00:52:02.9292000Z -- Building using own protobuf under third_party per request. 2022-11-23T00:52:02.9292474Z -- Use custom protobuf build. 2022-11-23T00:52:02.9306023Z -- 2022-11-23T00:52:02.9306388Z -- 3.13.0.0 2022-11-23T00:52:02.9314334Z -- Looking for pthread.h 2022-11-23T00:52:03.0365582Z -- Looking for pthread.h - found 2022-11-23T00:52:03.0366258Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-11-23T00:52:03.1471486Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2022-11-23T00:52:03.1471831Z -- Check if compiler accepts -pthread 2022-11-23T00:52:03.2699460Z -- Check if compiler accepts -pthread - yes 2022-11-23T00:52:03.2706971Z -- Found Threads: TRUE 2022-11-23T00:52:03.2711200Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS 2022-11-23T00:52:03.4062056Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS - Success 2022-11-23T00:52:03.4164903Z -- Caffe2 protobuf include directory: $$ 2022-11-23T00:52:03.4181168Z -- Trying to find preferred BLAS backend of choice: MKL 2022-11-23T00:52:03.4191954Z -- MKL_THREADING = OMP 2022-11-23T00:52:03.4194546Z -- Looking for sys/types.h 2022-11-23T00:52:03.5201255Z -- Looking for sys/types.h - found 2022-11-23T00:52:03.5202213Z -- Looking for stdint.h 2022-11-23T00:52:03.6221097Z -- Looking for stdint.h - found 2022-11-23T00:52:03.6221825Z -- Looking for stddef.h 2022-11-23T00:52:03.7225673Z -- Looking for stddef.h - found 2022-11-23T00:52:03.7226150Z -- Check size of void* 2022-11-23T00:52:03.8226182Z -- Check size of void* - done 2022-11-23T00:52:03.8247143Z -- Looking for cblas_sgemm 2022-11-23T00:52:04.0731195Z -- Looking for cblas_sgemm - found 2022-11-23T00:52:04.0772391Z -- MKL libraries: /opt/conda/lib/libmkl_intel_lp64.so;/opt/conda/lib/libmkl_intel_thread.so;/opt/conda/lib/libmkl_core.so;/opt/conda/lib/libiomp5.so;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libm.so;/usr/lib/x86_64-linux-gnu/libdl.so 2022-11-23T00:52:04.0773029Z -- MKL include directory: /opt/conda/include 2022-11-23T00:52:04.0773293Z -- MKL OpenMP type: Intel 2022-11-23T00:52:04.0773576Z -- MKL OpenMP library: /opt/conda/lib/libiomp5.so 2022-11-23T00:52:04.1544043Z -- The ASM compiler identification is Clang with GNU-like command-line 2022-11-23T00:52:04.1565351Z -- Found assembler: /opt/cache/bin/clang 2022-11-23T00:52:04.1676983Z -- Brace yourself, we are building NNPACK 2022-11-23T00:52:04.1717211Z -- Performing Test NNPACK_ARCH_IS_X86_32 2022-11-23T00:52:04.2072690Z -- Performing Test NNPACK_ARCH_IS_X86_32 - Failed 2022-11-23T00:52:04.2247511Z -- Found PythonInterp: /opt/conda/bin/python (found version "3.7.13") 2022-11-23T00:52:04.2248086Z -- NNPACK backend is x86-64 2022-11-23T00:52:04.4192728Z -- Found Python: /usr/bin/python3.8 (found version "3.8.10") found components: Interpreter 2022-11-23T00:52:04.4254842Z -- Failed to find LLVM FileCheck 2022-11-23T00:52:04.4284712Z -- Found Git: /usr/bin/git (found version "2.25.1") 2022-11-23T00:52:04.4408315Z -- git version: v1.6.1 normalized to 1.6.1 2022-11-23T00:52:04.4408621Z -- Version: 1.6.1 2022-11-23T00:52:04.4414872Z -- Looking for shm_open in rt 2022-11-23T00:52:04.5406152Z -- Looking for shm_open in rt - found 2022-11-23T00:52:04.5413324Z -- Performing Test HAVE_CXX_FLAG_STD_CXX11 2022-11-23T00:52:04.6703289Z -- Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success 2022-11-23T00:52:04.6710626Z -- Performing Test HAVE_CXX_FLAG_WALL 2022-11-23T00:52:04.7990538Z -- Performing Test HAVE_CXX_FLAG_WALL - Success 2022-11-23T00:52:04.7998840Z -- Performing Test HAVE_CXX_FLAG_WEXTRA 2022-11-23T00:52:04.9282767Z -- Performing Test HAVE_CXX_FLAG_WEXTRA - Success 2022-11-23T00:52:04.9290709Z -- Performing Test HAVE_CXX_FLAG_WSHADOW 2022-11-23T00:52:05.0600033Z -- Performing Test HAVE_CXX_FLAG_WSHADOW - Success 2022-11-23T00:52:05.0608003Z -- Performing Test HAVE_CXX_FLAG_WERROR 2022-11-23T00:52:05.2103808Z -- Performing Test HAVE_CXX_FLAG_WERROR - Success 2022-11-23T00:52:05.2115905Z -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE 2022-11-23T00:52:05.3422539Z -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Failed 2022-11-23T00:52:05.3430725Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC 2022-11-23T00:52:05.4899873Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success 2022-11-23T00:52:05.4908221Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS 2022-11-23T00:52:05.6216563Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success 2022-11-23T00:52:05.6224161Z -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 2022-11-23T00:52:05.7561480Z -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success 2022-11-23T00:52:05.7568384Z -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING 2022-11-23T00:52:05.8854916Z -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success 2022-11-23T00:52:05.8861904Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS 2022-11-23T00:52:06.0160885Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success 2022-11-23T00:52:06.0167735Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED 2022-11-23T00:52:06.1524567Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success 2022-11-23T00:52:06.1534815Z -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING 2022-11-23T00:52:06.3370765Z -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success 2022-11-23T00:52:06.3378144Z -- Performing Test HAVE_CXX_FLAG_WD654 2022-11-23T00:52:06.3748558Z -- Performing Test HAVE_CXX_FLAG_WD654 - Failed 2022-11-23T00:52:06.3755521Z -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY 2022-11-23T00:52:06.5095936Z -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Success 2022-11-23T00:52:06.5096787Z -- Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES 2022-11-23T00:52:06.5097105Z -- Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES 2022-11-23T00:52:06.5990172Z -- Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- failed to compile 2022-11-23T00:52:06.5996621Z -- Performing Test HAVE_CXX_FLAG_COVERAGE 2022-11-23T00:52:06.7299745Z -- Performing Test HAVE_CXX_FLAG_COVERAGE - Success 2022-11-23T00:52:06.7301086Z -- Performing Test HAVE_STD_REGEX 2022-11-23T00:52:06.7301404Z -- Performing Test HAVE_STD_REGEX 2022-11-23T00:52:06.9748769Z -- Performing Test HAVE_STD_REGEX -- success 2022-11-23T00:52:06.9749171Z -- Performing Test HAVE_GNU_POSIX_REGEX 2022-11-23T00:52:06.9749443Z -- Performing Test HAVE_GNU_POSIX_REGEX 2022-11-23T00:52:07.0310070Z -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile 2022-11-23T00:52:07.0310404Z -- Performing Test HAVE_POSIX_REGEX 2022-11-23T00:52:07.0310670Z -- Performing Test HAVE_POSIX_REGEX 2022-11-23T00:52:07.1841288Z -- Performing Test HAVE_POSIX_REGEX -- success 2022-11-23T00:52:07.1841697Z -- Performing Test HAVE_STEADY_CLOCK 2022-11-23T00:52:07.1841985Z -- Performing Test HAVE_STEADY_CLOCK 2022-11-23T00:52:07.3252213Z -- Performing Test HAVE_STEADY_CLOCK -- success 2022-11-23T00:52:07.3516052Z -- Performing Test COMPILER_SUPPORTS_AVX512 2022-11-23T00:52:07.4862796Z -- Performing Test COMPILER_SUPPORTS_AVX512 - Success 2022-11-23T00:52:07.8557555Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:52:07.8558070Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T00:52:07.8558441Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:52:07.8558748Z problems in calling code that expects `find_package` result variables 2022-11-23T00:52:07.8559083Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:52:07.8559314Z Call Stack (most recent call first): 2022-11-23T00:52:07.8559582Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:52:07.8559920Z third_party/fbgemm/CMakeLists.txt:85 (find_package) 2022-11-23T00:52:07.8560288Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:52:07.8560592Z  2022-11-23T00:52:07.8560850Z -- Found OpenMP_C: -fopenmp=libomp (found version "4.5") 2022-11-23T00:52:08.0078158Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:52:08.0078747Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T00:52:08.0079132Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:52:08.0079457Z problems in calling code that expects `find_package` result variables 2022-11-23T00:52:08.0079727Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:52:08.0079955Z Call Stack (most recent call first): 2022-11-23T00:52:08.0080210Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:52:08.0080651Z third_party/fbgemm/CMakeLists.txt:85 (find_package) 2022-11-23T00:52:08.0081140Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:52:08.0081380Z  2022-11-23T00:52:08.0081654Z -- Found OpenMP_CXX: -fopenmp=libomp (found version "4.5") 2022-11-23T00:52:08.0082022Z -- Found OpenMP: TRUE (found version "4.5") 2022-11-23T00:52:08.0083340Z CMake Warning at third_party/fbgemm/CMakeLists.txt:87 (message): 2022-11-23T00:52:08.0083644Z OpenMP found! OpenMP_C_INCLUDE_DIRS = 2022-11-23T00:52:08.0083786Z 2022-11-23T00:52:08.0083870Z  2022-11-23T00:52:08.1067362Z CMake Warning at third_party/fbgemm/CMakeLists.txt:186 (message): 2022-11-23T00:52:08.1067818Z ========== 2022-11-23T00:52:08.1068009Z 2022-11-23T00:52:08.1068155Z  2022-11-23T00:52:08.1068594Z CMake Warning at third_party/fbgemm/CMakeLists.txt:187 (message): 2022-11-23T00:52:08.1068842Z CMAKE_BUILD_TYPE = Release 2022-11-23T00:52:08.1068990Z 2022-11-23T00:52:08.1069088Z  2022-11-23T00:52:08.1069544Z CMake Warning at third_party/fbgemm/CMakeLists.txt:188 (message): 2022-11-23T00:52:08.1070019Z CMAKE_CXX_FLAGS_DEBUG is -g 2022-11-23T00:52:08.1070234Z 2022-11-23T00:52:08.1070383Z  2022-11-23T00:52:08.1070889Z CMake Warning at third_party/fbgemm/CMakeLists.txt:189 (message): 2022-11-23T00:52:08.1071413Z CMAKE_CXX_FLAGS_RELEASE is -O3 -DNDEBUG 2022-11-23T00:52:08.1071561Z 2022-11-23T00:52:08.1071629Z  2022-11-23T00:52:08.1071913Z CMake Warning at third_party/fbgemm/CMakeLists.txt:190 (message): 2022-11-23T00:52:08.1072136Z ========== 2022-11-23T00:52:08.1072235Z 2022-11-23T00:52:08.1072315Z  2022-11-23T00:52:08.1102658Z -- Performing Test __CxxFlag__fno_threadsafe_statics 2022-11-23T00:52:08.2461592Z -- Performing Test __CxxFlag__fno_threadsafe_statics - Success 2022-11-23T00:52:08.2467701Z -- Performing Test __CxxFlag__fno_semantic_interposition 2022-11-23T00:52:08.3845045Z -- Performing Test __CxxFlag__fno_semantic_interposition - Success 2022-11-23T00:52:08.3851173Z -- Performing Test __CxxFlag__fmerge_all_constants 2022-11-23T00:52:08.5516906Z -- Performing Test __CxxFlag__fmerge_all_constants - Success 2022-11-23T00:52:08.5524100Z -- Performing Test __CxxFlag__fno_enforce_eh_specs 2022-11-23T00:52:08.5899801Z -- Performing Test __CxxFlag__fno_enforce_eh_specs - Failed 2022-11-23T00:52:08.5917749Z ** AsmJit Summary ** 2022-11-23T00:52:08.5918672Z  ASMJIT_DIR=/var/lib/jenkins/workspace/third_party/fbgemm/third_party/asmjit 2022-11-23T00:52:08.5919245Z  ASMJIT_TEST=FALSE 2022-11-23T00:52:08.5919643Z  ASMJIT_TARGET_TYPE=STATIC 2022-11-23T00:52:08.5920105Z  ASMJIT_DEPS=pthread;rt 2022-11-23T00:52:08.5920557Z  ASMJIT_LIBS=asmjit;pthread;rt 2022-11-23T00:52:08.5921003Z  ASMJIT_CFLAGS=-DASMJIT_STATIC 2022-11-23T00:52:08.5921862Z  ASMJIT_PRIVATE_CFLAGS=-Wall;-Wextra;-Wconversion;-fno-math-errno;-fno-threadsafe-statics;-fno-semantic-interposition;-DASMJIT_STATIC 2022-11-23T00:52:08.5922565Z  ASMJIT_PRIVATE_CFLAGS_DBG= 2022-11-23T00:52:08.5923103Z  ASMJIT_PRIVATE_CFLAGS_REL=-O2;-fmerge-all-constants 2022-11-23T00:52:08.5969824Z -- Could NOT find Numa (missing: Numa_INCLUDE_DIR Numa_LIBRARIES) 2022-11-23T00:52:08.5970305Z CMake Warning at cmake/Dependencies.cmake:893 (message): 2022-11-23T00:52:08.5970677Z Not compiling with NUMA. Suppress this warning with -DUSE_NUMA=OFF 2022-11-23T00:52:08.5970924Z Call Stack (most recent call first): 2022-11-23T00:52:08.5971138Z CMakeLists.txt:719 (include) 2022-11-23T00:52:08.5971264Z 2022-11-23T00:52:08.5971347Z  2022-11-23T00:52:08.5987533Z -- Using third party subdirectory Eigen. 2022-11-23T00:52:08.6186074Z -- Found PythonInterp: /opt/conda/bin/python (found suitable version "3.7.13", minimum required is "3.0") 2022-11-23T00:52:08.6205850Z -- Found PythonLibs: /opt/conda/lib/libpython3.7m.so.1.0 (found suitable version "3.7.13", minimum required is "3.0") 2022-11-23T00:52:08.6208028Z -- Using third_party/pybind11. 2022-11-23T00:52:08.6208658Z -- pybind11 include dirs: /var/lib/jenkins/workspace/cmake/../third_party/pybind11/include 2022-11-23T00:52:08.6717015Z -- Checking for module 'mpi-c' 2022-11-23T00:52:08.6742138Z -- No package 'mpi-c' found 2022-11-23T00:52:08.7139017Z -- Could NOT find MPI_C (missing: MPI_C_LIB_NAMES MPI_C_HEADER_DIR MPI_C_WORKS) 2022-11-23T00:52:08.7601385Z -- Checking for module 'mpi-cxx' 2022-11-23T00:52:08.7622964Z -- No package 'mpi-cxx' found 2022-11-23T00:52:08.8032584Z -- Could NOT find MPI_CXX (missing: MPI_CXX_LIB_NAMES MPI_CXX_HEADER_DIR MPI_CXX_WORKS) 2022-11-23T00:52:08.8034329Z -- Could NOT find MPI (missing: MPI_C_FOUND MPI_CXX_FOUND) 2022-11-23T00:52:08.8038372Z CMake Warning at cmake/Dependencies.cmake:1167 (message): 2022-11-23T00:52:08.8039028Z Not compiling with MPI. Suppress this warning with -DUSE_MPI=OFF 2022-11-23T00:52:08.8039328Z Call Stack (most recent call first): 2022-11-23T00:52:08.8039545Z CMakeLists.txt:719 (include) 2022-11-23T00:52:08.8039688Z 2022-11-23T00:52:08.8039773Z  2022-11-23T00:52:08.8058177Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:52:08.8058638Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T00:52:08.8059027Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:52:08.8059336Z problems in calling code that expects `find_package` result variables 2022-11-23T00:52:08.8059648Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:52:08.8059874Z Call Stack (most recent call first): 2022-11-23T00:52:08.8060140Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:52:08.8060462Z cmake/Dependencies.cmake:1222 (find_package) 2022-11-23T00:52:08.8060685Z CMakeLists.txt:719 (include) 2022-11-23T00:52:08.8061073Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:52:08.8061338Z  2022-11-23T00:52:08.8061975Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:52:08.8062588Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T00:52:08.8063137Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:52:08.8063878Z problems in calling code that expects `find_package` result variables 2022-11-23T00:52:08.8064374Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:52:08.8064909Z Call Stack (most recent call first): 2022-11-23T00:52:08.8065360Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:52:08.8065871Z cmake/Dependencies.cmake:1222 (find_package) 2022-11-23T00:52:08.8066104Z CMakeLists.txt:719 (include) 2022-11-23T00:52:08.8066428Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:52:08.8066791Z  2022-11-23T00:52:08.8069037Z -- Adding OpenMP CXX_FLAGS: -fopenmp=libomp 2022-11-23T00:52:08.8069708Z -- Will link against OpenMP libraries: /opt/conda/lib/libiomp5.so 2022-11-23T00:52:08.8070019Z -- Disabling kernel asserts for ROCm 2022-11-23T00:52:08.8070274Z -- Looking for LLVM in /opt/llvm 2022-11-23T00:52:08.8117350Z -- Found LLVM 9.0.1 2022-11-23T00:52:08.8117876Z -- Using LLVMConfig.cmake in: /opt/llvm/lib/cmake/llvm 2022-11-23T00:52:08.8125891Z CMake Warning at cmake/Dependencies.cmake:1387 (message): 2022-11-23T00:52:08.8126243Z Not using CUDA/ROCM, so disabling USE_NCCL. Suppress this warning with 2022-11-23T00:52:08.8126560Z -DUSE_NCCL=OFF. 2022-11-23T00:52:08.8126756Z Call Stack (most recent call first): 2022-11-23T00:52:08.8126970Z CMakeLists.txt:719 (include) 2022-11-23T00:52:08.8127081Z 2022-11-23T00:52:08.8127163Z  2022-11-23T00:52:08.8256882Z -- Performing Test UV_LINT_W4 2022-11-23T00:52:08.8605579Z -- Performing Test UV_LINT_W4 - Failed 2022-11-23T00:52:08.8611366Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER_MSVC 2022-11-23T00:52:08.8950939Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER_MSVC - Failed 2022-11-23T00:52:08.8957225Z -- Performing Test UV_LINT_NO_CONDITIONAL_CONSTANT_MSVC 2022-11-23T00:52:08.9299609Z -- Performing Test UV_LINT_NO_CONDITIONAL_CONSTANT_MSVC - Failed 2022-11-23T00:52:08.9306776Z -- Performing Test UV_LINT_NO_NONSTANDARD_MSVC 2022-11-23T00:52:08.9651812Z -- Performing Test UV_LINT_NO_NONSTANDARD_MSVC - Failed 2022-11-23T00:52:08.9657876Z -- Performing Test UV_LINT_NO_NONSTANDARD_EMPTY_TU_MSVC 2022-11-23T00:52:09.0005231Z -- Performing Test UV_LINT_NO_NONSTANDARD_EMPTY_TU_MSVC - Failed 2022-11-23T00:52:09.0011504Z -- Performing Test UV_LINT_NO_NONSTANDARD_FILE_SCOPE_MSVC 2022-11-23T00:52:09.0356554Z -- Performing Test UV_LINT_NO_NONSTANDARD_FILE_SCOPE_MSVC - Failed 2022-11-23T00:52:09.0363169Z -- Performing Test UV_LINT_NO_NONSTANDARD_NONSTATIC_DLIMPORT_MSVC 2022-11-23T00:52:09.0705814Z -- Performing Test UV_LINT_NO_NONSTANDARD_NONSTATIC_DLIMPORT_MSVC - Failed 2022-11-23T00:52:09.0712089Z -- Performing Test UV_LINT_NO_HIDES_LOCAL 2022-11-23T00:52:09.1054975Z -- Performing Test UV_LINT_NO_HIDES_LOCAL - Failed 2022-11-23T00:52:09.1061079Z -- Performing Test UV_LINT_NO_HIDES_PARAM 2022-11-23T00:52:09.1403338Z -- Performing Test UV_LINT_NO_HIDES_PARAM - Failed 2022-11-23T00:52:09.1409479Z -- Performing Test UV_LINT_NO_HIDES_GLOBAL 2022-11-23T00:52:09.1746763Z -- Performing Test UV_LINT_NO_HIDES_GLOBAL - Failed 2022-11-23T00:52:09.1753431Z -- Performing Test UV_LINT_NO_CONDITIONAL_ASSIGNMENT_MSVC 2022-11-23T00:52:09.2099379Z -- Performing Test UV_LINT_NO_CONDITIONAL_ASSIGNMENT_MSVC - Failed 2022-11-23T00:52:09.2105755Z -- Performing Test UV_LINT_NO_UNSAFE_MSVC 2022-11-23T00:52:09.2443924Z -- Performing Test UV_LINT_NO_UNSAFE_MSVC - Failed 2022-11-23T00:52:09.2450737Z -- Performing Test UV_LINT_WALL 2022-11-23T00:52:09.3483850Z -- Performing Test UV_LINT_WALL - Success 2022-11-23T00:52:09.3490560Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER 2022-11-23T00:52:09.4949609Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER - Success 2022-11-23T00:52:09.4955214Z -- Performing Test UV_LINT_STRICT_PROTOTYPES 2022-11-23T00:52:09.5997410Z -- Performing Test UV_LINT_STRICT_PROTOTYPES - Success 2022-11-23T00:52:09.6003209Z -- Performing Test UV_LINT_EXTRA 2022-11-23T00:52:09.7014392Z -- Performing Test UV_LINT_EXTRA - Success 2022-11-23T00:52:09.7020899Z -- Performing Test UV_LINT_UTF8_MSVC 2022-11-23T00:52:09.7357925Z -- Performing Test UV_LINT_UTF8_MSVC - Failed 2022-11-23T00:52:09.7364962Z -- Performing Test UV_F_STRICT_ALIASING 2022-11-23T00:52:09.8577283Z -- Performing Test UV_F_STRICT_ALIASING - Success 2022-11-23T00:52:09.8588046Z -- summary of build options: 2022-11-23T00:52:09.8588383Z Install prefix: /var/lib/jenkins/workspace/torch 2022-11-23T00:52:09.8588824Z Target system: Linux 2022-11-23T00:52:09.8589151Z Compiler: 2022-11-23T00:52:09.8589336Z C compiler: /opt/cache/bin/clang 2022-11-23T00:52:09.8589598Z CFLAGS: -fopenmp=libomp 2022-11-23T00:52:09.8589727Z 2022-11-23T00:52:09.8601166Z -- Found uv: 1.38.1 (found version "1.38.1") 2022-11-23T00:52:09.8626582Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:21 (option): 2022-11-23T00:52:09.8626988Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2022-11-23T00:52:09.8627497Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2022-11-23T00:52:09.8627796Z set the policy and suppress this warning. 2022-11-23T00:52:09.8627935Z 2022-11-23T00:52:09.8628065Z For compatibility with older versions of CMake, option is clearing the 2022-11-23T00:52:09.8628369Z normal variable 'BUILD_BENCHMARK'. 2022-11-23T00:52:09.8628719Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:52:09.8629019Z  2022-11-23T00:52:09.8629810Z -- Enabling sccache for CXX 2022-11-23T00:52:09.8630049Z -- Enabling sccache for C 2022-11-23T00:52:09.8630285Z -- Gloo build as SHARED library 2022-11-23T00:52:09.8673082Z CMake Warning at cmake/Dependencies.cmake:1538 (message): 2022-11-23T00:52:09.8673526Z Metal is only used in ios builds. 2022-11-23T00:52:09.8673743Z Call Stack (most recent call first): 2022-11-23T00:52:09.8673941Z CMakeLists.txt:719 (include) 2022-11-23T00:52:09.8674064Z 2022-11-23T00:52:09.8674147Z  2022-11-23T00:52:09.8875537Z -- Found PythonInterp: /opt/conda/bin/python (found version "3.7.13") 2022-11-23T00:52:09.8890876Z -- Found PythonLibs: /opt/conda/lib/libpython3.7m.so.1.0 (found version "3.7.13") 2022-11-23T00:52:09.8894170Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2022-11-23T00:52:09.8896781Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2022-11-23T00:52:09.8898765Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2022-11-23T00:52:09.9718803Z -- 2022-11-23T00:52:09.9719162Z -- ******** Summary ******** 2022-11-23T00:52:09.9719552Z -- CMake version : 3.22.1 2022-11-23T00:52:09.9719896Z -- CMake command : /opt/conda/bin/cmake 2022-11-23T00:52:09.9720144Z -- System : Linux 2022-11-23T00:52:09.9720496Z -- C++ compiler : /opt/cache/bin/clang++ 2022-11-23T00:52:09.9720766Z -- C++ compiler version : 10.0.0 2022-11-23T00:52:09.9721291Z -- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp=libomp -Wnon-virtual-dtor 2022-11-23T00:52:09.9721657Z -- Build type : Release 2022-11-23T00:52:09.9722084Z -- Compile definitions : TORCH_ENABLE_LLVM;ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;__STDC_FORMAT_MACROS 2022-11-23T00:52:09.9722496Z -- CMAKE_PREFIX_PATH : /opt/conda/lib/python3.7/site-packages;/opt/conda 2022-11-23T00:52:09.9722907Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2022-11-23T00:52:09.9723362Z -- CMAKE_MODULE_PATH : /var/lib/jenkins/workspace/cmake/Modules;/var/lib/jenkins/workspace/cmake/public/../Modules_CUDA_fix 2022-11-23T00:52:09.9723730Z -- 2022-11-23T00:52:09.9723945Z -- ONNX version : 1.12.0 2022-11-23T00:52:09.9724189Z -- ONNX NAMESPACE : onnx_torch 2022-11-23T00:52:09.9724510Z -- ONNX_USE_LITE_PROTO : OFF 2022-11-23T00:52:09.9724762Z -- USE_PROTOBUF_SHARED_LIBS : OFF 2022-11-23T00:52:09.9725005Z -- Protobuf_USE_STATIC_LIBS : ON 2022-11-23T00:52:09.9725480Z -- ONNX_DISABLE_EXCEPTIONS : OFF 2022-11-23T00:52:09.9725730Z -- ONNX_WERROR : OFF 2022-11-23T00:52:09.9726027Z -- ONNX_BUILD_TESTS : OFF 2022-11-23T00:52:09.9726274Z -- ONNX_BUILD_BENCHMARKS : OFF 2022-11-23T00:52:09.9726518Z -- ONNXIFI_DUMMY_BACKEND : OFF 2022-11-23T00:52:09.9726819Z -- ONNXIFI_ENABLE_EXT : OFF 2022-11-23T00:52:09.9727019Z -- 2022-11-23T00:52:09.9727229Z -- Protobuf compiler : 2022-11-23T00:52:09.9727470Z -- Protobuf includes : 2022-11-23T00:52:09.9727765Z -- Protobuf libraries : 2022-11-23T00:52:09.9728012Z -- BUILD_ONNX_PYTHON : OFF 2022-11-23T00:52:09.9740557Z -- 2022-11-23T00:52:09.9740975Z -- ******** Summary ******** 2022-11-23T00:52:09.9741393Z -- CMake version : 3.22.1 2022-11-23T00:52:09.9741862Z -- CMake command : /opt/conda/bin/cmake 2022-11-23T00:52:09.9742276Z -- System : Linux 2022-11-23T00:52:09.9742730Z -- C++ compiler : /opt/cache/bin/clang++ 2022-11-23T00:52:09.9743181Z -- C++ compiler version : 10.0.0 2022-11-23T00:52:09.9743937Z -- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp=libomp -Wnon-virtual-dtor 2022-11-23T00:52:09.9744577Z -- Build type : Release 2022-11-23T00:52:09.9745345Z -- Compile definitions : TORCH_ENABLE_LLVM;ONNX_ML=1;ONNXIFI_ENABLE_EXT=1 2022-11-23T00:52:09.9746028Z -- CMAKE_PREFIX_PATH : /opt/conda/lib/python3.7/site-packages;/opt/conda 2022-11-23T00:52:09.9746653Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2022-11-23T00:52:09.9747603Z -- CMAKE_MODULE_PATH : /var/lib/jenkins/workspace/cmake/Modules;/var/lib/jenkins/workspace/cmake/public/../Modules_CUDA_fix 2022-11-23T00:52:09.9748147Z -- 2022-11-23T00:52:09.9748508Z -- ONNX version : 1.4.1 2022-11-23T00:52:09.9748949Z -- ONNX NAMESPACE : onnx_torch 2022-11-23T00:52:09.9749394Z -- ONNX_BUILD_TESTS : OFF 2022-11-23T00:52:09.9749815Z -- ONNX_BUILD_BENCHMARKS : OFF 2022-11-23T00:52:09.9750244Z -- ONNX_USE_LITE_PROTO : OFF 2022-11-23T00:52:09.9750677Z -- ONNXIFI_DUMMY_BACKEND : OFF 2022-11-23T00:52:09.9751023Z -- 2022-11-23T00:52:09.9751400Z -- Protobuf compiler : 2022-11-23T00:52:09.9751822Z -- Protobuf includes : 2022-11-23T00:52:09.9752231Z -- Protobuf libraries : 2022-11-23T00:52:09.9752659Z -- BUILD_ONNX_PYTHON : OFF 2022-11-23T00:52:09.9753268Z -- Could not find CUDA with FP16 support, compiling without torch.CudaHalfTensor 2022-11-23T00:52:09.9753776Z -- Adding -DNDEBUG to compile flags 2022-11-23T00:52:09.9769440Z -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 2022-11-23T00:52:10.0138437Z -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 - False 2022-11-23T00:52:10.0139115Z CMake Warning at cmake/Dependencies.cmake:1738 (message): 2022-11-23T00:52:10.0139754Z Not compiling with MAGMA. Suppress this warning with -DUSE_MAGMA=OFF. 2022-11-23T00:52:10.0140217Z Call Stack (most recent call first): 2022-11-23T00:52:10.0140599Z CMakeLists.txt:719 (include) 2022-11-23T00:52:10.0140808Z 2022-11-23T00:52:10.0140924Z  2022-11-23T00:52:10.0167555Z -- Could not find hardware support for NEON on this machine. 2022-11-23T00:52:10.0168113Z -- No OMAP3 processor on this machine. 2022-11-23T00:52:10.0168614Z -- No OMAP4 processor on this machine. 2022-11-23T00:52:10.0177879Z -- Found a library with LAPACK API (mkl). 2022-11-23T00:52:10.0178812Z disabling CUDA because NOT USE_CUDA is set 2022-11-23T00:52:10.0179360Z -- USE_CUDNN is set to 0. Compiling without cuDNN support 2022-11-23T00:52:10.0179686Z disabling ROCM because NOT USE_ROCM is set 2022-11-23T00:52:10.0179997Z -- MIOpen not found. Compiling without MIOpen support 2022-11-23T00:52:10.0181851Z -- Will build oneDNN Graph 2022-11-23T00:52:10.0193551Z -- MKLDNN_CPU_RUNTIME = OMP 2022-11-23T00:52:10.0208274Z -- cmake version: 3.22.1 2022-11-23T00:52:10.0209228Z CMake Deprecation Warning at third_party/ideep/mkl-dnn/CMakeLists.txt:36 (cmake_policy): 2022-11-23T00:52:10.0209832Z The OLD behavior for policy CMP0025 will be removed from a future version 2022-11-23T00:52:10.0210243Z of CMake. 2022-11-23T00:52:10.0210423Z 2022-11-23T00:52:10.0210819Z The cmake-policies(7) manual explains that the OLD behaviors of all 2022-11-23T00:52:10.0211372Z policies are deprecated and that a policy should be set to OLD only under 2022-11-23T00:52:10.0212060Z specific short-term circumstances. Projects should be ported to the NEW 2022-11-23T00:52:10.0263901Z behavior and not rely on setting a policy to OLD. 2022-11-23T00:52:10.0264191Z 2022-11-23T00:52:10.0264374Z  2022-11-23T00:52:10.0264743Z -- DNNL_TARGET_ARCH: X64 2022-11-23T00:52:10.0265241Z -- DNNL_LIBRARY_NAME: dnnl 2022-11-23T00:52:10.0299956Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:52:10.0300630Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T00:52:10.0301208Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:52:10.0301721Z problems in calling code that expects `find_package` result variables 2022-11-23T00:52:10.0302200Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:52:10.0302578Z Call Stack (most recent call first): 2022-11-23T00:52:10.0303048Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:52:10.0303761Z third_party/ideep/mkl-dnn/third_party/oneDNN/cmake/OpenMP.cmake:69 (find_package) 2022-11-23T00:52:10.0304427Z third_party/ideep/mkl-dnn/third_party/oneDNN/CMakeLists.txt:117 (include) 2022-11-23T00:52:10.0305450Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:52:10.0305895Z  2022-11-23T00:52:10.0306284Z -- Found OpenMP_C: -fopenmp=libomp 2022-11-23T00:52:10.0307068Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:52:10.0307739Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T00:52:10.0308310Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:52:10.0308838Z problems in calling code that expects `find_package` result variables 2022-11-23T00:52:10.0309323Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:52:10.0309707Z Call Stack (most recent call first): 2022-11-23T00:52:10.0310161Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:52:10.0310868Z third_party/ideep/mkl-dnn/third_party/oneDNN/cmake/OpenMP.cmake:69 (find_package) 2022-11-23T00:52:10.0311576Z third_party/ideep/mkl-dnn/third_party/oneDNN/CMakeLists.txt:117 (include) 2022-11-23T00:52:10.0312240Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:52:10.0312683Z  2022-11-23T00:52:10.0313092Z -- Found OpenMP_CXX: -fopenmp=libomp 2022-11-23T00:52:10.0314265Z -- Found OpenMP: TRUE 2022-11-23T00:52:10.0352168Z -- Could NOT find Doxyrest (missing: DOXYREST_EXECUTABLE) 2022-11-23T00:52:10.0533475Z -- Found PythonInterp: /opt/conda/bin/python (found suitable version "3.7.13", minimum required is "2.7") 2022-11-23T00:52:10.0547385Z -- Could NOT find Sphinx (missing: SPHINX_EXECUTABLE) 2022-11-23T00:52:10.0596553Z -- Enabled workload: TRAINING 2022-11-23T00:52:10.0597039Z -- Enabled primitives: ALL 2022-11-23T00:52:10.0597359Z -- Enabled primitive CPU ISA: ALL 2022-11-23T00:52:10.0597612Z -- Enabled primitive GPU ISA: ALL 2022-11-23T00:52:10.0638537Z -- Primitive cache is enabled 2022-11-23T00:52:10.0788124Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.h 2022-11-23T00:52:10.1886208Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.h - found 2022-11-23T00:52:10.1888462Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph_types.h 2022-11-23T00:52:10.3037916Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph_types.h - found 2022-11-23T00:52:10.3040665Z -- Looking for C++ include /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.hpp 2022-11-23T00:52:10.4892865Z -- Looking for C++ include /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.hpp - found 2022-11-23T00:52:10.4923640Z -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) 2022-11-23T00:52:10.4924384Z -- Cannot find Doxygen package 2022-11-23T00:52:10.4988092Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:52:10.4988635Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T00:52:10.4988972Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:52:10.4989279Z problems in calling code that expects `find_package` result variables 2022-11-23T00:52:10.4989560Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:52:10.4989792Z Call Stack (most recent call first): 2022-11-23T00:52:10.4990061Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:52:10.4990418Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:62 (find_package) 2022-11-23T00:52:10.4990758Z third_party/ideep/mkl-dnn/CMakeLists.txt:179 (include) 2022-11-23T00:52:10.4991230Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:52:10.4991503Z  2022-11-23T00:52:10.4992167Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:52:10.4992737Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T00:52:10.4993061Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:52:10.4993357Z problems in calling code that expects `find_package` result variables 2022-11-23T00:52:10.4993629Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:52:10.4993857Z Call Stack (most recent call first): 2022-11-23T00:52:10.4994117Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:52:10.4994478Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:62 (find_package) 2022-11-23T00:52:10.4994811Z third_party/ideep/mkl-dnn/CMakeLists.txt:179 (include) 2022-11-23T00:52:10.4995148Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:52:10.4995396Z  2022-11-23T00:52:10.5009471Z -- DNNL_GRAPH_BUILD_FOR_CI is set to be OFF 2022-11-23T00:52:10.5030378Z -- Compiling oneDNN Graph with CPU runtime OMP support 2022-11-23T00:52:10.5030694Z -- Compiling oneDNN Graph with GPU runtime NONE support 2022-11-23T00:52:10.5073577Z -- Graph compiler backend is disabled. 2022-11-23T00:52:10.5079358Z -- Set version definitions to /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/src/utils/verbose.cpp 2022-11-23T00:52:10.5090208Z -- Compiled partition cache is enabled 2022-11-23T00:52:10.5120249Z -- Found MKL-DNN: TRUE 2022-11-23T00:52:10.5124111Z -- Looking for clock_gettime in rt 2022-11-23T00:52:10.6236054Z -- Looking for clock_gettime in rt - found 2022-11-23T00:52:10.6236494Z -- Looking for mmap 2022-11-23T00:52:10.7249467Z -- Looking for mmap - found 2022-11-23T00:52:10.7249767Z -- Looking for shm_open 2022-11-23T00:52:10.8344365Z -- Looking for shm_open - found 2022-11-23T00:52:10.8344697Z -- Looking for shm_unlink 2022-11-23T00:52:10.9543195Z -- Looking for shm_unlink - found 2022-11-23T00:52:10.9543564Z -- Looking for malloc_usable_size 2022-11-23T00:52:11.0589933Z -- Looking for malloc_usable_size - found 2022-11-23T00:52:11.0591099Z -- Performing Test C_HAS_THREAD 2022-11-23T00:52:11.1636501Z -- Performing Test C_HAS_THREAD - Success 2022-11-23T00:52:11.1672337Z -- Version: 7.1.3 2022-11-23T00:52:11.1672619Z -- Build type: Release 2022-11-23T00:52:11.1675140Z -- CXX_STANDARD: 14 2022-11-23T00:52:11.1681300Z -- Performing Test has_std_14_flag 2022-11-23T00:52:11.3057467Z -- Performing Test has_std_14_flag - Success 2022-11-23T00:52:11.3063585Z -- Performing Test has_std_1y_flag 2022-11-23T00:52:11.4658824Z -- Performing Test has_std_1y_flag - Success 2022-11-23T00:52:11.4659834Z -- Performing Test SUPPORTS_USER_DEFINED_LITERALS 2022-11-23T00:52:11.6060535Z -- Performing Test SUPPORTS_USER_DEFINED_LITERALS - Success 2022-11-23T00:52:11.6061370Z -- Performing Test FMT_HAS_VARIANT 2022-11-23T00:52:11.7579506Z -- Performing Test FMT_HAS_VARIANT - Success 2022-11-23T00:52:11.7582429Z -- Required features: cxx_variadic_templates 2022-11-23T00:52:11.7588985Z -- Performing Test HAS_NULLPTR_WARNING 2022-11-23T00:52:11.8987643Z -- Performing Test HAS_NULLPTR_WARNING - Success 2022-11-23T00:52:11.8993212Z -- Looking for strtod_l 2022-11-23T00:52:11.9786405Z -- Looking for strtod_l - not found 2022-11-23T00:52:11.9792411Z -- Using CPU-only version of Kineto 2022-11-23T00:52:11.9792751Z -- Configuring Kineto dependency: 2022-11-23T00:52:11.9793156Z -- KINETO_SOURCE_DIR = /var/lib/jenkins/workspace/third_party/kineto/libkineto 2022-11-23T00:52:11.9793456Z -- KINETO_BUILD_TESTS = OFF 2022-11-23T00:52:11.9793727Z -- KINETO_LIBRARY_TYPE = static 2022-11-23T00:52:12.0010470Z -- Found PythonInterp: /opt/conda/bin/python (found version "3.7.13") 2022-11-23T00:52:12.0011941Z INFO CUDA_SOURCE_DIR =  2022-11-23T00:52:12.0012181Z INFO ROCM_SOURCE_DIR =  2022-11-23T00:52:12.0180764Z INFO CUPTI unavailable or disabled - not building GPU profilers 2022-11-23T00:52:12.0528139Z -- Kineto: FMT_SOURCE_DIR = /var/lib/jenkins/workspace/third_party/fmt 2022-11-23T00:52:12.0528771Z -- Kineto: FMT_INCLUDE_DIR = /var/lib/jenkins/workspace/third_party/fmt/include 2022-11-23T00:52:12.0529168Z INFO CUPTI_INCLUDE_DIR = /extras/CUPTI/include 2022-11-23T00:52:12.0529483Z INFO ROCTRACER_INCLUDE_DIR = /include/roctracer 2022-11-23T00:52:12.0530836Z -- Configured Kineto (CPU) 2022-11-23T00:52:12.0538460Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/CMakeDependentOption.cmake:84 (message): 2022-11-23T00:52:12.0538895Z Policy CMP0127 is not set: cmake_dependent_option() supports full Condition 2022-11-23T00:52:12.0539316Z Syntax. Run "cmake --help-policy CMP0127" for policy details. Use the 2022-11-23T00:52:12.0539633Z cmake_policy command to set the policy and suppress this warning. 2022-11-23T00:52:12.0539878Z Call Stack (most recent call first): 2022-11-23T00:52:12.0540123Z CMakeLists.txt:722 (cmake_dependent_option) 2022-11-23T00:52:12.0540466Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:52:12.0540723Z  2022-11-23T00:52:12.0548316Z -- Performing Test HAS_WERROR_RETURN_TYPE 2022-11-23T00:52:12.2532406Z -- Performing Test HAS_WERROR_RETURN_TYPE - Success 2022-11-23T00:52:12.2539774Z -- Performing Test HAS_WERROR_NON_VIRTUAL_DTOR 2022-11-23T00:52:12.3996935Z -- Performing Test HAS_WERROR_NON_VIRTUAL_DTOR - Success 2022-11-23T00:52:12.4004302Z -- Performing Test HAS_WERROR_BRACED_SCALAR_INIT 2022-11-23T00:52:12.5533979Z -- Performing Test HAS_WERROR_BRACED_SCALAR_INIT - Success 2022-11-23T00:52:12.5540997Z -- Performing Test HAS_WERROR_RANGE_LOOP_CONSTRUCT 2022-11-23T00:52:12.7069814Z -- Performing Test HAS_WERROR_RANGE_LOOP_CONSTRUCT - Success 2022-11-23T00:52:12.7076847Z -- Performing Test HAS_WNARROWING 2022-11-23T00:52:12.8526038Z -- Performing Test HAS_WNARROWING - Success 2022-11-23T00:52:12.8534181Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS 2022-11-23T00:52:12.9982673Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS - Success 2022-11-23T00:52:12.9990550Z -- Performing Test HAS_WNO_TYPE_LIMITS 2022-11-23T00:52:13.1361867Z -- Performing Test HAS_WNO_TYPE_LIMITS - Success 2022-11-23T00:52:13.1369666Z -- Performing Test HAS_WNO_ARRAY_BOUNDS 2022-11-23T00:52:13.2689779Z -- Performing Test HAS_WNO_ARRAY_BOUNDS - Success 2022-11-23T00:52:13.2697083Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS 2022-11-23T00:52:13.4058930Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS - Success 2022-11-23T00:52:13.4066153Z -- Performing Test HAS_WUNUSED_LOCAL_TYPEDEFS 2022-11-23T00:52:13.5395324Z -- Performing Test HAS_WUNUSED_LOCAL_TYPEDEFS - Success 2022-11-23T00:52:13.5402549Z -- Performing Test HAS_WNO_UNUSED_PARAMETER 2022-11-23T00:52:13.6729807Z -- Performing Test HAS_WNO_UNUSED_PARAMETER - Success 2022-11-23T00:52:13.6737769Z -- Performing Test HAS_WNO_UNUSED_FUNCTION 2022-11-23T00:52:13.8058993Z -- Performing Test HAS_WNO_UNUSED_FUNCTION - Success 2022-11-23T00:52:13.8066544Z -- Performing Test HAS_WNO_UNUSED_RESULT 2022-11-23T00:52:13.9403944Z -- Performing Test HAS_WNO_UNUSED_RESULT - Success 2022-11-23T00:52:13.9411724Z -- Performing Test HAS_WNO_STRICT_OVERFLOW 2022-11-23T00:52:14.0771295Z -- Performing Test HAS_WNO_STRICT_OVERFLOW - Success 2022-11-23T00:52:14.0778637Z -- Performing Test HAS_WNO_STRICT_ALIASING 2022-11-23T00:52:14.2127934Z -- Performing Test HAS_WNO_STRICT_ALIASING - Success 2022-11-23T00:52:14.2135009Z -- Performing Test HAS_WNO_ERROR_DEPRECATED_DECLARATIONS 2022-11-23T00:52:14.3489653Z -- Performing Test HAS_WNO_ERROR_DEPRECATED_DECLARATIONS - Success 2022-11-23T00:52:14.3496455Z -- Performing Test HAS_WVLA_EXTENSION 2022-11-23T00:52:14.4882553Z -- Performing Test HAS_WVLA_EXTENSION - Success 2022-11-23T00:52:14.4890409Z -- Performing Test HAS_WNO_ERROR_PEDANTIC 2022-11-23T00:52:14.6268817Z -- Performing Test HAS_WNO_ERROR_PEDANTIC - Success 2022-11-23T00:52:14.6276511Z -- Performing Test HAS_WNO_ERROR_REDUNDANT_DECLS 2022-11-23T00:52:14.7624554Z -- Performing Test HAS_WNO_ERROR_REDUNDANT_DECLS - Success 2022-11-23T00:52:14.7632228Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST 2022-11-23T00:52:14.8971391Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST - Success 2022-11-23T00:52:14.8978207Z -- Performing Test HAS_WCONSTANT_CONVERSION 2022-11-23T00:52:15.0366075Z -- Performing Test HAS_WCONSTANT_CONVERSION - Success 2022-11-23T00:52:15.0373435Z -- Performing Test HAS_WNO_INVALID_PARTIAL_SPECIALIZATION 2022-11-23T00:52:15.1756806Z -- Performing Test HAS_WNO_INVALID_PARTIAL_SPECIALIZATION - Success 2022-11-23T00:52:15.1763555Z -- Performing Test HAS_WNO_TYPEDEF_REDEFINITION 2022-11-23T00:52:15.3097759Z -- Performing Test HAS_WNO_TYPEDEF_REDEFINITION - Success 2022-11-23T00:52:15.3104054Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD 2022-11-23T00:52:15.4462242Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD - Success 2022-11-23T00:52:15.4469202Z -- Performing Test HAS_WNO_INCONSISTENT_MISSING_OVERRIDE 2022-11-23T00:52:15.5825197Z -- Performing Test HAS_WNO_INCONSISTENT_MISSING_OVERRIDE - Success 2022-11-23T00:52:15.5832203Z -- Performing Test HAS_WNO_ALIGNED_ALLOCATION_UNAVAILABLE 2022-11-23T00:52:15.7170829Z -- Performing Test HAS_WNO_ALIGNED_ALLOCATION_UNAVAILABLE - Failed 2022-11-23T00:52:15.7177712Z -- Performing Test HAS_WNO_C++14_EXTENSIONS 2022-11-23T00:52:15.8519074Z -- Performing Test HAS_WNO_C++14_EXTENSIONS - Success 2022-11-23T00:52:15.8526224Z -- Performing Test HAS_WNO_CONSTEXPR_NOT_CONST 2022-11-23T00:52:15.9943564Z -- Performing Test HAS_WNO_CONSTEXPR_NOT_CONST - Success 2022-11-23T00:52:15.9950876Z -- Performing Test HAS_WNO_MISSING_BRACES 2022-11-23T00:52:16.1390839Z -- Performing Test HAS_WNO_MISSING_BRACES - Success 2022-11-23T00:52:16.1397741Z -- Performing Test HAS_WUNUSED_LAMBDA_CAPTURE 2022-11-23T00:52:16.2774832Z -- Performing Test HAS_WUNUSED_LAMBDA_CAPTURE - Success 2022-11-23T00:52:16.2781474Z -- Performing Test HAS_WUNUSED_LOCAL_TYPEDEF 2022-11-23T00:52:16.4149376Z -- Performing Test HAS_WUNUSED_LOCAL_TYPEDEF - Success 2022-11-23T00:52:16.4156402Z -- Performing Test HAS_QUNUSED_ARGUMENTS 2022-11-23T00:52:16.5618862Z -- Performing Test HAS_QUNUSED_ARGUMENTS - Success 2022-11-23T00:52:16.5625555Z -- Performing Test HAS_FCOLOR_DIAGNOSTICS 2022-11-23T00:52:16.7494927Z -- Performing Test HAS_FCOLOR_DIAGNOSTICS - Success 2022-11-23T00:52:16.7501779Z -- Performing Test HAS_FDIAGNOSTICS_COLOR_ALWAYS 2022-11-23T00:52:16.8863817Z -- Performing Test HAS_FDIAGNOSTICS_COLOR_ALWAYS - Success 2022-11-23T00:52:16.8871062Z -- Performing Test COMPILER_SUPPORT_WERROR 2022-11-23T00:52:17.0274866Z -- Performing Test COMPILER_SUPPORT_WERROR - Success 2022-11-23T00:52:17.0281906Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_VARIABLE 2022-11-23T00:52:17.0661260Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_VARIABLE - Failed 2022-11-23T00:52:17.0668699Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED 2022-11-23T00:52:17.1031243Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED - Failed 2022-11-23T00:52:17.1038275Z -- Performing Test HAS_FNO_MATH_ERRNO 2022-11-23T00:52:17.2610951Z -- Performing Test HAS_FNO_MATH_ERRNO - Success 2022-11-23T00:52:17.2618239Z -- Performing Test HAS_FNO_TRAPPING_MATH 2022-11-23T00:52:17.3980659Z -- Performing Test HAS_FNO_TRAPPING_MATH - Success 2022-11-23T00:52:17.3987743Z -- Performing Test HAS_WERROR_FORMAT 2022-11-23T00:52:17.5322472Z -- Performing Test HAS_WERROR_FORMAT - Success 2022-11-23T00:52:17.5330278Z -- Performing Test HAS_WERROR_CAST_FUNCTION_TYPE 2022-11-23T00:52:17.5706914Z -- Performing Test HAS_WERROR_CAST_FUNCTION_TYPE - Failed 2022-11-23T00:52:17.5714358Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW 2022-11-23T00:52:17.6081962Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW - Failed 2022-11-23T00:52:17.6116041Z -- Performing Test HASPRIVATE 2022-11-23T00:52:17.6469118Z -- Performing Test HASPRIVATE - Failed 2022-11-23T00:52:17.6491658Z -- Looking for backtrace 2022-11-23T00:52:17.7529367Z -- Looking for backtrace - found 2022-11-23T00:52:17.7530882Z -- backtrace facility detected in default set of libraries 2022-11-23T00:52:17.7533175Z -- Found Backtrace: /usr/include 2022-11-23T00:52:17.7534706Z -- don't use NUMA 2022-11-23T00:52:20.9426937Z -- headers outputs: 2022-11-23T00:52:27.9967371Z -- sources outputs: 2022-11-23T00:52:29.2440995Z -- declarations_yaml outputs: 2022-11-23T00:52:29.2496533Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT 2022-11-23T00:52:29.3166865Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT - Failed 2022-11-23T00:52:29.3535558Z -- Using ATen parallel backend: OMP 2022-11-23T00:52:29.3547592Z disabling CUDA because USE_CUDA is set false 2022-11-23T00:52:29.4077968Z CMake Deprecation Warning at third_party/sleef/CMakeLists.txt:91 (cmake_policy): 2022-11-23T00:52:29.4078484Z The OLD behavior for policy CMP0066 will be removed from a future version 2022-11-23T00:52:29.4078740Z of CMake. 2022-11-23T00:52:29.4078834Z 2022-11-23T00:52:29.4079103Z The cmake-policies(7) manual explains that the OLD behaviors of all 2022-11-23T00:52:29.4079420Z policies are deprecated and that a policy should be set to OLD only under 2022-11-23T00:52:29.4079858Z specific short-term circumstances. Projects should be ported to the NEW 2022-11-23T00:52:29.4080151Z behavior and not rely on setting a policy to OLD. 2022-11-23T00:52:29.4080297Z 2022-11-23T00:52:29.4080384Z  2022-11-23T00:52:29.4616614Z -- Found OpenSSL: /opt/conda/lib/libcrypto.so (found version "1.1.1s") 2022-11-23T00:52:29.4638412Z -- Check size of long double 2022-11-23T00:52:29.5709733Z -- Check size of long double - done 2022-11-23T00:52:29.5710869Z -- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE 2022-11-23T00:52:29.6752355Z -- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE - Success 2022-11-23T00:52:29.6753252Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 2022-11-23T00:52:29.7780280Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 - Success 2022-11-23T00:52:29.7781258Z -- Performing Test COMPILER_SUPPORTS_SSE2 2022-11-23T00:52:29.9258123Z -- Performing Test COMPILER_SUPPORTS_SSE2 - Success 2022-11-23T00:52:29.9258998Z -- Performing Test COMPILER_SUPPORTS_SSE4 2022-11-23T00:52:30.0891764Z -- Performing Test COMPILER_SUPPORTS_SSE4 - Success 2022-11-23T00:52:30.0892364Z -- Performing Test COMPILER_SUPPORTS_AVX 2022-11-23T00:52:30.2337730Z -- Performing Test COMPILER_SUPPORTS_AVX - Success 2022-11-23T00:52:30.2338384Z -- Performing Test COMPILER_SUPPORTS_FMA4 2022-11-23T00:52:30.3812349Z -- Performing Test COMPILER_SUPPORTS_FMA4 - Success 2022-11-23T00:52:30.3813268Z -- Performing Test COMPILER_SUPPORTS_AVX2 2022-11-23T00:52:30.5261362Z -- Performing Test COMPILER_SUPPORTS_AVX2 - Success 2022-11-23T00:52:30.5262301Z -- Performing Test COMPILER_SUPPORTS_AVX512F 2022-11-23T00:52:30.6699062Z -- Performing Test COMPILER_SUPPORTS_AVX512F - Success 2022-11-23T00:52:30.6724713Z -- Found OpenMP_C: -fopenmp=libomp (found version "4.5") 2022-11-23T00:52:30.6728100Z -- Found OpenMP_CXX: -fopenmp=libomp (found version "4.5") 2022-11-23T00:52:30.6730846Z -- Found OpenMP: TRUE (found version "4.5") 2022-11-23T00:52:30.6733130Z -- Performing Test COMPILER_SUPPORTS_OPENMP 2022-11-23T00:52:30.7760827Z -- Performing Test COMPILER_SUPPORTS_OPENMP - Success 2022-11-23T00:52:30.7761705Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES 2022-11-23T00:52:30.8799070Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Success 2022-11-23T00:52:30.8800553Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH 2022-11-23T00:52:30.9897418Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Failed 2022-11-23T00:52:30.9898287Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM 2022-11-23T00:52:31.0972892Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Success 2022-11-23T00:52:31.1088301Z -- Configuring build for SLEEF-v3.6.0 2022-11-23T00:52:31.1088833Z  Target system: Linux-4.14.252-195.483.amzn2.x86_64 2022-11-23T00:52:31.1089265Z  Target processor: x86_64 2022-11-23T00:52:31.1089629Z  Host system: Linux-4.14.252-195.483.amzn2.x86_64 2022-11-23T00:52:31.1089907Z  Host processor: x86_64 2022-11-23T00:52:31.1090205Z  Detected C compiler: Clang @ /opt/cache/bin/clang 2022-11-23T00:52:31.1090614Z  CMake: 3.22.1 2022-11-23T00:52:31.1090860Z  Make program: /usr/bin/make 2022-11-23T00:52:31.1091344Z -- Using option `-Wall -Wno-unused -Wno-attributes -Wno-unused-result -ffp-contract=off -fno-math-errno -fno-trapping-math` to compile libsleef 2022-11-23T00:52:31.1091741Z -- Building shared libs : OFF 2022-11-23T00:52:31.1091974Z -- Building static test bins: OFF 2022-11-23T00:52:31.1092227Z -- MPFR : LIB_MPFR-NOTFOUND 2022-11-23T00:52:31.1092461Z -- GMP : LIBGMP-NOTFOUND 2022-11-23T00:52:31.1092716Z -- RT : /usr/lib/x86_64-linux-gnu/librt.so 2022-11-23T00:52:31.1092964Z -- FFTW3 : LIBFFTW3-NOTFOUND 2022-11-23T00:52:31.1093187Z -- OPENSSL : 1.1.1s 2022-11-23T00:52:31.1093402Z -- SDE : SDE_COMMAND-NOTFOUND 2022-11-23T00:52:31.1093633Z -- RUNNING_ON_TRAVIS : 2022-11-23T00:52:31.1093873Z -- COMPILER_SUPPORTS_OPENMP : 1 2022-11-23T00:52:31.1094075Z  2022-11-23T00:52:31.1094353Z *** Note: Parallel build is only supported with Ninja *** 2022-11-23T00:52:31.1094599Z  2022-11-23T00:52:31.1194556Z AT_INSTALL_INCLUDE_DIR include/ATen/core 2022-11-23T00:52:31.1195003Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h 2022-11-23T00:52:31.1195458Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/aten_interned_strings.h 2022-11-23T00:52:31.1195894Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/enum_tag.h 2022-11-23T00:52:31.1617242Z -- NCCL operators skipped due to no CUDA support 2022-11-23T00:52:31.1630711Z -- Excluding FakeLowP operators 2022-11-23T00:52:31.1679357Z -- Including IDEEP operators 2022-11-23T00:52:31.1697217Z -- Excluding image processing operators due to no opencv 2022-11-23T00:52:31.1701759Z -- Excluding video processing operators due to no opencv 2022-11-23T00:52:31.1725180Z -- MPI operators skipped due to no MPI support 2022-11-23T00:52:31.1729534Z -- Include Observer library 2022-11-23T00:52:31.5919629Z -- Performing Test HAS_WNO_UNUSED_VARIABLE 2022-11-23T00:52:31.7296280Z -- Performing Test HAS_WNO_UNUSED_VARIABLE - Success 2022-11-23T00:52:31.7306503Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_PARAMETER 2022-11-23T00:52:31.7692250Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_PARAMETER - Failed 2022-11-23T00:52:31.7718500Z -- /opt/cache/bin/clang++ /var/lib/jenkins/workspace/torch/abi-check.cpp -o /var/lib/jenkins/workspace/build/abi-check 2022-11-23T00:52:32.0140551Z -- Determined _GLIBCXX_USE_CXX11_ABI=1 2022-11-23T00:52:32.0159585Z CMake Warning (dev) at torch/CMakeLists.txt:386: 2022-11-23T00:52:32.0160026Z Syntax Warning in cmake code at column 107 2022-11-23T00:52:32.0160311Z 2022-11-23T00:52:32.0160558Z Argument not separated from preceding token by whitespace. 2022-11-23T00:52:32.0160966Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:52:32.0161227Z  2022-11-23T00:52:32.0161471Z CMake Warning (dev) at torch/CMakeLists.txt:386: 2022-11-23T00:52:32.0161726Z Syntax Warning in cmake code at column 115 2022-11-23T00:52:32.0161878Z 2022-11-23T00:52:32.0162009Z Argument not separated from preceding token by whitespace. 2022-11-23T00:52:32.0162349Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:52:32.0162599Z  2022-11-23T00:52:32.0643495Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:52:32.0644088Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T00:52:32.0644572Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:52:32.0645027Z problems in calling code that expects `find_package` result variables 2022-11-23T00:52:32.0645365Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:52:32.0646410Z Call Stack (most recent call first): 2022-11-23T00:52:32.0646850Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:52:32.0647338Z caffe2/CMakeLists.txt:1224 (find_package) 2022-11-23T00:52:32.0648091Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:52:32.0648334Z  2022-11-23T00:52:32.0648726Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T00:52:32.0649110Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T00:52:32.0649414Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T00:52:32.0649802Z problems in calling code that expects `find_package` result variables 2022-11-23T00:52:32.0650109Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T00:52:32.0650398Z Call Stack (most recent call first): 2022-11-23T00:52:32.0650702Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T00:52:32.0651022Z caffe2/CMakeLists.txt:1224 (find_package) 2022-11-23T00:52:32.0651465Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T00:52:32.0651708Z  2022-11-23T00:52:32.0651940Z -- pytorch is compiling with OpenMP. 2022-11-23T00:52:32.0652260Z OpenMP CXX_FLAGS: -fopenmp=libomp. 2022-11-23T00:52:32.0652582Z OpenMP libraries: /opt/conda/lib/libiomp5.so. 2022-11-23T00:52:32.0653138Z -- Caffe2 is compiling with OpenMP. 2022-11-23T00:52:32.0653490Z OpenMP CXX_FLAGS: -fopenmp=libomp. 2022-11-23T00:52:32.0653725Z OpenMP libraries: /opt/conda/lib/libiomp5.so. 2022-11-23T00:52:32.1214990Z -- Using lib/python3.7/site-packages as python relative installation path 2022-11-23T00:52:32.1882185Z CMake Warning at CMakeLists.txt:1091 (message): 2022-11-23T00:52:32.1882743Z Generated cmake files are only fully tested if one builds with system glog, 2022-11-23T00:52:32.1883167Z gflags, and protobuf. Other settings may generate files that are not well 2022-11-23T00:52:32.1883396Z tested. 2022-11-23T00:52:32.1883497Z 2022-11-23T00:52:32.1883585Z  2022-11-23T00:52:32.1928718Z -- 2022-11-23T00:52:32.1929096Z -- ******** Summary ******** 2022-11-23T00:52:32.1929435Z -- General: 2022-11-23T00:52:32.1929807Z -- CMake version : 3.22.1 2022-11-23T00:52:32.1930209Z -- CMake command : /opt/conda/bin/cmake 2022-11-23T00:52:32.1930609Z -- System : Linux 2022-11-23T00:52:32.1931030Z -- C++ compiler : /opt/cache/bin/clang++ 2022-11-23T00:52:32.1931626Z -- C++ compiler id : Clang 2022-11-23T00:52:32.1932055Z -- C++ compiler version : 10.0.0 2022-11-23T00:52:32.1932468Z -- Using ccache if found : ON 2022-11-23T00:52:32.1932929Z -- Found ccache : CCACHE_PROGRAM-NOTFOUND 2022-11-23T00:52:32.1936663Z -- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp=libomp -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DUSE_FBGEMM -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -O2 -fPIC -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Werror=braced-scalar-init -Werror=range-loop-construct -Wnarrowing -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wunused-local-typedefs -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wvla-extension -Wno-range-loop-analysis -Wno-pass-failed -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -Wconstant-conversion -Wno-invalid-partial-specialization -Wno-typedef-redefinition -Wno-unused-private-field -Wno-inconsistent-missing-override -Wno-c++14-extensions -Wno-constexpr-not-const -Wno-missing-braces -Wunused-lambda-capture -Wunused-local-typedef -Qunused-arguments -fcolor-diagnostics -fdiagnostics-color=always -Werror -fno-math-errno -fno-trapping-math -Werror=format 2022-11-23T00:52:32.1939964Z -- Build type : Release 2022-11-23T00:52:32.1940868Z -- Compile definitions : TORCH_ENABLE_LLVM;ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;ONNX_NAMESPACE=onnx_torch;IDEEP_USE_MKL;HAVE_MMAP=1;_FILE_OFFSET_BITS=64;HAVE_SHM_OPEN=1;HAVE_SHM_UNLINK=1;HAVE_MALLOC_USABLE_SIZE=1;USE_EXTERNAL_MZCRC;MINIZ_DISABLE_ZIP_READER_CRC32_CHECKS 2022-11-23T00:52:32.1942049Z -- CMAKE_PREFIX_PATH : /opt/conda/lib/python3.7/site-packages;/opt/conda 2022-11-23T00:52:32.1942737Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2022-11-23T00:52:32.1943225Z -- USE_GOLD_LINKER : OFF 2022-11-23T00:52:32.1943606Z -- 2022-11-23T00:52:32.1943988Z -- TORCH_VERSION : 1.14.0 2022-11-23T00:52:32.1944410Z -- CAFFE2_VERSION : 1.14.0 2022-11-23T00:52:32.1945012Z -- BUILD_CAFFE2 : ON 2022-11-23T00:52:32.1945426Z -- BUILD_CAFFE2_OPS : ON 2022-11-23T00:52:32.1945916Z -- BUILD_STATIC_RUNTIME_BENCHMARK: ON 2022-11-23T00:52:32.1946405Z -- BUILD_TENSOREXPR_BENCHMARK: OFF 2022-11-23T00:52:32.1946857Z -- BUILD_NVFUSER_BENCHMARK: OFF 2022-11-23T00:52:32.1947305Z -- BUILD_BINARY : OFF 2022-11-23T00:52:32.1947745Z -- BUILD_CUSTOM_PROTOBUF : ON 2022-11-23T00:52:32.1947983Z -- Link local protobuf : ON 2022-11-23T00:52:32.1948236Z -- BUILD_DOCS : OFF 2022-11-23T00:52:32.1948476Z -- BUILD_PYTHON : True 2022-11-23T00:52:32.1948708Z -- Python version : 3.7.13 2022-11-23T00:52:32.1949001Z -- Python executable : /opt/conda/bin/python 2022-11-23T00:52:32.1949277Z -- Pythonlibs version : 3.7.13 2022-11-23T00:52:32.1949591Z -- Python library : /opt/conda/lib/libpython3.7m.so.1.0 2022-11-23T00:52:32.1949912Z -- Python includes : /opt/conda/include/python3.7m 2022-11-23T00:52:32.1950238Z -- Python site-packages: lib/python3.7/site-packages 2022-11-23T00:52:32.1950515Z -- BUILD_SHARED_LIBS : ON 2022-11-23T00:52:32.1950771Z -- CAFFE2_USE_MSVC_STATIC_RUNTIME : OFF 2022-11-23T00:52:32.1951025Z -- BUILD_TEST : True 2022-11-23T00:52:32.1951256Z -- BUILD_JNI : OFF 2022-11-23T00:52:32.1951479Z -- BUILD_MOBILE_AUTOGRAD : OFF 2022-11-23T00:52:32.1951723Z -- BUILD_LITE_INTERPRETER: OFF 2022-11-23T00:52:32.1951966Z -- INTERN_BUILD_MOBILE : 2022-11-23T00:52:32.1952188Z -- TRACING_BASED : OFF 2022-11-23T00:52:32.1952420Z -- USE_BLAS : 1 2022-11-23T00:52:32.1952643Z -- BLAS : mkl 2022-11-23T00:52:32.1952854Z -- BLAS_HAS_SBGEMM : 2022-11-23T00:52:32.1953091Z -- USE_LAPACK : 1 2022-11-23T00:52:32.1953419Z -- LAPACK : mkl 2022-11-23T00:52:32.1953635Z -- USE_ASAN : OFF 2022-11-23T00:52:32.1953856Z -- USE_TSAN : OFF 2022-11-23T00:52:32.1954093Z -- USE_CPP_CODE_COVERAGE : OFF 2022-11-23T00:52:32.1954316Z -- USE_CUDA : OFF 2022-11-23T00:52:32.1954540Z -- USE_ROCM : OFF 2022-11-23T00:52:32.1954765Z -- USE_EIGEN_FOR_BLAS : 2022-11-23T00:52:32.1954985Z -- USE_FBGEMM : ON 2022-11-23T00:52:32.1955269Z -- USE_FAKELOWP : OFF 2022-11-23T00:52:32.1955516Z -- USE_KINETO : ON 2022-11-23T00:52:32.1955746Z -- USE_FFMPEG : OFF 2022-11-23T00:52:32.1955966Z -- USE_GFLAGS : OFF 2022-11-23T00:52:32.1956190Z -- USE_GLOG : OFF 2022-11-23T00:52:32.1956416Z -- USE_LEVELDB : OFF 2022-11-23T00:52:32.1956636Z -- USE_LITE_PROTO : OFF 2022-11-23T00:52:32.1956863Z -- USE_LMDB : OFF 2022-11-23T00:52:32.1957086Z -- USE_METAL : OFF 2022-11-23T00:52:32.1957304Z -- USE_PYTORCH_METAL : OFF 2022-11-23T00:52:32.1957558Z -- USE_PYTORCH_METAL_EXPORT : OFF 2022-11-23T00:52:32.1957803Z -- USE_MPS : OFF 2022-11-23T00:52:32.1958013Z -- USE_FFTW : OFF 2022-11-23T00:52:32.1958326Z -- USE_MKL : ON 2022-11-23T00:52:32.1958551Z -- USE_MKLDNN : ON 2022-11-23T00:52:32.1958770Z -- USE_MKLDNN_ACL : OFF 2022-11-23T00:52:32.1959003Z -- USE_MKLDNN_CBLAS : OFF 2022-11-23T00:52:32.1959233Z -- USE_UCC : OFF 2022-11-23T00:52:32.1959437Z -- USE_ITT : ON 2022-11-23T00:52:32.1959724Z -- USE_NCCL : OFF 2022-11-23T00:52:32.1959953Z -- USE_NNPACK : ON 2022-11-23T00:52:32.1960166Z -- USE_NUMPY : ON 2022-11-23T00:52:32.1960397Z -- USE_OBSERVERS : ON 2022-11-23T00:52:32.1960632Z -- USE_OPENCL : OFF 2022-11-23T00:52:32.1962770Z -- USE_OPENCV : OFF 2022-11-23T00:52:32.1963190Z -- USE_OPENMP : ON 2022-11-23T00:52:32.1963625Z -- USE_TBB : OFF 2022-11-23T00:52:32.1964023Z -- USE_VULKAN : OFF 2022-11-23T00:52:32.1964447Z -- USE_PROF : OFF 2022-11-23T00:52:32.1964864Z -- USE_QNNPACK : ON 2022-11-23T00:52:32.1965305Z -- USE_PYTORCH_QNNPACK : ON 2022-11-23T00:52:32.1965739Z -- USE_XNNPACK : ON 2022-11-23T00:52:32.1966123Z -- USE_REDIS : OFF 2022-11-23T00:52:32.1966371Z -- USE_ROCKSDB : OFF 2022-11-23T00:52:32.1966657Z -- USE_ZMQ : OFF 2022-11-23T00:52:32.1966877Z -- USE_DISTRIBUTED : ON 2022-11-23T00:52:32.1967123Z -- USE_MPI : OFF 2022-11-23T00:52:32.1967358Z -- USE_GLOO : ON 2022-11-23T00:52:32.1967585Z -- USE_GLOO_WITH_OPENSSL : OFF 2022-11-23T00:52:32.1967830Z -- USE_TENSORPIPE : ON 2022-11-23T00:52:32.1968262Z -- Public Dependencies : caffe2::Threads;caffe2::mkl 2022-11-23T00:52:32.1968906Z -- Private Dependencies : pthreadpool;cpuinfo;qnnpack;pytorch_qnnpack;nnpack;XNNPACK;fbgemm;ittnotify;fp16;tensorpipe;gloo;aten_op_header_gen;foxi_loader;caffe2::mkldnn;rt;fmt::fmt-header-only;kineto;dl 2022-11-23T00:52:32.1969346Z -- USE_COREML_DELEGATE : OFF 2022-11-23T00:52:32.1969596Z -- BUILD_LAZY_TS_BACKEND : ON 2022-11-23T00:52:32.1969849Z -- TORCH_DISABLE_GPU_ASSERTS : ON 2022-11-23T00:52:32.2077225Z -- Configuring done 2022-11-23T00:52:34.3224021Z -- Generating done 2022-11-23T00:52:34.3695363Z CMake Warning: 2022-11-23T00:52:34.3695726Z Manually-specified variables were not used by the project: 2022-11-23T00:52:34.3695915Z 2022-11-23T00:52:34.3696044Z BUILD_ENVIRONMENT 2022-11-23T00:52:34.3696168Z 2022-11-23T00:52:34.3696252Z  2022-11-23T00:52:34.3717488Z -- Build files have been written to: /var/lib/jenkins/workspace/build 2022-11-23T00:52:34.4509930Z cmake --build . --target install --config Release -- -j 6 2022-11-23T00:52:34.5063992Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/any_lite.cc.o 2022-11-23T00:52:34.5065052Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2022-11-23T00:52:34.5065834Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.cc.o 2022-11-23T00:52:34.5066597Z [ 0%] Building C object confu-deps/cpuinfo/deps/clog/CMakeFiles/clog.dir/src/clog.c.o 2022-11-23T00:52:34.5074318Z [ 0%] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o 2022-11-23T00:52:34.5094291Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any_lite.cc.o 2022-11-23T00:52:34.5666287Z [ 0%] Linking C static library ../../../../lib/libclog.a 2022-11-23T00:52:34.5895397Z [ 0%] Built target clog 2022-11-23T00:52:34.5946200Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2022-11-23T00:52:34.6059989Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/arena.cc.o 2022-11-23T00:52:34.6532023Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2022-11-23T00:52:34.6725760Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/arena.cc.o 2022-11-23T00:52:34.7043231Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o 2022-11-23T00:52:34.7044413Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set.cc.o 2022-11-23T00:52:34.7158843Z [ 0%] Linking CXX static library ../../../lib/libgtest.a 2022-11-23T00:52:34.7305144Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/extension_set.cc.o 2022-11-23T00:52:34.7457234Z [ 0%] Built target gtest 2022-11-23T00:52:34.7536427Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2022-11-23T00:52:34.7558006Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_enum_util.cc.o 2022-11-23T00:52:34.8148376Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2022-11-23T00:52:34.8507603Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o 2022-11-23T00:52:34.8527412Z [ 1%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2022-11-23T00:52:34.8653390Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_enum_util.cc.o 2022-11-23T00:52:34.8867605Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2022-11-23T00:52:34.9119452Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_util.cc.o 2022-11-23T00:52:34.9353546Z [ 1%] Linking C static library ../../lib/libpthreadpool.a 2022-11-23T00:52:34.9600385Z [ 1%] Built target pthreadpool 2022-11-23T00:52:34.9620950Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o 2022-11-23T00:52:34.9648263Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o 2022-11-23T00:52:34.9852331Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_util.cc.o 2022-11-23T00:52:34.9901321Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2022-11-23T00:52:35.0804384Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/coded_stream.cc.o 2022-11-23T00:52:35.0871933Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2022-11-23T00:52:35.1181374Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/coded_stream.cc.o 2022-11-23T00:52:35.1348013Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/colorprint.cc.o 2022-11-23T00:52:35.1444395Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o 2022-11-23T00:52:35.1518613Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/complexity.cc.o 2022-11-23T00:52:35.2228255Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/io_win32.cc.o 2022-11-23T00:52:35.2319212Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/strtod.cc.o 2022-11-23T00:52:35.2390171Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/io_win32.cc.o 2022-11-23T00:52:35.2784409Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/strtod.cc.o 2022-11-23T00:52:35.2815057Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2022-11-23T00:52:35.2816123Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2022-11-23T00:52:35.2994088Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/console_reporter.cc.o 2022-11-23T00:52:35.3427476Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/counter.cc.o 2022-11-23T00:52:35.3585597Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2022-11-23T00:52:35.3949261Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2022-11-23T00:52:35.4325318Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2022-11-23T00:52:35.4364411Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/message_lite.cc.o 2022-11-23T00:52:35.4568028Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2022-11-23T00:52:35.4695487Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o 2022-11-23T00:52:35.4742028Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/json_reporter.cc.o 2022-11-23T00:52:35.5275991Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/perf_counters.cc.o 2022-11-23T00:52:35.5549431Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/reporter.cc.o 2022-11-23T00:52:35.5773370Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message_lite.cc.o 2022-11-23T00:52:35.6153576Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/parse_context.cc.o 2022-11-23T00:52:35.6449698Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/repeated_field.cc.o 2022-11-23T00:52:35.6453147Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2022-11-23T00:52:35.6679745Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/common.cc.o 2022-11-23T00:52:35.6838499Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sleep.cc.o 2022-11-23T00:52:35.7351039Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/parse_context.cc.o 2022-11-23T00:52:35.7687227Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/repeated_field.cc.o 2022-11-23T00:52:35.7878227Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/statistics.cc.o 2022-11-23T00:52:35.8021050Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/string_util.cc.o 2022-11-23T00:52:35.8158252Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sysinfo.cc.o 2022-11-23T00:52:35.8362382Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/int128.cc.o 2022-11-23T00:52:35.8851744Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/timers.cc.o 2022-11-23T00:52:35.8989645Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2022-11-23T00:52:35.9296189Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/common.cc.o 2022-11-23T00:52:35.9760444Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/int128.cc.o 2022-11-23T00:52:35.9944073Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/status.cc.o 2022-11-23T00:52:36.0071100Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/status.cc.o 2022-11-23T00:52:36.0571689Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/statusor.cc.o 2022-11-23T00:52:36.0578464Z [ 1%] Linking CXX static library ../../../lib/libbenchmark.a 2022-11-23T00:52:36.0697348Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2022-11-23T00:52:36.0930031Z [ 1%] Built target benchmark 2022-11-23T00:52:36.0987604Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2022-11-23T00:52:36.1237148Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2022-11-23T00:52:36.1255777Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/statusor.cc.o 2022-11-23T00:52:36.1295560Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/strutil.cc.o 2022-11-23T00:52:36.1830432Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2022-11-23T00:52:36.1938214Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2022-11-23T00:52:36.2412851Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2022-11-23T00:52:36.2593069Z [ 1%] Built target defs.bzl 2022-11-23T00:52:36.2648543Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/strutil.cc.o 2022-11-23T00:52:36.2846069Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/archtraits.cpp.o 2022-11-23T00:52:36.2867575Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/time.cc.o 2022-11-23T00:52:36.2952176Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/wire_format_lite.cc.o 2022-11-23T00:52:36.3335815Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/time.cc.o 2022-11-23T00:52:36.3719190Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/assembler.cpp.o 2022-11-23T00:52:36.4076092Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/builder.cpp.o 2022-11-23T00:52:36.4134710Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format_lite.cc.o 2022-11-23T00:52:36.4164321Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.cc.o 2022-11-23T00:52:36.4967370Z [ 1%] Linking CXX static library ../../../lib/libprotobuf-lite.a 2022-11-23T00:52:36.4975702Z [ 1%] Building C object third_party/ittapi/CMakeFiles/ittnotify.dir/src/ittnotify/ittnotify_static.c.o 2022-11-23T00:52:36.4982822Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/fs-poll.c.o 2022-11-23T00:52:36.5049174Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/codeholder.cpp.o 2022-11-23T00:52:36.5370376Z [ 1%] Built target libprotobuf-lite 2022-11-23T00:52:36.5466648Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/idna.c.o 2022-11-23T00:52:36.5536059Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/inet.c.o 2022-11-23T00:52:36.5720716Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.pb.cc.o 2022-11-23T00:52:36.5773741Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/api.pb.cc.o 2022-11-23T00:52:36.6125320Z [ 1%] Building C object third_party/ittapi/CMakeFiles/ittnotify.dir/src/ittnotify/jitprofiling.c.o 2022-11-23T00:52:36.6300647Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/importer.cc.o 2022-11-23T00:52:36.6313367Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/codewriter.cpp.o 2022-11-23T00:52:36.6348084Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/random.c.o 2022-11-23T00:52:36.7067157Z [ 1%] Linking C static library ../../lib/libittnotify.a 2022-11-23T00:52:36.7267782Z [ 1%] Built target ittnotify 2022-11-23T00:52:36.7309732Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/strscpy.c.o 2022-11-23T00:52:36.7369803Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/threadpool.c.o 2022-11-23T00:52:36.7446544Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/parser.cc.o 2022-11-23T00:52:36.7512248Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/timer.c.o 2022-11-23T00:52:36.7632420Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/compiler.cpp.o 2022-11-23T00:52:36.7961617Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/constpool.cpp.o 2022-11-23T00:52:36.8145827Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/cpuinfo.cpp.o 2022-11-23T00:52:36.8196771Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emithelper.cpp.o 2022-11-23T00:52:36.8204705Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/uv-common.c.o 2022-11-23T00:52:36.8839711Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/uv-data-getter-setters.c.o 2022-11-23T00:52:36.9069507Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emitter.cpp.o 2022-11-23T00:52:36.9242049Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.cc.o 2022-11-23T00:52:36.9243093Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/version.c.o 2022-11-23T00:52:36.9250554Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/async.c.o 2022-11-23T00:52:36.9351165Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.pb.cc.o 2022-11-23T00:52:36.9710118Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor_database.cc.o 2022-11-23T00:52:37.0033888Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/duration.pb.cc.o 2022-11-23T00:52:37.0251570Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/core.c.o 2022-11-23T00:52:37.0281947Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emitterutils.cpp.o 2022-11-23T00:52:37.1298969Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/dl.c.o 2022-11-23T00:52:37.1401622Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/fs.c.o 2022-11-23T00:52:37.1619301Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/environment.cpp.o 2022-11-23T00:52:37.1788309Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/errorhandler.cpp.o 2022-11-23T00:52:37.1859974Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/formatter.cpp.o 2022-11-23T00:52:37.2043883Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/func.cpp.o 2022-11-23T00:52:37.2084672Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/dynamic_message.cc.o 2022-11-23T00:52:37.2157747Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/getaddrinfo.c.o 2022-11-23T00:52:37.2665165Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/getnameinfo.c.o 2022-11-23T00:52:37.2756296Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/loop-watcher.c.o 2022-11-23T00:52:37.3047846Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/funcargscontext.cpp.o 2022-11-23T00:52:37.3072033Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/loop.c.o 2022-11-23T00:52:37.3368267Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/globals.cpp.o 2022-11-23T00:52:37.3485640Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/empty.pb.cc.o 2022-11-23T00:52:37.3746344Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set_heavy.cc.o 2022-11-23T00:52:37.3910187Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/inst.cpp.o 2022-11-23T00:52:37.4051542Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/pipe.c.o 2022-11-23T00:52:37.4142908Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/poll.c.o 2022-11-23T00:52:37.4442788Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/process.c.o 2022-11-23T00:52:37.4921339Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/jitallocator.cpp.o 2022-11-23T00:52:37.5001461Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/jitruntime.cpp.o 2022-11-23T00:52:37.5172128Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/signal.c.o 2022-11-23T00:52:37.5172993Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-devurandom.c.o 2022-11-23T00:52:37.5410339Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/stream.c.o 2022-11-23T00:52:37.5890318Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/field_mask.pb.cc.o 2022-11-23T00:52:37.5942053Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/tcp.c.o 2022-11-23T00:52:37.6012012Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_reflection.cc.o 2022-11-23T00:52:37.6039064Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven.cc.o 2022-11-23T00:52:37.6247084Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/logger.cpp.o 2022-11-23T00:52:37.6354277Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/operand.cpp.o 2022-11-23T00:52:37.6935307Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/thread.c.o 2022-11-23T00:52:37.7206144Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/tty.c.o 2022-11-23T00:52:37.7448857Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/udp.c.o 2022-11-23T00:52:37.7583029Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/osutils.cpp.o 2022-11-23T00:52:37.7751720Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/ralocal.cpp.o 2022-11-23T00:52:37.7960905Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/rapass.cpp.o 2022-11-23T00:52:37.8134056Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/rastack.cpp.o 2022-11-23T00:52:37.8372200Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/proctitle.c.o 2022-11-23T00:52:37.8394774Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/gzip_stream.cc.o 2022-11-23T00:52:37.8467990Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-core.c.o 2022-11-23T00:52:37.8908672Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-inotify.c.o 2022-11-23T00:52:37.8965881Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/printer.cc.o 2022-11-23T00:52:37.9097928Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/tokenizer.cc.o 2022-11-23T00:52:37.9123631Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/map_field.cc.o 2022-11-23T00:52:37.9151670Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/string.cpp.o 2022-11-23T00:52:37.9403514Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/support.cpp.o 2022-11-23T00:52:37.9924892Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-syscalls.c.o 2022-11-23T00:52:38.0270407Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-getrandom.c.o 2022-11-23T00:52:38.0274237Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/procfs-exepath.c.o 2022-11-23T00:52:38.0276352Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/target.cpp.o 2022-11-23T00:52:38.0308861Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-sysctl-linux.c.o 2022-11-23T00:52:38.0599896Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/type.cpp.o 2022-11-23T00:52:38.0976044Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message.cc.o 2022-11-23T00:52:38.0982906Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/reflection_ops.cc.o 2022-11-23T00:52:38.1184360Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/service.cc.o 2022-11-23T00:52:38.1274645Z [ 2%] Linking C static library ../../../lib/libtensorpipe_uv.a 2022-11-23T00:52:38.1562027Z [ 2%] Built target tensorpipe_uv 2022-11-23T00:52:38.1608365Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/virtmem.cpp.o 2022-11-23T00:52:38.1678769Z [ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/algorithm.cc.o 2022-11-23T00:52:38.1964280Z [ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allgather.cc.o 2022-11-23T00:52:38.2481769Z [ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allgatherv.cc.o 2022-11-23T00:52:38.2684109Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zone.cpp.o 2022-11-23T00:52:38.2763523Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonehash.cpp.o 2022-11-23T00:52:38.2887590Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/source_context.pb.cc.o 2022-11-23T00:52:38.3277746Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonelist.cpp.o 2022-11-23T00:52:38.3720253Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonestack.cpp.o 2022-11-23T00:52:38.3857120Z Scanning dependencies of target dnnl_common 2022-11-23T00:52:38.3961933Z [ 2%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/batch_normalization.cpp.o 2022-11-23T00:52:38.4036707Z [ 2%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/amx_tile_configure.cpp.o 2022-11-23T00:52:38.4048077Z [ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce.cc.o 2022-11-23T00:52:38.4281714Z [ 2%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/bfloat16.cpp.o 2022-11-23T00:52:38.4483976Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/struct.pb.cc.o 2022-11-23T00:52:38.4979220Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonetree.cpp.o 2022-11-23T00:52:38.5427691Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/substitute.cc.o 2022-11-23T00:52:38.5452337Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/binary.cpp.o 2022-11-23T00:52:38.5476633Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce_local.cc.o 2022-11-23T00:52:38.5877601Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/brgemm.cpp.o 2022-11-23T00:52:38.6120919Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonevector.cpp.o 2022-11-23T00:52:38.6384068Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/brgemm_utils.cpp.o 2022-11-23T00:52:38.6593406Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/alltoall.cc.o 2022-11-23T00:52:38.6846902Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/text_format.cc.o 2022-11-23T00:52:38.6852005Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/broadcast_strategy.cpp.o 2022-11-23T00:52:38.7193141Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/armformatter.cpp.o 2022-11-23T00:52:38.7616849Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/alltoallv.cc.o 2022-11-23T00:52:38.8247007Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64assembler.cpp.o 2022-11-23T00:52:38.8278790Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64builder.cpp.o 2022-11-23T00:52:38.8723230Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/barrier.cc.o 2022-11-23T00:52:38.8958745Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/cache_blob_id.cpp.o 2022-11-23T00:52:38.8993101Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/jit_brdgmm_kernel.cpp.o 2022-11-23T00:52:38.9297173Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/timestamp.pb.cc.o 2022-11-23T00:52:38.9379080Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/type.pb.cc.o 2022-11-23T00:52:38.9773101Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64compiler.cpp.o 2022-11-23T00:52:38.9989084Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/broadcast.cc.o 2022-11-23T00:52:39.1162415Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/concat.cpp.o 2022-11-23T00:52:39.1206349Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/convolution.cpp.o 2022-11-23T00:52:39.1235581Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/jit_brgemm_amx_uker.cpp.o 2022-11-23T00:52:39.1272662Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64emithelper.cpp.o 2022-11-23T00:52:39.1609352Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/context.cc.o 2022-11-23T00:52:39.1951262Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/unknown_field_set.cc.o 2022-11-23T00:52:39.2526516Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64formatter.cpp.o 2022-11-23T00:52:39.2758911Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/convolution_pd.cpp.o 2022-11-23T00:52:39.2761662Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/gather.cc.o 2022-11-23T00:52:39.2934902Z In file included from /var/lib/jenkins/workspace/third_party/gloo/gloo/context.cc:11: 2022-11-23T00:52:39.2935621Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:52:39.2936149Z Exception() = default; 2022-11-23T00:52:39.2936329Z ^ 2022-11-23T00:52:39.2936977Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:52:39.2937378Z struct Exception : public std::runtime_error { 2022-11-23T00:52:39.2937574Z ^ 2022-11-23T00:52:39.2938055Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:35:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:52:39.2938442Z InvalidOperationException() = default; 2022-11-23T00:52:39.2938634Z ^ 2022-11-23T00:52:39.2939268Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:34:36: note: default constructor of 'InvalidOperationException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T00:52:39.2939792Z struct InvalidOperationException : public ::gloo::Exception { 2022-11-23T00:52:39.2940152Z ^ 2022-11-23T00:52:39.2940636Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T00:52:39.2940967Z Exception() = default; 2022-11-23T00:52:39.2941140Z ^ 2022-11-23T00:52:39.2941695Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:52:39.2942083Z struct Exception : public std::runtime_error { 2022-11-23T00:52:39.2942286Z ^ 2022-11-23T00:52:39.2942754Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:46:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:52:39.2943111Z IoException() = default; 2022-11-23T00:52:39.2943286Z ^ 2022-11-23T00:52:39.2943848Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:45:22: note: default constructor of 'IoException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T00:52:39.2944330Z struct IoException : public ::gloo::Exception { 2022-11-23T00:52:39.2944540Z ^ 2022-11-23T00:52:39.2945010Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T00:52:39.2945301Z Exception() = default; 2022-11-23T00:52:39.2945499Z ^ 2022-11-23T00:52:39.2946260Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:52:39.2946653Z struct Exception : public std::runtime_error { 2022-11-23T00:52:39.2946850Z ^ 2022-11-23T00:52:39.2947023Z 3 warnings generated. 2022-11-23T00:52:39.3007711Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/deconvolution.cpp.o 2022-11-23T00:52:39.3172327Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/jit_brgemm_kernel.cpp.o 2022-11-23T00:52:39.3428080Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/delimited_message_util.cc.o 2022-11-23T00:52:39.3762438Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64func.cpp.o 2022-11-23T00:52:39.4114362Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/gatherv.cc.o 2022-11-23T00:52:39.4611785Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_comparator.cc.o 2022-11-23T00:52:39.4672041Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/reduce.cc.o 2022-11-23T00:52:39.4748656Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64instapi.cpp.o 2022-11-23T00:52:39.4884466Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/dnnl_debug.cpp.o 2022-11-23T00:52:39.5272938Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64instdb.cpp.o 2022-11-23T00:52:39.5859500Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/scatter.cc.o 2022-11-23T00:52:39.5974231Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_barrier.cpp.o 2022-11-23T00:52:39.6004246Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_isa_traits.cpp.o 2022-11-23T00:52:39.6363180Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/dnnl_debug_autogenerated.cpp.o 2022-11-23T00:52:39.6428869Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_mask_util.cc.o 2022-11-23T00:52:39.7072607Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/eltwise.cpp.o 2022-11-23T00:52:39.7234062Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/types.cc.o 2022-11-23T00:52:39.7334729Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64operand.cpp.o 2022-11-23T00:52:39.7748268Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/logging.cc.o 2022-11-23T00:52:39.7823377Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_reducer.cpp.o 2022-11-23T00:52:39.8006446Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/datapiece.cc.o 2022-11-23T00:52:39.8345410Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/engine.cpp.o 2022-11-23T00:52:39.8531952Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/default_value_objectwriter.cc.o 2022-11-23T00:52:39.8656992Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64rapass.cpp.o 2022-11-23T00:52:39.8825603Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/linux.cc.o 2022-11-23T00:52:39.9871625Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/amx/jit_avx512_core_amx_copy_kern.cpp.o 2022-11-23T00:52:39.9877771Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/experimental.cpp.o 2022-11-23T00:52:40.0067192Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/fpmath_mode.cpp.o 2022-11-23T00:52:40.0200943Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86assembler.cpp.o 2022-11-23T00:52:40.0470065Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/context.cc.o 2022-11-23T00:52:40.0843470Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/error_listener.cc.o 2022-11-23T00:52:40.1473618Z In file included from /var/lib/jenkins/workspace/third_party/gloo/gloo/rendezvous/context.cc:9: 2022-11-23T00:52:40.1474501Z In file included from /var/lib/jenkins/workspace/third_party/gloo/gloo/rendezvous/context.h:14: 2022-11-23T00:52:40.1475438Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:52:40.1475815Z Exception() = default; 2022-11-23T00:52:40.1475989Z ^ 2022-11-23T00:52:40.1476612Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:52:40.1477006Z struct Exception : public std::runtime_error { 2022-11-23T00:52:40.1477202Z ^ 2022-11-23T00:52:40.1477682Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:35:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:52:40.1478312Z InvalidOperationException() = default; 2022-11-23T00:52:40.1478510Z ^ 2022-11-23T00:52:40.1479206Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:34:36: note: default constructor of 'InvalidOperationException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T00:52:40.1479684Z struct InvalidOperationException : public ::gloo::Exception { 2022-11-23T00:52:40.1479936Z ^ 2022-11-23T00:52:40.1480278Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T00:52:40.1480576Z Exception() = default; 2022-11-23T00:52:40.1480800Z ^ 2022-11-23T00:52:40.1481345Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:52:40.1481795Z struct Exception : public std::runtime_error { 2022-11-23T00:52:40.1481997Z ^ 2022-11-23T00:52:40.1482528Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:46:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:52:40.1482871Z IoException() = default; 2022-11-23T00:52:40.1483102Z ^ 2022-11-23T00:52:40.1484107Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:45:22: note: default constructor of 'IoException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T00:52:40.1484516Z struct IoException : public ::gloo::Exception { 2022-11-23T00:52:40.1484756Z ^ 2022-11-23T00:52:40.1485059Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T00:52:40.1485401Z Exception() = default; 2022-11-23T00:52:40.1485563Z ^ 2022-11-23T00:52:40.1486175Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:52:40.1486562Z struct Exception : public std::runtime_error { 2022-11-23T00:52:40.1486752Z ^ 2022-11-23T00:52:40.1486974Z 3 warnings generated. 2022-11-23T00:52:40.1538157Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/file_store.cc.o 2022-11-23T00:52:40.1542912Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/amx/jit_avx512_core_amx_gemm_kern.cpp.o 2022-11-23T00:52:40.1552924Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/hash_store.cc.o 2022-11-23T00:52:40.2069565Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86builder.cpp.o 2022-11-23T00:52:40.2085670Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/gemm.cpp.o 2022-11-23T00:52:40.2405788Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/field_mask_utility.cc.o 2022-11-23T00:52:40.2655535Z In file included from /var/lib/jenkins/workspace/third_party/gloo/gloo/rendezvous/hash_store.cc:11: 2022-11-23T00:52:40.2657131Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:52:40.2658844Z Exception() = default; 2022-11-23T00:52:40.2659489Z ^ 2022-11-23T00:52:40.2660727Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:52:40.2661426Z struct Exception : public std::runtime_error { 2022-11-23T00:52:40.2661786Z ^ 2022-11-23T00:52:40.2662673Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:35:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:52:40.2663385Z InvalidOperationException() = default; 2022-11-23T00:52:40.2663751Z ^ 2022-11-23T00:52:40.2665065Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:34:36: note: default constructor of 'InvalidOperationException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T00:52:40.2665898Z struct InvalidOperationException : public ::gloo::Exception { 2022-11-23T00:52:40.2666334Z ^ 2022-11-23T00:52:40.2666941Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T00:52:40.2667481Z Exception() = default; 2022-11-23T00:52:40.2667792Z ^ 2022-11-23T00:52:40.2668870Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:52:40.2669588Z struct Exception : public std::runtime_error { 2022-11-23T00:52:40.2669944Z ^ 2022-11-23T00:52:40.2671049Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:46:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:52:40.2671722Z IoException() = default; 2022-11-23T00:52:40.2672025Z ^ 2022-11-23T00:52:40.2673116Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:45:22: note: default constructor of 'IoException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T00:52:40.2673858Z struct IoException : public ::gloo::Exception { 2022-11-23T00:52:40.2674236Z ^ 2022-11-23T00:52:40.2674787Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T00:52:40.2675352Z Exception() = default; 2022-11-23T00:52:40.2675660Z ^ 2022-11-23T00:52:40.2676694Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:52:40.2677433Z struct Exception : public std::runtime_error { 2022-11-23T00:52:40.2677807Z ^ 2022-11-23T00:52:40.2678200Z 3 warnings generated. 2022-11-23T00:52:40.2678722Z In file included from /var/lib/jenkins/workspace/third_party/gloo/gloo/rendezvous/file_store.cc:29: 2022-11-23T00:52:40.2679816Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:52:40.2680477Z Exception() = default; 2022-11-23T00:52:40.2680775Z ^ 2022-11-23T00:52:40.2681834Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:52:40.2682658Z struct Exception : public std::runtime_error { 2022-11-23T00:52:40.2683012Z ^ 2022-11-23T00:52:40.2683932Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:35:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:52:40.2684649Z InvalidOperationException() = default; 2022-11-23T00:52:40.2685005Z ^ 2022-11-23T00:52:40.2686125Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:34:36: note: default constructor of 'InvalidOperationException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T00:52:40.2686969Z struct InvalidOperationException : public ::gloo::Exception { 2022-11-23T00:52:40.2687405Z ^ 2022-11-23T00:52:40.2687973Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T00:52:40.2688516Z Exception() = default; 2022-11-23T00:52:40.2688828Z ^ 2022-11-23T00:52:40.2689876Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:52:40.2690589Z struct Exception : public std::runtime_error { 2022-11-23T00:52:40.2690953Z ^ 2022-11-23T00:52:40.2691852Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:46:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:52:40.2692500Z IoException() = default; 2022-11-23T00:52:40.2692802Z ^ 2022-11-23T00:52:40.2693877Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:45:22: note: default constructor of 'IoException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T00:52:40.2694626Z struct IoException : public ::gloo::Exception { 2022-11-23T00:52:40.2694988Z ^ 2022-11-23T00:52:40.2695608Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T00:52:40.2696160Z Exception() = default; 2022-11-23T00:52:40.2696455Z ^ 2022-11-23T00:52:40.2697519Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:52:40.2698246Z struct Exception : public std::runtime_error { 2022-11-23T00:52:40.2698609Z ^ 2022-11-23T00:52:40.2698911Z 3 warnings generated. 2022-11-23T00:52:40.2768975Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/prefix_store.cc.o 2022-11-23T00:52:40.2798021Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_gemm_bf16bf16f32_kern.cpp.o 2022-11-23T00:52:40.3386681Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_escaping.cc.o 2022-11-23T00:52:40.3456089Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86compiler.cpp.o 2022-11-23T00:52:40.3914345Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/inner_product.cpp.o 2022-11-23T00:52:40.4209606Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/store.cc.o 2022-11-23T00:52:40.4364286Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/address.cc.o 2022-11-23T00:52:40.4826034Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_gemv_bf16bf16f32_kern.cpp.o 2022-11-23T00:52:40.5024959Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_objectwriter.cc.o 2022-11-23T00:52:40.5102623Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86emithelper.cpp.o 2022-11-23T00:52:40.5172627Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_stream_parser.cc.o 2022-11-23T00:52:40.5225400Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/buffer.cc.o 2022-11-23T00:52:40.5307794Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify.cpp.o 2022-11-23T00:52:40.5847724Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/context.cc.o 2022-11-23T00:52:40.6705655Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/device.cc.o 2022-11-23T00:52:40.6865422Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86formatter.cpp.o 2022-11-23T00:52:40.6942830Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_an_kern_autogen.cpp.o 2022-11-23T00:52:40.7290848Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86func.cpp.o 2022-11-23T00:52:40.7410347Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/layer_normalization.cpp.o 2022-11-23T00:52:40.7648140Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/object_writer.cc.o 2022-11-23T00:52:40.7849017Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/pair.cc.o 2022-11-23T00:52:40.8129113Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/unbound_buffer.cc.o 2022-11-23T00:52:40.8756394Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/lrn.cpp.o 2022-11-23T00:52:40.8821540Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_at_kern_autogen.cpp.o 2022-11-23T00:52:40.8876828Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86instdb.cpp.o 2022-11-23T00:52:40.9040555Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_bn_kern_autogen.cpp.o 2022-11-23T00:52:40.9071578Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/address.cc.o 2022-11-23T00:52:40.9309484Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/proto_writer.cc.o 2022-11-23T00:52:41.0258856Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/matmul.cpp.o 2022-11-23T00:52:41.0465760Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/buffer.cc.o 2022-11-23T00:52:41.0868343Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/context.cc.o 2022-11-23T00:52:41.1297308Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_bt_kern_autogen.cpp.o 2022-11-23T00:52:41.1556534Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectsource.cc.o 2022-11-23T00:52:41.1612688Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory.cpp.o 2022-11-23T00:52:41.1997956Z In file included from /var/lib/jenkins/workspace/third_party/gloo/gloo/transport/tcp/buffer.cc:9: 2022-11-23T00:52:41.1998706Z In file included from /var/lib/jenkins/workspace/third_party/gloo/gloo/transport/tcp/buffer.h:20: 2022-11-23T00:52:41.1999285Z In file included from /var/lib/jenkins/workspace/third_party/gloo/gloo/transport/tcp/pair.h:28: 2022-11-23T00:52:41.2000318Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:52:41.2000795Z Exception() = default; 2022-11-23T00:52:41.2000968Z ^ 2022-11-23T00:52:41.2001625Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:52:41.2002294Z struct Exception : public std::runtime_error { 2022-11-23T00:52:41.2002668Z ^ 2022-11-23T00:52:41.2003559Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:35:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:52:41.2005258Z InvalidOperationException() = default; 2022-11-23T00:52:41.2008493Z ^ 2022-11-23T00:52:41.2009447Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:34:36: note: default constructor of 'InvalidOperationException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T00:52:41.2009910Z struct InvalidOperationException : public ::gloo::Exception { 2022-11-23T00:52:41.2010150Z ^ 2022-11-23T00:52:41.2010447Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T00:52:41.2010753Z Exception() = default; 2022-11-23T00:52:41.2010923Z ^ 2022-11-23T00:52:41.2011614Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:52:41.2012004Z struct Exception : public std::runtime_error { 2022-11-23T00:52:41.2012207Z ^ 2022-11-23T00:52:41.2012687Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:46:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:52:41.2013029Z IoException() = default; 2022-11-23T00:52:41.2013205Z ^ 2022-11-23T00:52:41.2013764Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:45:22: note: default constructor of 'IoException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T00:52:41.2014152Z struct IoException : public ::gloo::Exception { 2022-11-23T00:52:41.2014358Z ^ 2022-11-23T00:52:41.2014660Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T00:52:41.2014953Z Exception() = default; 2022-11-23T00:52:41.2015113Z ^ 2022-11-23T00:52:41.2015654Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:52:41.2016036Z struct Exception : public std::runtime_error { 2022-11-23T00:52:41.2016225Z ^ 2022-11-23T00:52:41.2016397Z 3 warnings generated. 2022-11-23T00:52:41.2058742Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/device.cc.o 2022-11-23T00:52:41.2189665Z In file included from /var/lib/jenkins/workspace/third_party/gloo/gloo/transport/tcp/context.cc:11: 2022-11-23T00:52:41.2190928Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:52:41.2191498Z Exception() = default; 2022-11-23T00:52:41.2191705Z ^ 2022-11-23T00:52:41.2192310Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:52:41.2192830Z struct Exception : public std::runtime_error { 2022-11-23T00:52:41.2193209Z ^ 2022-11-23T00:52:41.2194174Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:35:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:52:41.2196309Z InvalidOperationException() = default; 2022-11-23T00:52:41.2196678Z ^ 2022-11-23T00:52:41.2197849Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:34:36: note: default constructor of 'InvalidOperationException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T00:52:41.2198766Z struct InvalidOperationException : public ::gloo::Exception { 2022-11-23T00:52:41.2199222Z ^ 2022-11-23T00:52:41.2199604Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T00:52:41.2199905Z Exception() = default; 2022-11-23T00:52:41.2200065Z ^ 2022-11-23T00:52:41.2200741Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:52:41.2201132Z struct Exception : public std::runtime_error { 2022-11-23T00:52:41.2201334Z ^ 2022-11-23T00:52:41.2201806Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:46:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:52:41.2202160Z IoException() = default; 2022-11-23T00:52:41.2202334Z ^ 2022-11-23T00:52:41.2203000Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:45:22: note: default constructor of 'IoException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T00:52:41.2203406Z struct IoException : public ::gloo::Exception { 2022-11-23T00:52:41.2203615Z ^ 2022-11-23T00:52:41.2203916Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T00:52:41.2204199Z Exception() = default; 2022-11-23T00:52:41.2204372Z ^ 2022-11-23T00:52:41.2205000Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:52:41.2205386Z struct Exception : public std::runtime_error { 2022-11-23T00:52:41.2205586Z ^ 2022-11-23T00:52:41.2205761Z 3 warnings generated. 2022-11-23T00:52:41.2272520Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectwriter.cc.o 2022-11-23T00:52:41.2408428Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86instapi.cpp.o 2022-11-23T00:52:41.3110207Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86operand.cpp.o 2022-11-23T00:52:41.3179728Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_an_kern_autogen.cpp.o 2022-11-23T00:52:41.3640541Z In file included from /var/lib/jenkins/workspace/third_party/gloo/gloo/transport/tcp/device.cc:20: 2022-11-23T00:52:41.3642247Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:52:41.3643103Z Exception() = default; 2022-11-23T00:52:41.3643782Z ^ 2022-11-23T00:52:41.3645023Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:52:41.3645742Z struct Exception : public std::runtime_error { 2022-11-23T00:52:41.3646130Z ^ 2022-11-23T00:52:41.3646978Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:35:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:52:41.3647696Z InvalidOperationException() = default; 2022-11-23T00:52:41.3648061Z ^ 2022-11-23T00:52:41.3649107Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:34:36: note: default constructor of 'InvalidOperationException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T00:52:41.3649566Z struct InvalidOperationException : public ::gloo::Exception { 2022-11-23T00:52:41.3649874Z ^ 2022-11-23T00:52:41.3650175Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T00:52:41.3650526Z Exception() = default; 2022-11-23T00:52:41.3650706Z ^ 2022-11-23T00:52:41.3651325Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:52:41.3651702Z struct Exception : public std::runtime_error { 2022-11-23T00:52:41.3651901Z ^ 2022-11-23T00:52:41.3652441Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:46:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:52:41.3652836Z IoException() = default; 2022-11-23T00:52:41.3653014Z ^ 2022-11-23T00:52:41.3653863Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:45:22: note: default constructor of 'IoException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T00:52:41.3654380Z struct IoException : public ::gloo::Exception { 2022-11-23T00:52:41.3654577Z ^ 2022-11-23T00:52:41.3654880Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T00:52:41.3655240Z Exception() = default; 2022-11-23T00:52:41.3655414Z ^ 2022-11-23T00:52:41.3656040Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:52:41.3656442Z struct Exception : public std::runtime_error { 2022-11-23T00:52:41.3656694Z ^ 2022-11-23T00:52:41.3656858Z 3 warnings generated. 2022-11-23T00:52:41.3701618Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/loop.cc.o 2022-11-23T00:52:41.3822842Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_debug.cpp.o 2022-11-23T00:52:41.3897046Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info.cc.o 2022-11-23T00:52:41.3947838Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info_test_helper.cc.o 2022-11-23T00:52:41.4249100Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86rapass.cpp.o 2022-11-23T00:52:41.5065686Z In file included from /var/lib/jenkins/workspace/third_party/gloo/gloo/transport/tcp/loop.cc:16: 2022-11-23T00:52:41.5068089Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:52:41.5069824Z Exception() = default; 2022-11-23T00:52:41.5071148Z ^ 2022-11-23T00:52:41.5073298Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:52:41.5074282Z struct Exception : public std::runtime_error { 2022-11-23T00:52:41.5074921Z ^ 2022-11-23T00:52:41.5075668Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:35:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:52:41.5076127Z InvalidOperationException() = default; 2022-11-23T00:52:41.5076803Z ^ 2022-11-23T00:52:41.5077441Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:34:36: note: default constructor of 'InvalidOperationException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T00:52:41.5077941Z struct InvalidOperationException : public ::gloo::Exception { 2022-11-23T00:52:41.5079823Z ^ 2022-11-23T00:52:41.5080583Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T00:52:41.5081069Z Exception() = default; 2022-11-23T00:52:41.5081382Z ^ 2022-11-23T00:52:41.5082390Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:52:41.5083061Z struct Exception : public std::runtime_error { 2022-11-23T00:52:41.5083436Z ^ 2022-11-23T00:52:41.5084338Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:46:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:52:41.5084960Z IoException() = default; 2022-11-23T00:52:41.5085259Z ^ 2022-11-23T00:52:41.5086149Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:45:22: note: default constructor of 'IoException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T00:52:41.5086610Z struct IoException : public ::gloo::Exception { 2022-11-23T00:52:41.5086806Z ^ 2022-11-23T00:52:41.5087157Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T00:52:41.5087514Z Exception() = default; 2022-11-23T00:52:41.5087748Z ^ 2022-11-23T00:52:41.5088657Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:52:41.5089331Z struct Exception : public std::runtime_error { 2022-11-23T00:52:41.5089669Z ^ 2022-11-23T00:52:41.5089946Z 3 warnings generated. 2022-11-23T00:52:41.5130270Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/pair.cc.o 2022-11-23T00:52:41.5353061Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_at_kern_autogen.cpp.o 2022-11-23T00:52:41.5478591Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_desc_wrapper.cpp.o 2022-11-23T00:52:41.5510790Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_storage.cpp.o 2022-11-23T00:52:41.5539183Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/utility.cc.o 2022-11-23T00:52:41.6292515Z [ 5%] Linking CXX static library ../../../lib/libasmjit.a 2022-11-23T00:52:41.6717084Z [ 5%] Built target asmjit 2022-11-23T00:52:41.6777417Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/json_util.cc.o 2022-11-23T00:52:41.6847678Z In file included from /var/lib/jenkins/workspace/third_party/gloo/gloo/transport/tcp/pair.cc:9: 2022-11-23T00:52:41.6848305Z In file included from /var/lib/jenkins/workspace/third_party/gloo/gloo/transport/tcp/pair.h:28: 2022-11-23T00:52:41.6849470Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:52:41.6850127Z Exception() = default; 2022-11-23T00:52:41.6850441Z ^ 2022-11-23T00:52:41.6851548Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:52:41.6852289Z struct Exception : public std::runtime_error { 2022-11-23T00:52:41.6852638Z ^ 2022-11-23T00:52:41.6853363Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:35:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:52:41.6853763Z InvalidOperationException() = default; 2022-11-23T00:52:41.6853966Z ^ 2022-11-23T00:52:41.6854579Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:34:36: note: default constructor of 'InvalidOperationException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T00:52:41.6855025Z struct InvalidOperationException : public ::gloo::Exception { 2022-11-23T00:52:41.6855270Z ^ 2022-11-23T00:52:41.6855587Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T00:52:41.6855874Z Exception() = default; 2022-11-23T00:52:41.6856048Z ^ 2022-11-23T00:52:41.6856738Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:52:41.6857133Z struct Exception : public std::runtime_error { 2022-11-23T00:52:41.6857334Z ^ 2022-11-23T00:52:41.6857814Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:46:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:52:41.6858170Z IoException() = default; 2022-11-23T00:52:41.6858343Z ^ 2022-11-23T00:52:41.6858953Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:45:22: note: default constructor of 'IoException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T00:52:41.6859353Z struct IoException : public ::gloo::Exception { 2022-11-23T00:52:41.6859561Z ^ 2022-11-23T00:52:41.6859855Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T00:52:41.6860152Z Exception() = default; 2022-11-23T00:52:41.6860322Z ^ 2022-11-23T00:52:41.6860855Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:52:41.6861245Z struct Exception : public std::runtime_error { 2022-11-23T00:52:41.6861450Z ^ 2022-11-23T00:52:41.6861627Z 3 warnings generated. 2022-11-23T00:52:41.6907977Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/unbound_buffer.cc.o 2022-11-23T00:52:41.7256154Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/message_differencer.cc.o 2022-11-23T00:52:41.7584058Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_bn_kern_autogen.cpp.o 2022-11-23T00:52:41.7626713Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_tracking.cpp.o 2022-11-23T00:52:41.8054358Z In file included from /var/lib/jenkins/workspace/third_party/gloo/gloo/transport/tcp/unbound_buffer.cc:13: 2022-11-23T00:52:41.8055451Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:52:41.8056118Z Exception() = default; 2022-11-23T00:52:41.8056436Z ^ 2022-11-23T00:52:41.8057649Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:52:41.8058350Z struct Exception : public std::runtime_error { 2022-11-23T00:52:41.8058736Z ^ 2022-11-23T00:52:41.8059580Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:35:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:52:41.8060291Z InvalidOperationException() = default; 2022-11-23T00:52:41.8060644Z ^ 2022-11-23T00:52:41.8061697Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:34:36: note: default constructor of 'InvalidOperationException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T00:52:41.8062218Z struct InvalidOperationException : public ::gloo::Exception { 2022-11-23T00:52:41.8062509Z ^ 2022-11-23T00:52:41.8062819Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T00:52:41.8063271Z Exception() = default; 2022-11-23T00:52:41.8063558Z ^ 2022-11-23T00:52:41.8064641Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:52:41.8065469Z struct Exception : public std::runtime_error { 2022-11-23T00:52:41.8065828Z ^ 2022-11-23T00:52:41.8066691Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:46:3: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted] 2022-11-23T00:52:41.8067289Z IoException() = default; 2022-11-23T00:52:41.8067595Z ^ 2022-11-23T00:52:41.8068626Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:45:22: note: default constructor of 'IoException' is implicitly deleted because base class '::gloo::Exception' has a deleted default constructor 2022-11-23T00:52:41.8069178Z struct IoException : public ::gloo::Exception { 2022-11-23T00:52:41.8069415Z ^ 2022-11-23T00:52:41.8069754Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:25:3: note: explicitly defaulted function was implicitly deleted here 2022-11-23T00:52:41.8070049Z Exception() = default; 2022-11-23T00:52:41.8070266Z ^ 2022-11-23T00:52:41.8070835Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/error.h:24:20: note: default constructor of 'Exception' is implicitly deleted because base class 'std::runtime_error' has no default constructor 2022-11-23T00:52:41.8071279Z struct Exception : public std::runtime_error { 2022-11-23T00:52:41.8071472Z ^ 2022-11-23T00:52:41.8071662Z 3 warnings generated. 2022-11-23T00:52:41.8123981Z [ 5%] Linking CXX static library ../../../lib/libgloo.a 2022-11-23T00:52:41.8390028Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_zero_pad.cpp.o 2022-11-23T00:52:41.8409494Z [ 5%] Built target gloo 2022-11-23T00:52:41.8454499Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_bt_kern_autogen.cpp.o 2022-11-23T00:52:41.8606077Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_an_kern_autogen.cpp.o 2022-11-23T00:52:41.9320544Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/time_util.cc.o 2022-11-23T00:52:41.9412765Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/type_resolver_util.cc.o 2022-11-23T00:52:41.9628585Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format.cc.o 2022-11-23T00:52:42.0246557Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wrappers.pb.cc.o 2022-11-23T00:52:42.0453978Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_at_kern_autogen.cpp.o 2022-11-23T00:52:42.0690169Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/pooling.cpp.o 2022-11-23T00:52:42.1095297Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/prelu.cpp.o 2022-11-23T00:52:42.1685829Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive.cpp.o 2022-11-23T00:52:42.2166269Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/allocator.cpp.o 2022-11-23T00:52:42.2173867Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_bn_kern_autogen.cpp.o 2022-11-23T00:52:42.2183354Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/bfloat16.cpp.o 2022-11-23T00:52:42.2360950Z [ 5%] Linking CXX static library ../../../lib/libprotobuf.a 2022-11-23T00:52:42.2416066Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/binary_injector_utils.cpp.o 2022-11-23T00:52:42.3363699Z [ 5%] Built target libprotobuf 2022-11-23T00:52:42.3431259Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_attr.cpp.o 2022-11-23T00:52:42.3819237Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_batch_normalization_list.cpp.o 2022-11-23T00:52:42.4013748Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/backend.cpp.o 2022-11-23T00:52:42.4024881Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/engine.cpp.o 2022-11-23T00:52:42.4117210Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/graph.cpp.o 2022-11-23T00:52:42.4396067Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_bt_kern_autogen.cpp.o 2022-11-23T00:52:42.4989431Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_cache.cpp.o 2022-11-23T00:52:42.5701395Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_kernel_sgemm_kern.cpp.o 2022-11-23T00:52:42.5842026Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_batch_normalization_utils.cpp.o 2022-11-23T00:52:42.6107321Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_binary_list.cpp.o 2022-11-23T00:52:42.6196251Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/logical_tensor.cpp.o 2022-11-23T00:52:42.6406946Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_desc.cpp.o 2022-11-23T00:52:42.6724332Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_desc_iface.cpp.o 2022-11-23T00:52:42.7525451Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_common_gemm_f32.cpp.o 2022-11-23T00:52:42.7851800Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_desc_iterator.cpp.o 2022-11-23T00:52:42.7889354Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_an_kern_autogen.cpp.o 2022-11-23T00:52:42.8019871Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_concat.cpp.o 2022-11-23T00:52:42.8226719Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/op.cpp.o 2022-11-23T00:52:42.8449238Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/op_schema.cpp.o 2022-11-23T00:52:42.9527256Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_exec_types.cpp.o 2022-11-23T00:52:42.9733612Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_hashing.cpp.o 2022-11-23T00:52:42.9918633Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_convolution_list.cpp.o 2022-11-23T00:52:43.0166003Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition.cpp.o 2022-11-23T00:52:43.0326665Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_at_kern_part1_autogen.cpp.o 2022-11-23T00:52:43.0817469Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_deconvolution_list.cpp.o 2022-11-23T00:52:43.1032313Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_eltwise_list.cpp.o 2022-11-23T00:52:43.1287323Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_iface.cpp.o 2022-11-23T00:52:43.2280264Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_at_kern_part2_autogen.cpp.o 2022-11-23T00:52:43.2524123Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition_cache.cpp.o 2022-11-23T00:52:43.2830919Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition_hashing.cpp.o 2022-11-23T00:52:43.2979350Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/query.cpp.o 2022-11-23T00:52:43.2983906Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/reduction.cpp.o 2022-11-23T00:52:43.3320384Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_engine.cpp.o 2022-11-23T00:52:43.4043546Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_bn_kern_autogen.cpp.o 2022-11-23T00:52:43.4266273Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_bt_kern_autogen.cpp.o 2022-11-23T00:52:43.4467352Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_gemm_smalln_tn_f32_kern.cpp.o 2022-11-23T00:52:43.4688396Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/reorder.cpp.o 2022-11-23T00:52:43.4888480Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition_impl.cpp.o 2022-11-23T00:52:43.5128258Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_inner_product_list.cpp.o 2022-11-23T00:52:43.5737087Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_layer_normalization_list.cpp.o 2022-11-23T00:52:43.6212391Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/shape_infer.cpp.o 2022-11-23T00:52:43.6238847Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_an_kern_autogen.cpp.o 2022-11-23T00:52:43.6565029Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/resampling.cpp.o 2022-11-23T00:52:43.6850078Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/rnn.cpp.o 2022-11-23T00:52:43.7272263Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/stream.cpp.o 2022-11-23T00:52:43.7769460Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_lrn_list.cpp.o 2022-11-23T00:52:43.7808847Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_at_kern_autogen.cpp.o 2022-11-23T00:52:43.8202573Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_pooling_list.cpp.o 2022-11-23T00:52:43.8426775Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/rw_mutex.cpp.o 2022-11-23T00:52:43.8564765Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/scratchpad.cpp.o 2022-11-23T00:52:43.9192898Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/tensor.cpp.o 2022-11-23T00:52:43.9758471Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/type_constraint.cpp.o 2022-11-23T00:52:43.9934768Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/value.cpp.o 2022-11-23T00:52:44.0003193Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_bn_kern_autogen.cpp.o 2022-11-23T00:52:44.0186474Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/scratchpad_debug.cpp.o 2022-11-23T00:52:44.0847492Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/serialization.cpp.o 2022-11-23T00:52:44.0897778Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_prelu_list.cpp.o 2022-11-23T00:52:44.1508635Z [ 6%] Built target dnnl_graph_common 2022-11-23T00:52:44.1509493Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/shuffle.cpp.o 2022-11-23T00:52:44.1559581Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/softmax.cpp.o 2022-11-23T00:52:44.1814883Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_bt_kern_autogen.cpp.o 2022-11-23T00:52:44.1981184Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/common.cpp.o 2022-11-23T00:52:44.2377225Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/fake/CMakeFiles/dnnl_graph_backend_fake.dir/fake_backend.cpp.o 2022-11-23T00:52:44.3320732Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/stream.cpp.o 2022-11-23T00:52:44.3352360Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_reduction_list.cpp.o 2022-11-23T00:52:44.3403083Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/debug.cpp.o 2022-11-23T00:52:44.3937484Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/constant_cache.cpp.o 2022-11-23T00:52:44.4080556Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_gemm_f32.cpp.o 2022-11-23T00:52:44.4186648Z [ 6%] Built target dnnl_graph_backend_fake 2022-11-23T00:52:44.4323519Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/dnnl_backend.cpp.o 2022-11-23T00:52:44.4526194Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/id.cpp.o 2022-11-23T00:52:44.4988961Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/sum.cpp.o 2022-11-23T00:52:44.5345148Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/pm/nested_matcher.cpp.o 2022-11-23T00:52:44.5470648Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_resampling_list.cpp.o 2022-11-23T00:52:44.5584619Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_rnn_list.cpp.o 2022-11-23T00:52:44.6447672Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/dnnl_shape_infer.cpp.o 2022-11-23T00:52:44.6471996Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_gemv_t_f32_kern.cpp.o 2022-11-23T00:52:44.6707704Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/utils.cpp.o 2022-11-23T00:52:44.7236557Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_b0_sgemm_kern_part1_autogen.cpp.o 2022-11-23T00:52:44.7362359Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/pm/pass_manager.cpp.o 2022-11-23T00:52:44.8191753Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/verbose.cpp.o 2022-11-23T00:52:44.8324877Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_shuffle_list.cpp.o 2022-11-23T00:52:44.8450417Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/compile_ops.cpp.o 2022-11-23T00:52:44.9066038Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_softmax_list.cpp.o 2022-11-23T00:52:44.9095734Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/pm/pbuilder.cpp.o 2022-11-23T00:52:44.9445567Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_b0_sgemm_kern_part2_autogen.cpp.o 2022-11-23T00:52:44.9917984Z [ 7%] Building C object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify/ittnotify_static.c.o 2022-11-23T00:52:45.0163726Z [ 7%] Building C object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify/jitprofiling.c.o 2022-11-23T00:52:45.0722719Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/fusion_info.cpp.o 2022-11-23T00:52:45.0946720Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_sum.cpp.o 2022-11-23T00:52:45.1191790Z [ 7%] Building ASM object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify/ittptmark64.S.o 2022-11-23T00:52:45.1279095Z [ 7%] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/format.cc.o 2022-11-23T00:52:45.1279894Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/rw_mutex.cpp.o 2022-11-23T00:52:45.1523722Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_sgemm_kern_part1_autogen.cpp.o 2022-11-23T00:52:45.1827305Z [ 7%] Built target dnnl_common 2022-11-23T00:52:45.1872919Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_sgemm_kern_part2_autogen.cpp.o 2022-11-23T00:52:45.2427293Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/utils.cpp.o 2022-11-23T00:52:45.2644519Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/insert_ops.cpp.o 2022-11-23T00:52:45.2683141Z [ 7%] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/os.cc.o 2022-11-23T00:52:45.3187999Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/float16.cpp.o 2022-11-23T00:52:45.3532188Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_convolution.cpp.o 2022-11-23T00:52:45.3742788Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_an_kern_autogen.cpp.o 2022-11-23T00:52:45.3948120Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/verbose.cpp.o 2022-11-23T00:52:45.4173859Z [ 7%] Linking CXX static library ../../lib/libfmt.a 2022-11-23T00:52:45.4539139Z [ 7%] Built target fmt 2022-11-23T00:52:45.4587682Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/layout_propagation.cpp.o 2022-11-23T00:52:45.4624516Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_at_kern_autogen.cpp.o 2022-11-23T00:52:45.5222138Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_bn_kern_autogen.cpp.o 2022-11-23T00:52:45.5268018Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_convolution_utils.cpp.o 2022-11-23T00:52:45.5739032Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_inner_product.cpp.o 2022-11-23T00:52:45.5967308Z [ 7%] Built target dnnl_graph_utils 2022-11-23T00:52:45.6028774Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_inner_product_utils.cpp.o 2022-11-23T00:52:45.6681325Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.o 2022-11-23T00:52:45.6754955Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/lower_down.cpp.o 2022-11-23T00:52:45.6914020Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_bt_kern_autogen.cpp.o 2022-11-23T00:52:45.7205288Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_gemv_n_f32_kern.cpp.o 2022-11-23T00:52:45.8087757Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_gemv_t_f32_kern.cpp.o 2022-11-23T00:52:45.8477909Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_kernel_b0_sgemm_kern_autogen.cpp.o 2022-11-23T00:52:45.8748343Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_convolution.cpp.o 2022-11-23T00:52:45.8749484Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/memory_planning.cpp.o 2022-11-23T00:52:45.9072261Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/utils.cpp.o 2022-11-23T00:52:45.9496066Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_convolution_utils.cpp.o 2022-11-23T00:52:45.9948753Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_inner_product.cpp.o 2022-11-23T00:52:46.0533664Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_kernel_sgemm_kern_autogen.cpp.o 2022-11-23T00:52:46.0738899Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemm_driver.cpp.o 2022-11-23T00:52:46.0988353Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemm_info.cpp.o 2022-11-23T00:52:46.1549644Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/binary_fusion.cpp.o 2022-11-23T00:52:46.1709503Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/bn_fusion.cpp.o 2022-11-23T00:52:46.1841717Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/nchw_pooling.cpp.o 2022-11-23T00:52:46.2483755Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ncsp_batch_normalization.cpp.o 2022-11-23T00:52:46.3002098Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/nhwc_pooling.cpp.o 2022-11-23T00:52:46.3176320Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemm_pack.cpp.o 2022-11-23T00:52:46.3450103Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemv_driver.cpp.o 2022-11-23T00:52:46.3998836Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_gemm_s8u8s32_kern.cpp.o 2022-11-23T00:52:46.4058023Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/concat_fusion.cpp.o 2022-11-23T00:52:46.4319369Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_an_kern_autogen.cpp.o 2022-11-23T00:52:46.4629504Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/nspc_batch_normalization.cpp.o 2022-11-23T00:52:46.4791975Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/platform.cpp.o 2022-11-23T00:52:46.5121796Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/primitive_attr_postops.cpp.o 2022-11-23T00:52:46.6221653Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_at_kern_autogen.cpp.o 2022-11-23T00:52:46.6244006Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_batch_normalization.cpp.o 2022-11-23T00:52:46.6246444Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_binary.cpp.o 2022-11-23T00:52:46.6534502Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/conv_fusion.cpp.o 2022-11-23T00:52:46.6681003Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/convtranspose_fusion.cpp.o 2022-11-23T00:52:46.6871239Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/eltwise_fusion.cpp.o 2022-11-23T00:52:46.8047190Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/gelu_fusion.cpp.o 2022-11-23T00:52:46.8186344Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_convolution.cpp.o 2022-11-23T00:52:46.8638429Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_bn_kern_autogen.cpp.o 2022-11-23T00:52:46.8970072Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_bt_kern_autogen.cpp.o 2022-11-23T00:52:46.9091923Z [ 7%] Built target libkineto_defs.bzl 2022-11-23T00:52:46.9152308Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_an_kern_autogen.cpp.o 2022-11-23T00:52:46.9196210Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_at_kern_autogen.cpp.o 2022-11-23T00:52:47.0073618Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_convolution_int8.cpp.o 2022-11-23T00:52:47.0775183Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/interpolate_fusion.cpp.o 2022-11-23T00:52:47.0901664Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/matmul_fusion.cpp.o 2022-11-23T00:52:47.0991681Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/pool_fusion.cpp.o 2022-11-23T00:52:47.0992653Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_deconvolution.cpp.o 2022-11-23T00:52:47.1382178Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_bn_kern_autogen.cpp.o 2022-11-23T00:52:47.1597404Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_bt_kern_autogen.cpp.o 2022-11-23T00:52:47.2750862Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_an_kern_autogen.cpp.o 2022-11-23T00:52:47.2796725Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_eltwise.cpp.o 2022-11-23T00:52:47.3229836Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_inner_product.cpp.o 2022-11-23T00:52:47.3611399Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_inner_product_int8.cpp.o 2022-11-23T00:52:47.3637380Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_layer_normalization.cpp.o 2022-11-23T00:52:47.3848632Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/quantize_fusion.cpp.o 2022-11-23T00:52:47.4496978Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/reduction_fusion.cpp.o 2022-11-23T00:52:47.4650250Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_at_kern_autogen.cpp.o 2022-11-23T00:52:47.4683768Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_bn_kern_autogen.cpp.o 2022-11-23T00:52:47.5674158Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_bt_kern_autogen.cpp.o 2022-11-23T00:52:47.5730400Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_lrn.cpp.o 2022-11-23T00:52:47.5952659Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_pooling.cpp.o 2022-11-23T00:52:47.6432639Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/reorder_fusion.cpp.o 2022-11-23T00:52:47.6623695Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/shuffle_fusion.cpp.o 2022-11-23T00:52:47.6806249Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/single_op_pattern.cpp.o 2022-11-23T00:52:47.7913460Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_an_kern_autogen.cpp.o 2022-11-23T00:52:47.8151631Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_prelu.cpp.o 2022-11-23T00:52:47.8548993Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/softmax_fusion.cpp.o 2022-11-23T00:52:47.8833822Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_reduction.cpp.o 2022-11-23T00:52:47.8842073Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_resampling.cpp.o 2022-11-23T00:52:47.8849606Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_shuffle.cpp.o 2022-11-23T00:52:47.9979493Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_at_kern_autogen.cpp.o 2022-11-23T00:52:48.0313505Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_bn_kern_autogen.cpp.o 2022-11-23T00:52:48.0474234Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/sum_fusion.cpp.o 2022-11-23T00:52:48.0501780Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_gemm_s8u8s32_kern.cpp.o 2022-11-23T00:52:48.0514091Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_bt_kern_autogen.cpp.o 2022-11-23T00:52:48.0845873Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_softmax.cpp.o 2022-11-23T00:52:48.1950243Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_gemv_s8x8s32.cpp.o 2022-11-23T00:52:48.2574647Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_concat.cpp.o 2022-11-23T00:52:48.2578992Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_layer_normalization.cpp.o 2022-11-23T00:52:48.2620519Z [ 8%] Built target dnnl_graph_backend_dnnl 2022-11-23T00:52:48.2666713Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_resampling.cpp.o 2022-11-23T00:52:48.2723852Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_sum.cpp.o 2022-11-23T00:52:48.2925503Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_kernel_gemv_s8x8s32_kern.cpp.o 2022-11-23T00:52:48.3692274Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/zero_point_utils.cpp.o 2022-11-23T00:52:48.4386100Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_an_kern_autogen.cpp.o 2022-11-23T00:52:48.4393793Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_at_kern_autogen.cpp.o 2022-11-23T00:52:48.4902470Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_bn_kern_autogen.cpp.o 2022-11-23T00:52:48.4913005Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_bt_kern_autogen.cpp.o 2022-11-23T00:52:48.5027035Z [ 8%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/ThreadUtil.cpp.o 2022-11-23T00:52:48.5272127Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/f32/gemm_utils_f32.cpp.o 2022-11-23T00:52:48.6335340Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/f32/ref_gemm_f32.cpp.o 2022-11-23T00:52:48.6691606Z [ 8%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/libkineto_api.cpp.o 2022-11-23T00:52:48.6843628Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/gemm.cpp.o 2022-11-23T00:52:48.6975441Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_an_kern_autogen.cpp.o 2022-11-23T00:52:48.7009143Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/gemm_pack.cpp.o 2022-11-23T00:52:48.7328476Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/s8x8s32/ref_gemm_s8x8s32.cpp.o 2022-11-23T00:52:48.7946925Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/Allocator.cpp.o 2022-11-23T00:52:48.8283839Z [ 8%] Built target kineto_api 2022-11-23T00:52:48.8357886Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/AutogradState.cpp.o 2022-11-23T00:52:48.8632986Z [ 8%] Building C object third_party/foxi/CMakeFiles/foxi_loader.dir/foxi/onnxifi_loader.c.o 2022-11-23T00:52:48.8847781Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_at_kern_autogen.cpp.o 2022-11-23T00:52:48.8848630Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/s8x8s32/simple_gemm_s8s8s32.cpp.o 2022-11-23T00:52:48.8905776Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/cpu_matmul_list.cpp.o 2022-11-23T00:52:48.9214867Z [ 8%] Linking C static library ../../lib/libfoxi_loader.a 2022-11-23T00:52:48.9217157Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/CPUAllocator.cpp.o 2022-11-23T00:52:48.9455380Z [ 8%] Built target foxi_loader 2022-11-23T00:52:48.9516532Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/CopyBytes.cpp.o 2022-11-23T00:52:49.0533426Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_bn_kern_autogen.cpp.o 2022-11-23T00:52:49.0860740Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_bt_kern_autogen.cpp.o 2022-11-23T00:52:49.1084418Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_b_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:52:49.1258441Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_bf16_matmul.cpp.o 2022-11-23T00:52:49.1271181Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/DefaultDtype.cpp.o 2022-11-23T00:52:49.2165570Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/Device.cpp.o 2022-11-23T00:52:49.3099412Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/DeviceType.cpp.o 2022-11-23T00:52:49.3147101Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_c_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:52:49.3266350Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:52:49.3296531Z [ 8%] Generating ATen headers 2022-11-23T00:52:49.3384242Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_f32_matmul.cpp.o 2022-11-23T00:52:49.3509336Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_x8s8s32x_matmul.cpp.o 2022-11-23T00:52:49.4897738Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKey.cpp.o 2022-11-23T00:52:49.4899141Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_r_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:52:49.5205844Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKeySet.cpp.o 2022-11-23T00:52:49.5903762Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/GeneratorImpl.cpp.o 2022-11-23T00:52:49.5999559Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/ref_matmul.cpp.o 2022-11-23T00:52:49.6404489Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/ref_matmul_int8.cpp.o 2022-11-23T00:52:49.6728202Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:52:49.6925882Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_c_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:52:49.7845175Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:52:49.8167324Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder.cpp.o 2022-11-23T00:52:49.8449339Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_bf16_s8.cpp.o 2022-11-23T00:52:49.8740212Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/GradMode.cpp.o 2022-11-23T00:52:49.9307971Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_f32_s8.cpp.o 2022-11-23T00:52:49.9670981Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_r_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:52:49.9997449Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/InferenceMode.cpp.o 2022-11-23T00:52:50.0289016Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_an_kern_autogen.cpp.o 2022-11-23T00:52:50.0675382Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_at_kern_autogen.cpp.o 2022-11-23T00:52:50.1193476Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_s8_s8.cpp.o 2022-11-23T00:52:50.1639389Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/SafePyObject.cpp.o 2022-11-23T00:52:50.1691688Z [ 8%] Generating ATen declarations_yaml 2022-11-23T00:52:50.2608636Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/Scalar.cpp.o 2022-11-23T00:52:50.2774032Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_bf16.cpp.o 2022-11-23T00:52:50.2920127Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_bn_kern_autogen.cpp.o 2022-11-23T00:52:50.3907835Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_bt_kern_autogen.cpp.o 2022-11-23T00:52:50.4537281Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f16.cpp.o 2022-11-23T00:52:50.4746635Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/Storage.cpp.o 2022-11-23T00:52:50.5170757Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/StorageImpl.cpp.o 2022-11-23T00:52:50.5769750Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_an_kern_autogen.cpp.o 2022-11-23T00:52:50.6681503Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_bf16.cpp.o 2022-11-23T00:52:50.6948389Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_f16.cpp.o 2022-11-23T00:52:50.7301763Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/Stream.cpp.o 2022-11-23T00:52:50.8242083Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_at_kern_autogen.cpp.o 2022-11-23T00:52:50.8565365Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/SymFloat.cpp.o 2022-11-23T00:52:50.8616925Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_f32.cpp.o 2022-11-23T00:52:50.9340774Z [ 9%] Building C object sleef/src/common/CMakeFiles/common.dir/common.c.o 2022-11-23T00:52:51.0009654Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_bn_kern_autogen.cpp.o 2022-11-23T00:52:51.0325714Z [ 9%] Built target common 2022-11-23T00:52:51.0350555Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_s32.cpp.o 2022-11-23T00:52:51.0379401Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_s8.cpp.o 2022-11-23T00:52:51.0472054Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/SymInt.cpp.o 2022-11-23T00:52:51.2182507Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_bt_kern_autogen.cpp.o 2022-11-23T00:52:51.2184292Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/SymIntArrayRef.cpp.o 2022-11-23T00:52:51.2348017Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_b_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:52:51.2484694Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_u8.cpp.o 2022-11-23T00:52:51.3809589Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/SymNodeImpl.cpp.o 2022-11-23T00:52:51.4382000Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_s32.cpp.o 2022-11-23T00:52:51.4392232Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_s8.cpp.o 2022-11-23T00:52:51.5021898Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_c_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:52:51.5455350Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/TensorImpl.cpp.o 2022-11-23T00:52:51.5974349Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/TensorOptions.cpp.o 2022-11-23T00:52:51.6685844Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_u8.cpp.o 2022-11-23T00:52:51.7195871Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:52:51.7369534Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_r_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:52:51.7838312Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/UndefinedTensorImpl.cpp.o 2022-11-23T00:52:51.8334771Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/brgemm_cell_common.cpp.o 2022-11-23T00:52:51.8930295Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_common.cpp.o 2022-11-23T00:52:51.9691892Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:52:51.9771786Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/WrapDimMinimal.cpp.o 2022-11-23T00:52:52.1001512Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_c_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:52:52.1193690Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_gru.cpp.o 2022-11-23T00:52:52.1347850Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/DeviceGuardImplInterface.cpp.o 2022-11-23T00:52:52.1546658Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:52:52.2571834Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/GPUTrace.cpp.o 2022-11-23T00:52:52.2852846Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_r_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T00:52:52.3831061Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_gru_lbr.cpp.o 2022-11-23T00:52:52.4245089Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_gru.cpp.o 2022-11-23T00:52:52.4291970Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/HermeticPyObjectTLS.cpp.o 2022-11-23T00:52:52.5060013Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_an_kern_autogen.cpp.o 2022-11-23T00:52:52.5339618Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/LocalDispatchKeySet.cpp.o 2022-11-23T00:52:52.5942434Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_at_kern_autogen.cpp.o 2022-11-23T00:52:52.6142940Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_gru_lbr.cpp.o 2022-11-23T00:52:52.7049930Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_lstm.cpp.o 2022-11-23T00:52:52.7316195Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PyInterpreter.cpp.o 2022-11-23T00:52:52.7743326Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_bn_kern_autogen.cpp.o 2022-11-23T00:52:52.8445936Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_bt_kern_autogen.cpp.o 2022-11-23T00:52:52.9293912Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_lstm_projection.cpp.o 2022-11-23T00:52:52.9668500Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PythonDispatcherTLS.cpp.o 2022-11-23T00:52:53.0069556Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/SizesAndStrides.cpp.o 2022-11-23T00:52:53.0408392Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_an_kern_autogen.cpp.o 2022-11-23T00:52:53.1442990Z [ 10%] Generating ATen sources 2022-11-23T00:52:53.1615932Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_rnn.cpp.o 2022-11-23T00:52:53.1646692Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/TorchDispatchModeTLS.cpp.o 2022-11-23T00:52:53.2539765Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_at_kern_autogen.cpp.o 2022-11-23T00:52:53.3786586Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/alloc_cpu.cpp.o 2022-11-23T00:52:53.3993087Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_rnn.cpp.o 2022-11-23T00:52:53.4858162Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_bn_kern_autogen.cpp.o 2022-11-23T00:52:53.5140219Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/core/thread_pool.cpp.o 2022-11-23T00:52:53.6499940Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_bt_kern_autogen.cpp.o 2022-11-23T00:52:53.6929549Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/rnn_utils.cpp.o 2022-11-23T00:52:53.7299370Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUCachingAllocator.cpp.o 2022-11-23T00:52:53.8072919Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm_bf16_convolution.cpp.o 2022-11-23T00:52:53.9324029Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUProfilingAllocator.cpp.o 2022-11-23T00:52:53.9426116Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/jit_utils/jit_utils.cpp.o 2022-11-23T00:52:54.0113535Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm_bf16_inner_product.cpp.o 2022-11-23T00:52:54.0876779Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/jit_utils/linux_perf/linux_perf.cpp.o 2022-11-23T00:52:54.1377174Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/Array.cpp.o 2022-11-23T00:52:54.2476597Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/Backtrace.cpp.o 2022-11-23T00:52:54.2541173Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/injector_utils.cpp.o 2022-11-23T00:52:54.2772899Z [ 10%] Built target dnnl_cpu 2022-11-23T00:52:54.2839957Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/jit_uni_binary_injector.cpp.o 2022-11-23T00:52:54.4350902Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/C++17.cpp.o 2022-11-23T00:52:54.4583015Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/DeadlockDetection.cpp.o 2022-11-23T00:52:54.4789307Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/jit_uni_eltwise_injector.cpp.o 2022-11-23T00:52:54.5646784Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/jit_uni_postops_injector.cpp.o 2022-11-23T00:52:54.6071201Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/Exception.cpp.o 2022-11-23T00:52:54.6837949Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/Half.cpp.o 2022-11-23T00:52:54.7454555Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/ip_convolution.cpp.o 2022-11-23T00:52:54.7455308Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/LeftRight.cpp.o 2022-11-23T00:52:54.8466247Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_1x1_conv_kernel_f32.cpp.o 2022-11-23T00:52:54.8873260Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/Logging.cpp.o 2022-11-23T00:52:54.9084306Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/MathConstants.cpp.o 2022-11-23T00:52:55.0695992Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_1x1_convolution.cpp.o 2022-11-23T00:52:55.0696503Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/Metaprogramming.cpp.o 2022-11-23T00:52:55.0947582Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/Optional.cpp.o 2022-11-23T00:52:55.2175827Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_conv_kernel_f32.cpp.o 2022-11-23T00:52:55.2374280Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/SmallVector.cpp.o 2022-11-23T00:52:55.3207557Z [ 11%] Generating contrib/aten/aten_op.h 2022-11-23T00:52:55.3309714Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/StringUtil.cpp.o 2022-11-23T00:52:55.3683825Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_convolution.cpp.o 2022-11-23T00:52:55.4125423Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/ThreadLocalDebugInfo.cpp.o 2022-11-23T00:52:55.4503200Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_1x1_conv_kernel.cpp.o 2022-11-23T00:52:55.5515275Z [ 11%] Building C object sleef/src/libm/CMakeFiles/mkrename.dir/mkrename.c.o 2022-11-23T00:52:55.5745607Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/TypeCast.cpp.o 2022-11-23T00:52:55.6203956Z [ 11%] Linking C executable ../../bin/mkrename 2022-11-23T00:52:55.6803498Z [ 11%] Built target mkrename 2022-11-23T00:52:55.6848142Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/TypeList.cpp.o 2022-11-23T00:52:55.6911435Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_1x1_convolution.cpp.o 2022-11-23T00:52:55.7050151Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_conv_kernel.cpp.o 2022-11-23T00:52:55.8221099Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/TypeTraits.cpp.o 2022-11-23T00:52:55.8787923Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/Type_demangle.cpp.o 2022-11-23T00:52:55.9027318Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_convolution.cpp.o 2022-11-23T00:52:55.9268573Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_resampling.cpp.o 2022-11-23T00:52:56.0019053Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/Type_no_demangle.cpp.o 2022-11-23T00:52:56.1027592Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/Unicode.cpp.o 2022-11-23T00:52:56.1149392Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/UniqueVoidPtr.cpp.o 2022-11-23T00:52:56.1190323Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_1x1_conv_kernel.cpp.o 2022-11-23T00:52:56.1630291Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_1x1_convolution.cpp.o 2022-11-23T00:52:56.2241033Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/complex_math.cpp.o 2022-11-23T00:52:56.2925237Z [ 11%] Generating ATen declarations_yaml 2022-11-23T00:52:56.3751234Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_gflags.cpp.o 2022-11-23T00:52:56.3757288Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_conv_kernel.cpp.o 2022-11-23T00:52:56.4731527Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_no_gflags.cpp.o 2022-11-23T00:52:56.5797432Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_convolution.cpp.o 2022-11-23T00:52:56.6004265Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/int128.cpp.o 2022-11-23T00:52:56.7278946Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/intrusive_ptr.cpp.o 2022-11-23T00:52:56.8179550Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_deconvolution.cpp.o 2022-11-23T00:52:56.8610808Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/numa.cpp.o 2022-11-23T00:52:57.0073927Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_1x1_conv_kernel.cpp.o 2022-11-23T00:52:57.0764601Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/signal_handler.cpp.o 2022-11-23T00:52:57.1771998Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_1x1_convolution.cpp.o 2022-11-23T00:52:57.3171335Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/thread_name.cpp.o 2022-11-23T00:52:57.3993727Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_conv_kernel.cpp.o 2022-11-23T00:52:57.4293980Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/typeid.cpp.o 2022-11-23T00:52:57.6506916Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_convolution.cpp.o 2022-11-23T00:52:57.9088294Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_dw_conv_kernel.cpp.o 2022-11-23T00:52:58.0913887Z [ 11%] Linking CXX shared library ../lib/libc10.so 2022-11-23T00:52:58.1665344Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_sum.cpp.o 2022-11-23T00:52:58.2582673Z [ 11%] Built target c10 2022-11-23T00:52:58.2650154Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16cvt.cpp.o 2022-11-23T00:52:58.4229960Z [ 11%] Building C object sleef/src/libm/CMakeFiles/mkalias.dir/mkalias.c.o 2022-11-23T00:52:58.4886866Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_f32_wino_conv_2x3.cpp.o 2022-11-23T00:52:58.4939935Z [ 11%] Linking C executable ../../bin/mkalias 2022-11-23T00:52:58.5636062Z [ 11%] Built target mkalias 2022-11-23T00:52:58.5698336Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_f32_wino_conv_4x3.cpp.o 2022-11-23T00:52:58.6167066Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_f32_wino_conv_4x3_kernel.cpp.o 2022-11-23T00:52:58.7398932Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_fp16cvt.cpp.o 2022-11-23T00:52:58.8124182Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_u8s8s32x_wino_convolution.cpp.o 2022-11-23T00:52:58.8923764Z [ 11%] Generating include/renameavx512f.h 2022-11-23T00:52:58.8932369Z Generating renameavx512f.h: mkrename finz_ 8 16 avx512f 2022-11-23T00:52:58.9007877Z [ 11%] Built target renameAVX512F.h_generated 2022-11-23T00:52:58.9205485Z [ 11%] Generating include/renameavx2.h 2022-11-23T00:52:58.9213404Z Generating renameavx2.h: mkrename finz_ 4 8 avx2 2022-11-23T00:52:58.9288221Z [ 11%] Built target renameAVX2.h_generated 2022-11-23T00:52:58.9400845Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_1x1_conv_kernel.cpp.o 2022-11-23T00:52:58.9759824Z [ 11%] Generating include/renameavx2128.h 2022-11-23T00:52:58.9768436Z Generating renameavx2128.h: mkrename finz_ 2 4 avx2128 2022-11-23T00:52:58.9842091Z [ 11%] Built target renameAVX2128.h_generated 2022-11-23T00:52:58.9902019Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_1x1_convolution.cpp.o 2022-11-23T00:52:59.0024576Z [ 11%] Generating include/renamefma4.h 2022-11-23T00:52:59.0033134Z Generating renamefma4.h: mkrename finz_ 4 8 fma4 2022-11-23T00:52:59.0103279Z [ 11%] Built target renameFMA4.h_generated 2022-11-23T00:52:59.0164965Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_conv_kernel.cpp.o 2022-11-23T00:52:59.1589095Z [ 11%] Generating include/renameavx.h 2022-11-23T00:52:59.1597785Z Generating renameavx.h: mkrename cinz_ 4 8 avx 2022-11-23T00:52:59.1669816Z [ 11%] Built target renameAVX.h_generated 2022-11-23T00:52:59.1729774Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_convolution.cpp.o 2022-11-23T00:52:59.2520178Z [ 11%] Generating include/renamesse4.h 2022-11-23T00:52:59.2529464Z Generating renamesse4.h: mkrename cinz_ 2 4 sse4 2022-11-23T00:52:59.2628817Z [ 11%] Built target renameSSE4.h_generated 2022-11-23T00:52:59.2677169Z [ 11%] Generating include/renamesse2.h 2022-11-23T00:52:59.2712925Z Generating renamesse2.h: mkrename cinz_ 2 4 sse2 2022-11-23T00:52:59.2718593Z [ 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-11-23T00:52:59.2786808Z [ 12%] Built target renameSSE2.h_generated 2022-11-23T00:52:59.2875141Z [ 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-11-23T00:52:59.3876812Z [ 12%] Generating include/renamepurec_scalar.h 2022-11-23T00:52:59.3885809Z Generating renamepurec_scalar.h: mkrename cinz_ 1 1 purec 2022-11-23T00:52:59.4010555Z [ 12%] Built target renamePUREC_SCALAR.h_generated 2022-11-23T00:52:59.4066535Z [ 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-11-23T00:52:59.4771795Z Skipping rename Because of Arg: c10::optional (at::DimnameList) 2022-11-23T00:52:59.4772368Z Skipping align_to Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:52:59.4772882Z Skipping align_to Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:52:59.4776490Z Skipping refine_names Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:52:59.4777034Z Skipping _cudnn_rnn_backward Because of Arg: ::std::array (::std::array) 2022-11-23T00:52:59.4777575Z Skipping _cudnn_init_dropout_state because it is a factory method 2022-11-23T00:52:59.4778159Z Skipping _fused_dropout Because of Arg: c10::optional (at::Generator) 2022-11-23T00:52:59.4781058Z Skipping native_dropout Because of Arg: c10::optional (bool) 2022-11-23T00:52:59.4781899Z Skipping _sobol_engine_draw Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:52:59.4784938Z Skipping chalf Because of Arg: c10::optional (at::MemoryFormat) 2022-11-23T00:52:59.4805315Z Skipping all Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.4806032Z Skipping all Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.4811890Z Skipping any Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.4812455Z Skipping any Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.4815288Z Skipping arange because it is a factory method 2022-11-23T00:52:59.4820949Z Skipping argmax Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.4821500Z Skipping argmax Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.4825538Z Skipping argmin Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.4826072Z Skipping argmin Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.4829858Z Skipping as_strided Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.4837674Z Skipping bartlett_window because it is a factory method 2022-11-23T00:52:59.4839387Z Skipping bernoulli Because of Arg: c10::optional (at::Generator) 2022-11-23T00:52:59.4844011Z Skipping bernoulli Because of Arg: c10::optional (at::Generator) 2022-11-23T00:52:59.4856991Z Skipping blackman_window because it is a factory method 2022-11-23T00:52:59.4859923Z Skipping cat Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.4862766Z Skipping concat Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.4865848Z Skipping concatenate Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.4868878Z Skipping clamp Because of Arg: const c10::optional & (const at::Scalar &) 2022-11-23T00:52:59.4871831Z Skipping clamp Because of Arg: const c10::optional & (const at::Scalar &) 2022-11-23T00:52:59.4877171Z Skipping clip Because of Arg: const c10::optional & (const at::Scalar &) 2022-11-23T00:52:59.4878065Z Skipping clip Because of Arg: const c10::optional & (const at::Scalar &) 2022-11-23T00:52:59.4886415Z Skipping contiguous Because of Arg: at::MemoryFormat (at::MemoryFormat) 2022-11-23T00:52:59.4887314Z Skipping convolution_backward Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.4888205Z Skipping _convolution_mode Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.4925641Z Skipping conv1d Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.4926173Z Skipping conv1d Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.4926686Z Skipping conv1d Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.4927442Z Skipping conv2d Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.4927934Z Skipping conv2d Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.4928446Z Skipping conv2d Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.4928956Z Skipping conv3d Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.4929464Z Skipping conv3d Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.4929955Z Skipping conv3d Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.4956581Z Skipping count_nonzero Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.4965466Z Skipping cudnn_convolution_add_relu Because of Arg: const c10::optional & (const at::Scalar &) 2022-11-23T00:52:59.4968521Z Skipping cummax Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.4969001Z Skipping cummin Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.4969538Z Skipping cumprod Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:52:59.4970081Z Skipping cumprod Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.4970579Z Skipping cumprod Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.4971626Z Skipping cumsum Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:52:59.4975047Z Skipping cumsum Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.4975533Z Skipping cumsum Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5001967Z Skipping diagonal Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5002485Z Skipping diagonal Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5012745Z Skipping gradient Because of Arg: const c10::optional & (const at::Scalar &) 2022-11-23T00:52:59.5013356Z Skipping gradient Because of Arg: const c10::optional & (const at::Scalar &) 2022-11-23T00:52:59.5013969Z Skipping gradient Because of Arg: const c10::optional & (const at::Scalar &) 2022-11-23T00:52:59.5017410Z Skipping gradient Because of Arg: at::ArrayRef (at::ArrayRef) 2022-11-23T00:52:59.5018005Z Skipping gradient Because of Arg: at::ArrayRef (at::ArrayRef) 2022-11-23T00:52:59.5018736Z Skipping gradient Because of Arg: at::ArrayRef (at::ArrayRef) 2022-11-23T00:52:59.5019343Z Skipping gradient Because of Arg: at::ArrayRef (at::ArrayRef) 2022-11-23T00:52:59.5022812Z Skipping gradient Because of Arg: at::ArrayRef (at::ArrayRef) 2022-11-23T00:52:59.5023396Z Skipping gradient Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5023917Z Skipping gradient Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5024455Z Skipping div Because of Arg: c10::optional (c10::string_view) 2022-11-23T00:52:59.5025155Z Skipping div Because of Arg: c10::optional (c10::string_view) 2022-11-23T00:52:59.5025718Z Skipping divide Because of Arg: c10::optional (c10::string_view) 2022-11-23T00:52:59.5026299Z Skipping divide Because of Arg: c10::optional (c10::string_view) 2022-11-23T00:52:59.5026849Z Skipping einsum Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.5027360Z Skipping einsum Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.5035896Z Skipping _rowwise_prune Because of Arg: at::ScalarType (at::ScalarType) 2022-11-23T00:52:59.5043311Z Skipping embedding_bag Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5059967Z Skipping empty because it is a factory method 2022-11-23T00:52:59.5063282Z Skipping new_empty because it is a factory method 2022-11-23T00:52:59.5090372Z Skipping new_empty_strided because it is a factory method 2022-11-23T00:52:59.5090879Z Skipping new_full because it is a factory method 2022-11-23T00:52:59.5091460Z Skipping new_zeros because it is a factory method 2022-11-23T00:52:59.5091910Z Skipping new_ones because it is a factory method 2022-11-23T00:52:59.5092389Z Skipping _empty_affine_quantized because it is a factory method 2022-11-23T00:52:59.5092908Z Skipping _empty_per_channel_affine_quantized because it is a factory method 2022-11-23T00:52:59.5093435Z Skipping empty_quantized because it is a factory method 2022-11-23T00:52:59.5093901Z Skipping empty_like because it is a factory method 2022-11-23T00:52:59.5094357Z Skipping empty_strided because it is a factory method 2022-11-23T00:52:59.5094812Z Skipping eye because it is a factory method 2022-11-23T00:52:59.5095281Z Skipping flatten Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5095762Z Skipping flatten Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5096267Z Skipping flatten Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:52:59.5096803Z Skipping unflatten Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5097265Z Skipping full because it is a factory method 2022-11-23T00:52:59.5097684Z Skipping full_like because it is a factory method 2022-11-23T00:52:59.5098295Z Skipping from_file because it is a factory method 2022-11-23T00:52:59.5099214Z Skipping hann_window because it is a factory method 2022-11-23T00:52:59.5105297Z Skipping hamming_window because it is a factory method 2022-11-23T00:52:59.5105862Z Skipping kaiser_window because it is a factory method 2022-11-23T00:52:59.5115643Z Skipping index_copy Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5145439Z Skipping kthvalue Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5145933Z Skipping kthvalue Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5146453Z Skipping nan_to_num Because of Arg: c10::optional (double) 2022-11-23T00:52:59.5146745Z Skipping nan_to_num Because of Arg: c10::optional (double) 2022-11-23T00:52:59.5147029Z Skipping nan_to_num Because of Arg: c10::optional (double) 2022-11-23T00:52:59.5156450Z Skipping fbgemm_linear_quantize_weight Because of Ret: double (double) 2022-11-23T00:52:59.5157612Z Skipping linspace because it is a factory method 2022-11-23T00:52:59.5161522Z Skipping logspace because it is a factory method 2022-11-23T00:52:59.5163978Z Skipping log_softmax Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:52:59.5166769Z Skipping log_softmax Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5167269Z Skipping log_softmax Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5167828Z Skipping _log_softmax_backward_data Because of Arg: at::ScalarType (at::ScalarType) 2022-11-23T00:52:59.5168379Z Skipping logcumsumexp Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5170363Z Skipping logsumexp Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:52:59.5170920Z Skipping logsumexp Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:52:59.5176850Z Skipping aminmax Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5177398Z Skipping aminmax Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5182052Z Skipping max Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5182533Z Skipping max Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5238615Z Skipping mean Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:52:59.5240017Z Skipping mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.5240604Z Skipping mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.5241194Z Skipping mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.5245285Z Skipping mean Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:52:59.5245819Z Skipping mean Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:52:59.5246337Z Skipping mean Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:52:59.5250509Z Skipping nanmean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.5251115Z Skipping nanmean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.5251715Z Skipping nanmean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.5256103Z Skipping median Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5256582Z Skipping median Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5260386Z Skipping nanmedian Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5260908Z Skipping nanmedian Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5264284Z Skipping min Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5264889Z Skipping min Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5269884Z Skipping miopen_convolution_add_relu Because of Arg: const c10::optional & (const at::Scalar &) 2022-11-23T00:52:59.5270632Z Skipping miopen_rnn_backward Because of Arg: ::std::array (::std::array) 2022-11-23T00:52:59.5275298Z Skipping mode Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5275771Z Skipping mode Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5279922Z Skipping ones because it is a factory method 2022-11-23T00:52:59.5283033Z Skipping ones_like because it is a factory method 2022-11-23T00:52:59.5287667Z Skipping cdist Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5288213Z Skipping _cdist_forward Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5292032Z Skipping is_pinned Because of Arg: c10::optional (at::Device) 2022-11-23T00:52:59.5292603Z Skipping pin_memory Because of Arg: c10::optional (at::Device) 2022-11-23T00:52:59.5293143Z Skipping _pin_memory Because of Arg: c10::optional (at::Device) 2022-11-23T00:52:59.5296379Z Skipping scalar_tensor because it is a factory method 2022-11-23T00:52:59.5296847Z Skipping rand because it is a factory method 2022-11-23T00:52:59.5302135Z Skipping rand_like because it is a factory method 2022-11-23T00:52:59.5303713Z Skipping randint because it is a factory method 2022-11-23T00:52:59.5309180Z Skipping randint_like because it is a factory method 2022-11-23T00:52:59.5316986Z Skipping randn because it is a factory method 2022-11-23T00:52:59.5317903Z Skipping randn_like because it is a factory method 2022-11-23T00:52:59.5318455Z Skipping randperm because it is a factory method 2022-11-23T00:52:59.5345998Z Skipping range because it is a factory method 2022-11-23T00:52:59.5346558Z Skipping repeat_interleave Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5347119Z Skipping repeat_interleave Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5347672Z Skipping repeat_interleave Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5348207Z Skipping repeat_interleave Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5348771Z Skipping repeat_interleave Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5349343Z Skipping rrelu Because of Arg: c10::optional (at::Generator) 2022-11-23T00:52:59.5351101Z Skipping gelu Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.5352438Z Skipping gelu_backward Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.5375471Z Skipping select Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5376128Z Skipping logit Because of Arg: c10::optional (double) 2022-11-23T00:52:59.5376627Z Skipping size Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5377122Z Skipping slice Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5377630Z Skipping slice Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5378131Z Skipping slice Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5394230Z [ 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-11-23T00:52:59.5395129Z Skipping slice_scatter Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5395688Z Skipping slice_scatter Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5396252Z Skipping slice_scatter Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5396799Z Skipping as_strided_scatter Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5397394Z Skipping softmax Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:52:59.5397949Z Skipping softmax Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5398551Z Skipping softmax Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5399088Z Skipping _softmax_backward_data Because of Arg: at::ScalarType (at::ScalarType) 2022-11-23T00:52:59.5399640Z Skipping squeeze Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5409702Z Skipping stft Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5410231Z Skipping stft Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5410729Z Skipping stft Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5411231Z Skipping stft Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5411729Z Skipping stft Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5412223Z Skipping stft Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5420628Z Skipping stft Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5421142Z Skipping stft Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5421654Z Skipping stft Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5422146Z Skipping stft Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5422640Z Skipping stft Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5423127Z Skipping stft Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5423608Z Skipping stft Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5424096Z Skipping stft Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5435276Z Skipping istft Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5436108Z Skipping istft Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5436632Z Skipping istft Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5439156Z Skipping istft Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5439840Z Skipping istft Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5440347Z Skipping istft Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5440838Z Skipping istft Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5443109Z Skipping istft Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5443771Z Skipping stride Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5444306Z Skipping sum Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:52:59.5444913Z Skipping sum Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.5445511Z Skipping sum Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.5446081Z Skipping sum Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.5446642Z Skipping sum Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:52:59.5447173Z Skipping sum Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:52:59.5447696Z Skipping sum Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:52:59.5449187Z Skipping _nested_sum_backward Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.5449860Z Skipping _nested_sum_backward Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.5452797Z Skipping nansum Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.5453394Z Skipping nansum Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.5453991Z Skipping nansum Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.5466335Z Skipping std Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.5466954Z Skipping std Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.5469087Z Skipping std Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.5469840Z Skipping std Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.5473014Z Skipping std Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.5473611Z Skipping std_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.5474195Z Skipping std_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.5474814Z Skipping std_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.5475376Z Skipping std_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.5476483Z Skipping std_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.5479585Z Skipping std_mean Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:52:59.5480129Z Skipping std_mean Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:52:59.5480636Z Skipping std_mean Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:52:59.5482835Z Skipping std_mean Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:52:59.5483336Z Skipping std_mean Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:52:59.5484202Z Skipping std Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:52:59.5484709Z Skipping std Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:52:59.5485245Z Skipping std Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:52:59.5485770Z Skipping std Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:52:59.5486264Z Skipping std Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:52:59.5487466Z Skipping prod Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:52:59.5488211Z Skipping prod Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:52:59.5493936Z Skipping prod Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5494462Z Skipping prod Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5494932Z Skipping prod Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5496068Z Skipping transpose Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5504486Z Skipping _nested_tensor_offsets Because of Ret: ::std::vector (at::IntArrayRef) 2022-11-23T00:52:59.5521688Z Skipping unique_consecutive Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5527904Z Skipping vander Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5528431Z Skipping vander Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5532706Z Skipping var Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.5533294Z Skipping var Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.5533879Z Skipping var Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.5534462Z Skipping var Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.5535041Z Skipping var Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.5537009Z Skipping var Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:52:59.5537539Z Skipping var Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:52:59.5538061Z Skipping var Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:52:59.5541156Z Skipping var Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:52:59.5542011Z Skipping var Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:52:59.5543961Z Skipping var_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.5544720Z Skipping var_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.5546029Z Skipping var_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.5547877Z Skipping var_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.5548881Z Skipping var_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.5551210Z Skipping var_mean Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:52:59.5551766Z Skipping var_mean Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:52:59.5552325Z Skipping var_mean Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:52:59.5552851Z Skipping var_mean Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:52:59.5553397Z Skipping var_mean Because of Arg: at::DimnameList (at::DimnameList) 2022-11-23T00:52:59.5558395Z Skipping zeros because it is a factory method 2022-11-23T00:52:59.5559035Z Skipping _efficientzerotensor because it is a factory method 2022-11-23T00:52:59.5563146Z Skipping zeros_like because it is a factory method 2022-11-23T00:52:59.5565604Z Skipping _standard_gamma Because of Arg: c10::optional (at::Generator) 2022-11-23T00:52:59.5566777Z Skipping _sample_dirichlet Because of Arg: c10::optional (at::Generator) 2022-11-23T00:52:59.5567596Z Skipping poisson Because of Arg: c10::optional (at::Generator) 2022-11-23T00:52:59.5568466Z Skipping binomial Because of Arg: c10::optional (at::Generator) 2022-11-23T00:52:59.5569446Z Skipping native_norm Because of Arg: const c10::optional & (const at::Scalar &) 2022-11-23T00:52:59.5570408Z Skipping _sparse_sum Because of Arg: at::ScalarType (at::ScalarType) 2022-11-23T00:52:59.5570979Z Skipping _sparse_sum Because of Arg: at::ScalarType (at::ScalarType) 2022-11-23T00:52:59.5571987Z Skipping _sparse_csr_sum Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:52:59.5577415Z Skipping _sparse_csr_prod Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:52:59.5578223Z Skipping _sparse_softmax Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:52:59.5578809Z Skipping _sparse_softmax Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5579338Z Skipping _sparse_softmax Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5579920Z Skipping _sparse_log_softmax Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:52:59.5580492Z Skipping _sparse_log_softmax Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5581019Z Skipping _sparse_log_softmax Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5581573Z Skipping _spdiags Because of Arg: c10::optional (at::Layout) 2022-11-23T00:52:59.5582127Z Skipping norm Because of Arg: const c10::optional & (const at::Scalar &) 2022-11-23T00:52:59.5582713Z Skipping norm Because of Arg: const c10::optional & (const at::Scalar &) 2022-11-23T00:52:59.5583301Z Skipping norm Because of Arg: const c10::optional & (const at::Scalar &) 2022-11-23T00:52:59.5583867Z Skipping norm Because of Arg: const c10::optional & (const at::Scalar &) 2022-11-23T00:52:59.5584427Z Skipping norm Because of Arg: const c10::optional & (const at::Scalar &) 2022-11-23T00:52:59.5598062Z Skipping norm Because of Arg: const c10::optional & (const at::Scalar &) 2022-11-23T00:52:59.5598745Z Skipping norm Because of Arg: const c10::optional & (const at::Scalar &) 2022-11-23T00:52:59.5599286Z Skipping clone Because of Arg: c10::optional (at::MemoryFormat) 2022-11-23T00:52:59.5648951Z Skipping sparse_compressed_tensor because it is a factory method 2022-11-23T00:52:59.5649462Z Skipping sparse_csr_tensor because it is a factory method 2022-11-23T00:52:59.5649951Z Skipping sparse_csc_tensor because it is a factory method 2022-11-23T00:52:59.5650441Z Skipping sparse_bsr_tensor because it is a factory method 2022-11-23T00:52:59.5650959Z Skipping sparse_bsc_tensor because it is a factory method 2022-11-23T00:52:59.5651476Z Skipping _sparse_compressed_tensor_unsafe because it is a factory method 2022-11-23T00:52:59.5651983Z Skipping _sparse_csr_tensor_unsafe because it is a factory method 2022-11-23T00:52:59.5652470Z Skipping _sparse_csc_tensor_unsafe because it is a factory method 2022-11-23T00:52:59.5652982Z Skipping _sparse_bsr_tensor_unsafe because it is a factory method 2022-11-23T00:52:59.5653477Z Skipping _sparse_bsc_tensor_unsafe because it is a factory method 2022-11-23T00:52:59.5653969Z Skipping sparse_coo_tensor because it is a factory method 2022-11-23T00:52:59.5654488Z Skipping _sparse_coo_tensor_unsafe because it is a factory method 2022-11-23T00:52:59.5654984Z Skipping _sparse_coo_tensor_with_dims because it is a factory method 2022-11-23T00:52:59.5655553Z Skipping _sparse_coo_tensor_with_dims_and_tensors because it is a factory method 2022-11-23T00:52:59.5656149Z Skipping to_dense Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:52:59.5656734Z Skipping _to_dense Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:52:59.5657276Z Skipping unbind Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5657659Z Skipping to_mkldnn Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:52:59.5657999Z Skipping quantize_per_tensor_dynamic Because of Arg: at::ScalarType (at::ScalarType) 2022-11-23T00:52:59.5658316Z Skipping quantize_per_tensor Because of Arg: at::ScalarType (at::ScalarType) 2022-11-23T00:52:59.5658635Z Skipping quantize_per_tensor Because of Arg: at::ScalarType (at::ScalarType) 2022-11-23T00:52:59.5658960Z Skipping quantize_per_tensor Because of Arg: at::ScalarType (at::ScalarType) 2022-11-23T00:52:59.5659281Z Skipping quantize_per_channel Because of Arg: at::ScalarType (at::ScalarType) 2022-11-23T00:52:59.5659594Z Skipping q_scale Because of Ret: double (double) 2022-11-23T00:52:59.5659863Z Skipping qscheme Because of Ret: at::QScheme (at::QScheme) 2022-11-23T00:52:59.5687806Z Skipping _choose_qparams_per_tensor Because of Ret: double (double) 2022-11-23T00:52:59.5688425Z Skipping _choose_qparams_per_tensor Because of Ret: double (double) 2022-11-23T00:52:59.5688930Z Skipping _autocast_to_reduced_precision Because of Arg: at::ScalarType (at::ScalarType) 2022-11-23T00:52:59.5689240Z Skipping _to_copy because it is a factory method 2022-11-23T00:52:59.5689606Z Skipping to because it is a factory method 2022-11-23T00:52:59.5693471Z Skipping meshgrid Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.5696679Z Skipping result_type Because of Ret: at::ScalarType (at::ScalarType) 2022-11-23T00:52:59.5697226Z Skipping result_type Because of Ret: at::ScalarType (at::ScalarType) 2022-11-23T00:52:59.5697821Z Skipping result_type Because of Ret: at::ScalarType (at::ScalarType) 2022-11-23T00:52:59.5702253Z Skipping result_type Because of Ret: at::ScalarType (at::ScalarType) 2022-11-23T00:52:59.5702840Z Skipping can_cast Because of Arg: at::ScalarType (at::ScalarType) 2022-11-23T00:52:59.5703399Z Skipping promote_types Because of Ret: at::ScalarType (at::ScalarType) 2022-11-23T00:52:59.5723792Z Skipping _masked_softmax Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5724353Z Skipping _masked_softmax Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5724896Z Skipping _masked_softmax_backward Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5725440Z Skipping view Because of Arg: at::ScalarType (at::ScalarType) 2022-11-23T00:52:59.5731238Z Skipping index_add Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5731905Z Skipping index_add Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5741700Z Skipping index_reduce Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.5742202Z Skipping index_reduce Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.5742655Z Skipping index_fill Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5743100Z Skipping index_fill Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5743540Z Skipping scatter Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.5744005Z Skipping scatter Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.5744515Z Skipping scatter Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5745089Z Skipping scatter Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5745792Z [ 12%] Generating include/renamepurecfma_scalar.h 2022-11-23T00:52:59.5746277Z Skipping scatter_add Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5746804Z Skipping scatter_reduce Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.5747354Z Skipping scatter_reduce Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.5766875Z Skipping cross Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5771906Z Generating renamepurecfma_scalar.h: mkrename finz_ 1 1 purecfma 2022-11-23T00:52:59.5772401Z Skipping tril_indices because it is a factory method 2022-11-23T00:52:59.5774186Z Skipping triu_indices because it is a factory method 2022-11-23T00:52:59.5781628Z Skipping take_along_dim Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5782185Z Skipping index_select Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5786303Z Skipping gather Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5786801Z Skipping gather Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5807064Z Skipping linalg_vander Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5831999Z Skipping multinomial Because of Arg: c10::optional (at::Generator) 2022-11-23T00:52:59.5851460Z Skipping histogram Because of Arg: c10::optional> (at::ArrayRef) 2022-11-23T00:52:59.5852111Z Skipping histogram Because of Arg: c10::optional> (at::ArrayRef) 2022-11-23T00:52:59.5852629Z Skipping histogram Because of Arg: c10::optional> (at::ArrayRef) 2022-11-23T00:52:59.5854922Z Skipping _histogramdd_bin_edges Because of Arg: c10::optional> (at::ArrayRef) 2022-11-23T00:52:59.5855651Z Skipping _histogramdd_bin_edges Because of Arg: c10::optional> (at::ArrayRef) 2022-11-23T00:52:59.5856349Z Skipping _histogramdd_bin_edges Because of Arg: c10::optional> (at::ArrayRef) 2022-11-23T00:52:59.5860467Z Skipping _histogramdd_from_bin_cts Because of Arg: c10::optional> (at::ArrayRef) 2022-11-23T00:52:59.5862091Z Skipping _histogramdd_from_bin_cts Because of Arg: c10::optional> (at::ArrayRef) 2022-11-23T00:52:59.5862827Z Skipping _histogramdd_from_bin_cts Because of Arg: c10::optional> (at::ArrayRef) 2022-11-23T00:52:59.5863415Z [ 12%] Built target renamePURECFMA_SCALAR.h_generated 2022-11-23T00:52:59.5867776Z Skipping histogramdd Because of Arg: c10::optional> (at::ArrayRef) 2022-11-23T00:52:59.5868420Z Skipping histogramdd Because of Arg: c10::optional> (at::ArrayRef) 2022-11-23T00:52:59.5869080Z Skipping histogramdd Because of Arg: c10::optional> (at::ArrayRef) 2022-11-23T00:52:59.5872164Z Skipping histogramdd Because of Arg: c10::optional> (at::ArrayRef) 2022-11-23T00:52:59.5872815Z Skipping histogramdd Because of Arg: c10::optional> (at::ArrayRef) 2022-11-23T00:52:59.5873619Z Skipping histogramdd Because of Arg: c10::optional> (at::ArrayRef) 2022-11-23T00:52:59.5877018Z Skipping histogramdd Because of Arg: c10::optional> (at::ArrayRef) 2022-11-23T00:52:59.5877670Z Skipping histogramdd Because of Arg: c10::optional> (at::ArrayRef) 2022-11-23T00:52:59.5878178Z Skipping histogramdd Because of Arg: c10::optional> (at::ArrayRef) 2022-11-23T00:52:59.5881297Z Skipping quantile Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5881837Z Skipping quantile Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5882350Z Skipping quantile Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5887002Z Skipping quantile Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5887540Z Skipping quantile Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5888051Z Skipping quantile Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5893714Z Skipping nanquantile Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5894435Z Skipping nanquantile Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5894810Z Skipping nanquantile Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5900519Z Skipping nanquantile Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5901076Z Skipping nanquantile Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5901412Z Skipping nanquantile Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.5912031Z Skipping sort Because of Arg: c10::optional (bool) 2022-11-23T00:52:59.5912536Z Skipping sort Because of Arg: c10::optional (bool) 2022-11-23T00:52:59.5913003Z Skipping sort Because of Arg: c10::optional (bool) 2022-11-23T00:52:59.5916002Z Skipping sort Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5916762Z Skipping sort Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5918304Z Skipping sort Because of Arg: c10::optional (bool) 2022-11-23T00:52:59.5918579Z Skipping sort Because of Arg: c10::optional (bool) 2022-11-23T00:52:59.5922920Z Skipping argsort Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5923716Z Skipping argsort Because of Arg: at::Dimname (at::Dimname) 2022-11-23T00:52:59.5935131Z Skipping normal_functional Because of Arg: c10::optional (at::Generator) 2022-11-23T00:52:59.5938127Z Skipping normal because it is a factory method 2022-11-23T00:52:59.5948182Z Skipping _foreach_add Because of Arg: at::ArrayRef (at::ArrayRef) 2022-11-23T00:52:59.5948752Z Skipping _foreach_sub Because of Arg: at::ArrayRef (at::ArrayRef) 2022-11-23T00:52:59.5949363Z Skipping _foreach_div Because of Arg: at::ArrayRef (at::ArrayRef) 2022-11-23T00:52:59.5949956Z Skipping _foreach_mul Because of Arg: at::ArrayRef (at::ArrayRef) 2022-11-23T00:52:59.5954301Z Skipping _foreach_addcdiv Because of Arg: at::ArrayRef (at::ArrayRef) 2022-11-23T00:52:59.5954927Z Skipping _foreach_addcmul Because of Arg: at::ArrayRef (at::ArrayRef) 2022-11-23T00:52:59.5966086Z Skipping searchsorted Because of Arg: c10::optional (c10::string_view) 2022-11-23T00:52:59.5966708Z Skipping searchsorted Because of Arg: c10::optional (c10::string_view) 2022-11-23T00:52:59.5976072Z Skipping searchsorted Because of Arg: c10::optional (c10::string_view) 2022-11-23T00:52:59.5976691Z Skipping searchsorted Because of Arg: c10::optional (c10::string_view) 2022-11-23T00:52:59.6040648Z Skipping rrelu_with_noise Because of Arg: c10::optional (at::Generator) 2022-11-23T00:52:59.6060433Z Skipping avg_pool2d Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.6061124Z Skipping avg_pool2d_backward Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.6075124Z Skipping avg_pool3d Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.6076430Z Skipping avg_pool3d_backward Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.6077141Z [ 12%] Generating renamedsp128.h 2022-11-23T00:52:59.6099512Z Skipping _pad_enum Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6101243Z Skipping pad Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.6101723Z Skipping pad Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.6102303Z Skipping upsample_linear1d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6102862Z Skipping upsample_bilinear2d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6103417Z Skipping _upsample_bilinear2d_aa Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6103971Z Skipping upsample_trilinear3d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6104512Z Skipping upsample_bicubic2d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6105311Z Skipping _upsample_bicubic2d_aa Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6105879Z Skipping upsample_nearest1d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6106441Z Skipping _upsample_nearest_exact1d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6106975Z Skipping upsample_nearest2d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6107588Z Skipping _upsample_nearest_exact2d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6108197Z Skipping upsample_nearest3d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6108834Z Skipping _upsample_nearest_exact3d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6110835Z Skipping upsample_linear1d Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6145477Z Skipping upsample_linear1d_backward Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6145994Z Skipping upsample_bilinear2d Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6146670Z Skipping upsample_bilinear2d Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6147245Z Skipping upsample_bilinear2d_backward Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6147836Z Skipping upsample_bilinear2d_backward Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6148429Z Skipping _upsample_bilinear2d_aa Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6149006Z Skipping _upsample_bilinear2d_aa Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6149584Z Skipping _upsample_bilinear2d_aa_backward Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6150186Z Skipping _upsample_bilinear2d_aa_backward Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6150740Z Skipping upsample_bicubic2d Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6151297Z Skipping upsample_bicubic2d Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6151891Z Skipping upsample_bicubic2d_backward Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6152471Z Skipping upsample_bicubic2d_backward Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6153076Z Skipping _upsample_bicubic2d_aa Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6153654Z Skipping _upsample_bicubic2d_aa Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6154222Z Skipping _upsample_bicubic2d_aa_backward Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6154676Z Skipping _upsample_bicubic2d_aa_backward Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6198152Z Skipping upsample_trilinear3d Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6198894Z Skipping upsample_trilinear3d Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6199501Z Skipping upsample_trilinear3d Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6200095Z Skipping upsample_trilinear3d_backward Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6200724Z Skipping upsample_trilinear3d_backward Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6201342Z Skipping upsample_trilinear3d_backward Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6201926Z Skipping upsample_nearest1d Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6202508Z Skipping _upsample_nearest_exact1d Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6203116Z Skipping upsample_nearest1d_backward Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6203748Z Skipping _upsample_nearest_exact1d_backward Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6204329Z Skipping upsample_nearest2d Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6204903Z Skipping upsample_nearest2d Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6205495Z Skipping _upsample_nearest_exact2d Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6206073Z Skipping _upsample_nearest_exact2d Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6206674Z Skipping upsample_nearest2d_backward Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6207260Z Skipping upsample_nearest2d_backward Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6215576Z Skipping _upsample_nearest_exact2d_backward Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6216235Z Skipping _upsample_nearest_exact2d_backward Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6216770Z [ 12%] Built target renamedsp128.h_generated 2022-11-23T00:52:59.6217271Z Skipping upsample_nearest3d Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6217851Z Skipping upsample_nearest3d Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6218425Z Skipping upsample_nearest3d Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6221281Z Skipping _upsample_nearest_exact3d Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6221894Z Skipping _upsample_nearest_exact3d Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6222499Z Skipping _upsample_nearest_exact3d Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6241194Z Skipping upsample_nearest3d_backward Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6246928Z Skipping upsample_nearest3d_backward Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6247554Z Skipping upsample_nearest3d_backward Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6248163Z Skipping _upsample_nearest_exact3d_backward Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6248737Z Skipping _upsample_nearest_exact3d_backward Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6249443Z Skipping _upsample_nearest_exact3d_backward Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6249922Z Skipping logit_backward Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6312700Z Skipping special_logit Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6319141Z Skipping special_log_softmax Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:52:59.6320068Z Skipping special_softmax Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:52:59.6323365Z Skipping fft_fft Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.6323892Z Skipping fft_fft Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.6324575Z Skipping fft_fft Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.6334594Z Skipping fft_ifft Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.6335280Z Skipping fft_ifft Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.6335797Z Skipping fft_ifft Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.6342453Z Skipping fft_rfft Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.6343079Z Skipping fft_rfft Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.6343699Z Skipping fft_rfft Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.6350422Z Skipping fft_irfft Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.6351302Z Skipping fft_irfft Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.6353060Z Skipping fft_irfft Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.6355223Z [ 12%] Building C object sleef/src/libm/CMakeFiles/mkdisp.dir/mkdisp.c.o 2022-11-23T00:52:59.6355844Z Skipping fft_hfft Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.6356795Z Skipping fft_hfft Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.6357121Z Skipping fft_hfft Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.6360674Z Skipping fft_ihfft Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.6361243Z Skipping fft_ihfft Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.6363071Z Skipping fft_ihfft Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.6368733Z Skipping fft_fft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6371476Z Skipping fft_fft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6372190Z Skipping fft_fft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6376051Z Skipping fft_ifft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6376945Z Skipping fft_ifft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6377585Z Skipping fft_ifft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6386709Z Skipping fft_rfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6387497Z Skipping fft_rfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6388113Z Skipping fft_rfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6394854Z Skipping fft_irfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6395482Z Skipping fft_irfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6396084Z Skipping fft_irfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6401932Z Skipping fft_hfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6402573Z Skipping fft_hfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6403175Z Skipping fft_hfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6409531Z Skipping fft_ihfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6410183Z Skipping fft_ihfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6410803Z Skipping fft_ihfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6418964Z Skipping fft_fftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6419603Z Skipping fft_fftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6420194Z Skipping fft_fftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6423598Z Skipping fft_ifftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6424267Z [ 12%] Generating renamedsp256.h 2022-11-23T00:52:59.6427915Z Skipping fft_ifftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6428494Z Skipping fft_ifftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6437753Z Skipping fft_rfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6438423Z Skipping fft_rfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6439035Z Skipping fft_rfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6448360Z Skipping fft_irfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6449003Z Skipping fft_irfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6449625Z Skipping fft_irfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6471806Z Skipping fft_hfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6472451Z Skipping fft_hfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6473076Z Skipping fft_hfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6478193Z Skipping fft_ihfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6478881Z Skipping fft_ihfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6479499Z Skipping fft_ihfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6484162Z Skipping fft_fftfreq because it is a factory method 2022-11-23T00:52:59.6487756Z Skipping fft_rfftfreq because it is a factory method 2022-11-23T00:52:59.6490511Z Skipping fft_fftshift Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6491293Z Skipping fft_ifftshift Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6529361Z Skipping linalg_lstsq Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6530816Z Skipping linalg_lstsq Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6540392Z Skipping _linalg_eigh Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.6541119Z Skipping _linalg_eigh Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.6545448Z Skipping linalg_eigh Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.6548484Z Skipping linalg_eigvalsh Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.6560096Z Skipping linalg_norm Because of Arg: const c10::optional & (const at::Scalar &) 2022-11-23T00:52:59.6563033Z Skipping linalg_norm Because of Arg: const c10::optional & (const at::Scalar &) 2022-11-23T00:52:59.6563822Z Skipping linalg_norm Because of Arg: const c10::optional & (const at::Scalar &) 2022-11-23T00:52:59.6568150Z Skipping linalg_norm Because of Arg: const c10::optional & (const at::Scalar &) 2022-11-23T00:52:59.6568645Z Skipping linalg_norm Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.6569367Z Skipping linalg_norm Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.6569991Z Skipping linalg_norm Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.6570270Z Skipping linalg_norm Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.6570777Z [ 12%] Built target renamedsp256.h_generated 2022-11-23T00:52:59.6625595Z Skipping linalg_vector_norm Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6626299Z Skipping linalg_vector_norm Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6626962Z Skipping linalg_vector_norm Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6627594Z Skipping linalg_matrix_norm Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:52:59.6628181Z Skipping linalg_matrix_norm Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.6628757Z Skipping linalg_matrix_norm Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.6629516Z Skipping linalg_matrix_norm Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.6630080Z Skipping linalg_matrix_norm Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.6630637Z Skipping _linalg_svd Because of Arg: c10::optional (c10::string_view) 2022-11-23T00:52:59.6632517Z Skipping linalg_svd Because of Arg: c10::optional (c10::string_view) 2022-11-23T00:52:59.6667023Z Skipping linalg_svdvals Because of Arg: c10::optional (c10::string_view) 2022-11-23T00:52:59.6668102Z Skipping linalg_cond Because of Arg: const c10::optional & (const at::Scalar &) 2022-11-23T00:52:59.6668707Z Skipping linalg_cond Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.6669269Z Skipping linalg_pinv Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6669801Z Skipping linalg_pinv Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6670337Z Skipping linalg_pinv Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6688674Z Skipping linalg_tensorsolve Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6690465Z Skipping linalg_qr Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.6706569Z Skipping linalg_matrix_rank Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6707409Z Skipping linalg_matrix_rank Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6708149Z Skipping linalg_matrix_rank Because of Arg: c10::optional (double) 2022-11-23T00:52:59.6717841Z Skipping nested_to_padded_tensor Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6719983Z Skipping _test_optional_intlist Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6721083Z Skipping _test_optional_filled_intlist Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6721818Z Skipping _test_optional_floatlist Because of Arg: c10::optional> (at::ArrayRef) 2022-11-23T00:52:59.6722439Z Skipping _test_string_default Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.6723020Z Skipping _test_string_default Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.6726758Z Skipping _test_ambiguous_defaults Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.6741058Z Skipping segment_reduce Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.6742060Z Skipping segment_reduce Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.6744052Z Skipping segment_reduce Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.6744635Z Skipping segment_reduce Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.6745354Z Skipping segment_reduce Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.6745922Z Skipping segment_reduce Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.6746463Z Skipping segment_reduce Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.6754595Z Skipping _segment_reduce_backward Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.6755233Z Skipping _segment_reduce_backward Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.6755835Z Skipping _segment_reduce_backward Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.6756427Z Skipping _segment_reduce_backward Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.6757019Z Skipping _segment_reduce_backward Because of Arg: c10::string_view (c10::string_view) 2022-11-23T00:52:59.6760601Z Skipping _nested_tensor_from_tensor_list Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:52:59.6761807Z Skipping _nested_tensor_from_tensor_list Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:52:59.6762653Z Skipping _nested_tensor_from_tensor_list Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:52:59.6763306Z Skipping _nested_tensor_from_tensor_list Because of Arg: c10::optional (at::ScalarType) 2022-11-23T00:52:59.6763899Z Skipping as_strided_copy Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.6775543Z Skipping slice_copy Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.6776064Z Skipping slice_copy Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.6776586Z Skipping slice_copy Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.6779054Z Skipping view_copy Because of Arg: at::ScalarType (at::ScalarType) 2022-11-23T00:52:59.6799731Z Skipping to_padded_tensor Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2022-11-23T00:52:59.6808552Z Skipping _transformer_encoder_layer_fwd Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.6821178Z Skipping _native_multi_head_attention Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.6860381Z Skipping _efficient_attention_forward Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.6860734Z Skipping _efficient_attention_forward Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.6861077Z Skipping _efficient_attention_forward Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.6913935Z [ 12%] Building C object caffe2/CMakeFiles/torch_global_deps.dir/__/torch/csrc/empty.c.o 2022-11-23T00:52:59.6922547Z Skipping bernoulli Because of Arg: c10::optional (at::Generator) 2022-11-23T00:52:59.7021817Z Skipping resize Because of Arg: c10::optional (at::MemoryFormat) 2022-11-23T00:52:59.7067074Z [ 12%] Linking C executable ../../bin/mkdisp 2022-11-23T00:52:59.7211984Z Skipping resize_as Because of Arg: c10::optional (at::MemoryFormat) 2022-11-23T00:52:59.7263935Z Skipping set Because of Arg: at::Storage (at::Storage) 2022-11-23T00:52:59.7268634Z Skipping set Because of Arg: at::Storage (at::Storage) 2022-11-23T00:52:59.7268915Z Skipping set Because of Arg: at::Storage (at::Storage) 2022-11-23T00:52:59.7275426Z Skipping random Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.7275920Z Skipping random Because of Arg: c10::optional (int64_t) 2022-11-23T00:52:59.7278558Z Skipping random Because of Arg: c10::optional (at::Generator) 2022-11-23T00:52:59.7279551Z Skipping random Because of Arg: c10::optional (at::Generator) 2022-11-23T00:52:59.7288286Z Skipping uniform Because of Arg: c10::optional (at::Generator) 2022-11-23T00:52:59.7296013Z Skipping cauchy Because of Arg: c10::optional (at::Generator) 2022-11-23T00:52:59.7304439Z Skipping log_normal Because of Arg: c10::optional (at::Generator) 2022-11-23T00:52:59.7309435Z Skipping exponential Because of Arg: c10::optional (at::Generator) 2022-11-23T00:52:59.7311521Z Skipping geometric Because of Arg: c10::optional (at::Generator) 2022-11-23T00:52:59.7521235Z [ 12%] Linking C shared library ../lib/libtorch_global_deps.so 2022-11-23T00:52:59.7802966Z [ 12%] Built target mkdisp 2022-11-23T00:52:59.7845227Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_bwd.cpp.o 2022-11-23T00:52:59.7877222Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_bwd_w.cpp.o 2022-11-23T00:52:59.9749264Z [ 12%] Generating __init__.py 2022-11-23T00:52:59.9843742Z [ 12%] Generating contrib/__init__.py 2022-11-23T00:52:59.9941519Z [ 12%] Generating contrib/aten/__init__.py 2022-11-23T00:53:00.0028258Z [ 12%] Built target torch_global_deps 2022-11-23T00:53:00.0064226Z [ 12%] Generating contrib/aten/aten_test.py 2022-11-23T00:53:00.0076843Z [ 12%] Generating contrib/aten/docs/__init__.py 2022-11-23T00:53:00.0165570Z [ 12%] Generating contrib/aten/docs/sample.py 2022-11-23T00:53:00.0243469Z [ 12%] Building C object sleef/src/libm/CMakeFiles/mkrename_gnuabi.dir/mkrename_gnuabi.c.o 2022-11-23T00:53:00.0276039Z [ 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-11-23T00:53:00.0304915Z [ 12%] Generating contrib/aten/gen_op.py 2022-11-23T00:53:00.0436634Z [ 12%] Generating contrib/fakelowp/test/test_batchmatmul_nnpi_fp16.py 2022-11-23T00:53:00.0572841Z [ 12%] Generating contrib/fakelowp/test/test_batchnorm_nnpi_fp16.py 2022-11-23T00:53:00.0705921Z [ 12%] Generating contrib/fakelowp/test/test_chunking.py 2022-11-23T00:53:00.0796635Z [ 12%] Generating contrib/fakelowp/test/test_deq_swish_quant_nnpi.py 2022-11-23T00:53:00.0889512Z [ 12%] Built target __aten_op_header_gen 2022-11-23T00:53:00.0911792Z [ 12%] Generating contrib/fakelowp/test/test_fc_nnpi_fp16.py 2022-11-23T00:53:00.0945465Z [ 12%] Generating contrib/fakelowp/test/test_fusions.py 2022-11-23T00:53:00.1062147Z [ 12%] Generating contrib/fakelowp/test/test_int8_ops_nnpi.py 2022-11-23T00:53:00.1080555Z [ 12%] Building C object sleef/src/libm/CMakeFiles/mkmasked_gnuabi.dir/mkmasked_gnuabi.c.o 2022-11-23T00:53:00.1177703Z [ 12%] Generating contrib/fakelowp/test/test_int8_quant.py 2022-11-23T00:53:00.1279458Z [ 12%] Generating contrib/fakelowp/test/test_layernorm_nnpi_fp16.py 2022-11-23T00:53:00.1388489Z [ 13%] Linking C executable ../../bin/mkrename_gnuabi 2022-11-23T00:53:00.1418244Z [ 13%] Generating contrib/fakelowp/test/test_op_nnpi_fp16.py 2022-11-23T00:53:00.1523022Z [ 13%] Generating contrib/fakelowp/test/test_sls_4bit_nnpi_fp16.py 2022-11-23T00:53:00.1761508Z [ 13%] Generating contrib/fakelowp/test/test_sls_8bit_nnpi_fp16.py 2022-11-23T00:53:00.1777014Z [ 13%] Linking C executable ../../bin/mkmasked_gnuabi 2022-11-23T00:53:00.1881811Z [ 13%] Generating contrib/fakelowp/test/test_sls_8bit_nnpi_fp32.py 2022-11-23T00:53:00.1996854Z [ 13%] Built target mkrename_gnuabi 2022-11-23T00:53:00.2009117Z [ 13%] Generating contrib/gloo/__init__.py 2022-11-23T00:53:00.2047139Z [ 13%] Generating contrib/gloo/gloo_test.py 2022-11-23T00:53:00.2185631Z [ 13%] Generating contrib/nccl/__init__.py 2022-11-23T00:53:00.2214746Z [ 13%] Building C object sleef/src/common/CMakeFiles/arraymap.dir/arraymap.c.o 2022-11-23T00:53:00.2230320Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_trans_kernel.cpp.o 2022-11-23T00:53:00.2304577Z [ 13%] Generating contrib/nccl/nccl_ops_test.py 2022-11-23T00:53:00.2435532Z [ 13%] Generating contrib/nnpack/__init__.py 2022-11-23T00:53:00.2468927Z [ 13%] Built target mkmasked_gnuabi 2022-11-23T00:53:00.2578602Z [ 13%] Generating contrib/nnpack/nnpack_ops_test.py 2022-11-23T00:53:00.2654539Z [ 13%] Building C object sleef/src/common/CMakeFiles/addSuffix.dir/addSuffix.c.o 2022-11-23T00:53:00.2706642Z [ 13%] Generating contrib/playground/AnyExp.py 2022-11-23T00:53:00.2860790Z [ 13%] Generating contrib/playground/AnyExpOnTerm.py 2022-11-23T00:53:00.2928112Z [ 13%] Built target arraymap 2022-11-23T00:53:00.2971932Z [ 13%] Generating contrib/playground/ModuleRegister.py 2022-11-23T00:53:00.2994724Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_utils.cpp.o 2022-11-23T00:53:00.3095238Z [ 13%] Generating contrib/playground/__init__.py 2022-11-23T00:53:00.3221354Z [ 13%] Generating contrib/playground/checkpoint.py 2022-11-23T00:53:00.3338845Z [ 13%] Generating contrib/playground/compute_loss.py 2022-11-23T00:53:00.3382992Z [ 13%] Linking C executable ../../bin/addSuffix 2022-11-23T00:53:00.3456690Z [ 13%] Generating contrib/playground/compute_topk_accuracy.py 2022-11-23T00:53:00.3577555Z [ 13%] Generating contrib/playground/meter.py 2022-11-23T00:53:00.3714573Z [ 13%] Generating contrib/playground/module_map.py 2022-11-23T00:53:00.3829376Z [ 13%] Generating contrib/playground/output_generator.py 2022-11-23T00:53:00.3911847Z [ 13%] Generating contrib/playground/resnetdemo/IN1k_resnet.py 2022-11-23T00:53:00.4024084Z [ 13%] Generating contrib/playground/resnetdemo/IN1k_resnet_no_test_model.py 2022-11-23T00:53:00.4045489Z [ 13%] Built target addSuffix 2022-11-23T00:53:00.4104533Z [ 13%] Generating contrib/playground/resnetdemo/__init__.py 2022-11-23T00:53:00.4225887Z [ 13%] Generating ../../torch/csrc/autograd/generated/Functions.cpp, ../../torch/csrc/autograd/generated/VariableType_0.cpp, ../../torch/csrc/autograd/generated/VariableType_1.cpp, ../../torch/csrc/autograd/generated/VariableType_2.cpp, ../../torch/csrc/autograd/generated/VariableType_3.cpp, ../../torch/csrc/autograd/generated/VariableType_4.cpp, ../../torch/csrc/autograd/generated/TraceType_0.cpp, ../../torch/csrc/autograd/generated/TraceType_1.cpp, ../../torch/csrc/autograd/generated/TraceType_2.cpp, ../../torch/csrc/autograd/generated/TraceType_3.cpp, ../../torch/csrc/autograd/generated/TraceType_4.cpp, ../../torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp, ../../torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp, ../../torch/csrc/lazy/generated/LazyNativeFunctions.cpp, ../../torch/csrc/lazy/generated/RegisterAutogradLazy.cpp, ../../torch/csrc/lazy/generated/RegisterLazy.cpp, ../../torch/csrc/autograd/generated/Functions.h, ../../torch/csrc/autograd/generated/variable_factories.h, ../../torch/csrc/autograd/generated/VariableType.h, ../../torch/csrc/lazy/generated/LazyIr.h, ../../torch/csrc/lazy/generated/LazyNonNativeIr.h, ../../torch/csrc/lazy/generated/LazyNativeFunctions.h, ../../torch/csrc/autograd/generated/python_functions_0.cpp, ../../torch/csrc/autograd/generated/python_functions_1.cpp, ../../torch/csrc/autograd/generated/python_functions_2.cpp, ../../torch/csrc/autograd/generated/python_functions_3.cpp, ../../torch/csrc/autograd/generated/python_functions_4.cpp, ../../torch/csrc/autograd/generated/python_variable_methods.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_0.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_1.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_2.cpp, ../../torch/csrc/autograd/generated/python_nn_functions.cpp, ../../torch/csrc/autograd/generated/python_fft_functions.cpp, ../../torch/csrc/autograd/generated/python_linalg_functions.cpp, ../../torch/csrc/autograd/generated/python_nested_functions.cpp, ../../torch/csrc/autograd/generated/python_sparse_functions.cpp, ../../torch/csrc/autograd/generated/python_special_functions.cpp, ../../torch/csrc/autograd/generated/python_return_types.cpp, ../../torch/csrc/autograd/generated/python_enum_tag.cpp, ../../torch/csrc/autograd/generated/python_functions.h, ../../torch/testing/_internal/generated/annotated_fn_args.py 2022-11-23T00:53:00.4256647Z [ 13%] Generating contrib/playground/resnetdemo/caffe2_resnet50_default_forward.py 2022-11-23T00:53:00.4356501Z [ 13%] Generating ../../../torch/_C/__init__.pyi, ../../../torch/_C/_VariableFunctions.pyi, ../../../torch/nn/functional.pyi 2022-11-23T00:53:00.4367836Z [ 13%] Generating contrib/playground/resnetdemo/caffe2_resnet50_default_param_update.py 2022-11-23T00:53:00.4543136Z [ 13%] Generating contrib/playground/resnetdemo/explicit_resnet_forward.py 2022-11-23T00:53:00.4629564Z [ 13%] Generating contrib/playground/resnetdemo/explicit_resnet_param_update.py 2022-11-23T00:53:00.4741039Z [ 13%] Generating contrib/playground/resnetdemo/gfs_IN1k.py 2022-11-23T00:53:00.4840626Z [ 13%] Generating contrib/playground/resnetdemo/override_no_test_model_no_checkpoint.py 2022-11-23T00:53:00.4939727Z [ 13%] Generating contrib/playground/resnetdemo/rendezvous_filestore.py 2022-11-23T00:53:00.5056877Z [ 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-11-23T00:53:00.5063890Z [ 13%] Generating contrib/prof/__init__.py 2022-11-23T00:53:00.5184634Z [ 13%] Generating contrib/prof/cuda_profile_ops_test.py 2022-11-23T00:53:00.5302364Z [ 13%] Generating contrib/script/__init__.py 2022-11-23T00:53:00.5445370Z [ 13%] Generating contrib/script/examples/__init__.py 2022-11-23T00:53:00.5559800Z [ 13%] Generating contrib/tensorboard/__init__.py 2022-11-23T00:53:00.5703497Z [ 13%] Generating contrib/tensorboard/tensorboard.py 2022-11-23T00:53:00.5821029Z [ 13%] Generating contrib/tensorboard/tensorboard_exporter.py 2022-11-23T00:53:00.5935520Z [ 13%] Generating contrib/tensorboard/tensorboard_exporter_test.py 2022-11-23T00:53:00.6053257Z [ 13%] Generating contrib/tensorboard/tensorboard_test.py 2022-11-23T00:53:00.6172443Z [ 13%] Generating contrib/warpctc/__init__.py 2022-11-23T00:53:00.6297200Z [ 13%] Generating contrib/warpctc/ctc_ops_test.py 2022-11-23T00:53:00.6418528Z [ 13%] Generating core/__init__.py 2022-11-23T00:53:00.6540038Z [ 13%] Generating core/nomnigraph/__init__.py 2022-11-23T00:53:00.6643484Z [ 13%] Generating core/nomnigraph/op_gen.py 2022-11-23T00:53:00.6746594Z [ 13%] Generating distributed/__init__.py 2022-11-23T00:53:00.6844238Z [ 13%] Generating distributed/file_store_handler_op_test.py 2022-11-23T00:53:00.6941234Z [ 13%] Generating distributed/redis_store_handler_op_test.py 2022-11-23T00:53:00.7047244Z [ 13%] Generating distributed/store_ops_test_util.py 2022-11-23T00:53:00.7118314Z [ 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-11-23T00:53:00.7197710Z [ 13%] Generating experiments/__init__.py 2022-11-23T00:53:00.7376869Z [ 13%] Generating experiments/python/SparseTransformer.py 2022-11-23T00:53:00.7506286Z [ 13%] Generating experiments/python/__init__.py 2022-11-23T00:53:00.7623830Z [ 13%] Generating experiments/python/convnet_benchmarks.py 2022-11-23T00:53:00.7762642Z [ 13%] Generating experiments/python/device_reduce_sum_bench.py 2022-11-23T00:53:00.7879365Z [ 13%] Generating experiments/python/funhash_op_test.py 2022-11-23T00:53:00.7994477Z [ 13%] Generating experiments/python/net_construct_bench.py 2022-11-23T00:53:00.8109998Z [ 13%] Generating experiments/python/sparse_funhash_op_test.py 2022-11-23T00:53:00.8224228Z [ 13%] Generating experiments/python/sparse_reshape_op_test.py 2022-11-23T00:53:00.8343268Z [ 13%] Generating experiments/python/tt_contraction_op_test.py 2022-11-23T00:53:00.8488364Z [ 13%] Generating experiments/python/tt_pad_op_test.py 2022-11-23T00:53:00.8608943Z [ 13%] Generating perfkernels/__init__.py 2022-11-23T00:53:00.8697101Z [ 13%] Generating perfkernels/hp_emblookup_codegen.py 2022-11-23T00:53:00.8799779Z [ 13%] Generating proto/__init__.py 2022-11-23T00:53:00.8870886Z [ 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-11-23T00:53:00.8908176Z [ 14%] Generating proto/gen_proto_typestubs_helper.py 2022-11-23T00:53:00.9030231Z [ 14%] Generating python/__init__.py 2022-11-23T00:53:00.9187648Z [ 14%] Generating python/_import_c_extension.py 2022-11-23T00:53:00.9305788Z [ 14%] Generating python/allcompare_test.py 2022-11-23T00:53:00.9421001Z [ 14%] Generating python/attention.py 2022-11-23T00:53:00.9545898Z [ 14%] Generating python/benchmark_generator.py 2022-11-23T00:53:00.9646210Z [ 14%] Generating python/benchmarks/concat_benchmark.py 2022-11-23T00:53:00.9733122Z [ 14%] Generating python/benchmarks/fused_rowwise_nbit_conversion_bench.py 2022-11-23T00:53:00.9844912Z [ 14%] Generating python/benchmarks/sparse_lengths_sum_nbit_benchmark.py 2022-11-23T00:53:00.9930531Z [ 14%] Generating python/benchmarks/sparse_normalize_benchmark.py 2022-11-23T00:53:01.0014768Z [ 14%] Generating python/binarysize.py 2022-11-23T00:53:01.0114572Z [ 14%] Generating python/brew.py 2022-11-23T00:53:01.0233606Z [ 14%] Generating python/brew_test.py 2022-11-23T00:53:01.0318805Z [ 14%] Generating python/build.py 2022-11-23T00:53:01.0431258Z [ 14%] Generating python/cached_reader.py 2022-11-23T00:53:01.0513158Z [ 14%] Generating python/caffe_translator.py 2022-11-23T00:53:01.0625378Z [ 14%] Generating python/caffe_translator_test.py 2022-11-23T00:53:01.0711333Z [ 14%] Generating python/checkpoint.py 2022-11-23T00:53:01.0858370Z [ 14%] Generating python/checkpoint_test.py 2022-11-23T00:53:01.0963063Z [ 14%] Generating python/clean_workspace_test.py 2022-11-23T00:53:01.1062809Z [ 14%] Generating python/cnn.py 2022-11-23T00:53:01.1168648Z [ 14%] Generating python/context.py 2022-11-23T00:53:01.1269487Z [ 14%] Generating python/context_test.py 2022-11-23T00:53:01.1372930Z [ 14%] Generating python/control.py 2022-11-23T00:53:01.1468550Z [ 14%] Generating python/control_ops_grad.py 2022-11-23T00:53:01.1511922Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_inner_product_utils.cpp.o 2022-11-23T00:53:01.1571407Z [ 14%] Generating python/control_ops_grad_test.py 2022-11-23T00:53:01.1702847Z [ 14%] Generating python/control_ops_util.py 2022-11-23T00:53:01.1827303Z [ 14%] Generating python/control_test.py 2022-11-23T00:53:01.1942615Z [ 14%] Generating python/convert.py 2022-11-23T00:53:01.2044281Z [ 14%] Generating python/convert_test.py 2022-11-23T00:53:01.2158415Z [ 14%] Generating python/convnet_benchmarks.py 2022-11-23T00:53:01.2275991Z [ 14%] Generating python/convnet_benchmarks_test.py 2022-11-23T00:53:01.2398639Z [ 14%] Generating python/core.py 2022-11-23T00:53:01.2485864Z [ 14%] Generating python/core_gradients_test.py 2022-11-23T00:53:01.2583028Z [ 14%] Generating python/core_test.py 2022-11-23T00:53:01.2667721Z [ 14%] Generating python/crf.py 2022-11-23T00:53:01.2752024Z [ 14%] Generating python/crf_predict.py 2022-11-23T00:53:01.2865390Z [ 14%] Generating python/crf_viterbi_test.py 2022-11-23T00:53:01.2951171Z [ 14%] Generating python/data_parallel_model.py 2022-11-23T00:53:01.3065358Z [ 14%] Generating python/data_parallel_model_test.py 2022-11-23T00:53:01.3195252Z [ 14%] Generating python/data_workers.py 2022-11-23T00:53:01.3306085Z [ 14%] Generating python/data_workers_test.py 2022-11-23T00:53:01.3407260Z [ 14%] Generating python/dataio.py 2022-11-23T00:53:01.3522671Z [ 14%] Generating python/dataio_test.py 2022-11-23T00:53:01.3639293Z [ 14%] Generating python/dataset.py 2022-11-23T00:53:01.3740471Z [ 14%] Generating python/db_file_reader.py 2022-11-23T00:53:01.3841907Z [ 14%] Generating python/db_test.py 2022-11-23T00:53:01.3956375Z [ 14%] Generating python/device_checker.py 2022-11-23T00:53:01.4063390Z [ 14%] Generating python/docs/__init__.py 2022-11-23T00:53:01.4159096Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.o 2022-11-23T00:53:01.4228666Z [ 14%] Generating python/docs/formatter.py 2022-11-23T00:53:01.4363980Z [ 14%] Generating python/docs/generator.py 2022-11-23T00:53:01.4487061Z [ 14%] Generating python/docs/github.py 2022-11-23T00:53:01.4607522Z [ 14%] Generating python/docs/parser.py 2022-11-23T00:53:01.4733723Z [ 14%] Generating python/dyndep.py 2022-11-23T00:53:01.4885003Z [ 14%] Generating python/embedding_generation_benchmark.py 2022-11-23T00:53:01.5012376Z [ 14%] Generating python/examples/__init__.py 2022-11-23T00:53:01.5137466Z [ 14%] Generating python/examples/char_rnn.py 2022-11-23T00:53:01.5266924Z [ 14%] Generating python/examples/imagenet_trainer.py 2022-11-23T00:53:01.5397326Z [ 14%] Generating python/examples/lmdb_create_example.py 2022-11-23T00:53:01.5524645Z [ 14%] Generating python/examples/resnet50_trainer.py 2022-11-23T00:53:01.5646141Z [ 14%] Generating python/experiment_util.py 2022-11-23T00:53:01.5753029Z [ 14%] Generating python/extension_loader.py 2022-11-23T00:53:01.5862506Z [ 14%] Generating python/fakefp16_transform_lib.py 2022-11-23T00:53:01.5969943Z [ 14%] Generating python/fakelowp/__init__.py 2022-11-23T00:53:01.6073747Z [ 14%] Generating python/fakelowp/init_shared_libs.py 2022-11-23T00:53:01.6110280Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_x8s8s32x_convolution_utils.cpp.o 2022-11-23T00:53:01.6177005Z [ 14%] Generating python/fakelowp/test_utils.py 2022-11-23T00:53:01.6323586Z [ 14%] Generating python/filler_test.py 2022-11-23T00:53:01.6425298Z [ 14%] Generating python/functional.py 2022-11-23T00:53:01.6560581Z [ 14%] Generating python/functional_test.py 2022-11-23T00:53:01.6634654Z [ 14%] Generating python/fused_8bit_rowwise_conversion_ops_test.py 2022-11-23T00:53:01.6685635Z [ 14%] Generating python/gradient_check_test.py 2022-11-23T00:53:01.6734401Z [ 14%] Generating python/gradient_checker.py 2022-11-23T00:53:01.6781331Z [ 14%] Generating python/gru_cell.py 2022-11-23T00:53:01.6870965Z [ 14%] Generating python/helpers/__init__.py 2022-11-23T00:53:01.6908019Z [ 14%] Generating python/helpers/algebra.py 2022-11-23T00:53:01.6996029Z [ 14%] Generating python/helpers/arg_scope.py 2022-11-23T00:53:01.7080658Z [ 14%] Generating python/helpers/array_helpers.py 2022-11-23T00:53:01.7137755Z [ 14%] Generating python/helpers/control_ops.py 2022-11-23T00:53:01.7221432Z [ 14%] Generating python/helpers/conv.py 2022-11-23T00:53:01.7313195Z [ 15%] Generating python/helpers/db_input.py 2022-11-23T00:53:01.7418113Z [ 15%] Generating python/helpers/dropout.py 2022-11-23T00:53:01.7423719Z [ 15%] Generating ../../../torch/utils/data/datapipes/datapipe.pyi 2022-11-23T00:53:01.7523041Z [ 15%] Generating python/helpers/elementwise_linear.py 2022-11-23T00:53:01.7640414Z [ 15%] Generating python/helpers/fc.py 2022-11-23T00:53:01.7741926Z [ 15%] Generating python/helpers/nonlinearity.py 2022-11-23T00:53:01.7860839Z [ 15%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_1x1_conv_kernel_f32.cpp.o 2022-11-23T00:53:01.7862601Z [ 15%] Generating python/helpers/normalization.py 2022-11-23T00:53:01.7981897Z [ 15%] Generating python/helpers/pooling.py 2022-11-23T00:53:01.8088892Z [ 15%] Generating python/helpers/quantization.py 2022-11-23T00:53:01.8195995Z [ 15%] Generating python/helpers/tools.py 2022-11-23T00:53:01.8253696Z [ 15%] Generating python/helpers/train.py 2022-11-23T00:53:01.8305919Z [ 15%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_1x1_convolution.cpp.o 2022-11-23T00:53:01.8384098Z [ 15%] Generating python/hip_test_util.py 2022-11-23T00:53:01.8489629Z [ 15%] Generating python/hsm_util.py 2022-11-23T00:53:01.8574178Z [ 15%] Generating python/hypothesis_test.py 2022-11-23T00:53:01.8669365Z [ 15%] Generating python/hypothesis_test_util.py 2022-11-23T00:53:01.8767681Z [ 15%] Generating python/ideep/LRN_op_test.py 2022-11-23T00:53:01.8865001Z [ 15%] Generating python/ideep/__init__.py 2022-11-23T00:53:01.8988518Z [ 15%] Generating python/ideep/adam_op_test.py 2022-11-23T00:53:01.9075559Z [ 15%] Generating python/ideep/blobs_queue_db_test.py 2022-11-23T00:53:01.9231094Z [ 15%] Generating python/ideep/channel_shuffle_op_test.py 2022-11-23T00:53:01.9404379Z [ 15%] Generating python/ideep/concat_split_op_test.py 2022-11-23T00:53:01.9518810Z [ 15%] Generating python/ideep/conv_op_test.py 2022-11-23T00:53:01.9621478Z [ 15%] Generating python/ideep/conv_transpose_test.py 2022-11-23T00:53:01.9721422Z [ 15%] Generating python/ideep/convfusion_op_test.py 2022-11-23T00:53:01.9822982Z [ 15%] Generating python/ideep/copy_op_test.py 2022-11-23T00:53:01.9938347Z [ 15%] Generating python/ideep/dropout_op_test.py 2022-11-23T00:53:02.0036546Z [ 15%] Generating python/ideep/elementwise_sum_op_test.py 2022-11-23T00:53:02.0135641Z [ 15%] Generating python/ideep/expanddims_squeeze_op_test.py 2022-11-23T00:53:02.0237301Z [ 15%] Generating python/ideep/fc_op_test.py 2022-11-23T00:53:02.0336660Z [ 15%] Generating python/ideep/leaky_relu_op_test.py 2022-11-23T00:53:02.0420631Z [ 15%] Generating python/ideep/moment_sgd_op_test.py 2022-11-23T00:53:02.0436746Z [ 15%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_conv_kernel_f32.cpp.o 2022-11-23T00:53:02.0523768Z [ 15%] Generating python/ideep/operator_fallback_op_test.py 2022-11-23T00:53:02.0601556Z [ 15%] Generating python/ideep/order_switch_op_test.py 2022-11-23T00:53:02.0659021Z [ 15%] Generating python/ideep/pool_op_test.py 2022-11-23T00:53:02.0737329Z [ 15%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_convolution.cpp.o 2022-11-23T00:53:02.0818999Z [ 15%] Generating python/ideep/pre_convert_test.py 2022-11-23T00:53:02.0978395Z [ 15%] Generating python/ideep/relu_op_test.py 2022-11-23T00:53:02.1115962Z [ 15%] Generating python/ideep/reshape_op_test.py 2022-11-23T00:53:02.1234428Z [ 15%] Generating python/ideep/shape_op_test.py 2022-11-23T00:53:02.1361440Z [ 15%] Generating python/ideep/sigmoid_op_test.py 2022-11-23T00:53:02.1480371Z [ 15%] Generating python/ideep/softmax_op_test.py 2022-11-23T00:53:02.1600477Z [ 15%] Generating python/ideep/spatial_bn_op_test.py 2022-11-23T00:53:02.1726148Z [ 15%] Generating python/ideep/test_ideep_net.py 2022-11-23T00:53:02.1841658Z [ 15%] Generating python/ideep/transform_ideep_net.py 2022-11-23T00:53:02.1946951Z [ 15%] Generating python/ideep/transpose_op_test.py 2022-11-23T00:53:02.2061398Z [ 15%] Generating python/ideep/weightedsum_op_test.py 2022-11-23T00:53:02.2193599Z [ 15%] Generating python/ideep_test_util.py 2022-11-23T00:53:02.2294320Z [ 15%] Generating python/layer_model_instantiator.py 2022-11-23T00:53:02.2297945Z [ 15%] Generating python/layer_model_helper.py 2022-11-23T00:53:02.2387162Z [ 15%] Generating python/layer_parameter_sharing_test.py 2022-11-23T00:53:02.2396739Z [ 15%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_transpose_utils.cpp.o 2022-11-23T00:53:02.2475188Z [ 15%] Generating python/layer_test_util.py 2022-11-23T00:53:02.2587363Z [ 15%] Generating python/layers/__init__.py 2022-11-23T00:53:02.2703433Z [ 15%] Generating python/layers/adaptive_weight.py 2022-11-23T00:53:02.2833491Z [ 15%] Generating python/layers/add_bias.py 2022-11-23T00:53:02.2939191Z [ 15%] Generating python/layers/arc_cosine_feature_map.py 2022-11-23T00:53:02.2985926Z [ 15%] Generating python/layers/batch_huber_loss.py 2022-11-23T00:53:02.3056757Z [ 15%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_batch_normalization.cpp.o 2022-11-23T00:53:02.3111550Z [ 15%] Generating python/layers/batch_lr_loss.py 2022-11-23T00:53:02.3214653Z [ 15%] Generating python/layers/batch_mse_loss.py 2022-11-23T00:53:02.3315638Z [ 15%] Generating python/layers/batch_normalization.py 2022-11-23T00:53:02.3398991Z [ 15%] Generating python/layers/batch_sigmoid_cross_entropy_loss.py 2022-11-23T00:53:02.3585773Z [ 15%] Generating python/layers/batch_softmax_loss.py 2022-11-23T00:53:02.3705274Z [ 15%] Generating python/layers/blob_weighted_sum.py 2022-11-23T00:53:02.3824426Z [ 15%] Generating python/layers/bpr_loss.py 2022-11-23T00:53:02.3920225Z [ 15%] Generating python/layers/bucket_weighted.py 2022-11-23T00:53:02.4034610Z [ 15%] Generating python/layers/build_index.py 2022-11-23T00:53:02.4162128Z [ 15%] Generating python/layers/concat.py 2022-11-23T00:53:02.4263341Z [ 15%] Generating python/layers/constant_weight.py 2022-11-23T00:53:02.4365143Z [ 15%] Generating python/layers/conv.py 2022-11-23T00:53:02.4463449Z [ 15%] Generating python/layers/dropout.py 2022-11-23T00:53:02.4562305Z [ 15%] Generating python/layers/fc.py 2022-11-23T00:53:02.4672909Z [ 15%] Generating python/layers/fc_with_bootstrap.py 2022-11-23T00:53:02.4682773Z [ 15%] Generating python/layers/fc_without_bias.py 2022-11-23T00:53:02.4793490Z [ 15%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_batch_normalization_s8.cpp.o 2022-11-23T00:53:02.4835456Z [ 15%] Generating python/layers/feature_sparse_to_dense.py 2022-11-23T00:53:02.4965190Z [ 15%] Generating python/layers/functional.py 2022-11-23T00:53:02.5080534Z [ 15%] Generating python/layers/gather_record.py 2022-11-23T00:53:02.5216384Z [ 15%] Generating python/layers/homotopy_weight.py 2022-11-23T00:53:02.5321643Z [ 15%] Generating python/layers/label_smooth.py 2022-11-23T00:53:02.5353670Z [ 15%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_binary.cpp.o 2022-11-23T00:53:02.5431007Z [ 15%] Generating python/layers/last_n_window_collector.py 2022-11-23T00:53:02.5583382Z [ 15%] Generating python/layers/layer_normalization.py 2022-11-23T00:53:02.5744235Z [ 15%] Generating python/layers/layers.py 2022-11-23T00:53:02.5842851Z [ 15%] Generating python/layers/margin_rank_loss.py 2022-11-23T00:53:02.5947731Z [ 15%] Generating python/layers/merge_id_lists.py 2022-11-23T00:53:02.6029979Z [ 16%] Generating python/layers/pairwise_similarity.py 2022-11-23T00:53:02.6132002Z [ 16%] Generating python/layers/position_weighted.py 2022-11-23T00:53:02.6240451Z [ 16%] Generating python/layers/random_fourier_features.py 2022-11-23T00:53:02.6321997Z [ 16%] Generating python/layers/reservoir_sampling.py 2022-11-23T00:53:02.6404789Z [ 16%] Generating python/layers/sampling_train.py 2022-11-23T00:53:02.6516390Z [ 16%] Generating python/layers/sampling_trainable_mixin.py 2022-11-23T00:53:02.6526968Z [ 16%] Generating python/layers/select_record_by_context.py 2022-11-23T00:53:02.6616097Z [ 16%] Generating python/layers/semi_random_features.py 2022-11-23T00:53:02.6626399Z [ 16%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_binary_kernel.cpp.o 2022-11-23T00:53:02.6704980Z [ 16%] Generating python/layers/sparse_dropout_with_replacement.py 2022-11-23T00:53:02.6825790Z [ 16%] Generating python/layers/sparse_feature_hash.py 2022-11-23T00:53:02.6983901Z [ 16%] Generating python/layers/sparse_itemwise_dropout_with_replacement.py 2022-11-23T00:53:02.7070170Z [ 16%] Generating python/layers/sparse_lookup.py 2022-11-23T00:53:02.7183798Z [ 16%] Generating python/layers/split.py 2022-11-23T00:53:02.7267411Z [ 16%] Generating python/layers/tags.py 2022-11-23T00:53:02.7385098Z [ 16%] Generating python/layers/uniform_sampling.py 2022-11-23T00:53:02.7507154Z [ 16%] Generating python/layers_test.py 2022-11-23T00:53:02.7641623Z [ 16%] Generating python/lazy.py 2022-11-23T00:53:02.7742689Z [ 16%] Generating python/lazy_dyndep.py 2022-11-23T00:53:02.7832398Z [ 16%] Generating python/lazy_dyndep_test.py 2022-11-23T00:53:02.7945312Z [ 16%] Generating python/lengths_reducer_fused_8bit_rowwise_ops_test.py 2022-11-23T00:53:02.8053957Z [ 16%] Generating python/lengths_reducer_rowwise_8bit_ops_test.py 2022-11-23T00:53:02.8168733Z [ 16%] Generating python/lstm_benchmark.py 2022-11-23T00:53:02.8269111Z [ 16%] Generating python/memonger.py 2022-11-23T00:53:02.8274565Z [ 16%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_deconv_zp_pad_str_kernel.cpp.o 2022-11-23T00:53:02.8367646Z [ 16%] Generating python/memonger_test.py 2022-11-23T00:53:02.8435110Z [ 16%] Generating python/mint/__init__.py 2022-11-23T00:53:02.8461142Z [ 16%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_conv_kernel_f32.cpp.o 2022-11-23T00:53:02.8631274Z [ 16%] Generating python/mint/app.py 2022-11-23T00:53:02.8836890Z [ 16%] Generating python/mkl/__init__.py 2022-11-23T00:53:02.8960550Z [ 16%] Generating python/mkl/mkl_LRN_op_test.py 2022-11-23T00:53:02.9075328Z [ 16%] Generating python/mkl/mkl_LRN_speed_test.py 2022-11-23T00:53:02.9183373Z [ 16%] Generating python/mkl/mkl_concat_op_test.py 2022-11-23T00:53:02.9286534Z [ 16%] Generating python/mkl/mkl_conv_op_test.py 2022-11-23T00:53:02.9429380Z [ 16%] Generating python/mkl/mkl_copy_op_test.py 2022-11-23T00:53:02.9564311Z [ 16%] Generating python/mkl/mkl_elementwise_add_op_test.py 2022-11-23T00:53:02.9678193Z [ 16%] Generating python/mkl/mkl_elementwise_sum_op_test.py 2022-11-23T00:53:02.9763700Z [ 16%] Generating python/mkl/mkl_fc_op_test.py 2022-11-23T00:53:02.9863462Z [ 16%] Generating python/mkl/mkl_fc_speed_test.py 2022-11-23T00:53:02.9963770Z [ 16%] Generating python/mkl/mkl_fill_op_test.py 2022-11-23T00:53:03.0064614Z [ 16%] Generating python/mkl/mkl_pool_op_test.py 2022-11-23T00:53:03.0206220Z [ 16%] Generating python/mkl/mkl_pool_speed_test.py 2022-11-23T00:53:03.0326251Z [ 16%] Generating python/mkl/mkl_relu_op_test.py 2022-11-23T00:53:03.0441389Z [ 16%] Generating python/mkl/mkl_sbn_op_test.py 2022-11-23T00:53:03.0542682Z [ 16%] Generating python/mkl/mkl_sbn_speed_test.py 2022-11-23T00:53:03.0652570Z [ 16%] Generating python/mkl/mkl_sigmoid_op_test.py 2022-11-23T00:53:03.0686624Z [ 16%] Generating python/mkl/mkl_speed_test.py 2022-11-23T00:53:03.0770998Z [ 16%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_conv_kernel_utils.cpp.o 2022-11-23T00:53:03.0782981Z [ 16%] Generating python/mkl/mkl_squeeze_op_test.py 2022-11-23T00:53:03.0827310Z [ 16%] Generating python/mkl/rewrite_graph.py 2022-11-23T00:53:03.0963593Z [ 16%] Generating python/mkl/rewrite_graph_test.py 2022-11-23T00:53:03.1038491Z [ 16%] Generating ../../../torch/version.py 2022-11-23T00:53:03.1083186Z [ 16%] Generating python/mkl_test_util.py 2022-11-23T00:53:03.1220584Z [ 16%] Generating python/model_device_test.py 2022-11-23T00:53:03.1340208Z [ 16%] Generating python/model_helper.py 2022-11-23T00:53:03.1456265Z [ 16%] Generating python/model_helper_test.py 2022-11-23T00:53:03.1572069Z [ 16%] Generating python/modeling/__init__.py 2022-11-23T00:53:03.1707382Z [ 16%] Generating python/modeling/compute_histogram_for_blobs.py 2022-11-23T00:53:03.1837732Z [ 16%] Generating python/modeling/compute_histogram_for_blobs_test.py 2022-11-23T00:53:03.1955293Z [ 16%] Generating python/modeling/compute_norm_for_blobs.py 2022-11-23T00:53:03.2071103Z [ 16%] Generating python/modeling/compute_norm_for_blobs_test.py 2022-11-23T00:53:03.2188169Z [ 16%] Generating python/modeling/compute_statistics_for_blobs.py 2022-11-23T00:53:03.2305594Z [ 16%] Generating python/modeling/compute_statistics_for_blobs_test.py 2022-11-23T00:53:03.2421390Z [ 16%] Generating python/modeling/get_entry_from_blobs.py 2022-11-23T00:53:03.2521052Z [ 16%] Generating python/modeling/get_entry_from_blobs_test.py 2022-11-23T00:53:03.2620564Z [ 16%] Generating python/modeling/gradient_clipping.py 2022-11-23T00:53:03.2745145Z [ 16%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_convolution.cpp.o 2022-11-23T00:53:03.2747508Z [ 16%] Generating python/modeling/gradient_clipping_test.py 2022-11-23T00:53:03.2892488Z [ 16%] Generating python/modeling/initializers.py 2022-11-23T00:53:03.3067216Z [ 16%] Generating python/modeling/initializers_test.py 2022-11-23T00:53:03.3201248Z [ 16%] Generating python/modeling/net_modifier.py 2022-11-23T00:53:03.3340012Z [ 16%] Generating python/modeling/parameter_info.py 2022-11-23T00:53:03.3475723Z [ 16%] Generating python/modeling/parameter_sharing.py 2022-11-23T00:53:03.3597322Z [ 16%] Generating python/modeling/parameter_sharing_test.py 2022-11-23T00:53:03.3716587Z [ 16%] Generating python/models/__init__.py 2022-11-23T00:53:03.3834272Z [ 16%] Generating python/models/__sym_init__.py 2022-11-23T00:53:03.3949236Z [ 16%] Generating python/models/download.py 2022-11-23T00:53:03.4076222Z [ 16%] Generating python/models/imagenet_trainer_test_utils.py 2022-11-23T00:53:03.4190030Z [ 16%] Generating python/models/resnet.py 2022-11-23T00:53:03.4304527Z [ 16%] Generating python/models/resnet_test.py 2022-11-23T00:53:03.4405602Z [ 16%] Generating python/models/seq2seq/__init__.py 2022-11-23T00:53:03.4498058Z [ 16%] Generating python/models/seq2seq/beam_search.py 2022-11-23T00:53:03.4600036Z [ 16%] Generating python/models/seq2seq/seq2seq_beam_search_test.py 2022-11-23T00:53:03.4699115Z [ 16%] Generating python/models/seq2seq/seq2seq_model_helper.py 2022-11-23T00:53:03.4795682Z [ 16%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_eltwise.cpp.o 2022-11-23T00:53:03.4827386Z [ 16%] Generating python/models/seq2seq/seq2seq_model_helper_test.py 2022-11-23T00:53:03.4950017Z [ 17%] Generating python/models/seq2seq/seq2seq_util.py 2022-11-23T00:53:03.5073107Z [ 17%] Generating python/models/seq2seq/train.py 2022-11-23T00:53:03.5191879Z [ 17%] Generating python/models/seq2seq/translate.py 2022-11-23T00:53:03.5322399Z [ 17%] Generating python/models/shufflenet.py 2022-11-23T00:53:03.5440044Z [ 17%] Generating python/models/shufflenet_test.py 2022-11-23T00:53:03.5555669Z [ 17%] Generating python/modifier_context.py 2022-11-23T00:53:03.5726517Z [ 17%] Generating python/muji.py 2022-11-23T00:53:03.5871582Z [ 17%] Generating python/muji_test.py 2022-11-23T00:53:03.5993773Z [ 17%] Generating python/net_builder.py 2022-11-23T00:53:03.5995820Z [ 17%] Built target gen_torch_version 2022-11-23T00:53:03.6054540Z [ 17%] Generating python/net_builder_test.py 2022-11-23T00:53:03.6170383Z [ 17%] Generating python/net_drawer.py 2022-11-23T00:53:03.6267275Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/code_generator.cc.o 2022-11-23T00:53:03.6340428Z [ 17%] Generating python/net_printer.py 2022-11-23T00:53:03.6466835Z [ 17%] Generating python/net_printer_test.py 2022-11-23T00:53:03.6552066Z [ 17%] Generating python/nomnigraph.py 2022-11-23T00:53:03.6662245Z [ 17%] Generating python/nomnigraph_test.py 2022-11-23T00:53:03.6748296Z [ 17%] Generating python/nomnigraph_transformations.py 2022-11-23T00:53:03.6752209Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_eltwise_int.cpp.o 2022-11-23T00:53:03.6903884Z [ 17%] Generating python/nomnigraph_transformations_test.py 2022-11-23T00:53:03.7069183Z [ 17%] Generating python/normalizer.py 2022-11-23T00:53:03.7200914Z [ 17%] Generating python/normalizer_context.py 2022-11-23T00:53:03.7302695Z [ 17%] Generating python/normalizer_test.py 2022-11-23T00:53:03.7403869Z [ 17%] Generating python/numa_benchmark.py 2022-11-23T00:53:03.7510358Z [ 17%] Generating python/numa_test.py 2022-11-23T00:53:03.7634610Z [ 17%] Generating python/observer_test.py 2022-11-23T00:53:03.7753797Z [ 17%] Generating python/onnx/__init__.py 2022-11-23T00:53:03.7866283Z [ 17%] Generating python/onnx/backend.py 2022-11-23T00:53:03.7966123Z [ 17%] Generating python/onnx/backend_cpp_rep.py 2022-11-23T00:53:03.8065840Z [ 17%] Generating python/onnx/backend_rep.py 2022-11-23T00:53:03.8165634Z [ 17%] Generating python/onnx/bin/__init__.py 2022-11-23T00:53:03.8326057Z [ 17%] Generating python/onnx/bin/conversion.py 2022-11-23T00:53:03.8443837Z [ 17%] Generating python/onnx/error.py 2022-11-23T00:53:03.8557499Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/command_line_interface.cc.o 2022-11-23T00:53:03.8560601Z [ 17%] Generating python/onnx/frontend.py 2022-11-23T00:53:03.8716681Z [ 17%] Generating python/onnx/helper.py 2022-11-23T00:53:03.8862470Z [ 17%] Generating python/onnx/onnxifi.py 2022-11-23T00:53:03.8978699Z [ 17%] Generating python/onnx/test_onnxifi.py 2022-11-23T00:53:03.9088342Z [ 17%] Generating python/onnx/tests/__init__.py 2022-11-23T00:53:03.9148137Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_i8i8_pooling.cpp.o 2022-11-23T00:53:03.9197422Z [ 17%] Generating python/onnx/tests/c2_ref_test.py 2022-11-23T00:53:03.9408077Z [ 17%] Generating python/onnx/tests/conversion_test.py 2022-11-23T00:53:03.9550971Z [ 17%] Generating python/onnx/tests/helper_test.py 2022-11-23T00:53:03.9667413Z [ 17%] Generating python/onnx/tests/onnx_backend_test.py 2022-11-23T00:53:03.9785968Z [ 17%] Generating python/onnx/tests/ssa_test.py 2022-11-23T00:53:03.9900846Z [ 17%] Generating python/onnx/tests/test_utils.py 2022-11-23T00:53:04.0017010Z [ 17%] Generating python/onnx/workspace.py 2022-11-23T00:53:04.0134679Z [ 17%] Generating python/operator_fp_exceptions_test.py 2022-11-23T00:53:04.0250356Z [ 17%] Generating python/operator_test/__init__.py 2022-11-23T00:53:04.0367231Z [ 17%] Generating python/operator_test/_utils.py 2022-11-23T00:53:04.0492768Z [ 17%] Generating python/operator_test/activation_ops_test.py 2022-11-23T00:53:04.0610371Z [ 17%] Generating python/operator_test/adadelta_test.py 2022-11-23T00:53:04.0721664Z [ 17%] Generating python/operator_test/adagrad_test.py 2022-11-23T00:53:04.0837813Z [ 17%] Generating python/operator_test/adagrad_test_helper.py 2022-11-23T00:53:04.0940217Z [ 17%] Generating python/operator_test/adam_test.py 2022-11-23T00:53:04.1039828Z [ 17%] Generating python/operator_test/affine_channel_op_test.py 2022-11-23T00:53:04.1110111Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_layer_normalization.cpp.o 2022-11-23T00:53:04.1163235Z [ 17%] Generating python/operator_test/alias_with_name_test.py 2022-11-23T00:53:04.1284753Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum.cc.o 2022-11-23T00:53:04.1310656Z [ 17%] Generating python/operator_test/apmeter_test.py 2022-11-23T00:53:04.1511851Z [ 17%] Generating python/operator_test/arg_ops_test.py 2022-11-23T00:53:04.1662575Z [ 17%] Generating python/operator_test/assert_test.py 2022-11-23T00:53:04.1792190Z [ 17%] Generating python/operator_test/async_net_barrier_test.py 2022-11-23T00:53:04.1907920Z [ 17%] Generating python/operator_test/atomic_ops_test.py 2022-11-23T00:53:04.2042039Z [ 17%] Generating python/operator_test/basic_rnn_test.py 2022-11-23T00:53:04.2198138Z [ 17%] Generating python/operator_test/batch_box_cox_test.py 2022-11-23T00:53:04.2313366Z [ 17%] Generating python/operator_test/batch_bucketize_op_test.py 2022-11-23T00:53:04.2456025Z [ 17%] Generating python/operator_test/batch_moments_op_test.py 2022-11-23T00:53:04.2595915Z [ 17%] Generating python/operator_test/batch_sparse_to_dense_op_test.py 2022-11-23T00:53:04.2711324Z [ 17%] Generating python/operator_test/bbox_transform_test.py 2022-11-23T00:53:04.2821867Z [ 17%] Generating python/operator_test/bisect_percentile_op_test.py 2022-11-23T00:53:04.2909387Z [ 17%] Generating python/operator_test/blobs_queue_db_test.py 2022-11-23T00:53:04.3006815Z [ 17%] Generating python/operator_test/boolean_mask_test.py 2022-11-23T00:53:04.3126852Z [ 17%] Generating python/operator_test/boolean_unmask_test.py 2022-11-23T00:53:04.3130781Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum_field.cc.o 2022-11-23T00:53:04.3232444Z [ 17%] Generating python/operator_test/box_with_nms_limit_op_test.py 2022-11-23T00:53:04.3407930Z [ 17%] Generating python/operator_test/bucketize_op_test.py 2022-11-23T00:53:04.3528793Z [ 17%] Generating python/operator_test/cast_op_test.py 2022-11-23T00:53:04.3637712Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_pool_kernel.cpp.o 2022-11-23T00:53:04.3661895Z [ 17%] Generating python/operator_test/ceil_op_test.py 2022-11-23T00:53:04.3796132Z [ 17%] Generating python/operator_test/channel_backprop_stats_op_test.py 2022-11-23T00:53:04.3943599Z [ 17%] Generating python/operator_test/channel_shuffle_test.py 2022-11-23T00:53:04.4062392Z [ 17%] Generating python/operator_test/channel_stats_op_test.py 2022-11-23T00:53:04.4201357Z [ 17%] Generating python/operator_test/checkpoint_test.py 2022-11-23T00:53:04.4317489Z [ 17%] Generating python/operator_test/clip_op_test.py 2022-11-23T00:53:04.4432137Z [ 17%] Generating python/operator_test/clip_tensor_op_test.py 2022-11-23T00:53:04.4549074Z [ 17%] Generating python/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.py 2022-11-23T00:53:04.4654563Z [ 17%] Generating python/operator_test/concat_op_cost_test.py 2022-11-23T00:53:04.4750481Z [ 17%] Generating python/operator_test/concat_split_op_test.py 2022-11-23T00:53:04.4849579Z [ 18%] Generating python/operator_test/conditional_test.py 2022-11-23T00:53:04.4946643Z [ 18%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_extension.cc.o 2022-11-23T00:53:04.4954489Z [ 18%] Generating python/operator_test/conftest.py 2022-11-23T00:53:04.5118568Z [ 18%] Generating python/operator_test/conv_test.py 2022-11-23T00:53:04.5206609Z [ 18%] Generating python/operator_test/conv_transpose_test.py 2022-11-23T00:53:04.5349190Z [ 18%] Generating python/operator_test/copy_ops_test.py 2022-11-23T00:53:04.5432829Z [ 18%] Generating python/operator_test/copy_rows_to_tensor_op_test.py 2022-11-23T00:53:04.5515881Z [ 18%] Generating python/operator_test/cosine_embedding_criterion_op_test.py 2022-11-23T00:53:04.5631552Z [ 18%] Generating python/operator_test/counter_ops_test.py 2022-11-23T00:53:04.5717447Z [ 18%] Generating python/operator_test/crf_test.py 2022-11-23T00:53:04.5806574Z [ 18%] Generating python/operator_test/cross_entropy_ops_test.py 2022-11-23T00:53:04.5915571Z [ 18%] Generating python/operator_test/ctc_beam_search_decoder_op_test.py 2022-11-23T00:53:04.6031925Z [ 18%] Generating python/operator_test/ctc_greedy_decoder_op_test.py 2022-11-23T00:53:04.6173075Z [ 18%] Generating python/operator_test/cudnn_recurrent_test.py 2022-11-23T00:53:04.6277792Z [ 18%] Generating python/operator_test/data_couple_op_test.py 2022-11-23T00:53:04.6366344Z [ 18%] Generating python/operator_test/dataset_ops_test.py 2022-11-23T00:53:04.6371078Z [ 18%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_pooling.cpp.o 2022-11-23T00:53:04.6452923Z [ 18%] Generating python/operator_test/decay_adagrad_test.py 2022-11-23T00:53:04.6571081Z [ 18%] Generating python/operator_test/deform_conv_test.py 2022-11-23T00:53:04.6698985Z [ 18%] Generating python/operator_test/dense_vector_to_id_list_op_test.py 2022-11-23T00:53:04.6812074Z [ 18%] Generating python/operator_test/depthwise_3x3_conv_test.py 2022-11-23T00:53:04.6900629Z [ 18%] Generating python/operator_test/detectron_keypoints.py 2022-11-23T00:53:04.7018270Z [ 18%] Generating python/operator_test/distance_op_test.py 2022-11-23T00:53:04.7118597Z [ 18%] Generating python/operator_test/dropout_op_test.py 2022-11-23T00:53:04.7260563Z [ 18%] Generating python/operator_test/duplicate_operands_test.py 2022-11-23T00:53:04.7365722Z [ 18%] Generating python/operator_test/elementwise_linear_op_test.py 2022-11-23T00:53:04.7472504Z [ 18%] Generating python/operator_test/elementwise_logical_ops_test.py 2022-11-23T00:53:04.7486779Z [ 18%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_field.cc.o 2022-11-23T00:53:04.7561850Z [ 18%] Generating python/operator_test/elementwise_op_broadcast_test.py 2022-11-23T00:53:04.7693415Z [ 18%] Generating python/operator_test/elementwise_ops_test.py 2022-11-23T00:53:04.7796811Z [ 18%] Generating python/operator_test/emptysample_ops_test.py 2022-11-23T00:53:04.7963220Z [ 18%] Generating python/operator_test/enforce_finite_op_test.py 2022-11-23T00:53:04.8066702Z [ 18%] Generating python/operator_test/ensure_clipped_test.py 2022-11-23T00:53:04.8152028Z [ 18%] Generating python/operator_test/ensure_cpu_output_op_test.py 2022-11-23T00:53:04.8252102Z [ 18%] Generating python/operator_test/erf_op_test.py 2022-11-23T00:53:04.8351230Z [ 18%] Generating python/operator_test/expand_op_test.py 2022-11-23T00:53:04.8452673Z [ 18%] Generating python/operator_test/fc_operator_test.py 2022-11-23T00:53:04.8565163Z [ 18%] Generating python/operator_test/feature_maps_ops_test.py 2022-11-23T00:53:04.8668801Z [ 18%] Generating python/operator_test/filler_ops_test.py 2022-11-23T00:53:04.8753069Z [ 18%] Generating python/operator_test/find_op_test.py 2022-11-23T00:53:04.8855049Z [ 18%] Generating python/operator_test/flatten_op_test.py 2022-11-23T00:53:04.8948165Z [ 18%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reduction.cpp.o 2022-11-23T00:53:04.8981532Z [ 18%] Generating python/operator_test/flexible_top_k_test.py 2022-11-23T00:53:04.9100266Z [ 18%] Generating python/operator_test/floor_op_test.py 2022-11-23T00:53:04.9367276Z [ 18%] Generating python/operator_test/fused_nbit_rowwise_conversion_ops_test.py 2022-11-23T00:53:04.9492122Z [ 18%] Generating python/operator_test/fused_nbit_rowwise_test_helper.py 2022-11-23T00:53:04.9613172Z [ 18%] Generating python/operator_test/gather_ops_test.py 2022-11-23T00:53:04.9733265Z [ 18%] Generating python/operator_test/gather_ranges_op_test.py 2022-11-23T00:53:04.9837319Z [ 18%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_file.cc.o 2022-11-23T00:53:04.9876060Z [ 18%] Generating python/operator_test/given_tensor_byte_string_to_uint8_fill_op_test.py 2022-11-23T00:53:04.9998473Z [ 18%] Generating python/operator_test/given_tensor_fill_op_test.py 2022-11-23T00:53:05.0140113Z [ 18%] Generating python/operator_test/glu_op_test.py 2022-11-23T00:53:05.0281738Z [ 18%] Generating python/operator_test/group_conv_test.py 2022-11-23T00:53:05.0399811Z [ 18%] Generating python/operator_test/group_norm_op_test.py 2022-11-23T00:53:05.0559735Z [ 18%] Generating python/operator_test/gru_test.py 2022-11-23T00:53:05.0692911Z [ 18%] Generating python/operator_test/heatmap_max_keypoint_op_test.py 2022-11-23T00:53:05.0811321Z [ 18%] Generating python/operator_test/histogram_test.py 2022-11-23T00:53:05.0815098Z [ 18%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reduction_kernel.cpp.o 2022-11-23T00:53:05.1002187Z [ 18%] Generating python/operator_test/hsm_test.py 2022-11-23T00:53:05.1163658Z [ 18%] Generating python/operator_test/hyperbolic_ops_test.py 2022-11-23T00:53:05.1303879Z [ 18%] Generating python/operator_test/im2col_col2im_test.py 2022-11-23T00:53:05.1423094Z [ 18%] Generating python/operator_test/image_input_op_test.py 2022-11-23T00:53:05.1558871Z [ 18%] Generating python/operator_test/index_hash_ops_test.py 2022-11-23T00:53:05.1679859Z [ 18%] Generating python/operator_test/index_ops_test.py 2022-11-23T00:53:05.1797566Z [ 18%] Generating python/operator_test/instance_norm_test.py 2022-11-23T00:53:05.1920248Z [ 18%] Generating python/operator_test/integral_image_ops_test.py 2022-11-23T00:53:05.2036955Z [ 18%] Generating python/operator_test/jsd_ops_test.py 2022-11-23T00:53:05.2155761Z [ 18%] Generating python/operator_test/key_split_ops_test.py 2022-11-23T00:53:05.2199849Z [ 18%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_generator.cc.o 2022-11-23T00:53:05.2277802Z [ 18%] Generating python/operator_test/lars_test.py 2022-11-23T00:53:05.2401892Z [ 18%] Generating python/operator_test/layer_norm_op_test.py 2022-11-23T00:53:05.2519407Z [ 18%] Generating python/operator_test/leaky_relu_test.py 2022-11-23T00:53:05.2662329Z [ 18%] Generating python/operator_test/learning_rate_adaption_op_test.py 2022-11-23T00:53:05.2778617Z [ 18%] Generating python/operator_test/learning_rate_op_test.py 2022-11-23T00:53:05.2896306Z [ 18%] Generating python/operator_test/length_split_op_test.py 2022-11-23T00:53:05.2912893Z [ 18%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reorder.cpp.o 2022-11-23T00:53:05.3016575Z [ 18%] Generating python/operator_test/lengths_pad_op_test.py 2022-11-23T00:53:05.3199191Z [ 18%] Generating python/operator_test/lengths_reducer_fused_nbit_rowwise_ops_test.py 2022-11-23T00:53:05.3322665Z [ 18%] Generating python/operator_test/lengths_tile_op_test.py 2022-11-23T00:53:05.3445748Z [ 18%] Generating python/operator_test/lengths_top_k_ops_test.py 2022-11-23T00:53:05.3568649Z [ 18%] Generating python/operator_test/listwise_l2r_operator_test.py 2022-11-23T00:53:05.3716391Z [ 18%] Generating python/operator_test/load_save_test.py 2022-11-23T00:53:05.3845992Z [ 18%] Generating python/operator_test/locally_connected_op_test.py 2022-11-23T00:53:05.3920167Z [ 18%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_helpers.cc.o 2022-11-23T00:53:05.3972469Z [ 18%] Generating python/operator_test/loss_ops_test.py 2022-11-23T00:53:05.4092508Z [ 18%] Generating python/operator_test/lpnorm_op_test.py 2022-11-23T00:53:05.4207727Z [ 18%] Generating python/operator_test/map_ops_test.py 2022-11-23T00:53:05.4353379Z [ 18%] Generating python/operator_test/margin_loss_l2r_operator_test.py 2022-11-23T00:53:05.4469651Z [ 18%] Generating python/operator_test/margin_ranking_criterion_op_test.py 2022-11-23T00:53:05.4568182Z [ 19%] Generating python/operator_test/math_ops_test.py 2022-11-23T00:53:05.4680166Z [ 19%] Generating python/operator_test/matmul_op_test.py 2022-11-23T00:53:05.4787470Z [ 19%] Generating python/operator_test/mean_op_test.py 2022-11-23T00:53:05.4873199Z [ 19%] Generating python/operator_test/merge_id_lists_op_test.py 2022-11-23T00:53:05.4964039Z [ 19%] Generating python/operator_test/mkl_conv_op_test.py 2022-11-23T00:53:05.5053370Z [ 19%] Generating python/operator_test/mkl_packed_fc_op_test.py 2022-11-23T00:53:05.5149564Z [ 19%] Generating python/operator_test/mod_op_test.py 2022-11-23T00:53:05.5195533Z [ 19%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reorder_utils.cpp.o 2022-11-23T00:53:05.5252047Z [ 19%] Generating python/operator_test/moments_op_test.py 2022-11-23T00:53:05.5412454Z [ 19%] Generating python/operator_test/momentum_sgd_test.py 2022-11-23T00:53:05.5513535Z [ 19%] Generating python/operator_test/mpi_test.py 2022-11-23T00:53:05.5642857Z [ 19%] Generating python/operator_test/mul_gradient_benchmark.py 2022-11-23T00:53:05.5726165Z [ 19%] Generating python/operator_test/negate_gradient_op_test.py 2022-11-23T00:53:05.5834386Z [ 19%] Generating python/operator_test/ngram_ops_test.py 2022-11-23T00:53:05.5965964Z [ 19%] Generating python/operator_test/normalize_op_test.py 2022-11-23T00:53:05.6066726Z [ 19%] Generating python/operator_test/numpy_tile_op_test.py 2022-11-23T00:53:05.6154429Z [ 19%] Generating python/operator_test/one_hot_ops_test.py 2022-11-23T00:53:05.6238070Z [ 19%] Generating python/operator_test/onnx_while_test.py 2022-11-23T00:53:05.6331205Z [ 19%] Generating python/operator_test/order_switch_test.py 2022-11-23T00:53:05.6374860Z [ 19%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_map_field.cc.o 2022-11-23T00:53:05.6430522Z [ 19%] Generating python/operator_test/pack_ops_test.py 2022-11-23T00:53:05.6596364Z [ 19%] Generating python/operator_test/pack_rnn_sequence_op_test.py 2022-11-23T00:53:05.6701129Z [ 19%] Generating python/operator_test/pad_test.py 2022-11-23T00:53:05.6801533Z [ 19%] Generating python/operator_test/partition_ops_test.py 2022-11-23T00:53:05.6945509Z [ 19%] Generating python/operator_test/percentile_op_test.py 2022-11-23T00:53:05.7064064Z [ 19%] Generating python/operator_test/piecewise_linear_transform_test.py 2022-11-23T00:53:05.7163871Z [ 19%] Generating python/operator_test/pooling_test.py 2022-11-23T00:53:05.7267710Z [ 19%] Generating python/operator_test/prepend_dim_test.py 2022-11-23T00:53:05.7334386Z [ 19%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_resampling.cpp.o 2022-11-23T00:53:05.7375050Z [ 19%] Generating python/operator_test/python_op_test.py 2022-11-23T00:53:05.7557558Z [ 19%] Generating python/operator_test/quantile_test.py 2022-11-23T00:53:05.7677181Z [ 19%] Generating python/operator_test/rand_quantization_op_speed_test.py 2022-11-23T00:53:05.7788451Z [ 19%] Generating python/operator_test/rank_loss_operator_test.py 2022-11-23T00:53:05.7902515Z [ 19%] Generating python/operator_test/rebatching_queue_test.py 2022-11-23T00:53:05.8016213Z [ 19%] Generating python/operator_test/record_queue_test.py 2022-11-23T00:53:05.8130335Z [ 19%] Generating python/operator_test/recurrent_net_executor_test.py 2022-11-23T00:53:05.8197963Z [ 19%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message.cc.o 2022-11-23T00:53:05.8246938Z [ 19%] Generating python/operator_test/recurrent_network_test.py 2022-11-23T00:53:05.8371472Z [ 19%] Generating python/operator_test/reduce_ops_test.py 2022-11-23T00:53:05.8499295Z [ 19%] Generating python/operator_test/reduction_ops_test.py 2022-11-23T00:53:05.8616111Z [ 19%] Generating python/operator_test/reshape_ops_test.py 2022-11-23T00:53:05.8730927Z [ 19%] Generating python/operator_test/resize_op_test.py 2022-11-23T00:53:05.8854028Z [ 19%] Generating python/operator_test/rmac_regions_op_test.py 2022-11-23T00:53:05.8969874Z [ 19%] Generating python/operator_test/rms_norm_op_test.py 2022-11-23T00:53:05.9081839Z [ 19%] Generating python/operator_test/rnn_cell_test.py 2022-11-23T00:53:05.9198196Z [ 19%] Generating python/operator_test/roi_align_rotated_op_test.py 2022-11-23T00:53:05.9315583Z [ 19%] Generating python/operator_test/rowwise_counter_test.py 2022-11-23T00:53:05.9444599Z [ 19%] Generating python/operator_test/scale_op_test.py 2022-11-23T00:53:05.9560952Z [ 19%] Generating python/operator_test/segment_ops_test.py 2022-11-23T00:53:05.9671149Z [ 19%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_resampling_kernel.cpp.o 2022-11-23T00:53:05.9674496Z [ 19%] Generating python/operator_test/self_binning_histogram_test.py 2022-11-23T00:53:05.9833528Z [ 19%] Generating python/operator_test/selu_op_test.py 2022-11-23T00:53:06.0005181Z [ 19%] Generating python/operator_test/sequence_ops_test.py 2022-11-23T00:53:06.0121105Z [ 19%] Generating python/operator_test/shape_inference_test.py 2022-11-23T00:53:06.0240909Z [ 19%] Generating python/operator_test/sinusoid_position_encoding_op_test.py 2022-11-23T00:53:06.0373749Z [ 19%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message_field.cc.o 2022-11-23T00:53:06.0394047Z [ 19%] Generating python/operator_test/softmax_ops_test.py 2022-11-23T00:53:06.0531534Z [ 19%] Generating python/operator_test/softplus_op_test.py 2022-11-23T00:53:06.0655873Z [ 19%] Generating python/operator_test/sparse_dropout_with_replacement_op_test.py 2022-11-23T00:53:06.0761148Z [ 19%] Generating python/operator_test/sparse_gradient_checker_test.py 2022-11-23T00:53:06.0921492Z [ 19%] Generating python/operator_test/sparse_itemwise_dropout_with_replacement_op_test.py 2022-11-23T00:53:06.1012342Z [ 19%] Generating python/operator_test/sparse_lengths_sum_benchmark.py 2022-11-23T00:53:06.1123552Z [ 19%] Generating python/operator_test/sparse_lp_regularizer_test.py 2022-11-23T00:53:06.1230720Z [ 19%] Generating python/operator_test/sparse_normalize_test.py 2022-11-23T00:53:06.1313121Z [ 19%] Generating python/operator_test/sparse_ops_test.py 2022-11-23T00:53:06.1424048Z [ 19%] Generating python/operator_test/sparse_to_dense_mask_op_test.py 2022-11-23T00:53:06.1543263Z [ 19%] Generating python/operator_test/spatial_bn_op_test.py 2022-11-23T00:53:06.1678940Z [ 19%] Generating python/operator_test/specialized_segment_ops_test.py 2022-11-23T00:53:06.1765061Z [ 19%] Generating python/operator_test/split_op_cost_test.py 2022-11-23T00:53:06.1852247Z [ 19%] Generating python/operator_test/square_root_divide_op_test.py 2022-11-23T00:53:06.1939008Z [ 19%] Generating python/operator_test/stats_ops_test.py 2022-11-23T00:53:06.2034779Z [ 19%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_softmax.cpp.o 2022-11-23T00:53:06.2062691Z [ 19%] Generating python/operator_test/stats_put_ops_test.py 2022-11-23T00:53:06.2190581Z [ 19%] Generating python/operator_test/storm_test.py 2022-11-23T00:53:06.2377145Z [ 19%] Generating python/operator_test/string_ops_test.py 2022-11-23T00:53:06.2527563Z [ 19%] Generating python/operator_test/text_file_reader_test.py 2022-11-23T00:53:06.2669305Z [ 19%] Generating python/operator_test/thresholded_relu_op_test.py 2022-11-23T00:53:06.2721474Z [ 19%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc.o 2022-11-23T00:53:06.2789989Z [ 19%] Generating python/operator_test/tile_op_test.py 2022-11-23T00:53:06.2920502Z [ 19%] Generating python/operator_test/top_k_test.py 2022-11-23T00:53:06.3061384Z [ 19%] Generating python/operator_test/torch_integration_test.py 2022-11-23T00:53:06.3186873Z [ 19%] Generating python/operator_test/transpose_op_test.py 2022-11-23T00:53:06.3279404Z [ 19%] Generating python/operator_test/trigonometric_op_test.py 2022-11-23T00:53:06.3397271Z [ 19%] Generating python/operator_test/unique_ops_test.py 2022-11-23T00:53:06.3506504Z [ 19%] Generating python/operator_test/unique_uniform_fill_op_test.py 2022-11-23T00:53:06.3636015Z [ 19%] Generating python/operator_test/unsafe_coalesce_test.py 2022-11-23T00:53:06.3767438Z [ 19%] Generating python/operator_test/upsample_op_test.py 2022-11-23T00:53:06.3883866Z [ 20%] Generating python/operator_test/utility_ops_test.py 2022-11-23T00:53:06.3986941Z [ 20%] Generating python/operator_test/video_input_op_test.py 2022-11-23T00:53:06.4090087Z [ 20%] Generating python/operator_test/weight_scale_test.py 2022-11-23T00:53:06.4211800Z [ 20%] Generating python/operator_test/weighted_multi_sample_test.py 2022-11-23T00:53:06.4328785Z [ 20%] Generating python/operator_test/weighted_sample_test.py 2022-11-23T00:53:06.4361163Z [ 20%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_tbb_batch_normalization.cpp.o 2022-11-23T00:53:06.4446846Z [ 20%] Generating python/operator_test/weighted_sum_test.py 2022-11-23T00:53:06.4589600Z [ 20%] Generating python/operator_test/wngrad_test.py 2022-11-23T00:53:06.4715507Z [ 20%] Generating python/optimizer.py 2022-11-23T00:53:06.4855536Z [ 20%] Generating python/optimizer_context.py 2022-11-23T00:53:06.4861670Z [ 20%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc.o 2022-11-23T00:53:06.4995931Z [ 20%] Generating python/optimizer_test.py 2022-11-23T00:53:06.5132417Z [ 20%] Generating python/optimizer_test_util.py 2022-11-23T00:53:06.5226332Z [ 20%] Generating python/parallel_workers.py 2022-11-23T00:53:06.5311557Z [ 20%] Generating python/parallel_workers_test.py 2022-11-23T00:53:06.5426425Z [ 20%] Generating python/parallelize_bmuf_distributed_test.py 2022-11-23T00:53:06.5541589Z [ 20%] Generating python/pipeline.py 2022-11-23T00:53:06.5675011Z [ 20%] Generating python/pipeline_test.py 2022-11-23T00:53:06.5796217Z [ 20%] Generating python/predictor/__init__.py 2022-11-23T00:53:06.5896159Z [ 20%] Generating python/predictor/mobile_exporter.py 2022-11-23T00:53:06.6010625Z [ 20%] Generating python/predictor/mobile_exporter_test.py 2022-11-23T00:53:06.6130679Z [ 20%] Generating python/predictor/predictor_exporter.py 2022-11-23T00:53:06.6244526Z [ 20%] Generating python/predictor/predictor_exporter_test.py 2022-11-23T00:53:06.6351055Z [ 20%] Generating python/predictor/predictor_py_utils.py 2022-11-23T00:53:06.6466174Z [ 20%] Generating python/predictor/predictor_test.py 2022-11-23T00:53:06.6583304Z [ 20%] Generating python/predictor/serde.py 2022-11-23T00:53:06.6695945Z [ 20%] Generating python/predictor_constants.py 2022-11-23T00:53:06.6797491Z [ 20%] Generating python/python_op_test.py 2022-11-23T00:53:06.6895292Z [ 20%] Generating python/queue_util.py 2022-11-23T00:53:06.7019545Z [ 20%] Generating python/record_queue.py 2022-11-23T00:53:06.7081876Z [ 20%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_1x1_conv_kernel.cpp.o 2022-11-23T00:53:06.7138878Z [ 20%] Generating python/recurrent.py 2022-11-23T00:53:06.7195702Z [ 20%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_service.cc.o 2022-11-23T00:53:06.7282186Z [ 20%] Generating python/regularizer.py 2022-11-23T00:53:06.7437033Z [ 20%] Generating python/regularizer_context.py 2022-11-23T00:53:06.7594954Z [ 20%] Generating python/regularizer_test.py 2022-11-23T00:53:06.7721183Z [ 20%] Generating python/rnn/__init__.py 2022-11-23T00:53:06.7824170Z [ 20%] Generating python/rnn/lstm_comparison.py 2022-11-23T00:53:06.7909355Z [ 20%] Generating python/rnn/rnn_cell_test_util.py 2022-11-23T00:53:06.8005358Z [ 20%] Generating python/rnn_cell.py 2022-11-23T00:53:06.8122582Z [ 20%] Generating python/schema.py 2022-11-23T00:53:06.8281432Z [ 20%] Generating python/schema_test.py 2022-11-23T00:53:06.8383546Z [ 20%] Generating python/scope.py 2022-11-23T00:53:06.8474062Z [ 20%] Generating python/scope_test.py 2022-11-23T00:53:06.8579564Z [ 20%] Generating python/serialized_test/__init__.py 2022-11-23T00:53:06.8688134Z [ 20%] Generating python/serialized_test/coverage.py 2022-11-23T00:53:06.8785804Z [ 20%] Generating python/serialized_test/serialized_test_util.py 2022-11-23T00:53:06.8935213Z [ 20%] Generating python/session.py 2022-11-23T00:53:06.9039811Z [ 20%] Generating python/session_test.py 2022-11-23T00:53:06.9129288Z [ 20%] Generating python/sparse_to_dense_mask_test.py 2022-11-23T00:53:06.9244725Z [ 20%] Generating python/sparse_to_dense_test.py 2022-11-23T00:53:06.9342583Z [ 20%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_1x1_convolution.cpp.o 2022-11-23T00:53:06.9347031Z [ 20%] Generating python/task.py 2022-11-23T00:53:06.9487750Z [ 20%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_string_field.cc.o 2022-11-23T00:53:06.9493478Z [ 20%] Generating python/task_test.py 2022-11-23T00:53:06.9617521Z [ 20%] Generating python/test/__init__.py 2022-11-23T00:53:06.9732936Z [ 20%] Generating python/test/blob_deallocation_test.py 2022-11-23T00:53:06.9829704Z [ 20%] Generating python/test/do_op_test.py 2022-11-23T00:53:06.9973345Z [ 20%] Generating python/test/executor_test.py 2022-11-23T00:53:07.0069093Z [ 20%] Generating python/test/executor_test_util.py 2022-11-23T00:53:07.0182227Z [ 20%] Generating python/test/fakefp16_transform_test.py 2022-11-23T00:53:07.0297354Z [ 20%] Generating python/test/gpu_context_test.py 2022-11-23T00:53:07.0404224Z [ 20%] Generating python/test/inference_lstm_op_test.py 2022-11-23T00:53:07.0487680Z [ 20%] Generating python/test/python_protobuf_test.py 2022-11-23T00:53:07.0598688Z [ 20%] Generating python/test_util.py 2022-11-23T00:53:07.0713090Z [ 20%] Generating python/text_file_reader.py 2022-11-23T00:53:07.0826862Z [ 20%] Generating python/timeout_guard.py 2022-11-23T00:53:07.0941869Z [ 20%] Generating python/toy_regression_test.py 2022-11-23T00:53:07.1061835Z [ 20%] Generating python/transformations.py 2022-11-23T00:53:07.1152154Z [ 20%] Generating python/transformations_test.py 2022-11-23T00:53:07.1236919Z [ 20%] Generating python/trt/__init__.py 2022-11-23T00:53:07.1327492Z [ 20%] Generating python/trt/test_pt_onnx_trt.py 2022-11-23T00:53:07.1432251Z [ 20%] Generating python/trt/test_trt.py 2022-11-23T00:53:07.1451108Z [ 20%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_conv_kernel.cpp.o 2022-11-23T00:53:07.1495762Z [ 20%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc.o 2022-11-23T00:53:07.1536701Z [ 20%] Generating python/trt/transform.py 2022-11-23T00:53:07.1717752Z [ 20%] Generating python/tt_core.py 2022-11-23T00:53:07.1842674Z [ 20%] Generating python/tt_core_test.py 2022-11-23T00:53:07.1998478Z [ 20%] Generating python/utils.py 2022-11-23T00:53:07.2155324Z [ 20%] Generating python/utils_test.py 2022-11-23T00:53:07.2280577Z [ 20%] Generating python/visualize.py 2022-11-23T00:53:07.2398029Z [ 20%] Generating python/workspace.py 2022-11-23T00:53:07.2508698Z [ 20%] Generating python/workspace_test.py 2022-11-23T00:53:07.2639384Z [ 20%] Generating quantization/__init__.py 2022-11-23T00:53:07.2746002Z [ 20%] Generating quantization/server/__init__.py 2022-11-23T00:53:07.2837059Z [ 20%] Generating quantization/server/batch_matmul_dnnlowp_op_test.py 2022-11-23T00:53:07.2943528Z [ 20%] Generating quantization/server/batch_permutation_dnnlowp_op_test.py 2022-11-23T00:53:07.3047734Z [ 20%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum.cc.o 2022-11-23T00:53:07.3065188Z [ 20%] Generating quantization/server/channel_shuffle_dnnlowp_op_test.py 2022-11-23T00:53:07.3249454Z [ 21%] Generating quantization/server/compute_equalization_scale_test.py 2022-11-23T00:53:07.3395921Z [ 21%] Generating quantization/server/concat_dnnlowp_op_test.py 2022-11-23T00:53:07.3547087Z [ 21%] Generating quantization/server/conv_depthwise_dnnlowp_op_test.py 2022-11-23T00:53:07.3670649Z [ 21%] Generating quantization/server/conv_dnnlowp_acc16_op_test.py 2022-11-23T00:53:07.3774656Z [ 21%] Generating quantization/server/conv_dnnlowp_op_test.py 2022-11-23T00:53:07.3881883Z [ 21%] Generating quantization/server/conv_groupwise_dnnlowp_acc16_op_test.py 2022-11-23T00:53:07.3994578Z [ 21%] Generating quantization/server/conv_groupwise_dnnlowp_op_test.py 2022-11-23T00:53:07.4096744Z [ 21%] Generating quantization/server/dequantize_dnnlowp_op_test.py 2022-11-23T00:53:07.4144240Z [ 21%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_convolution.cpp.o 2022-11-23T00:53:07.4242912Z [ 21%] Generating quantization/server/dnnlowp_test_utils.py 2022-11-23T00:53:07.4360037Z [ 21%] Generating quantization/server/elementwise_add_dnnlowp_op_test.py 2022-11-23T00:53:07.4473400Z [ 21%] Generating quantization/server/elementwise_linear_dnnlowp_op_test.py 2022-11-23T00:53:07.4623738Z [ 21%] Generating quantization/server/elementwise_mul_dnnlowp_op_test.py 2022-11-23T00:53:07.4726195Z [ 21%] Generating quantization/server/elementwise_sum_dnnlowp_op_test.py 2022-11-23T00:53:07.4839237Z [ 21%] Generating quantization/server/fully_connected_dnnlowp_acc16_op_test.py 2022-11-23T00:53:07.4957680Z [ 21%] Generating quantization/server/fully_connected_dnnlowp_op_test.py 2022-11-23T00:53:07.5060371Z [ 21%] Generating quantization/server/fully_connected_fp16_test.py 2022-11-23T00:53:07.5166445Z [ 21%] Generating quantization/server/fully_connected_rowwise_dnnlowp_op_test.py 2022-11-23T00:53:07.5234872Z [ 21%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum_field.cc.o 2022-11-23T00:53:07.5273171Z [ 21%] Generating quantization/server/gather_dnnlowp_op_test.py 2022-11-23T00:53:07.5404780Z [ 21%] Generating quantization/server/group_norm_dnnlowp_op_test.py 2022-11-23T00:53:07.5521698Z [ 21%] Generating quantization/server/int8_gen_quant_params_min_max_test.py 2022-11-23T00:53:07.5639117Z [ 21%] Generating quantization/server/int8_gen_quant_params_test.py 2022-11-23T00:53:07.5759881Z [ 21%] Generating quantization/server/int8_quant_scheme_blob_fill_test.py 2022-11-23T00:53:07.5890047Z [ 21%] Generating quantization/server/lstm_unit_dnnlowp_op_test.py 2022-11-23T00:53:07.6003400Z [ 21%] Generating quantization/server/observer_test.py 2022-11-23T00:53:07.6094598Z [ 21%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_deconvolution.cpp.o 2022-11-23T00:53:07.6137700Z [ 21%] Generating quantization/server/pool_dnnlowp_op_test.py 2022-11-23T00:53:07.6269840Z [ 21%] Generating quantization/server/quantize_dnnlowp_op_test.py 2022-11-23T00:53:07.6385707Z [ 21%] Generating quantization/server/relu_dnnlowp_op_test.py 2022-11-23T00:53:07.6503308Z [ 21%] Generating quantization/server/resize_nearest_3d_dnnlowp_op_test.py 2022-11-23T00:53:07.6620141Z [ 21%] Generating quantization/server/resize_nearest_dnnlowp_op_test.py 2022-11-23T00:53:07.6736113Z [ 21%] Generating quantization/server/sigmoid_dnnlowp_op_test.py 2022-11-23T00:53:07.6850653Z [ 21%] Generating quantization/server/spatial_batch_norm_dnnlowp_op_test.py 2022-11-23T00:53:07.6949689Z [ 21%] Generating quantization/server/tanh_dnnlowp_op_test.py 2022-11-23T00:53:07.7055194Z [ 21%] Generating quantization/server/utils.py 2022-11-23T00:53:07.7156150Z [ 21%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_field_base.cc.o 2022-11-23T00:53:07.7239540Z [ 21%] Built target python_copy_files 2022-11-23T00:53:07.7304611Z [ 21%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_generator.cc.o 2022-11-23T00:53:07.8381821Z [ 21%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn.cpp.o 2022-11-23T00:53:07.9280053Z [ 21%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_helpers.cc.o 2022-11-23T00:53:07.9802071Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_map_field.cc.o 2022-11-23T00:53:08.0323966Z [ 22%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_bwd_base.cpp.o 2022-11-23T00:53:08.1033785Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message.cc.o 2022-11-23T00:53:08.2120033Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message_field.cc.o 2022-11-23T00:53:08.2563121Z [ 22%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_bwd_blocked.cpp.o 2022-11-23T00:53:08.3159403Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc.o 2022-11-23T00:53:08.4472581Z [ 22%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_fwd_base.cpp.o 2022-11-23T00:53:08.4478118Z [ 22%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_bwd_nhwc.cpp.o 2022-11-23T00:53:08.5494213Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc.o 2022-11-23T00:53:08.6767247Z [ 22%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_fwd_blocked.cpp.o 2022-11-23T00:53:08.6913861Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc.o 2022-11-23T00:53:08.8058455Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc.o 2022-11-23T00:53:08.8600282Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc.o 2022-11-23T00:53:08.8811288Z [ 22%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_fwd_nhwc.cpp.o 2022-11-23T00:53:08.8894979Z [ 22%] Built target torch_python_stubs 2022-11-23T00:53:08.9005658Z [ 22%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_uni_lrn.cpp.o 2022-11-23T00:53:09.0030450Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc.o 2022-11-23T00:53:09.0808674Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc.o 2022-11-23T00:53:09.1248613Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_context.cc.o 2022-11-23T00:53:09.1308207Z [ 22%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_uni_lrn_kernel.cpp.o 2022-11-23T00:53:09.2270037Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_doc_comment.cc.o 2022-11-23T00:53:09.2962322Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum.cc.o 2022-11-23T00:53:09.3646280Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field.cc.o 2022-11-23T00:53:09.3812259Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field_lite.cc.o 2022-11-23T00:53:09.4080016Z [ 22%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul.cpp.o 2022-11-23T00:53:09.5073275Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_lite.cc.o 2022-11-23T00:53:09.5492228Z [ 22%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul_copy_utils.cpp.o 2022-11-23T00:53:09.5777277Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension.cc.o 2022-11-23T00:53:09.6897639Z [ 22%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul_utils.cpp.o 2022-11-23T00:53:09.7360095Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension_lite.cc.o 2022-11-23T00:53:09.7804256Z [ 22%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_backward.cpp.o 2022-11-23T00:53:09.8153429Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_field.cc.o 2022-11-23T00:53:09.9077747Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_file.cc.o 2022-11-23T00:53:09.9294044Z [ 22%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_base_kernel.cpp.o 2022-11-23T00:53:09.9840910Z [ 22%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_forward.cpp.o 2022-11-23T00:53:10.0507265Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator.cc.o 2022-11-23T00:53:10.0895866Z [ 22%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_reduction_kernel.cpp.o 2022-11-23T00:53:10.1039914Z [ 22%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_utils.cpp.o 2022-11-23T00:53:10.1787075Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator_factory.cc.o 2022-11-23T00:53:10.2781805Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_helpers.cc.o 2022-11-23T00:53:10.2964707Z [ 22%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_uni_prelu_backward_kernel.cpp.o 2022-11-23T00:53:10.3541110Z [ 22%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_uni_prelu_forward_kernel.cpp.o 2022-11-23T00:53:10.3591299Z [ 22%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_bwd.cpp.o 2022-11-23T00:53:10.5093552Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field.cc.o 2022-11-23T00:53:10.5312803Z [ 22%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_fwd.cpp.o 2022-11-23T00:53:10.5348698Z [ 22%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_reorders.cpp.o 2022-11-23T00:53:10.5508362Z [ 22%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_utils.cpp.o 2022-11-23T00:53:10.7441011Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field_lite.cc.o 2022-11-23T00:53:10.7455383Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message.cc.o 2022-11-23T00:53:10.7680938Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder.cc.o 2022-11-23T00:53:10.7725942Z [ 22%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/jit_brgemm_transpose_single_row.cpp.o 2022-11-23T00:53:10.9236248Z [ 22%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/jit_diff_weights_peephole.cpp.o 2022-11-23T00:53:10.9472575Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder_lite.cc.o 2022-11-23T00:53:11.0140709Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field_lite.cc.o 2022-11-23T00:53:11.0146670Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field.cc.o 2022-11-23T00:53:11.1107114Z [ 22%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/jit_gates_reduction.cpp.o 2022-11-23T00:53:11.1615832Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_lite.cc.o 2022-11-23T00:53:11.1978254Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_name_resolver.cc.o 2022-11-23T00:53:11.2652540Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field.cc.o 2022-11-23T00:53:11.3291938Z [ 22%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/rnn_brgemm_utils.cpp.o 2022-11-23T00:53:11.3598687Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field_lite.cc.o 2022-11-23T00:53:11.3762340Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_service.cc.o 2022-11-23T00:53:11.5021467Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_shared_code_generator.cc.o 2022-11-23T00:53:11.5057905Z [ 22%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/shuffle/jit_uni_shuffle.cpp.o 2022-11-23T00:53:11.6014407Z [ 22%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/shuffle/jit_uni_shuffle_kernel.cpp.o 2022-11-23T00:53:11.6228608Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field.cc.o 2022-11-23T00:53:11.7102099Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field_lite.cc.o 2022-11-23T00:53:11.7494315Z [ 22%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/utils/jit_io_helper.cpp.o 2022-11-23T00:53:11.8178089Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/js_generator.cc.o 2022-11-23T00:53:11.8428342Z [ 22%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2022-11-23T00:53:11.9112111Z [ 22%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2022-11-23T00:53:11.9371419Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/well_known_types_embed.cc.o 2022-11-23T00:53:11.9697545Z [ 22%] Built target dnnl_cpu_x64 2022-11-23T00:53:11.9834383Z [ 22%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2022-11-23T00:53:11.9871827Z [ 22%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2022-11-23T00:53:12.0082055Z [ 22%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2022-11-23T00:53:12.0119765Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum.cc.o 2022-11-23T00:53:12.0386159Z [ 22%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2022-11-23T00:53:12.0583545Z [ 22%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2022-11-23T00:53:12.0816827Z [ 22%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2022-11-23T00:53:12.0974710Z [ 22%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2022-11-23T00:53:12.1466222Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc.o 2022-11-23T00:53:12.1563291Z [ 22%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2022-11-23T00:53:12.1650730Z [ 22%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2022-11-23T00:53:12.2072816Z [ 22%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2022-11-23T00:53:12.2205817Z [ 22%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2022-11-23T00:53:12.2314423Z [ 22%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2022-11-23T00:53:12.2732868Z [ 22%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2022-11-23T00:53:12.2947176Z [ 22%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2022-11-23T00:53:12.3041881Z [ 22%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2022-11-23T00:53:12.3088622Z [ 22%] Built target generate-torch-sources 2022-11-23T00:53:12.3164776Z [ 22%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2022-11-23T00:53:12.3461606Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_extension.cc.o 2022-11-23T00:53:12.3597769Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_field.cc.o 2022-11-23T00:53:12.3694148Z [ 22%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-output.c.o 2022-11-23T00:53:12.3703808Z [ 22%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2022-11-23T00:53:12.4011057Z [ 22%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2022-11-23T00:53:12.4241925Z [ 22%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-input-gradient.c.o 2022-11-23T00:53:12.4299110Z [ 22%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2022-11-23T00:53:12.4575013Z [ 22%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2022-11-23T00:53:12.4913394Z [ 22%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2022-11-23T00:53:12.5202228Z [ 22%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2022-11-23T00:53:12.5384925Z [ 22%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-kernel.c.o 2022-11-23T00:53:12.5470662Z [ 22%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2022-11-23T00:53:12.5491670Z [ 22%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2022-11-23T00:53:12.5679273Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_file.cc.o 2022-11-23T00:53:12.5866062Z [ 22%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2022-11-23T00:53:12.5967634Z [ 22%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/fully-connected-output.c.o 2022-11-23T00:53:12.6234808Z [ 22%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2022-11-23T00:53:12.6238422Z [ 22%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2022-11-23T00:53:12.6617917Z [ 22%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/max-pooling-output.c.o 2022-11-23T00:53:12.6717058Z [ 22%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2022-11-23T00:53:12.6789315Z [ 22%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2022-11-23T00:53:12.6979987Z [ 22%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2022-11-23T00:53:12.7225881Z [ 22%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/softmax-output.c.o 2022-11-23T00:53:12.7446407Z [ 22%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2022-11-23T00:53:12.7491121Z [ 22%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2022-11-23T00:53:12.7645794Z [ 22%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2022-11-23T00:53:12.7839748Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_generator.cc.o 2022-11-23T00:53:12.7898926Z [ 22%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-output.c.o 2022-11-23T00:53:12.8096303Z [ 22%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-input-gradient.c.o 2022-11-23T00:53:12.8137196Z [ 22%] Linking C static library ../../lib/libcpuinfo_internals.a 2022-11-23T00:53:12.8374706Z [ 22%] Built target cpuinfo_internals 2022-11-23T00:53:12.8426879Z [ 22%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2022-11-23T00:53:12.8453305Z [ 22%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2022-11-23T00:53:12.8769210Z [ 22%] Linking C static library ../../lib/libnnpack_reference_layers.a 2022-11-23T00:53:12.9020418Z [ 22%] Built target nnpack_reference_layers 2022-11-23T00:53:12.9077500Z [ 22%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2022-11-23T00:53:12.9171678Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.o 2022-11-23T00:53:12.9184644Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc.o 2022-11-23T00:53:12.9685067Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message.cc.o 2022-11-23T00:53:12.9830369Z [ 22%] Linking C static library ../../lib/libcpuinfo.a 2022-11-23T00:53:13.0119875Z [ 22%] Built target cpuinfo 2022-11-23T00:53:13.0260494Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2022-11-23T00:53:13.1046169Z [ 22%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc.o 2022-11-23T00:53:13.1169728Z [ 22%] Built target indirection 2022-11-23T00:53:13.1326637Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-11-23T00:53:13.1327274Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/packing.dir/src/packing.c.o 2022-11-23T00:53:13.1348685Z [ 22%] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch32-assembler.cc.o 2022-11-23T00:53:13.1378249Z [ 22%] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch64-assembler.cc.o 2022-11-23T00:53:13.1983444Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-11-23T00:53:13.2227824Z [ 22%] Built target packing 2022-11-23T00:53:13.2673131Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/argmax-pooling-nhwc.c.o 2022-11-23T00:53:13.2689536Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/average-pooling-nhwc.c.o 2022-11-23T00:53:13.2703734Z [ 23%] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/assembler.cc.o 2022-11-23T00:53:13.2861265Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-11-23T00:53:13.3320813Z [ 23%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc.o 2022-11-23T00:53:13.3421299Z [ 23%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc.o 2022-11-23T00:53:13.3519238Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/binary-elementwise-nd.c.o 2022-11-23T00:53:13.3567919Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/memory.c.o 2022-11-23T00:53:13.3716392Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-11-23T00:53:13.4360474Z [ 23%] Built target jit 2022-11-23T00:53:13.4406838Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/4x-scalar-c1.c.o 2022-11-23T00:53:13.4438834Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9p8x-scalar-c1.c.o 2022-11-23T00:53:13.4525081Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/channel-shuffle-nc.c.o 2022-11-23T00:53:13.5079614Z [ 23%] Building CXX object third_party/googletest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o 2022-11-23T00:53:13.5119822Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9x-scalar-c1.c.o 2022-11-23T00:53:13.5432576Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/constant-pad-nd.c.o 2022-11-23T00:53:13.5663871Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/convolution-nchw.c.o 2022-11-23T00:53:13.5763663Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T00:53:13.5824315Z [ 23%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/php/php_generator.cc.o 2022-11-23T00:53:13.6355212Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/convolution-nhwc.c.o 2022-11-23T00:53:13.6365771Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9x-minmax-scalar-c1.c.o 2022-11-23T00:53:13.6414926Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc/3x3s2p0p1c3x4-scalar-1x1.c.o 2022-11-23T00:53:13.6844101Z [ 23%] Linking CXX static library ../../../lib/libgmock.a 2022-11-23T00:53:13.7069008Z [ 23%] Built target gmock 2022-11-23T00:53:13.7198408Z [ 23%] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o 2022-11-23T00:53:13.7201890Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc/3x3s2p1c3x4-scalar-1x1.c.o 2022-11-23T00:53:13.7240134Z [ 23%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o 2022-11-23T00:53:13.7278830Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/deconvolution-nhwc.c.o 2022-11-23T00:53:13.7972529Z [ 23%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.cc.o 2022-11-23T00:53:13.8123851Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-scalar-1x1.c.o 2022-11-23T00:53:13.8180352Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/depth-to-space-nchw2nhwc.c.o 2022-11-23T00:53:13.8416294Z [ 23%] Linking CXX static library ../../../lib/libbenchmark_main.a 2022-11-23T00:53:13.8458460Z [ 23%] Linking CXX static library ../../../lib/libgtest_main.a 2022-11-23T00:53:13.8657429Z [ 23%] Built target benchmark_main 2022-11-23T00:53:13.8689179Z [ 23%] Built target gtest_main 2022-11-23T00:53:13.8724999Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/depth-to-space-nhwc.c.o 2022-11-23T00:53:13.8732861Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/fully-connected-nc.c.o 2022-11-23T00:53:13.8798833Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-minmax-scalar-acc2.c.o 2022-11-23T00:53:13.8925449Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-minmax-scalar.c.o 2022-11-23T00:53:13.9444685Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-scalar-acc2.c.o 2022-11-23T00:53:13.9479906Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/global-average-pooling-ncw.c.o 2022-11-23T00:53:13.9601836Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/global-average-pooling-nwc.c.o 2022-11-23T00:53:13.9718331Z [ 23%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.pb.cc.o 2022-11-23T00:53:13.9996205Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-scalar.c.o 2022-11-23T00:53:14.0151367Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-minmax-scalar-acc2.c.o 2022-11-23T00:53:14.0411635Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/lut-elementwise-nc.c.o 2022-11-23T00:53:14.0602345Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/max-pooling-nhwc.c.o 2022-11-23T00:53:14.0706013Z [ 23%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/python/python_generator.cc.o 2022-11-23T00:53:14.1173730Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/prelu-nc.c.o 2022-11-23T00:53:14.1181506Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-minmax-scalar.c.o 2022-11-23T00:53:14.1523936Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/resize-bilinear-nchw.c.o 2022-11-23T00:53:14.1851578Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-scalar-acc2.c.o 2022-11-23T00:53:14.2037985Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/resize-bilinear-nhwc.c.o 2022-11-23T00:53:14.2229055Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/softmax-nc.c.o 2022-11-23T00:53:14.2324114Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/unary-elementwise-nc.c.o 2022-11-23T00:53:14.2563081Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-scalar.c.o 2022-11-23T00:53:14.2574302Z [ 23%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/ruby/ruby_generator.cc.o 2022-11-23T00:53:14.2836087Z [ 23%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/subprocess.cc.o 2022-11-23T00:53:14.2986668Z [ 23%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/zip_writer.cc.o 2022-11-23T00:53:14.3032782Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/unpooling-nhwc.c.o 2022-11-23T00:53:14.3302510Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-minmax-scalar-acc2.c.o 2022-11-23T00:53:14.3769711Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/abs.c.o 2022-11-23T00:53:14.4257800Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-minmax-scalar.c.o 2022-11-23T00:53:14.4269934Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-scalar-acc2.c.o 2022-11-23T00:53:14.4375917Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-scalar.c.o 2022-11-23T00:53:14.4504179Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/add2.c.o 2022-11-23T00:53:14.4505908Z [ 23%] Linking CXX static library ../../../lib/libprotoc.a 2022-11-23T00:53:14.5084642Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/argmax-pooling-2d.c.o 2022-11-23T00:53:14.5133194Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/average-pooling-2d.c.o 2022-11-23T00:53:14.5146030Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-minmax-scalar-acc2.c.o 2022-11-23T00:53:14.5224892Z [ 23%] Built target libprotoc 2022-11-23T00:53:14.5383747Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/EmbeddingSpMDM.cc.o 2022-11-23T00:53:14.5499752Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/bankers-rounding.c.o 2022-11-23T00:53:14.5783828Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-minmax-scalar.c.o 2022-11-23T00:53:14.5858439Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-scalar-acc2.c.o 2022-11-23T00:53:14.6060041Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-scalar.c.o 2022-11-23T00:53:14.6440683Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/EmbeddingSpMDMNBit.cc.o 2022-11-23T00:53:14.6556664Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-minmax-scalar-acc2.c.o 2022-11-23T00:53:14.6843660Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/ExecuteKernel.cc.o 2022-11-23T00:53:14.7027553Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/ceiling.c.o 2022-11-23T00:53:14.7270142Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-minmax-scalar.c.o 2022-11-23T00:53:14.7468811Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-scalar-acc2.c.o 2022-11-23T00:53:14.7859008Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/clamp.c.o 2022-11-23T00:53:14.8008101Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/convert.c.o 2022-11-23T00:53:14.8035871Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-scalar.c.o 2022-11-23T00:53:14.8302293Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/convolution-2d.c.o 2022-11-23T00:53:14.8611734Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/deconvolution-2d.c.o 2022-11-23T00:53:14.8636080Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/ExecuteKernelU8S8.cc.o 2022-11-23T00:53:14.8823533Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-minmax-scalar-acc2.c.o 2022-11-23T00:53:14.8900450Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/depth-to-space.c.o 2022-11-23T00:53:14.9022167Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/Fbgemm.cc.o 2022-11-23T00:53:14.9470224Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-minmax-scalar.c.o 2022-11-23T00:53:14.9491347Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/depthwise-convolution-2d.c.o 2022-11-23T00:53:14.9588297Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/divide.c.o 2022-11-23T00:53:15.0257145Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-scalar-acc2.c.o 2022-11-23T00:53:15.0346674Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-scalar.c.o 2022-11-23T00:53:15.0425523Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/elu.c.o 2022-11-23T00:53:15.0984004Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-minmax-scalar-acc2.c.o 2022-11-23T00:53:15.1047230Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-minmax-scalar.c.o 2022-11-23T00:53:15.1295843Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/floor.c.o 2022-11-23T00:53:15.1357871Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmBfloat16Convert.cc.o 2022-11-23T00:53:15.1358928Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/fully-connected.c.o 2022-11-23T00:53:15.1697155Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-scalar-acc2.c.o 2022-11-23T00:53:15.2085414Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmConv.cc.o 2022-11-23T00:53:15.2132810Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/global-average-pooling-2d.c.o 2022-11-23T00:53:15.2145912Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/hardswish.c.o 2022-11-23T00:53:15.2555419Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-scalar.c.o 2022-11-23T00:53:15.2834146Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFPCommon.cc.o 2022-11-23T00:53:15.3004191Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFP16.cc.o 2022-11-23T00:53:15.3013715Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/leaky-relu.c.o 2022-11-23T00:53:15.3271214Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-minmax-scalar-acc2.c.o 2022-11-23T00:53:15.3677771Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/EmbeddingSpMDMAvx2.cc.o 2022-11-23T00:53:15.3876976Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/max-pooling-2d.c.o 2022-11-23T00:53:15.4082410Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-minmax-scalar.c.o 2022-11-23T00:53:15.4678006Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/maximum2.c.o 2022-11-23T00:53:15.4871986Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmBfloat16ConvertAvx2.cc.o 2022-11-23T00:53:15.4960115Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-scalar-acc2.c.o 2022-11-23T00:53:15.5024067Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFloat16Convert.cc.o 2022-11-23T00:53:15.5078901Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-scalar.c.o 2022-11-23T00:53:15.5452998Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/minimum2.c.o 2022-11-23T00:53:15.5700453Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmI64.cc.o 2022-11-23T00:53:15.6002892Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1-acc2.c.o 2022-11-23T00:53:15.6179552Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/multiply2.c.o 2022-11-23T00:53:15.6391102Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmFloat16ConvertAvx2.cc.o 2022-11-23T00:53:15.6506280Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8Depthwise3DAvx2.cc.o 2022-11-23T00:53:15.6812834Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1-acc3.c.o 2022-11-23T00:53:15.7023870Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/negate.c.o 2022-11-23T00:53:15.7530186Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1-acc4.c.o 2022-11-23T00:53:15.8016370Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8DepthwiseAvx2.cc.o 2022-11-23T00:53:15.8256936Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/sigmoid.c.o 2022-11-23T00:53:15.8263922Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/prelu.c.o 2022-11-23T00:53:15.8442200Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmSparseDense.cc.o 2022-11-23T00:53:15.8666911Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1.c.o 2022-11-23T00:53:15.9028053Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmI8Spmdm.cc.o 2022-11-23T00:53:15.9051920Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/softmax.c.o 2022-11-23T00:53:15.9311868Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-2x1-acc2.c.o 2022-11-23T00:53:15.9933018Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/square-root.c.o 2022-11-23T00:53:15.9977135Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-2x1.c.o 2022-11-23T00:53:16.0149276Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-3x1.c.o 2022-11-23T00:53:16.0259190Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8DepthwisePerChannelQuantAvx2.cc.o 2022-11-23T00:53:16.0323012Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelDirectConvU8S8S32ACC32.cc.o 2022-11-23T00:53:16.0642421Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernel.cc.o 2022-11-23T00:53:16.0727903Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/square.c.o 2022-11-23T00:53:16.0823731Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-4x1.c.o 2022-11-23T00:53:16.1447877Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-5x1.c.o 2022-11-23T00:53:16.1836766Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/squared-difference.c.o 2022-11-23T00:53:16.2276770Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-6x1.c.o 2022-11-23T00:53:16.2353911Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmSparseDenseAvx2.cc.o 2022-11-23T00:53:16.2600968Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-constant-pad.c.o 2022-11-23T00:53:16.2912838Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16.cc.o 2022-11-23T00:53:16.2913953Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1-acc2.c.o 2022-11-23T00:53:16.3142665Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16Avx512.cc.o 2022-11-23T00:53:16.3462789Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-reshape.c.o 2022-11-23T00:53:16.3642777Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1-acc3.c.o 2022-11-23T00:53:16.3959129Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmSparseDenseInt8Avx2.cc.o 2022-11-23T00:53:16.4163184Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-resize-bilinear-2d.c.o 2022-11-23T00:53:16.4437072Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1-acc4.c.o 2022-11-23T00:53:16.5100421Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/subtract.c.o 2022-11-23T00:53:16.5225122Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1.c.o 2022-11-23T00:53:16.5403307Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/OptimizedKernelsAvx2.cc.o 2022-11-23T00:53:16.5590682Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16Avx512VNNI.cc.o 2022-11-23T00:53:16.5813415Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC32.cc.o 2022-11-23T00:53:16.5879050Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/unpooling-2d.c.o 2022-11-23T00:53:16.6057854Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-2x1-acc2.c.o 2022-11-23T00:53:16.6478524Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/PackDepthwiseConvMatrixAvx2.cc.o 2022-11-23T00:53:16.6670851Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-2x1.c.o 2022-11-23T00:53:16.6714799Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/datatype-strings.c.o 2022-11-23T00:53:16.7450410Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC32Avx512VNNI.cc.o 2022-11-23T00:53:16.7495105Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-3x1.c.o 2022-11-23T00:53:16.7543506Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-strings.c.o 2022-11-23T00:53:16.7688477Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/QuantUtilsAvx2.cc.o 2022-11-23T00:53:16.8128794Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/spmmUtilsAvx2.cc.o 2022-11-23T00:53:16.8234814Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-4x1.c.o 2022-11-23T00:53:16.8294993Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph-strings.c.o 2022-11-23T00:53:16.9154069Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc2.c.o 2022-11-23T00:53:16.9172141Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/allocator.c.o 2022-11-23T00:53:16.9375788Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConv.cc.o 2022-11-23T00:53:16.9697686Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/UtilsAvx2.cc.o 2022-11-23T00:53:16.9835885Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2022-11-23T00:53:16.9950837Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/memory-planner.c.o 2022-11-23T00:53:17.0051878Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc3.c.o 2022-11-23T00:53:17.0702849Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConvAcc32Avx2.cc.o 2022-11-23T00:53:17.0742178Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmFP16UKernelsAvx2.cc.o 2022-11-23T00:53:17.0923770Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc4.c.o 2022-11-23T00:53:17.1385130Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-delete.c.o 2022-11-23T00:53:17.1818687Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc5.c.o 2022-11-23T00:53:17.1859499Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1.c.o 2022-11-23T00:53:17.2054209Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/runtime.c.o 2022-11-23T00:53:17.2704034Z [ 23%] Built target fbgemm_avx2 2022-11-23T00:53:17.2777237Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph.c.o 2022-11-23T00:53:17.2785916Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmBfloat16ConvertAvx512.cc.o 2022-11-23T00:53:17.2793691Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1-acc2.c.o 2022-11-23T00:53:17.2904624Z [ 23%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/error.cc.o 2022-11-23T00:53:17.2982650Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConvAcc32Avx512.cc.o 2022-11-23T00:53:17.3514891Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tensor.c.o 2022-11-23T00:53:17.3515881Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1-acc3.c.o 2022-11-23T00:53:17.4157888Z [ 23%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/helpers.cc.o 2022-11-23T00:53:17.4191502Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1.c.o 2022-11-23T00:53:17.4375717Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/EmbeddingSpMDMAvx512.cc.o 2022-11-23T00:53:17.4390907Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/indirection.c.o 2022-11-23T00:53:17.5053580Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-3x1-acc2.c.o 2022-11-23T00:53:17.5150261Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAMatrix.cc.o 2022-11-23T00:53:17.5422100Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-run.c.o 2022-11-23T00:53:17.5720107Z [ 23%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/address.cc.o 2022-11-23T00:53:17.5724566Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFloat16ConvertAvx512.cc.o 2022-11-23T00:53:17.5760915Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-3x1.c.o 2022-11-23T00:53:17.6229411Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/packing.c.o 2022-11-23T00:53:17.6453904Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc2.c.o 2022-11-23T00:53:17.6762756Z [ 23%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/allocator.cc.o 2022-11-23T00:53:17.6923144Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2-k-over-64.c.o 2022-11-23T00:53:17.7026093Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithIm2Col.cc.o 2022-11-23T00:53:17.7105928Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc3.c.o 2022-11-23T00:53:17.7279420Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseAvx512.cc.o 2022-11-23T00:53:17.7873796Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2-k-over-2048.c.o 2022-11-23T00:53:17.7950684Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc4.c.o 2022-11-23T00:53:17.8100695Z [ 24%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/error.cc.o 2022-11-23T00:53:17.8384352Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-4.c.o 2022-11-23T00:53:17.8637393Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithQuantRowOffset.cc.o 2022-11-23T00:53:17.8685328Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseInt8Avx512.cc.o 2022-11-23T00:53:17.8771238Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc5.c.o 2022-11-23T00:53:17.8980286Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-8.c.o 2022-11-23T00:53:17.9495884Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-16.c.o 2022-11-23T00:53:17.9591483Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1.c.o 2022-11-23T00:53:17.9697304Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/fd.cc.o 2022-11-23T00:53:18.0065440Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-64.c.o 2022-11-23T00:53:18.0120319Z [ 25%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithRowOffset.cc.o 2022-11-23T00:53:18.0346506Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-2x1-acc2.c.o 2022-11-23T00:53:18.0736449Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-2048.c.o 2022-11-23T00:53:18.0827427Z [ 25%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseVectorInt8Avx512.cc.o 2022-11-23T00:53:18.0945939Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-2x1-acc3.c.o 2022-11-23T00:53:18.1026133Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/socket.cc.o 2022-11-23T00:53:18.1275896Z [ 25%] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/aarch32-assembler.cc.o 2022-11-23T00:53:18.1598751Z [ 25%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackBMatrix.cc.o 2022-11-23T00:53:18.1619254Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-2x1.c.o 2022-11-23T00:53:18.2443557Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-3x1-acc2.c.o 2022-11-23T00:53:18.2518599Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/system.cc.o 2022-11-23T00:53:18.2602249Z [ 25%] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/aarch64-assembler.cc.o 2022-11-23T00:53:18.2930836Z [ 25%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/QuantUtilsAvx512.cc.o 2022-11-23T00:53:18.2959129Z [ 25%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackMatrix.cc.o 2022-11-23T00:53:18.3272705Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-3x1.c.o 2022-11-23T00:53:18.3952450Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x1.c.o 2022-11-23T00:53:18.3992854Z [ 25%] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/assembler.cc.o 2022-11-23T00:53:18.4178990Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/context.cc.o 2022-11-23T00:53:18.4686112Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x2.c.o 2022-11-23T00:53:18.4812185Z [ 25%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightMatrixForGConv.cc.o 2022-11-23T00:53:18.4974508Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/memory.c.o 2022-11-23T00:53:18.5034183Z [ 25%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/UtilsAvx512.cc.o 2022-11-23T00:53:18.5453610Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x3.c.o 2022-11-23T00:53:18.5563110Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/context_impl.cc.o 2022-11-23T00:53:18.5923771Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/params-init.c.o 2022-11-23T00:53:18.6236992Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x4.c.o 2022-11-23T00:53:18.6365226Z [ 26%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFP16UKernelsAvx512.cc.o 2022-11-23T00:53:18.6656436Z [ 26%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightsForConv.cc.o 2022-11-23T00:53:18.6656997Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-lut32norm/scalar.c.o 2022-11-23T00:53:18.6947634Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x1.c.o 2022-11-23T00:53:18.7680974Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x2.c.o 2022-11-23T00:53:18.7906387Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-copy/memcpy.c.o 2022-11-23T00:53:18.8236778Z [ 26%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightsForDirectConv.cc.o 2022-11-23T00:53:18.8558580Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-scalar-x4.c.o 2022-11-23T00:53:18.8643957Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x3.c.o 2022-11-23T00:53:18.8883163Z [ 26%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFP16UKernelsAvx512_256.cc.o 2022-11-23T00:53:18.9225841Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-depthtospace2d-chw2hwc/scalar.c.o 2022-11-23T00:53:18.9459749Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x4.c.o 2022-11-23T00:53:18.9815670Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-avgpool/9p8x-minmax-sse-c4.c.o 2022-11-23T00:53:19.0172484Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool-cw/scalar-x1.c.o 2022-11-23T00:53:19.0573132Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-avgpool/9x-minmax-sse-c4.c.o 2022-11-23T00:53:19.0757083Z [ 26%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/QuantUtils.cc.o 2022-11-23T00:53:19.0791964Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7p7x-minmax-scalar-c1.c.o 2022-11-23T00:53:19.1084686Z [ 26%] Built target fbgemm_avx512 2022-11-23T00:53:19.1183681Z [ 26%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/RowWiseSparseAdagradFused.cc.o 2022-11-23T00:53:19.1264292Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-2x2.c.o 2022-11-23T00:53:19.1404782Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7x-minmax-scalar-c1.c.o 2022-11-23T00:53:19.2024630Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x4inc-minmax-scalar.c.o 2022-11-23T00:53:19.2034655Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x3-minmax-sse.c.o 2022-11-23T00:53:19.2421559Z [ 26%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/SparseAdagrad.cc.o 2022-11-23T00:53:19.2867973Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/2x4inc-minmax-scalar.c.o 2022-11-23T00:53:19.2903752Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x4-minmax-sse.c.o 2022-11-23T00:53:19.3482858Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/error.cc.o 2022-11-23T00:53:19.3565001Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/listener.cc.o 2022-11-23T00:53:19.3678213Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x4inc-minmax-scalar.c.o 2022-11-23T00:53:19.3683067Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x9-minmax-sse.c.o 2022-11-23T00:53:19.4386419Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-minmax-scalar.c.o 2022-11-23T00:53:19.4570255Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-sse.c.o 2022-11-23T00:53:19.4609757Z [ 26%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/spmmUtils.cc.o 2022-11-23T00:53:19.4874146Z [ 26%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/TransposeUtils.cc.o 2022-11-23T00:53:19.5232088Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-relu-scalar.c.o 2022-11-23T00:53:19.5370773Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-2x4-acc2.c.o 2022-11-23T00:53:19.6011741Z [ 26%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateI8Depthwise.cc.o 2022-11-23T00:53:19.6025465Z [ 26%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/RefImplementations.cc.o 2022-11-23T00:53:19.6158892Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-scalar.c.o 2022-11-23T00:53:19.6221685Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc3.c.o 2022-11-23T00:53:19.7075398Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-4x4.c.o 2022-11-23T00:53:19.7338095Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-minmax-scalar.c.o 2022-11-23T00:53:19.7447408Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4.c.o 2022-11-23T00:53:19.7866390Z [ 26%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/Utils.cc.o 2022-11-23T00:53:19.8067980Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-relu-scalar.c.o 2022-11-23T00:53:19.8112511Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-scalar.c.o 2022-11-23T00:53:19.8411007Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool-cw/sse-x4.c.o 2022-11-23T00:53:19.8819689Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-minmax-scalar.c.o 2022-11-23T00:53:19.8901900Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-relu-scalar.c.o 2022-11-23T00:53:19.9201303Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool/7p7x-minmax-sse-c4.c.o 2022-11-23T00:53:19.9383287Z [ 26%] Built target fbgemm_generic 2022-11-23T00:53:19.9619355Z [ 26%] Linking CXX static library ../../../../../../lib/libdnnl.a 2022-11-23T00:53:19.9634132Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool/7x-minmax-sse-c4.c.o 2022-11-23T00:53:19.9956253Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-scalar.c.o 2022-11-23T00:53:20.0275312Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-minmax-scalar.c.o 2022-11-23T00:53:20.0468513Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x8-minmax-sse-load1.c.o 2022-11-23T00:53:20.0986825Z [ 26%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/AbstractConfig.cpp.o 2022-11-23T00:53:20.1043792Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-relu-scalar.c.o 2022-11-23T00:53:20.1437316Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x2c4-minmax-sse.c.o 2022-11-23T00:53:20.1570864Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/listener_impl.cc.o 2022-11-23T00:53:20.2032786Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-scalar.c.o 2022-11-23T00:53:20.2262577Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x8-minmax-sse-load1.c.o 2022-11-23T00:53:20.2818817Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p1.c.o 2022-11-23T00:53:20.2832871Z [ 26%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityProfiler.cpp.o 2022-11-23T00:53:20.3108703Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-ibilinear-chw/gen/sse-p8.c.o 2022-11-23T00:53:20.3426343Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p2.c.o 2022-11-23T00:53:20.4340480Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p4.c.o 2022-11-23T00:53:20.4341620Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-ibilinear/gen/sse-c8.c.o 2022-11-23T00:53:20.5033153Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c1.c.o 2022-11-23T00:53:20.5038435Z [ 26%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerController.cpp.o 2022-11-23T00:53:20.5368189Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x8-minmax-sse-load1.c.o 2022-11-23T00:53:20.5781799Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c2.c.o 2022-11-23T00:53:20.6383650Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c4.c.o 2022-11-23T00:53:20.6589225Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x2c4-minmax-sse.c.o 2022-11-23T00:53:20.6958961Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-minmax-scalar.c.o 2022-11-23T00:53:20.7387240Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x8-minmax-sse-load1.c.o 2022-11-23T00:53:20.7595054Z [ 26%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerProxy.cpp.o 2022-11-23T00:53:20.7871613Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-relu-scalar.c.o 2022-11-23T00:53:20.8140390Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-maxpool/9p8x-minmax-sse-c4.c.o 2022-11-23T00:53:20.8799300Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-scalar.c.o 2022-11-23T00:53:20.8980179Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-pavgpool/9p8x-minmax-sse-c4.c.o 2022-11-23T00:53:20.9467060Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/pipe.cc.o 2022-11-23T00:53:20.9528286Z [ 26%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityType.cpp.o 2022-11-23T00:53:20.9534079Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-minmax-scalar.c.o 2022-11-23T00:53:20.9690720Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-pavgpool/9x-minmax-sse-c4.c.o 2022-11-23T00:53:21.0356059Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-rmax/sse.c.o 2022-11-23T00:53:21.0387407Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-relu-scalar.c.o 2022-11-23T00:53:21.0960266Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-spmm/gen/32x1-minmax-sse.c.o 2022-11-23T00:53:21.1328688Z [ 26%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Config.cpp.o 2022-11-23T00:53:21.1771068Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-scalar.c.o 2022-11-23T00:53:21.2400629Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-sse-x8.c.o 2022-11-23T00:53:21.2498535Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-minmax-scalar.c.o 2022-11-23T00:53:21.3070895Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x8.c.o 2022-11-23T00:53:21.3264644Z [ 26%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ConfigLoader.cpp.o 2022-11-23T00:53:21.3468857Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-relu-scalar.c.o 2022-11-23T00:53:21.3875806Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x8.c.o 2022-11-23T00:53:21.4189460Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-scalar.c.o 2022-11-23T00:53:21.4549488Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x8.c.o 2022-11-23T00:53:21.4973681Z [ 26%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityApi.cpp.o 2022-11-23T00:53:21.5099349Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-minmax-scalar.c.o 2022-11-23T00:53:21.5219325Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-sse-x8.c.o 2022-11-23T00:53:21.5831110Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-relu-scalar.c.o 2022-11-23T00:53:21.6248546Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-sse-x8.c.o 2022-11-23T00:53:21.6486199Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-scalar.c.o 2022-11-23T00:53:21.6682085Z [ 26%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/DaemonConfigLoader.cpp.o 2022-11-23T00:53:21.6993893Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/pipe_impl.cc.o 2022-11-23T00:53:21.7033634Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-sse-x8.c.o 2022-11-23T00:53:21.7189607Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-maxpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T00:53:21.7894499Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-sse-x8.c.o 2022-11-23T00:53:21.8073785Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T00:53:21.8113443Z In file included from /var/lib/jenkins/workspace/third_party/kineto/libkineto/src/DaemonConfigLoader.cpp:16: 2022-11-23T00:53:21.8114183Z In file included from /var/lib/jenkins/workspace/third_party/kineto/libkineto/src/IpcFabricConfigClient.h:21: 2022-11-23T00:53:21.8115470Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/ipcfabric/FabricManager.h:30:18: warning: nested namespace definition is a C++17 extension; define each namespace separately [-Wc++17-extensions] 2022-11-23T00:53:21.8116332Z namespace dynolog::ipcfabric { 2022-11-23T00:53:21.8116731Z ^~~~~~~~~~~ 2022-11-23T00:53:21.8117136Z { namespace ipcfabric 2022-11-23T00:53:21.8118220Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/ipcfabric/FabricManager.h:60:57: warning: static_assert with no message is a C++17 extension [-Wc++17-extensions] 2022-11-23T00:53:21.8119134Z static_assert(std::is_trivially_copyable::value); 2022-11-23T00:53:21.8119675Z ^ 2022-11-23T00:53:21.8120103Z , "" 2022-11-23T00:53:21.8121154Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/ipcfabric/FabricManager.h:80:55: warning: static_assert with no message is a C++17 extension [-Wc++17-extensions] 2022-11-23T00:53:21.8122214Z static_assert(std::is_trivially_copyable::value); 2022-11-23T00:53:21.8122713Z ^ 2022-11-23T00:53:21.8123132Z , "" 2022-11-23T00:53:21.8124191Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/ipcfabric/FabricManager.h:81:55: warning: static_assert with no message is a C++17 extension [-Wc++17-extensions] 2022-11-23T00:53:21.8124970Z static_assert(std::is_trivially_copyable::value); 2022-11-23T00:53:21.8125464Z ^ 2022-11-23T00:53:21.8125881Z , "" 2022-11-23T00:53:21.8126284Z 4 warnings generated. 2022-11-23T00:53:21.8194330Z [ 26%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Demangle.cpp.o 2022-11-23T00:53:21.8628333Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9x-minmax-scalar-c1.c.o 2022-11-23T00:53:21.8773220Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-sse-x8.c.o 2022-11-23T00:53:21.9166384Z [ 26%] Built target dnnl 2022-11-23T00:53:21.9175514Z [ 26%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/GenericTraceActivity.cpp.o 2022-11-23T00:53:21.9246553Z [ 26%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ILoggerObserver.cpp.o 2022-11-23T00:53:21.9296553Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/2x4-minmax-scalar.c.o 2022-11-23T00:53:21.9543558Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x8.c.o 2022-11-23T00:53:22.0087182Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/3x3-minmax-scalar.c.o 2022-11-23T00:53:22.0427797Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x8.c.o 2022-11-23T00:53:22.0727202Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x2-minmax-scalar.c.o 2022-11-23T00:53:22.1020725Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x8.c.o 2022-11-23T00:53:22.1088161Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-sse-x8.c.o 2022-11-23T00:53:22.1275608Z [ 26%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/IpcFabricConfigClient.cpp.o 2022-11-23T00:53:22.1375564Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x4-minmax-scalar.c.o 2022-11-23T00:53:22.1800126Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x8.c.o 2022-11-23T00:53:22.1819140Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-sse-x8.c.o 2022-11-23T00:53:22.2057188Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/scalar-2x1.c.o 2022-11-23T00:53:22.2606076Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/scalar-2x4.c.o 2022-11-23T00:53:22.2633415Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x8.c.o 2022-11-23T00:53:22.2694029Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-sse-x8.c.o 2022-11-23T00:53:22.2918742Z In file included from /var/lib/jenkins/workspace/third_party/kineto/libkineto/src/IpcFabricConfigClient.cpp:11: 2022-11-23T00:53:22.2919566Z In file included from /var/lib/jenkins/workspace/third_party/kineto/libkineto/src/IpcFabricConfigClient.h:21: 2022-11-23T00:53:22.2921084Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/ipcfabric/FabricManager.h:30:18: warning: nested namespace definition is a C++17 extension; define each namespace separately [-Wc++17-extensions] 2022-11-23T00:53:22.2921814Z namespace dynolog::ipcfabric { 2022-11-23T00:53:22.2922159Z ^~~~~~~~~~~ 2022-11-23T00:53:22.2922519Z { namespace ipcfabric 2022-11-23T00:53:22.2972164Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/ipcfabric/FabricManager.h:60:57: warning: static_assert with no message is a C++17 extension [-Wc++17-extensions] 2022-11-23T00:53:22.2972915Z static_assert(std::is_trivially_copyable::value); 2022-11-23T00:53:22.2973360Z ^ 2022-11-23T00:53:22.2973729Z , "" 2022-11-23T00:53:22.2974641Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/ipcfabric/FabricManager.h:80:55: warning: static_assert with no message is a C++17 extension [-Wc++17-extensions] 2022-11-23T00:53:22.2975330Z static_assert(std::is_trivially_copyable::value); 2022-11-23T00:53:22.2975746Z ^ 2022-11-23T00:53:22.2976106Z , "" 2022-11-23T00:53:22.2976991Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/ipcfabric/FabricManager.h:81:55: warning: static_assert with no message is a C++17 extension [-Wc++17-extensions] 2022-11-23T00:53:22.2977686Z static_assert(std::is_trivially_copyable::value); 2022-11-23T00:53:22.2978100Z ^ 2022-11-23T00:53:22.2978460Z , "" 2022-11-23T00:53:22.2978789Z 4 warnings generated. 2022-11-23T00:53:22.2987521Z [ 26%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Logger.cpp.o 2022-11-23T00:53:22.3267483Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x1.c.o 2022-11-23T00:53:22.3513695Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-sse-x8.c.o 2022-11-23T00:53:22.3598070Z [ 26%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/init.cpp.o 2022-11-23T00:53:22.4059883Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x2.c.o 2022-11-23T00:53:22.4204785Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse-x8.c.o 2022-11-23T00:53:22.4720234Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x3.c.o 2022-11-23T00:53:22.4758216Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x4.c.o 2022-11-23T00:53:22.5069798Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vmulcaddc/gen/c4-minmax-sse-2x.c.o 2022-11-23T00:53:22.5360907Z [ 26%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_csv.cpp.o 2022-11-23T00:53:22.5518163Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsqrt/gen/sse-sqrt-x4.c.o 2022-11-23T00:53:22.5532462Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x1.c.o 2022-11-23T00:53:22.5693288Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/error.cc.o 2022-11-23T00:53:22.5865552Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/channel_impl.cc.o 2022-11-23T00:53:22.6177141Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x2.c.o 2022-11-23T00:53:22.6344111Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-sse-x8.c.o 2022-11-23T00:53:22.6615474Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/context_impl.cc.o 2022-11-23T00:53:22.6919044Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x3.c.o 2022-11-23T00:53:22.7115428Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-sse-x8.c.o 2022-11-23T00:53:22.7335264Z [ 26%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_json.cpp.o 2022-11-23T00:53:22.7771809Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x4.c.o 2022-11-23T00:53:22.7825375Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-sse-x8.c.o 2022-11-23T00:53:22.8026329Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/factory.cc.o 2022-11-23T00:53:22.8036705Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x1.c.o 2022-11-23T00:53:22.8545593Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x2.c.o 2022-11-23T00:53:22.8608614Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-packx/x4-sse.c.o 2022-11-23T00:53:22.8688859Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x32.c.o 2022-11-23T00:53:22.9245107Z [ 26%] Built target kineto_base 2022-11-23T00:53:22.9374580Z [ 26%] Building CXX object c10/test/CMakeFiles/c10_CompileTimeFunctionPointer_test.dir/core/CompileTimeFunctionPointer_test.cpp.o 2022-11-23T00:53:22.9404094Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/4x-sse2-c4.c.o 2022-11-23T00:53:22.9409064Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/9p8x-sse2-c4.c.o 2022-11-23T00:53:22.9498424Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x3.c.o 2022-11-23T00:53:22.9848613Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/channel_impl.cc.o 2022-11-23T00:53:23.0086326Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/context_impl.cc.o 2022-11-23T00:53:23.0103861Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/9x-sse2-c4.c.o 2022-11-23T00:53:23.0301189Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x4.c.o 2022-11-23T00:53:23.0723658Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T00:53:23.0795599Z [ 26%] Linking CXX executable ../../bin/c10_CompileTimeFunctionPointer_test 2022-11-23T00:53:23.1064179Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x1.c.o 2022-11-23T00:53:23.1421109Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/sse2-2x8.c.o 2022-11-23T00:53:23.1497626Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/factory.cc.o 2022-11-23T00:53:23.1605643Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x2.c.o 2022-11-23T00:53:23.1769891Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x3.c.o 2022-11-23T00:53:23.1929392Z [ 26%] Built target c10_CompileTimeFunctionPointer_test 2022-11-23T00:53:23.2091505Z [ 26%] Building CXX object c10/test/CMakeFiles/c10_DeviceGuard_test.dir/core/DeviceGuard_test.cpp.o 2022-11-23T00:53:23.2260003Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:53:23.2440847Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x4.c.o 2022-11-23T00:53:23.2559781Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x1.c.o 2022-11-23T00:53:23.2923560Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/channel_impl.cc.o 2022-11-23T00:53:23.3025542Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:53:23.3256450Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc2.c.o 2022-11-23T00:53:23.3391597Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x2.c.o 2022-11-23T00:53:23.3741211Z [ 26%] Linking CXX executable ../../bin/c10_DeviceGuard_test 2022-11-23T00:53:23.3810987Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x12.c.o 2022-11-23T00:53:23.3955641Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x3.c.o 2022-11-23T00:53:23.4030728Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse2-x8.c.o 2022-11-23T00:53:23.4636704Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x4.c.o 2022-11-23T00:53:23.4651818Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x1.c.o 2022-11-23T00:53:23.4665857Z [ 27%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/context_impl.cc.o 2022-11-23T00:53:23.4963520Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-sse2-x8.c.o 2022-11-23T00:53:23.5080188Z [ 27%] Built target c10_DeviceGuard_test 2022-11-23T00:53:23.5225516Z [ 27%] Building CXX object c10/test/CMakeFiles/c10_Device_test.dir/core/Device_test.cpp.o 2022-11-23T00:53:23.5552020Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-sse2-x8.c.o 2022-11-23T00:53:23.5748569Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x2.c.o 2022-11-23T00:53:23.5784668Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-sse2-x8.c.o 2022-11-23T00:53:23.6303927Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x3.c.o 2022-11-23T00:53:23.6310570Z [ 27%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/factory.cc.o 2022-11-23T00:53:23.6490590Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-sse2-x8.c.o 2022-11-23T00:53:23.6669654Z [ 27%] Linking CXX executable ../../bin/c10_Device_test 2022-11-23T00:53:23.6716398Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x4.c.o 2022-11-23T00:53:23.7024980Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x1.c.o 2022-11-23T00:53:23.7253821Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x8.c.o 2022-11-23T00:53:23.7504698Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:53:23.7698259Z [ 27%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/channel_impl.cc.o 2022-11-23T00:53:23.7733341Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x2-acc2.c.o 2022-11-23T00:53:23.7877964Z [ 27%] Built target c10_Device_test 2022-11-23T00:53:23.7962054Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x2.c.o 2022-11-23T00:53:23.8224302Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:53:23.8236371Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x4-acc2.c.o 2022-11-23T00:53:23.8556709Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x4-acc4.c.o 2022-11-23T00:53:23.8644940Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x4.c.o 2022-11-23T00:53:23.8884453Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x1.c.o 2022-11-23T00:53:23.9059773Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:53:23.9252249Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x2-acc2.c.o 2022-11-23T00:53:23.9309967Z [ 27%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/context_impl.cc.o 2022-11-23T00:53:23.9627310Z [ 27%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/factory.cc.o 2022-11-23T00:53:23.9701769Z [ 27%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/connection_impl.cc.o 2022-11-23T00:53:23.9908856Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x2.c.o 2022-11-23T00:53:23.9937478Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:53:24.0615899Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4-acc2.c.o 2022-11-23T00:53:24.0908335Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:53:24.1245187Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4-acc4.c.o 2022-11-23T00:53:24.1355159Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4.c.o 2022-11-23T00:53:24.1658643Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:53:24.1803332Z [ 27%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/context_impl.cc.o 2022-11-23T00:53:24.2041470Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T00:53:24.2196469Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T00:53:24.2234493Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/scalar.c.o 2022-11-23T00:53:24.2589803Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/1x1-minmax-scalar-pipelined.c.o 2022-11-23T00:53:24.2823086Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:53:24.3102993Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-11-23T00:53:24.3140035Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-11-23T00:53:24.3287896Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/1x1-minmax-scalar.c.o 2022-11-23T00:53:24.3774338Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/error.cc.o 2022-11-23T00:53:24.3840175Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/factory.cc.o 2022-11-23T00:53:24.4059363Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/2x1-minmax-scalar-pipelined.c.o 2022-11-23T00:53:24.4077729Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/2x1-minmax-scalar.c.o 2022-11-23T00:53:24.4078696Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:53:24.4743956Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-scalar-pipelined.c.o 2022-11-23T00:53:24.4948375Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:53:24.5048946Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:53:24.5296824Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-scalar.c.o 2022-11-23T00:53:24.5441327Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:53:24.5645361Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/listener_impl.cc.o 2022-11-23T00:53:24.5839702Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-scalar-pipelined.c.o 2022-11-23T00:53:24.5912087Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T00:53:24.5922600Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-scalar.c.o 2022-11-23T00:53:24.6237919Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T00:53:24.6551751Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/loop.cc.o 2022-11-23T00:53:24.6596149Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x2-minmax-scalar.c.o 2022-11-23T00:53:24.6643182Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x4-minmax-scalar.c.o 2022-11-23T00:53:24.6946886Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T00:53:24.7367596Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x1.c.o 2022-11-23T00:53:24.7391926Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x2.c.o 2022-11-23T00:53:24.7612716Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/sockaddr.cc.o 2022-11-23T00:53:24.7741165Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T00:53:24.8084120Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-avgpool/9p8x-minmax-sse2-c8.c.o 2022-11-23T00:53:24.8142931Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x4.c.o 2022-11-23T00:53:24.8367117Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x8.c.o 2022-11-23T00:53:24.8431286Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x1.c.o 2022-11-23T00:53:24.8851669Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-avgpool/9x-minmax-sse2-c8.c.o 2022-11-23T00:53:24.8901883Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:53:24.9051366Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:53:24.9092185Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x2.c.o 2022-11-23T00:53:24.9153096Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/utility.cc.o 2022-11-23T00:53:24.9595717Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x4.c.o 2022-11-23T00:53:24.9644869Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x8.c.o 2022-11-23T00:53:24.9797687Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/epoll_loop.cc.o 2022-11-23T00:53:24.9823431Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:53:25.0305249Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-11-23T00:53:25.0333115Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x1.c.o 2022-11-23T00:53:25.0503405Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x2.c.o 2022-11-23T00:53:25.0845973Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/shm_segment.cc.o 2022-11-23T00:53:25.1079617Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x4.c.o 2022-11-23T00:53:25.1080613Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-11-23T00:53:25.1273277Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x8.c.o 2022-11-23T00:53:25.1298274Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x1.c.o 2022-11-23T00:53:25.1781055Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:53:25.1782027Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:53:25.2029831Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/connection_impl.cc.o 2022-11-23T00:53:25.2033553Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:53:25.2320299Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x2.c.o 2022-11-23T00:53:25.2621852Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:53:25.2754678Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T00:53:25.2953980Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/context_impl.cc.o 2022-11-23T00:53:25.3170990Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x4.c.o 2022-11-23T00:53:25.3549688Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T00:53:25.3614959Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T00:53:25.3619276Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/factory.cc.o 2022-11-23T00:53:25.3842149Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x8.c.o 2022-11-23T00:53:25.4306924Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x1.c.o 2022-11-23T00:53:25.4350909Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T00:53:25.4640476Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x2.c.o 2022-11-23T00:53:25.4939892Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x4.c.o 2022-11-23T00:53:25.5112212Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x8.c.o 2022-11-23T00:53:25.5149988Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-ibilinear/gen/sse2-c8.c.o 2022-11-23T00:53:25.5393899Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x1.c.o 2022-11-23T00:53:25.5622640Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/listener_impl.cc.o 2022-11-23T00:53:25.5821654Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x2.c.o 2022-11-23T00:53:25.6071684Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-11-23T00:53:25.6075028Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-vclamp/sse2-x64.c.o 2022-11-23T00:53:25.6838600Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-ibilinear/gen/sse2-c8.c.o 2022-11-23T00:53:25.6904538Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-rmax/sse2.c.o 2022-11-23T00:53:25.6911194Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-11-23T00:53:25.6945427Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x4.c.o 2022-11-23T00:53:25.7394381Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/reactor.cc.o 2022-11-23T00:53:25.7636171Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-vclamp/sse2-x64.c.o 2022-11-23T00:53:25.7684048Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x8.c.o 2022-11-23T00:53:25.7744965Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x1.c.o 2022-11-23T00:53:25.7802351Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x2.c.o 2022-11-23T00:53:25.8463189Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/sockaddr.cc.o 2022-11-23T00:53:25.8500408Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/ibv.cc.o 2022-11-23T00:53:25.8617548Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x4.c.o 2022-11-23T00:53:25.8673197Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-fill/sse2-x64.c.o 2022-11-23T00:53:25.8984635Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/connection_impl.cc.o 2022-11-23T00:53:25.9395176Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x8.c.o 2022-11-23T00:53:25.9516177Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-pad/sse2.c.o 2022-11-23T00:53:25.9624229Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/xm-sse2.c.o 2022-11-23T00:53:25.9917533Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/context_impl.cc.o 2022-11-23T00:53:26.0059970Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x1.c.o 2022-11-23T00:53:26.0400819Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/error.cc.o 2022-11-23T00:53:26.0600964Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x2-sse2.c.o 2022-11-23T00:53:26.0771446Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x2.c.o 2022-11-23T00:53:26.0985548Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x4.c.o 2022-11-23T00:53:26.1346417Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x3-sse2.c.o 2022-11-23T00:53:26.1541261Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x4-sse2.c.o 2022-11-23T00:53:26.1707333Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-unpool/sse2.c.o 2022-11-23T00:53:26.1708577Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x8.c.o 2022-11-23T00:53:26.1713675Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/factory.cc.o 2022-11-23T00:53:26.2237707Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/listener_impl.cc.o 2022-11-23T00:53:26.2395684Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x1.c.o 2022-11-23T00:53:26.2447957Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/reactor.cc.o 2022-11-23T00:53:26.2611723Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/xm-sse2.c.o 2022-11-23T00:53:26.3037087Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x2.c.o 2022-11-23T00:53:26.3304527Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x2-sse2.c.o 2022-11-23T00:53:26.3648607Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x3-sse2.c.o 2022-11-23T00:53:26.4001025Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x4.c.o 2022-11-23T00:53:26.4156768Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x4-sse2.c.o 2022-11-23T00:53:26.4190647Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x8.c.o 2022-11-23T00:53:26.4338869Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/sockaddr.cc.o 2022-11-23T00:53:26.4365138Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/utility.cc.o 2022-11-23T00:53:26.4707691Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x1.c.o 2022-11-23T00:53:26.5063481Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-2x4-acc2.c.o 2022-11-23T00:53:26.5165833Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x2.c.o 2022-11-23T00:53:26.5454162Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x4.c.o 2022-11-23T00:53:26.5857230Z [ 28%] Linking CXX static library ../../../lib/libtensorpipe.a 2022-11-23T00:53:26.5863716Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x16.c.o 2022-11-23T00:53:26.5892849Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x8.c.o 2022-11-23T00:53:26.5930538Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x1.c.o 2022-11-23T00:53:26.6161337Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x2.c.o 2022-11-23T00:53:26.6578192Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x4.c.o 2022-11-23T00:53:26.6701726Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x8.c.o 2022-11-23T00:53:26.6839548Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x8.c.o 2022-11-23T00:53:26.6842090Z [ 28%] Built target tensorpipe 2022-11-23T00:53:26.6898513Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/sse41-2x8.c.o 2022-11-23T00:53:26.6997872Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x32.c.o 2022-11-23T00:53:26.7320957Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x1.c.o 2022-11-23T00:53:26.7425720Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x2.c.o 2022-11-23T00:53:26.7512768Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x4.c.o 2022-11-23T00:53:26.7674891Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x8.c.o 2022-11-23T00:53:26.7677991Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse41-x8.c.o 2022-11-23T00:53:26.7937717Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x1.c.o 2022-11-23T00:53:26.8058306Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x2.c.o 2022-11-23T00:53:26.8274210Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x4.c.o 2022-11-23T00:53:26.8293343Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-sse41-x8.c.o 2022-11-23T00:53:26.8518533Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-sse41-x8.c.o 2022-11-23T00:53:26.8630191Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x8.c.o 2022-11-23T00:53:26.8743342Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x1.c.o 2022-11-23T00:53:26.8964878Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-sse41-x8.c.o 2022-11-23T00:53:26.9070734Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x2.c.o 2022-11-23T00:53:26.9331105Z [ 29%] Building CXX object c10/test/CMakeFiles/c10_DispatchKeySet_test.dir/core/DispatchKeySet_test.cpp.o 2022-11-23T00:53:26.9416702Z [ 29%] Building CXX object c10/test/CMakeFiles/c10_StreamGuard_test.dir/core/StreamGuard_test.cpp.o 2022-11-23T00:53:26.9495588Z [ 29%] Building CXX object c10/test/CMakeFiles/c10_SymInt_test.dir/core/SymInt_test.cpp.o 2022-11-23T00:53:26.9715839Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-sse41-x8.c.o 2022-11-23T00:53:26.9838827Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x4.c.o 2022-11-23T00:53:27.0586206Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x8.c.o 2022-11-23T00:53:27.0593783Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x8.c.o 2022-11-23T00:53:27.0804461Z [ 29%] Linking CXX executable ../../bin/c10_StreamGuard_test 2022-11-23T00:53:27.1283927Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x1.c.o 2022-11-23T00:53:27.1392625Z [ 29%] Linking CXX executable ../../bin/c10_DispatchKeySet_test 2022-11-23T00:53:27.1403361Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:53:27.1469333Z [ 29%] Linking CXX executable ../../bin/c10_SymInt_test 2022-11-23T00:53:27.1918266Z [ 29%] Built target c10_StreamGuard_test 2022-11-23T00:53:27.2011831Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:53:27.2109223Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x2.c.o 2022-11-23T00:53:27.2136375Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x4.c.o 2022-11-23T00:53:27.2770168Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:53:27.2789857Z [ 29%] Built target c10_DispatchKeySet_test 2022-11-23T00:53:27.2813312Z [ 29%] Built target c10_SymInt_test 2022-11-23T00:53:27.2845705Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:53:27.2905370Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x8.c.o 2022-11-23T00:53:27.2906255Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x1.c.o 2022-11-23T00:53:27.3035603Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x2.c.o 2022-11-23T00:53:27.3642386Z [ 29%] Building CXX object c10/test/CMakeFiles/c10_InlineDeviceGuard_test.dir/core/impl/InlineDeviceGuard_test.cpp.o 2022-11-23T00:53:27.3666692Z [ 29%] Building CXX object c10/test/CMakeFiles/c10_InlineStreamGuard_test.dir/core/impl/InlineStreamGuard_test.cpp.o 2022-11-23T00:53:27.3709000Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x4.c.o 2022-11-23T00:53:27.3716830Z [ 29%] Building CXX object c10/test/CMakeFiles/c10_SizesAndStrides_test.dir/core/impl/SizesAndStrides_test.cpp.o 2022-11-23T00:53:27.4294923Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:53:27.4375791Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x8.c.o 2022-11-23T00:53:27.5129465Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x1.c.o 2022-11-23T00:53:27.5306995Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:53:27.5550703Z [ 29%] Linking CXX executable ../../bin/c10_InlineDeviceGuard_test 2022-11-23T00:53:27.5725865Z [ 30%] Linking CXX executable ../../bin/c10_SizesAndStrides_test 2022-11-23T00:53:27.5885882Z [ 30%] Linking CXX executable ../../bin/c10_InlineStreamGuard_test 2022-11-23T00:53:27.5909402Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x2.c.o 2022-11-23T00:53:27.6240437Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T00:53:27.6610568Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x4.c.o 2022-11-23T00:53:27.6862383Z [ 30%] Built target c10_InlineDeviceGuard_test 2022-11-23T00:53:27.6977523Z [ 30%] Built target c10_SizesAndStrides_test 2022-11-23T00:53:27.7025744Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T00:53:27.7062261Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T00:53:27.7063314Z [ 30%] Building CXX object c10/test/CMakeFiles/c10_Array_test.dir/util/Array_test.cpp.o 2022-11-23T00:53:27.7308466Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x8.c.o 2022-11-23T00:53:27.7440866Z [ 30%] Built target c10_InlineStreamGuard_test 2022-11-23T00:53:27.7636436Z [ 30%] Building CXX object c10/test/CMakeFiles/c10_Bitset_test.dir/util/Bitset_test.cpp.o 2022-11-23T00:53:27.7940561Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x1.c.o 2022-11-23T00:53:27.8251753Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x2.c.o 2022-11-23T00:53:27.8293430Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-11-23T00:53:27.8749618Z [ 30%] Linking CXX executable ../../bin/c10_Array_test 2022-11-23T00:53:27.8895969Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x4.c.o 2022-11-23T00:53:27.9009322Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-11-23T00:53:27.9049214Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:53:27.9274007Z [ 30%] Linking CXX executable ../../bin/c10_Bitset_test 2022-11-23T00:53:27.9787722Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:53:27.9909369Z [ 30%] Built target ATEN_CPU_FILES_GEN_TARGET 2022-11-23T00:53:27.9972942Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:53:28.0011677Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x8.c.o 2022-11-23T00:53:28.0012104Z [ 30%] Built target c10_Array_test 2022-11-23T00:53:28.0032613Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x1.c.o 2022-11-23T00:53:28.0063730Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x2.c.o 2022-11-23T00:53:28.0590107Z [ 30%] Built target c10_Bitset_test 2022-11-23T00:53:28.0653418Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x4.c.o 2022-11-23T00:53:28.0710883Z [ 30%] Building CXX object c10/test/CMakeFiles/c10_C++17_test.dir/util/C++17_test.cpp.o 2022-11-23T00:53:28.0870500Z [ 30%] Building CXX object c10/test/CMakeFiles/c10_ConstexprCrc_test.dir/util/ConstexprCrc_test.cpp.o 2022-11-23T00:53:28.0902976Z [ 30%] Building CXX object c10/test/CMakeFiles/c10_DeadlockDetection_test.dir/util/DeadlockDetection_test.cpp.o 2022-11-23T00:53:28.0957207Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:53:28.1018529Z [ 30%] Building CXX object c10/test/CMakeFiles/c10_Half_test.dir/util/Half_test.cpp.o 2022-11-23T00:53:28.1307925Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x8.c.o 2022-11-23T00:53:28.1969345Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T00:53:28.2202209Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x1.c.o 2022-11-23T00:53:28.2407482Z [ 30%] Linking CXX executable ../../bin/c10_ConstexprCrc_test 2022-11-23T00:53:28.2506859Z [ 30%] Linking CXX executable ../../bin/c10_C++17_test 2022-11-23T00:53:28.2543762Z [ 30%] Linking CXX executable ../../bin/c10_DeadlockDetection_test 2022-11-23T00:53:28.2663476Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T00:53:28.2774274Z [ 30%] Linking CXX executable ../../bin/c10_Half_test 2022-11-23T00:53:28.2909301Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x2.c.o 2022-11-23T00:53:28.3487077Z [ 30%] Built target c10_ConstexprCrc_test 2022-11-23T00:53:28.3519304Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T00:53:28.3544895Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T00:53:28.3611573Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x4.c.o 2022-11-23T00:53:28.4078762Z [ 30%] Built target c10_C++17_test 2022-11-23T00:53:28.4108076Z [ 30%] Built target c10_DeadlockDetection_test 2022-11-23T00:53:28.4116021Z [ 30%] Built target c10_Half_test 2022-11-23T00:53:28.4127025Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x8.c.o 2022-11-23T00:53:28.4165555Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x1.c.o 2022-11-23T00:53:28.4174416Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x2.c.o 2022-11-23T00:53:28.4346797Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x4.c.o 2022-11-23T00:53:28.4517739Z [ 30%] Building CXX object c10/test/CMakeFiles/c10_LeftRight_test.dir/util/LeftRight_test.cpp.o 2022-11-23T00:53:28.4728537Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:53:28.4765869Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:53:28.4827436Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T00:53:28.4872460Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-11-23T00:53:28.5033011Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x8.c.o 2022-11-23T00:53:28.5664508Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x1.c.o 2022-11-23T00:53:28.5709650Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x2.c.o 2022-11-23T00:53:28.5717411Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x4.c.o 2022-11-23T00:53:28.5809705Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x8.c.o 2022-11-23T00:53:28.6017422Z [ 30%] Linking CXX executable ../../bin/c10_LeftRight_test 2022-11-23T00:53:28.6121770Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-11-23T00:53:28.6369563Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:53:28.6388344Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:53:28.6467825Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:53:28.6545632Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x1.c.o 2022-11-23T00:53:28.6914626Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x2.c.o 2022-11-23T00:53:28.7179605Z [ 31%] Built target c10_LeftRight_test 2022-11-23T00:53:28.7226595Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x4.c.o 2022-11-23T00:53:28.7298632Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x8.c.o 2022-11-23T00:53:28.7308856Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x1.c.o 2022-11-23T00:53:28.7345232Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:53:28.7439135Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x2.c.o 2022-11-23T00:53:28.7730822Z [ 31%] Building CXX object c10/test/CMakeFiles/c10_Metaprogramming_test.dir/util/Metaprogramming_test.cpp.o 2022-11-23T00:53:28.7974385Z [ 31%] Building CXX object c10/test/CMakeFiles/c10_SmallVectorTest.dir/util/SmallVectorTest.cpp.o 2022-11-23T00:53:28.7995998Z [ 31%] Building CXX object c10/test/CMakeFiles/c10_ThreadLocal_test.dir/util/ThreadLocal_test.cpp.o 2022-11-23T00:53:28.8017645Z [ 31%] Building CXX object c10/test/CMakeFiles/c10_Synchronized_test.dir/util/Synchronized_test.cpp.o 2022-11-23T00:53:28.8145273Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T00:53:28.8282769Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x4.c.o 2022-11-23T00:53:28.9038897Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T00:53:28.9039968Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x8.c.o 2022-11-23T00:53:28.9207274Z [ 31%] Linking CXX executable ../../bin/c10_Metaprogramming_test 2022-11-23T00:53:28.9377605Z [ 31%] Linking CXX executable ../../bin/c10_Synchronized_test 2022-11-23T00:53:28.9723942Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T00:53:28.9725019Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x1.c.o 2022-11-23T00:53:28.9949341Z [ 31%] Linking CXX executable ../../bin/c10_ThreadLocal_test 2022-11-23T00:53:29.0218723Z [ 31%] Linking CXX executable ../../bin/c10_SmallVectorTest 2022-11-23T00:53:29.0504476Z [ 31%] Built target c10_Metaprogramming_test 2022-11-23T00:53:29.0505547Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T00:53:29.0577546Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x2.c.o 2022-11-23T00:53:29.0623751Z [ 31%] Built target c10_Synchronized_test 2022-11-23T00:53:29.0657125Z [ 31%] Building CXX object c10/test/CMakeFiles/c10_TypeIndex_test.dir/util/TypeIndex_test.cpp.o 2022-11-23T00:53:29.0690243Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x4.c.o 2022-11-23T00:53:29.1225669Z [ 31%] Built target c10_ThreadLocal_test 2022-11-23T00:53:29.1272237Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x8.c.o 2022-11-23T00:53:29.1347417Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-ibilinear/gen/sse41-c16.c.o 2022-11-23T00:53:29.1365614Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-maxpool/9p8x-minmax-sse41-c16.c.o 2022-11-23T00:53:29.1689667Z [ 31%] Built target c10_SmallVectorTest 2022-11-23T00:53:29.1759249Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-vclamp/sse41-x64.c.o 2022-11-23T00:53:29.1932425Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-ibilinear/gen/sse41-c16.c.o 2022-11-23T00:53:29.2095916Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x1.c.o 2022-11-23T00:53:29.2110312Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x2.c.o 2022-11-23T00:53:29.2147688Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x4.c.o 2022-11-23T00:53:29.2370047Z [ 31%] Linking CXX executable ../../bin/c10_TypeIndex_test 2022-11-23T00:53:29.2495246Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x8.c.o 2022-11-23T00:53:29.2741844Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x16.c.o 2022-11-23T00:53:29.2747679Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-avx.c.o 2022-11-23T00:53:29.2785113Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-avx.c.o 2022-11-23T00:53:29.2936491Z [ 31%] Building CXX object c10/test/CMakeFiles/c10_TypeList_test.dir/util/TypeList_test.cpp.o 2022-11-23T00:53:29.3188704Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x1.c.o 2022-11-23T00:53:29.3650808Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x2.c.o 2022-11-23T00:53:29.3651325Z [ 31%] Built target c10_TypeIndex_test 2022-11-23T00:53:29.3713394Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x4.c.o 2022-11-23T00:53:29.3896753Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x8.c.o 2022-11-23T00:53:29.4037090Z [ 31%] Building CXX object c10/test/CMakeFiles/c10_TypeTraits_test.dir/util/TypeTraits_test.cpp.o 2022-11-23T00:53:29.4309422Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-avx.c.o 2022-11-23T00:53:29.4345560Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-avx.c.o 2022-11-23T00:53:29.4348928Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T00:53:29.4556032Z [ 31%] Linking CXX executable ../../bin/c10_TypeList_test 2022-11-23T00:53:29.4597356Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x1.c.o 2022-11-23T00:53:29.5057483Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x2.c.o 2022-11-23T00:53:29.5387058Z [ 31%] Building CXX object c10/test/CMakeFiles/c10_accumulate_test.dir/util/accumulate_test.cpp.o 2022-11-23T00:53:29.5679547Z [ 31%] Building CXX object c10/test/CMakeFiles/c10_bfloat16_test.dir/util/bfloat16_test.cpp.o 2022-11-23T00:53:29.5753268Z [ 31%] Built target c10_TypeList_test 2022-11-23T00:53:29.5789335Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x4.c.o 2022-11-23T00:53:29.5813598Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x8.c.o 2022-11-23T00:53:29.6002809Z [ 31%] Linking CXX executable ../../bin/c10_TypeTraits_test 2022-11-23T00:53:29.6008976Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-avx-broadcast.c.o 2022-11-23T00:53:29.6440867Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/5x16-minmax-avx-broadcast.c.o 2022-11-23T00:53:29.6546389Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x1.c.o 2022-11-23T00:53:29.7146469Z [ 31%] Built target c10_TypeTraits_test 2022-11-23T00:53:29.7194682Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x2.c.o 2022-11-23T00:53:29.7220478Z [ 31%] Linking CXX executable ../../bin/c10_accumulate_test 2022-11-23T00:53:29.7298781Z [ 31%] Linking CXX executable ../../bin/c10_bfloat16_test 2022-11-23T00:53:29.7529096Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x4.c.o 2022-11-23T00:53:29.7637563Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-avx-broadcast.c.o 2022-11-23T00:53:29.7812861Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x8.c.o 2022-11-23T00:53:29.7931723Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/5x16-minmax-avx-broadcast.c.o 2022-11-23T00:53:29.8271475Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/avx-2x16.c.o 2022-11-23T00:53:29.8523764Z [ 31%] Built target c10_accumulate_test 2022-11-23T00:53:29.8576089Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x2.c.o 2022-11-23T00:53:29.8577164Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x1.c.o 2022-11-23T00:53:29.8652008Z [ 31%] Built target c10_bfloat16_test 2022-11-23T00:53:29.8698155Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x4.c.o 2022-11-23T00:53:29.9224610Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x8.c.o 2022-11-23T00:53:29.9276373Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:53:29.9314419Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:53:29.9315603Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x1.c.o 2022-11-23T00:53:29.9514406Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x2.c.o 2022-11-23T00:53:29.9654406Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x4.c.o 2022-11-23T00:53:30.0074967Z [ 31%] Building CXX object c10/test/CMakeFiles/c10_complex_math_test.dir/util/complex_math_test.cpp.o 2022-11-23T00:53:30.0187168Z [ 31%] Building CXX object c10/test/CMakeFiles/c10_complex_test.dir/util/complex_test.cpp.o 2022-11-23T00:53:30.0385016Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x8.c.o 2022-11-23T00:53:30.0408336Z [ 31%] Building CXX object c10/test/CMakeFiles/c10_either_test.dir/util/either_test.cpp.o 2022-11-23T00:53:30.0467103Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x1.c.o 2022-11-23T00:53:30.0565805Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-avx-x16.c.o 2022-11-23T00:53:30.1109092Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x16.c.o 2022-11-23T00:53:30.1744320Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x2.c.o 2022-11-23T00:53:30.1831376Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x4.c.o 2022-11-23T00:53:30.2158086Z [ 31%] Linking CXX executable ../../bin/c10_complex_math_test 2022-11-23T00:53:30.2409390Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x16.c.o 2022-11-23T00:53:30.2455543Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x16.c.o 2022-11-23T00:53:30.2464050Z [ 31%] Linking CXX executable ../../bin/c10_complex_test 2022-11-23T00:53:30.2497251Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x8.c.o 2022-11-23T00:53:30.3082677Z [ 31%] Linking CXX executable ../../bin/c10_either_test 2022-11-23T00:53:30.3454584Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x1.c.o 2022-11-23T00:53:30.3483466Z [ 31%] Built target c10_complex_math_test 2022-11-23T00:53:30.3551481Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-avx-x16.c.o 2022-11-23T00:53:30.3628722Z [ 31%] Built target c10_complex_test 2022-11-23T00:53:30.3677142Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-avx-x16.c.o 2022-11-23T00:53:30.3801822Z [ 31%] Building CXX object c10/test/CMakeFiles/c10_exception_test.dir/util/exception_test.cpp.o 2022-11-23T00:53:30.4282787Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x2.c.o 2022-11-23T00:53:30.4283686Z [ 31%] Building CXX object c10/test/CMakeFiles/c10_flags_test.dir/util/flags_test.cpp.o 2022-11-23T00:53:30.4523289Z [ 31%] Built target c10_either_test 2022-11-23T00:53:30.4644431Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x4.c.o 2022-11-23T00:53:30.4855105Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x8.c.o 2022-11-23T00:53:30.5123116Z [ 31%] Building CXX object c10/test/CMakeFiles/c10_intrusive_ptr_test.dir/util/intrusive_ptr_test.cpp.o 2022-11-23T00:53:30.5194439Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-avx-x16.c.o 2022-11-23T00:53:30.5335500Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-avx-x16.c.o 2022-11-23T00:53:30.5532315Z [ 31%] Linking CXX executable ../../bin/c10_exception_test 2022-11-23T00:53:30.5760173Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x1.c.o 2022-11-23T00:53:30.5960761Z [ 32%] Linking CXX executable ../../bin/c10_flags_test 2022-11-23T00:53:30.6347416Z [ 32%] Building CXX object c10/test/CMakeFiles/c10_irange_test.dir/util/irange_test.cpp.o 2022-11-23T00:53:30.6527991Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x2.c.o 2022-11-23T00:53:30.6792596Z [ 32%] Built target c10_exception_test 2022-11-23T00:53:30.6857328Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x4.c.o 2022-11-23T00:53:30.6917085Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-avx-x16.c.o 2022-11-23T00:53:30.7128461Z [ 32%] Built target c10_flags_test 2022-11-23T00:53:30.7319644Z [ 32%] Building CXX object c10/test/CMakeFiles/c10_logging_test.dir/util/logging_test.cpp.o 2022-11-23T00:53:30.7349495Z [ 32%] Building CXX object c10/test/CMakeFiles/c10_optional_test.dir/util/optional_test.cpp.o 2022-11-23T00:53:30.7709175Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x8.c.o 2022-11-23T00:53:30.7853999Z [ 32%] Linking CXX executable ../../bin/c10_irange_test 2022-11-23T00:53:30.8000270Z [ 32%] Linking CXX executable ../../bin/c10_intrusive_ptr_test 2022-11-23T00:53:30.8140282Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x16.c.o 2022-11-23T00:53:30.8424669Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x1.c.o 2022-11-23T00:53:30.9153407Z [ 32%] Built target c10_irange_test 2022-11-23T00:53:30.9208358Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x2.c.o 2022-11-23T00:53:30.9224968Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x16.c.o 2022-11-23T00:53:30.9569515Z [ 32%] Linking CXX executable ../../bin/c10_logging_test 2022-11-23T00:53:30.9634155Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x4.c.o 2022-11-23T00:53:30.9967245Z [ 32%] Linking CXX executable ../../bin/c10_optional_test 2022-11-23T00:53:31.0072251Z [ 32%] Built target c10_intrusive_ptr_test 2022-11-23T00:53:31.0119985Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x8.c.o 2022-11-23T00:53:31.0326285Z [ 32%] Building CXX object c10/test/CMakeFiles/c10_ordered_preserving_dict_test.dir/util/ordered_preserving_dict_test.cpp.o 2022-11-23T00:53:31.0345929Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x16.c.o 2022-11-23T00:53:31.0519815Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-avx-x16.c.o 2022-11-23T00:53:31.0842167Z [ 32%] Built target c10_logging_test 2022-11-23T00:53:31.0906258Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x16.c.o 2022-11-23T00:53:31.1190091Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x1.c.o 2022-11-23T00:53:31.1271871Z [ 32%] Built target c10_optional_test 2022-11-23T00:53:31.1341510Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x2.c.o 2022-11-23T00:53:31.1863349Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x4.c.o 2022-11-23T00:53:31.1868287Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x8.c.o 2022-11-23T00:53:31.2074802Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-avx-x16.c.o 2022-11-23T00:53:31.2219337Z [ 32%] Linking CXX executable ../../bin/c10_ordered_preserving_dict_test 2022-11-23T00:53:31.2292889Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x16.c.o 2022-11-23T00:53:31.2521467Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x1.c.o 2022-11-23T00:53:31.2643271Z [ 32%] Building CXX object c10/test/CMakeFiles/c10_string_view_test.dir/util/string_view_test.cpp.o 2022-11-23T00:53:31.2656238Z [ 32%] Building CXX object c10/test/CMakeFiles/c10_registry_test.dir/util/registry_test.cpp.o 2022-11-23T00:53:31.3192846Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x2.c.o 2022-11-23T00:53:31.3346436Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x4.c.o 2022-11-23T00:53:31.3430368Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-avx-x16.c.o 2022-11-23T00:53:31.3637721Z [ 32%] Built target c10_ordered_preserving_dict_test 2022-11-23T00:53:31.3722481Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x32.c.o 2022-11-23T00:53:31.3963652Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-avx-x16.c.o 2022-11-23T00:53:31.4129223Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x1.c.o 2022-11-23T00:53:31.4514425Z [ 32%] Linking CXX executable ../../bin/c10_registry_test 2022-11-23T00:53:31.4615332Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x2.c.o 2022-11-23T00:53:31.4746408Z [ 32%] Linking CXX executable ../../bin/c10_string_view_test 2022-11-23T00:53:31.4894589Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-avx-x16.c.o 2022-11-23T00:53:31.5108701Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x3.c.o 2022-11-23T00:53:31.5337181Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-avx-x16.c.o 2022-11-23T00:53:31.5626411Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x4.c.o 2022-11-23T00:53:31.5685380Z [ 32%] Built target c10_registry_test 2022-11-23T00:53:31.5753360Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x5.c.o 2022-11-23T00:53:31.5949783Z [ 32%] Building CXX object c10/test/CMakeFiles/c10_tempfile_test.dir/util/tempfile_test.cpp.o 2022-11-23T00:53:31.5955430Z [ 32%] Built target c10_string_view_test 2022-11-23T00:53:31.6099856Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x6.c.o 2022-11-23T00:53:31.6196063Z [ 32%] Building CXX object c10/test/CMakeFiles/c10_typeid_test.dir/util/typeid_test.cpp.o 2022-11-23T00:53:31.6611027Z [ 32%] Building CXX object c10/benchmark/CMakeFiles/c10_intrusive_ptr_benchmark.dir/intrusive_ptr_benchmark.cpp.o 2022-11-23T00:53:31.6632271Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-avx-x16.c.o 2022-11-23T00:53:31.6652679Z [ 32%] Generating ../../../include/sleef.h 2022-11-23T00:53:31.6749094Z Generating sleef.h: mkrename cinz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ 2022-11-23T00:53:31.6769980Z Generating sleef.h: mkrename cinz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ sse2 2022-11-23T00:53:31.6831867Z Generating sleef.h: mkrename cinz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ sse4 2022-11-23T00:53:31.6852184Z Generating sleef.h: mkrename cinz_ 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ 2022-11-23T00:53:31.6881602Z Generating sleef.h: mkrename cinz_ 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ avx 2022-11-23T00:53:31.6945518Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x1.c.o 2022-11-23T00:53:31.6959384Z Generating sleef.h: mkrename finz_ 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ fma4 2022-11-23T00:53:31.6985624Z Generating sleef.h: mkrename finz_ 4 8 __m256d __m256 __m128i __m256i __AVX__ avx2 2022-11-23T00:53:31.7041900Z Generating sleef.h: mkrename finz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ avx2128 2022-11-23T00:53:31.7105216Z Generating sleef.h: mkrename finz_ 8 16 __m512d __m512 __m256i __m512i __AVX512F__ 2022-11-23T00:53:31.7150357Z Generating sleef.h: mkrename finz_ 8 16 __m512d __m512 __m256i __m512i __AVX512F__ avx512f 2022-11-23T00:53:31.7186525Z Generating sleef.h: mkrename cinz_ 8 16 __m512d __m512 __m256i __m512i __AVX512F__ avx512fnofma 2022-11-23T00:53:31.7202733Z Generating sleef.h: mkrename cinz_ 1 1 double float int32_t int32_t __STDC__ purec 2022-11-23T00:53:31.7230441Z Generating sleef.h: mkrename finz_ 1 1 double float int32_t int32_t FP_FAST_FMA purecfma 2022-11-23T00:53:31.7379015Z [ 32%] Generating include/renameavx512fnofma.h 2022-11-23T00:53:31.7390290Z Generating renameavx512fnofma.h: mkrename cinz_ 8 16 avx512fnofma 2022-11-23T00:53:31.7444903Z [ 32%] Generating include/renamecuda.h 2022-11-23T00:53:31.7452653Z Generating renamecuda.h: mkrename finz_ 1 1 cuda 2022-11-23T00:53:31.7523487Z [ 32%] Built target headers 2022-11-23T00:53:31.7568618Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x2.c.o 2022-11-23T00:53:31.7630876Z [ 32%] Linking CXX executable ../../bin/c10_tempfile_test 2022-11-23T00:53:31.7888380Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-avx-x16.c.o 2022-11-23T00:53:31.8069722Z [ 32%] Linking CXX executable ../../bin/c10_intrusive_ptr_benchmark 2022-11-23T00:53:31.8107671Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x3.c.o 2022-11-23T00:53:31.8273041Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-avx-x16.c.o 2022-11-23T00:53:31.8508637Z [ 32%] Linking CXX executable ../../bin/c10_typeid_test 2022-11-23T00:53:31.8948474Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x4.c.o 2022-11-23T00:53:31.9063777Z [ 32%] Built target c10_tempfile_test 2022-11-23T00:53:31.9118162Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x5.c.o 2022-11-23T00:53:31.9321373Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x6.c.o 2022-11-23T00:53:31.9442779Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x40.c.o 2022-11-23T00:53:31.9454631Z [ 32%] Built target c10_intrusive_ptr_benchmark 2022-11-23T00:53:31.9505392Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsqrt/gen/avx-sqrt-x8.c.o 2022-11-23T00:53:31.9789229Z [ 32%] Built target c10_typeid_test 2022-11-23T00:53:31.9837456Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-avx-x16.c.o 2022-11-23T00:53:31.9940173Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-avx-x16.c.o 2022-11-23T00:53:31.9983511Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-avx-x16.c.o 2022-11-23T00:53:32.0196480Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x1.c.o 2022-11-23T00:53:32.0836512Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x2.c.o 2022-11-23T00:53:32.0936530Z [ 32%] Built target renameAVX512FNOFMA.h_generated 2022-11-23T00:53:32.0985249Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x4.c.o 2022-11-23T00:53:32.0989305Z [ 32%] Generating alias_avx512f.h 2022-11-23T00:53:32.1089478Z [ 32%] Built target alias_avx512f.h_generated 2022-11-23T00:53:32.1091789Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x1.c.o 2022-11-23T00:53:32.1146054Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x2.c.o 2022-11-23T00:53:32.1154689Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x4.c.o 2022-11-23T00:53:32.1268619Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:53:32.1541473Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:53:32.1729244Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:53:32.1748132Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:53:32.1765456Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:53:32.1851552Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c1-minmax-scalar-2x.c.o 2022-11-23T00:53:32.2052837Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c2-minmax-scalar-2x.c.o 2022-11-23T00:53:32.2522772Z [ 32%] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimdsp.c.o 2022-11-23T00:53:32.2576846Z [ 32%] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimddp.c.o 2022-11-23T00:53:32.2709236Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c4-minmax-scalar-2x.c.o 2022-11-23T00:53:32.2744129Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:53:32.2750450Z [ 32%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2.dir/sleefsimdsp.c.o 2022-11-23T00:53:32.2787908Z [ 32%] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimdsp.c.o 2022-11-23T00:53:32.3365517Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x1.c.o 2022-11-23T00:53:32.3810119Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:53:32.3994593Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x2.c.o 2022-11-23T00:53:32.3999210Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:53:32.4220335Z [ 32%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2.dir/sleefsimddp.c.o 2022-11-23T00:53:32.4437020Z [ 32%] Built target sleefavx2 2022-11-23T00:53:32.4480291Z [ 32%] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimddp.c.o 2022-11-23T00:53:32.4484774Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:53:32.4736784Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x4.c.o 2022-11-23T00:53:32.4791982Z [ 32%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2128.dir/sleefsimdsp.c.o 2022-11-23T00:53:32.4832308Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x8.c.o 2022-11-23T00:53:32.5447992Z [ 32%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2128.dir/sleefsimddp.c.o 2022-11-23T00:53:32.5565385Z [ 32%] Built target sleefdetavx2 2022-11-23T00:53:32.5629582Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x1.c.o 2022-11-23T00:53:32.5678797Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:53:32.6043258Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x2.c.o 2022-11-23T00:53:32.6070790Z [ 32%] Built target sleefavx2128 2022-11-23T00:53:32.6159727Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x4.c.o 2022-11-23T00:53:32.6416974Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x1.c.o 2022-11-23T00:53:32.6462862Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:53:32.6618689Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:53:32.6926379Z [ 32%] Built target sleefdetavx2128 2022-11-23T00:53:32.6988620Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:53:32.7012022Z [ 32%] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimdsp.c.o 2022-11-23T00:53:32.7158592Z [ 32%] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimddp.c.o 2022-11-23T00:53:32.7324999Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x2.c.o 2022-11-23T00:53:32.7391613Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T00:53:32.7690232Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x4.c.o 2022-11-23T00:53:32.7829871Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x1.c.o 2022-11-23T00:53:32.8191470Z [ 32%] Building C object sleef/src/libm/CMakeFiles/sleefdetfma4.dir/sleefsimdsp.c.o 2022-11-23T00:53:32.8319132Z [ 32%] Building C object sleef/src/libm/CMakeFiles/sleefdetfma4.dir/sleefsimddp.c.o 2022-11-23T00:53:32.8509644Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T00:53:32.8516474Z [ 32%] Built target sleeffma4 2022-11-23T00:53:32.8595988Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T00:53:32.8603875Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T00:53:32.8650877Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x2.c.o 2022-11-23T00:53:32.9431628Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x1.c.o 2022-11-23T00:53:32.9436490Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x4.c.o 2022-11-23T00:53:32.9518908Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-11-23T00:53:32.9574673Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-11-23T00:53:32.9792090Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x2.c.o 2022-11-23T00:53:32.9971783Z [ 32%] Built target sleefdetfma4 2022-11-23T00:53:33.0039037Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x4.c.o 2022-11-23T00:53:33.0318520Z [ 32%] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimdsp.c.o 2022-11-23T00:53:33.0399639Z [ 32%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx.dir/sleefsimdsp.c.o 2022-11-23T00:53:33.0580723Z [ 32%] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimddp.c.o 2022-11-23T00:53:33.0625401Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:53:33.0743153Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:53:33.0809489Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut64-p2-div-x1.c.o 2022-11-23T00:53:33.1584154Z [ 32%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx.dir/sleefsimddp.c.o 2022-11-23T00:53:33.1694399Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:53:33.1702270Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut64-p2-div-x2.c.o 2022-11-23T00:53:33.1737097Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut64-p2-div-x4.c.o 2022-11-23T00:53:33.1973356Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut2048-p1-div-x1.c.o 2022-11-23T00:53:33.2381094Z [ 32%] Built target sleefavx 2022-11-23T00:53:33.2431139Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut2048-p1-div-x2.c.o 2022-11-23T00:53:33.2548061Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:53:33.2792915Z [ 32%] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimdsp.c.o 2022-11-23T00:53:33.2832071Z [ 32%] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimddp.c.o 2022-11-23T00:53:33.3003937Z [ 32%] Built target sleefdetavx 2022-11-23T00:53:33.3059834Z [ 32%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse4.dir/sleefsimdsp.c.o 2022-11-23T00:53:33.3064710Z [ 32%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse4.dir/sleefsimddp.c.o 2022-11-23T00:53:33.3361927Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:53:33.3363053Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut2048-p1-div-x4.c.o 2022-11-23T00:53:33.4177155Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T00:53:33.4232770Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-p5-div-x1.c.o 2022-11-23T00:53:33.4411741Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T00:53:33.4554266Z [ 33%] Built target sleefsse4 2022-11-23T00:53:33.4601809Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-p5-div-x2.c.o 2022-11-23T00:53:33.4670845Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-p5-div-x4.c.o 2022-11-23T00:53:33.4836221Z [ 33%] Built target sleefdetsse4 2022-11-23T00:53:33.4910661Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x1.c.o 2022-11-23T00:53:33.5370057Z [ 33%] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimdsp.c.o 2022-11-23T00:53:33.5396365Z [ 33%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse2.dir/sleefsimdsp.c.o 2022-11-23T00:53:33.5454744Z [ 33%] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimddp.c.o 2022-11-23T00:53:33.5484260Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x2.c.o 2022-11-23T00:53:33.5578611Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T00:53:33.6073705Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T00:53:33.6199415Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x4.c.o 2022-11-23T00:53:33.6461005Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x1.c.o 2022-11-23T00:53:33.6649382Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x2.c.o 2022-11-23T00:53:33.6814384Z [ 33%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse2.dir/sleefsimddp.c.o 2022-11-23T00:53:33.6840518Z [ 33%] Built target sleefsse2 2022-11-23T00:53:33.6841366Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx-x64.c.o 2022-11-23T00:53:33.6907430Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x4.c.o 2022-11-23T00:53:33.6920916Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x16.c.o 2022-11-23T00:53:33.7171439Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c8.c.o 2022-11-23T00:53:33.7441364Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c8.c.o 2022-11-23T00:53:33.7787771Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x1.c.o 2022-11-23T00:53:33.8000449Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x2.c.o 2022-11-23T00:53:33.8301903Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x4.c.o 2022-11-23T00:53:33.8462647Z [ 33%] Built target sleefdetsse2 2022-11-23T00:53:33.8511203Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x1.c.o 2022-11-23T00:53:33.8564684Z [ 33%] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimdsp.c.o 2022-11-23T00:53:33.8637248Z [ 33%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimdsp.c.o 2022-11-23T00:53:33.8686595Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-maxpool/9p8x-minmax-f16c-c8.c.o 2022-11-23T00:53:33.8861397Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-prelu/gen/f16c-2x16.c.o 2022-11-23T00:53:33.9034972Z [ 33%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimddp.c.o 2022-11-23T00:53:33.9234775Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x2.c.o 2022-11-23T00:53:33.9392846Z [ 33%] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimddp.c.o 2022-11-23T00:53:33.9442444Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x4.c.o 2022-11-23T00:53:33.9829950Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-scalar-bitcast.c.o 2022-11-23T00:53:33.9954127Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x16.c.o 2022-11-23T00:53:34.0038041Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x16.c.o 2022-11-23T00:53:34.0281485Z [ 33%] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimdsp.c.o 2022-11-23T00:53:34.0310832Z [ 33%] Built target sleefdetpurec_scalar 2022-11-23T00:53:34.0355280Z [ 33%] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimddp.c.o 2022-11-23T00:53:34.0427289Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-scalar-fabsf.c.o 2022-11-23T00:53:34.0511435Z [ 33%] Built target sleefpurec_scalar 2022-11-23T00:53:34.0632446Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-lut64-p2.c.o 2022-11-23T00:53:34.1059095Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-lut2048-p1.c.o 2022-11-23T00:53:34.1132240Z [ 33%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimdsp.c.o 2022-11-23T00:53:34.1249933Z [ 33%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimddp.c.o 2022-11-23T00:53:34.1284815Z [ 33%] Built target sleefpurecfma_scalar 2022-11-23T00:53:34.1363188Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x16.c.o 2022-11-23T00:53:34.1427911Z [ 33%] Generating dispsse.c 2022-11-23T00:53:34.1566607Z [ 33%] Built target dispsse.c_generated 2022-11-23T00:53:34.1629689Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x16.c.o 2022-11-23T00:53:34.1687875Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vclamp/gen/vclamp-f16c-x16.c.o 2022-11-23T00:53:34.1774319Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-p5.c.o 2022-11-23T00:53:34.2025335Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vhswish/gen/vhswish-f16c-x16.c.o 2022-11-23T00:53:34.2168783Z [ 33%] Built target sleefdetpurecfma_scalar 2022-11-23T00:53:34.2270926Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vlrelu/gen/vlrelu-f16c-x16.c.o 2022-11-23T00:53:34.2301293Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut4-p4.c.o 2022-11-23T00:53:34.2862703Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut8-p3.c.o 2022-11-23T00:53:34.2897202Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut8-p4.c.o 2022-11-23T00:53:34.2903241Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x16.c.o 2022-11-23T00:53:34.2981360Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut16-p3.c.o 2022-11-23T00:53:34.3304371Z [ 34%] Generating dispavx.c 2022-11-23T00:53:34.3405822Z [ 34%] Built target dispavx.c_generated 2022-11-23T00:53:34.3465544Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut16-p4.c.o 2022-11-23T00:53:34.3528921Z [ 34%] Building CXX object third_party/protobuf/cmake/CMakeFiles/protoc.dir/__/src/google/protobuf/compiler/main.cc.o 2022-11-23T00:53:34.3619710Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/init.c.o 2022-11-23T00:53:34.3752220Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/add.c.o 2022-11-23T00:53:34.3926008Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/init.c.o 2022-11-23T00:53:34.4029695Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-p5.c.o 2022-11-23T00:53:34.4221016Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-p6.c.o 2022-11-23T00:53:34.4351943Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:53:34.4614617Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/average-pooling.c.o 2022-11-23T00:53:34.4621642Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/channel-shuffle.c.o 2022-11-23T00:53:34.4733276Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/add.c.o 2022-11-23T00:53:34.5057578Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-addsub.c.o 2022-11-23T00:53:34.5260242Z [ 34%] Linking CXX executable ../../../bin/protoc 2022-11-23T00:53:34.5298285Z [ 34%] Generating src/x86_64-fma/2d-fourier-8x8.py.o 2022-11-23T00:53:34.5493733Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/average-pooling.c.o 2022-11-23T00:53:34.5523849Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:53:34.5754727Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/clamp.c.o 2022-11-23T00:53:34.5823511Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-cvt.c.o 2022-11-23T00:53:34.6498741Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-floor.c.o 2022-11-23T00:53:34.6671403Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/convolution.c.o 2022-11-23T00:53:34.6844128Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:53:34.6862250Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/channel-shuffle.c.o 2022-11-23T00:53:34.7183172Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-addsub.c.o 2022-11-23T00:53:34.7507797Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/deconvolution.c.o 2022-11-23T00:53:34.7626039Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/clamp.c.o 2022-11-23T00:53:34.8195056Z [ 34%] Built target protoc 2022-11-23T00:53:34.8227186Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-nearbyint.c.o 2022-11-23T00:53:34.8256692Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/fully-connected.c.o 2022-11-23T00:53:34.8266618Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-rint.c.o 2022-11-23T00:53:34.8329199Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:53:34.8372514Z [ 34%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-prepack.cc.o 2022-11-23T00:53:34.8915618Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:53:34.8940444Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-addsub.c.o 2022-11-23T00:53:34.9245211Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/global-average-pooling.c.o 2022-11-23T00:53:34.9261934Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/convolution.c.o 2022-11-23T00:53:34.9913537Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-ceil.c.o 2022-11-23T00:53:35.0031189Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-cvt.c.o 2022-11-23T00:53:35.0053225Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/leaky-relu.c.o 2022-11-23T00:53:35.0121260Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconvolution.c.o 2022-11-23T00:53:35.0704976Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:53:35.0856043Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/max-pooling.c.o 2022-11-23T00:53:35.0897208Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected.c.o 2022-11-23T00:53:35.0898319Z [ 34%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-prepack.cc.o 2022-11-23T00:53:35.1100738Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-addsub.c.o 2022-11-23T00:53:35.1624445Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/sigmoid.c.o 2022-11-23T00:53:35.1663296Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:53:35.1805671Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-cvt.c.o 2022-11-23T00:53:35.2001600Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected-sparse.c.o 2022-11-23T00:53:35.2169531Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-trunc.c.o 2022-11-23T00:53:35.2296449Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/softargmax.c.o 2022-11-23T00:53:35.2468629Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:53:35.2764982Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/global-average-pooling.c.o 2022-11-23T00:53:35.2823548Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-lut64-p2-div.c.o 2022-11-23T00:53:35.3019222Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/operator-delete.c.o 2022-11-23T00:53:35.3036481Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/indirection.c.o 2022-11-23T00:53:35.3554288Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-lut2048-p1-div.c.o 2022-11-23T00:53:35.3555168Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardsigmoid.c.o 2022-11-23T00:53:35.3813631Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:53:35.3972128Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:53:35.4081311Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/operator-run.c.o 2022-11-23T00:53:35.4286945Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardswish.c.o 2022-11-23T00:53:35.4333926Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-p5-div.c.o 2022-11-23T00:53:35.4905950Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8lut32norm/scalar.c.o 2022-11-23T00:53:35.5004913Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8lut/scalar.c.o 2022-11-23T00:53:35.5051976Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/leaky-relu.c.o 2022-11-23T00:53:35.5188277Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/params-init.c.o 2022-11-23T00:53:35.5293590Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:53:35.5540703Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:35.5587791Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/sgemm/6x8-psimd.c.o 2022-11-23T00:53:35.5805614Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/max-pooling.c.o 2022-11-23T00:53:35.6286026Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/mp8x9p8q-sse2.c.o 2022-11-23T00:53:35.6342357Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/up8x9-sse2.c.o 2022-11-23T00:53:35.6388646Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:35.6618142Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:53:35.6754195Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sigmoid.c.o 2022-11-23T00:53:35.6983082Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T00:53:35.7033140Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/up8xm-sse2.c.o 2022-11-23T00:53:35.7134823Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:35.7548138Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/softargmax.c.o 2022-11-23T00:53:35.7732404Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8conv/4x4c2-sse2.c.o 2022-11-23T00:53:35.8086444Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8dwconv/mp8x25-sse2.c.o 2022-11-23T00:53:35.8140868Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:35.8197921Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/tanh.c.o 2022-11-23T00:53:35.8589442Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T00:53:35.9007427Z [ 34%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-run.cc.o 2022-11-23T00:53:35.9013148Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-delete.c.o 2022-11-23T00:53:35.9077774Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8dwconv/up8x9-sse2.c.o 2022-11-23T00:53:35.9122821Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:35.9894402Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-11-23T00:53:35.9897032Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-11-23T00:53:36.0008732Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:36.0190543Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/mp8x7p7q-sse2.c.o 2022-11-23T00:53:36.0513853Z [ 34%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconv-run.cc.o 2022-11-23T00:53:36.0896269Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:36.0936388Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/up8x7-sse2.c.o 2022-11-23T00:53:36.1462378Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/up8xm-sse2.c.o 2022-11-23T00:53:36.1481241Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:53:36.1737419Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:36.1761400Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:53:36.2014507Z [ 34%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-run.cc.o 2022-11-23T00:53:36.2125748Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gemm/2x4c8-sse2.c.o 2022-11-23T00:53:36.3031986Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:36.3033041Z [ 34%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-dynamic-run.cc.o 2022-11-23T00:53:36.3058026Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/indirection.c.o 2022-11-23T00:53:36.3254610Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gemm/4x4c2-sse2.c.o 2022-11-23T00:53:36.3307816Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:53:36.3800776Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8vadd/sse2.c.o 2022-11-23T00:53:36.3988678Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:36.4097609Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-run.c.o 2022-11-23T00:53:36.4504624Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8lut32norm/scalar.c.o 2022-11-23T00:53:36.4700919Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:53:36.4806874Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:36.4897463Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:36.4996990Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8clamp/sse2.c.o 2022-11-23T00:53:36.5140940Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8lut/scalar.c.o 2022-11-23T00:53:36.5686577Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8maxpool/16x9p8q-sse2.c.o 2022-11-23T00:53:36.5739107Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T00:53:36.5845946Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:36.6051827Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sgemm/6x8-psimd.c.o 2022-11-23T00:53:36.6159246Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/mp8x9p8q-sse2.c.o 2022-11-23T00:53:36.6471734Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8maxpool/sub16-sse2.c.o 2022-11-23T00:53:36.6678636Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:36.6785916Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8rmax/sse2.c.o 2022-11-23T00:53:36.7104989Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T00:53:36.7165409Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-11-23T00:53:36.7241357Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8x9-sse2.c.o 2022-11-23T00:53:36.7530099Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x2-sse2.c.o 2022-11-23T00:53:36.7869786Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:36.7966724Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8xm-sse2.c.o 2022-11-23T00:53:36.8393031Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:36.8466402Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x3-sse2.c.o 2022-11-23T00:53:36.8540599Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x3-minmax-fma3.c.o 2022-11-23T00:53:36.8640132Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x4-minmax-fma3.c.o 2022-11-23T00:53:36.8736894Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8conv/4x4c2-sse2.c.o 2022-11-23T00:53:36.9349788Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x4-sse2.c.o 2022-11-23T00:53:36.9501532Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:36.9945852Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/xm-sse2.c.o 2022-11-23T00:53:36.9958970Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-sse2.c.o 2022-11-23T00:53:36.9972909Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x9-minmax-fma3.c.o 2022-11-23T00:53:36.9993630Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-sse2-per-channel.c.o 2022-11-23T00:53:37.0428651Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:37.0666607Z [ 34%] Linking C static library ../../lib/libqnnpack.a 2022-11-23T00:53:37.0947936Z [ 34%] Built target qnnpack 2022-11-23T00:53:37.1006154Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:37.1101200Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-ibilinear/gen/fma3-c8.c.o 2022-11-23T00:53:37.1119109Z [ 34%] Generating src/x86_64-fma/2d-fourier-16x16.py.o 2022-11-23T00:53:37.1258628Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vmulcaddc/gen/c8-minmax-fma3-2x.c.o 2022-11-23T00:53:37.1300641Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x27-sse2.c.o 2022-11-23T00:53:37.1353872Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:37.1922018Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-sse2.c.o 2022-11-23T00:53:37.2418242Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:37.2575094Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:37.2624965Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-fma3.c.o 2022-11-23T00:53:37.2673104Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-fma3.c.o 2022-11-23T00:53:37.3180097Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-sse2-per-channel.c.o 2022-11-23T00:53:37.3451380Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:37.3452466Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/mp8x7p7q-sse2.c.o 2022-11-23T00:53:37.3817349Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8x7-sse2.c.o 2022-11-23T00:53:37.3888554Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-fma3.c.o 2022-11-23T00:53:37.4467731Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8xm-sse2.c.o 2022-11-23T00:53:37.4473663Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:37.4491838Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-fma3.c.o 2022-11-23T00:53:37.4773866Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-11-23T00:53:37.5086775Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/2x4c8-sse2.c.o 2022-11-23T00:53:37.5228711Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:53:37.5513600Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:37.5761755Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:37.6332839Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:37.6384211Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x4c2-dq-sse2.c.o 2022-11-23T00:53:37.6465878Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x4c2-sse2.c.o 2022-11-23T00:53:37.6483292Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:53:37.6719714Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-11-23T00:53:37.7128179Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:37.7765356Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:37.7797889Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x4c1x4-dq-packedA-sse2.c.o 2022-11-23T00:53:37.7983672Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x4-packA-sse2.c.o 2022-11-23T00:53:37.8036809Z [ 35%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8vadd/sse2.c.o 2022-11-23T00:53:37.8143968Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-11-23T00:53:37.8841803Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:37.9081575Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:37.9130909Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:37.9201331Z [ 35%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8clamp/sse2.c.o 2022-11-23T00:53:37.9670566Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:53:37.9720590Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:37.9870714Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:53:37.9969685Z [ 35%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/16x9p8q-sse2.c.o 2022-11-23T00:53:38.0090023Z [ 35%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/sub16-sse2.c.o 2022-11-23T00:53:38.0696822Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:38.0737398Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:38.0882255Z [ 35%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8rmax/sse2.c.o 2022-11-23T00:53:38.1123480Z [ 35%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x2-sse2.c.o 2022-11-23T00:53:38.1260881Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-11-23T00:53:38.1545229Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-fma3-x16.c.o 2022-11-23T00:53:38.1648807Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-11-23T00:53:38.1706117Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:38.1851185Z [ 35%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x3-sse2.c.o 2022-11-23T00:53:38.2530111Z [ 35%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x4-sse2.c.o 2022-11-23T00:53:38.2592765Z [ 35%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/xm-sse2.c.o 2022-11-23T00:53:38.2698518Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:38.2769017Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-11-23T00:53:38.3202879Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-igemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-11-23T00:53:38.3239658Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-igemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-11-23T00:53:38.3314805Z [ 35%] Linking CXX static library ../../lib/libpytorch_qnnpack.a 2022-11-23T00:53:38.3480776Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:38.3740613Z [ 35%] Built target pytorch_qnnpack 2022-11-23T00:53:38.3803149Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:38.4280420Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:38.4477233Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:38.4507669Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x64.c.o 2022-11-23T00:53:38.4531603Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x64.c.o 2022-11-23T00:53:38.4852737Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x56.c.o 2022-11-23T00:53:38.5153075Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x40.c.o 2022-11-23T00:53:38.5498469Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:38.5689230Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:38.5921297Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:38.6296621Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:38.6375279Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:53:38.6568628Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:53:38.6897858Z [ 35%] Building CXX object third_party/googletest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o 2022-11-23T00:53:38.6956146Z [ 35%] Linking CXX static library ../../lib/libfbgemm.a 2022-11-23T00:53:38.7211195Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:38.7817701Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:38.7875725Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:53:38.8214989Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:53:38.8243525Z [ 35%] Built target fbgemm 2022-11-23T00:53:38.8332288Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:53:38.8557521Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:38.8805475Z [ 35%] Linking CXX static library ../../../lib/libgmock_main.a 2022-11-23T00:53:38.9024604Z [ 35%] Built target gmock_main 2022-11-23T00:53:38.9091132Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:38.9502283Z [ 35%] Linking CXX static library ../../../lib/libkineto.a 2022-11-23T00:53:38.9502922Z [ 35%] Linking CXX static library ../../../../lib/libdnnl_graph.a 2022-11-23T00:53:38.9708189Z [ 35%] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/torch.proto 2022-11-23T00:53:38.9830817Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:38.9949619Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:53:39.0071262Z [ 35%] Built target kineto 2022-11-23T00:53:39.0072385Z [ 35%] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/caffe2.proto 2022-11-23T00:53:39.0241645Z [ 35%] Running gen_proto.py on onnx/onnx.in.proto 2022-11-23T00:53:39.0657563Z [ 35%] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/caffe2_legacy.proto 2022-11-23T00:53:39.0663292Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx.in.proto 2022-11-23T00:53:39.0664698Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2022-11-23T00:53:39.0687362Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto3 2022-11-23T00:53:39.0719218Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-ml.pb.h 2022-11-23T00:53:39.0720105Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_pb.py 2022-11-23T00:53:39.0765982Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:39.0842657Z [ 35%] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2022-11-23T00:53:39.0967705Z [ 35%] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/hsm.proto 2022-11-23T00:53:39.1062786Z [ 35%] Built target dnnl_graph 2022-11-23T00:53:39.1145742Z [ 35%] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/metanet.proto 2022-11-23T00:53:39.1308201Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:53:39.1316987Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:53:39.1521930Z [ 35%] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/predictor_consts.proto 2022-11-23T00:53:39.1608145Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:39.1818374Z [ 35%] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/prof_dag.proto 2022-11-23T00:53:39.2465163Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:39.2490820Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:39.2703459Z [ 35%] Built target gen_onnx_proto 2022-11-23T00:53:39.2781851Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:39.2782818Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T00:53:39.2897732Z [ 35%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/caffe2.pb.cc.o 2022-11-23T00:53:39.3514192Z [ 35%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/caffe2_legacy.pb.cc.o 2022-11-23T00:53:39.3541827Z [ 35%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/hsm.pb.cc.o 2022-11-23T00:53:39.3602891Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:39.3957897Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:53:39.4622737Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:39.5123956Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:39.5307108Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:53:39.5488162Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:53:39.5759567Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:53:39.5894362Z [ 35%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/metanet.pb.cc.o 2022-11-23T00:53:39.5910054Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:39.6747751Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:39.6918170Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:39.6929042Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T00:53:39.7314503Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:39.7552815Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T00:53:39.7959601Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:53:39.8192664Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:39.8260322Z [ 37%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/predictor_consts.pb.cc.o 2022-11-23T00:53:39.8354388Z [ 37%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/prof_dag.pb.cc.o 2022-11-23T00:53:39.8721532Z [ 37%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/torch.pb.cc.o 2022-11-23T00:53:39.8994401Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:39.9838885Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:53:39.9962778Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:40.0763262Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:40.0945112Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T00:53:40.0953872Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:40.0978861Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:40.1128994Z [ 37%] Built target Caffe2_PROTO 2022-11-23T00:53:40.1208024Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:40.1705820Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefavx512fnofma.dir/sleefsimdsp.c.o 2022-11-23T00:53:40.1855762Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefavx512fnofma.dir/sleefsimddp.c.o 2022-11-23T00:53:40.1960604Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512fnofma.dir/sleefsimdsp.c.o 2022-11-23T00:53:40.2109036Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:53:40.2151113Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:40.2973116Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:40.3233943Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:53:40.3418891Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512fnofma.dir/sleefsimddp.c.o 2022-11-23T00:53:40.3504021Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:53:40.3712009Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:40.3724583Z [ 37%] Built target sleefavx512fnofma 2022-11-23T00:53:40.3788076Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:40.4792652Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimdsp.c.o 2022-11-23T00:53:40.4898614Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimddp.c.o 2022-11-23T00:53:40.4907835Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:40.5119296Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:53:40.5170133Z [ 37%] Built target sleefdetavx512fnofma 2022-11-23T00:53:40.5254928Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T00:53:40.6008142Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:40.6314248Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:40.6390449Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:40.6690375Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T00:53:40.6747173Z [ 37%] Built target sleefavx512f 2022-11-23T00:53:40.6794109Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx2-x128.c.o 2022-11-23T00:53:40.6888511Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f.c.o 2022-11-23T00:53:40.7081899Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f.c.o 2022-11-23T00:53:40.7120586Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:40.8048394Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:40.8106262Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:40.8440208Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:40.8519950Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512f.dir/sleefsimdsp.c.o 2022-11-23T00:53:40.8878294Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f.c.o 2022-11-23T00:53:40.8912696Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f.c.o 2022-11-23T00:53:40.8955224Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:53:40.9312725Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:40.9828530Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512f.dir/sleefsimddp.c.o 2022-11-23T00:53:40.9994134Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:41.0244569Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:53:41.0512653Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:41.0571699Z [ 37%] Building C object sleef/src/libm/CMakeFiles/dispsse_obj.dir/dispsse.c.o 2022-11-23T00:53:41.0869330Z [ 37%] Building C object sleef/src/libm/CMakeFiles/dispavx_obj.dir/dispavx.c.o 2022-11-23T00:53:41.1094648Z [ 37%] Built target sleefdetavx512f 2022-11-23T00:53:41.1213568Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-11-23T00:53:41.1596135Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:53:41.1597143Z [ 37%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx.dir/common_avx.cc.o 2022-11-23T00:53:41.1831441Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-11-23T00:53:41.1875923Z [ 37%] Built target dispsse_obj 2022-11-23T00:53:41.1939305Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-11-23T00:53:41.2506608Z [ 37%] Built target dispavx_obj 2022-11-23T00:53:41.2557007Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-11-23T00:53:41.2621513Z [ 37%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/adagrad_avx2.cc.o 2022-11-23T00:53:41.2927409Z [ 37%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx512.dir/common_avx512.cc.o 2022-11-23T00:53:41.2949801Z [ 37%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx.dir/typed_axpy_avx.cc.o 2022-11-23T00:53:41.2991409Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:53:41.3288664Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-11-23T00:53:41.4082795Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/avx512f-2x16.c.o 2022-11-23T00:53:41.4161661Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-11-23T00:53:41.4562608Z [ 37%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/batch_box_cox_avx2.cc.o 2022-11-23T00:53:41.4713566Z [ 37%] Linking CXX static library ../../lib/libCaffe2_perfkernels_avx512.a 2022-11-23T00:53:41.4951555Z [ 37%] Built target Caffe2_perfkernels_avx512 2022-11-23T00:53:41.4985655Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-11-23T00:53:41.5026037Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c1.c.o 2022-11-23T00:53:41.5326959Z [ 37%] Linking CXX static library ../../lib/libCaffe2_perfkernels_avx.a 2022-11-23T00:53:41.5546750Z [ 37%] Built target Caffe2_perfkernels_avx 2022-11-23T00:53:41.5591741Z [ 37%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/common_avx2.cc.o 2022-11-23T00:53:41.5614595Z [ 37%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/embedding_lookup_avx2.cc.o 2022-11-23T00:53:41.5791201Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c2.c.o 2022-11-23T00:53:41.5982460Z [ 37%] Building CXX object caffe2/quantization/server/CMakeFiles/caffe2_dnnlowp_avx2_ops.dir/elementwise_sum_dnnlowp_op_avx2.cc.o 2022-11-23T00:53:41.6511738Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x32.c.o 2022-11-23T00:53:41.6518620Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c4.c.o 2022-11-23T00:53:41.6845413Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x32.c.o 2022-11-23T00:53:41.7410473Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-11-23T00:53:41.7701152Z [ 37%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/embedding_lookup_fused_8bit_rowwise_avx2.cc.o 2022-11-23T00:53:41.7758866Z [ 37%] Building CXX object caffe2/quantization/server/CMakeFiles/caffe2_dnnlowp_avx2_ops.dir/fully_connected_fake_lowp_op_avx2.cc.o 2022-11-23T00:53:41.7957045Z [ 37%] Building CXX object caffe2/quantization/server/CMakeFiles/caffe2_dnnlowp_avx2_ops.dir/group_norm_dnnlowp_op_avx2.cc.o 2022-11-23T00:53:41.8096629Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x32.c.o 2022-11-23T00:53:41.8169595Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-11-23T00:53:41.9019027Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-11-23T00:53:41.9305346Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x32.c.o 2022-11-23T00:53:41.9470520Z [ 37%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/embedding_lookup_fused_8bit_rowwise_idx_avx2.cc.o 2022-11-23T00:53:41.9712062Z [ 37%] Building CXX object caffe2/quantization/server/CMakeFiles/caffe2_dnnlowp_avx2_ops.dir/pool_dnnlowp_op_avx2.cc.o 2022-11-23T00:53:41.9808839Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-11-23T00:53:42.0048597Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-11-23T00:53:42.0517882Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-avx512f-x32.c.o 2022-11-23T00:53:42.0728895Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-avx512f-x32.c.o 2022-11-23T00:53:42.0749037Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-11-23T00:53:42.1657834Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c1.c.o 2022-11-23T00:53:42.1658456Z [ 37%] Building CXX object caffe2/quantization/server/CMakeFiles/caffe2_dnnlowp_avx2_ops.dir/relu_dnnlowp_op_avx2.cc.o 2022-11-23T00:53:42.1757147Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c2.c.o 2022-11-23T00:53:42.1878605Z [ 37%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/embedding_lookup_idx_avx2.cc.o 2022-11-23T00:53:42.2047095Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-avx512f-x32.c.o 2022-11-23T00:53:42.2585548Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-avx512f-x32.c.o 2022-11-23T00:53:42.2619520Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c4.c.o 2022-11-23T00:53:42.3109551Z [ 37%] Building CXX object caffe2/quantization/server/CMakeFiles/caffe2_dnnlowp_avx2_ops.dir/spatial_batch_norm_dnnlowp_op_avx2.cc.o 2022-11-23T00:53:42.3226864Z [ 37%] Building CXX object caffe2/quantization/server/CMakeFiles/caffe2_dnnlowp_avx2_ops.dir/transpose.cc.o 2022-11-23T00:53:42.3432542Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-11-23T00:53:42.4079060Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x32.c.o 2022-11-23T00:53:42.4125491Z [ 37%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/lstm_unit_cpu_avx2.cc.o 2022-11-23T00:53:42.4232091Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-11-23T00:53:42.4690925Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-11-23T00:53:42.5069997Z [ 37%] Building CXX object caffe2/quantization/server/CMakeFiles/caffe2_dnnlowp_avx2_ops.dir/norm_minimization_avx2.cc.o 2022-11-23T00:53:42.5315191Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:42.5510176Z [ 37%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/math_cpu_avx2.cc.o 2022-11-23T00:53:42.5623221Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x32.c.o 2022-11-23T00:53:42.5926231Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x32.c.o 2022-11-23T00:53:42.6277972Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:42.6716229Z [ 37%] Built target caffe2_dnnlowp_avx2_ops 2022-11-23T00:53:42.6828106Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:42.7161155Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:42.7177589Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x32.c.o 2022-11-23T00:53:42.7442312Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:42.7874642Z [ 37%] Linking CXX static library ../lib/libcaffe2_protos.a 2022-11-23T00:53:42.8045036Z [ 37%] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/typed_axpy_avx2.cc.o 2022-11-23T00:53:42.8165028Z [ 37%] Built target caffe2_protos 2022-11-23T00:53:42.8210344Z [ 37%] Running gen_proto.py on onnx/onnx-data.in.proto 2022-11-23T00:53:42.8232232Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:42.8470484Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x32.c.o 2022-11-23T00:53:42.8540909Z [ 37%] Running gen_proto.py on onnx/onnx-operators.in.proto 2022-11-23T00:53:42.8604644Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx-data.in.proto 2022-11-23T00:53:42.8605278Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2022-11-23T00:53:42.8608428Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto3 2022-11-23T00:53:42.8613938Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data.pb.h 2022-11-23T00:53:42.8614704Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_data_pb.py 2022-11-23T00:53:42.8731110Z [ 37%] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2022-11-23T00:53:42.8976582Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx-operators.in.proto 2022-11-23T00:53:42.8977502Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2022-11-23T00:53:42.8979560Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto3 2022-11-23T00:53:42.8985134Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators-ml.pb.h 2022-11-23T00:53:42.8986229Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_operators_pb.py 2022-11-23T00:53:42.9107677Z [ 37%] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2022-11-23T00:53:42.9206801Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:42.9397775Z [ 37%] Built target gen_onnx_data_proto 2022-11-23T00:53:42.9481841Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:42.9574990Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x32.c.o 2022-11-23T00:53:42.9668444Z [ 37%] Built target gen_onnx_operators_proto 2022-11-23T00:53:42.9815065Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x32.c.o 2022-11-23T00:53:43.0050559Z [ 37%] Linking CXX static library ../../lib/libCaffe2_perfkernels_avx2.a 2022-11-23T00:53:43.0112712Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:43.0326728Z [ 37%] Built target Caffe2_perfkernels_avx2 2022-11-23T00:53:43.0403699Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:43.0511960Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x32.c.o 2022-11-23T00:53:43.0821616Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefdp.c.o 2022-11-23T00:53:43.0964523Z [ 38%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefsp.c.o 2022-11-23T00:53:43.0965924Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:43.1251941Z [ 38%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/rempitab.c.o 2022-11-23T00:53:43.1771201Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:43.1813274Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-avx512f-x16.c.o 2022-11-23T00:53:43.1841288Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:43.1983598Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x64.c.o 2022-11-23T00:53:43.2037657Z [ 38%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefld.c.o 2022-11-23T00:53:43.2746856Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-avx512f-x16.c.o 2022-11-23T00:53:43.2747404Z [ 38%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefqp.c.o 2022-11-23T00:53:43.2749629Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:43.2973645Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:43.3160726Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:43.3487916Z [ 38%] Linking C static library ../../lib/libsleef.a 2022-11-23T00:53:43.3624442Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x16.c.o 2022-11-23T00:53:43.3892160Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:43.3893189Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-avx512f-x16.c.o 2022-11-23T00:53:43.3991680Z [ 38%] Built target sleef 2022-11-23T00:53:43.4073896Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-avx512f-x16.c.o 2022-11-23T00:53:43.4265252Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-avx512f-x16.c.o 2022-11-23T00:53:43.4689154Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:43.4892048Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:43.5352397Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:43.5380390Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:43.5681626Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-avx512f-x16.c.o 2022-11-23T00:53:43.5706128Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x64.c.o 2022-11-23T00:53:43.5816783Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-avx512f-x16.c.o 2022-11-23T00:53:43.6203343Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-avx512f-x16.c.o 2022-11-23T00:53:43.6227500Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:43.6986855Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx_onnx_torch-ml.pb.cc.o 2022-11-23T00:53:43.7062354Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-operators_onnx_torch-ml.pb.cc.o 2022-11-23T00:53:43.7125689Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-data_onnx_torch.pb.cc.o 2022-11-23T00:53:43.7130637Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:43.7450682Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-avx512f-x16.c.o 2022-11-23T00:53:43.8084972Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:43.8605041Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T00:53:43.8908968Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:43.9099002Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T00:53:43.9106792Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:43.9508121Z [ 38%] Linking CXX static library ../../lib/libonnx_proto.a 2022-11-23T00:53:43.9699814Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-11-23T00:53:43.9756852Z [ 38%] Built target onnx_proto 2022-11-23T00:53:43.9842398Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-11-23T00:53:43.9881039Z [ 38%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_DEFAULT.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2022-11-23T00:53:43.9940256Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:44.0579419Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:44.0929205Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:53:44.1035946Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:44.1150928Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:44.1477873Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:53:44.1936946Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:53:44.1980346Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:44.2165139Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:44.2707372Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:44.2930018Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:53:44.2969978Z [ 39%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_DEFAULT.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-11-23T00:53:44.3169880Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:44.3218643Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:44.3523660Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:53:44.3968768Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:53:44.4195377Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:44.4401647Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:44.4934195Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:44.5016029Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:53:44.5054493Z [ 39%] Linking CXX executable ../bin/vec_test_all_types_DEFAULT 2022-11-23T00:53:44.5213634Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:53:44.5555231Z [ 39%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX512.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2022-11-23T00:53:44.5736229Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:44.6367120Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:44.6540218Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T00:53:44.6742624Z [ 39%] Built target vec_test_all_types_DEFAULT 2022-11-23T00:53:44.6809036Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:53:44.6918202Z [ 39%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX2.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2022-11-23T00:53:44.7363845Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:44.7827100Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:44.8256431Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:53:44.8413037Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:53:44.8862726Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:44.9046500Z [ 39%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX512.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-11-23T00:53:44.9768266Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:44.9941296Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:53:44.9982186Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:45.0451220Z [ 39%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX2.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-11-23T00:53:45.0579025Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T00:53:45.0888272Z [ 39%] Linking CXX executable ../bin/vec_test_all_types_AVX512 2022-11-23T00:53:45.0931249Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:45.1112692Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:45.1881800Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T00:53:45.2040151Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:45.2081353Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-scalar-fmagic.c.o 2022-11-23T00:53:45.2392503Z [ 39%] Linking CXX executable ../bin/vec_test_all_types_AVX2 2022-11-23T00:53:45.2811739Z [ 39%] Built target vec_test_all_types_AVX512 2022-11-23T00:53:45.2862634Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-scalar-lrintf.c.o 2022-11-23T00:53:45.2966077Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/defs.cc.o 2022-11-23T00:53:45.3024044Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/schema.cc.o 2022-11-23T00:53:45.3206461Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:53:45.3599128Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-scalar.c.o 2022-11-23T00:53:45.4308609Z [ 39%] Built target vec_test_all_types_AVX2 2022-11-23T00:53:45.4359357Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-signed64.c.o 2022-11-23T00:53:45.4361689Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:53:45.4534397Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-unsigned32.c.o 2022-11-23T00:53:45.5028259Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T00:53:45.5227482Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:53:45.5255841Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/checker.cc.o 2022-11-23T00:53:45.5330864Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-unsigned64.c.o 2022-11-23T00:53:45.5418904Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-scalar.c.o 2022-11-23T00:53:45.6062962Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:53:45.6106499Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x1.c.o 2022-11-23T00:53:45.6240833Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x2.c.o 2022-11-23T00:53:45.6527617Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x4.c.o 2022-11-23T00:53:45.6845708Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x1.c.o 2022-11-23T00:53:45.6849169Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:53:45.7142227Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/assertions.cc.o 2022-11-23T00:53:45.7408180Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/interned_strings.cc.o 2022-11-23T00:53:45.7459471Z [ 39%] Generating src/x86_64-fma/2d-winograd-8x8-3x3.py.o 2022-11-23T00:53:45.7644355Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/ir_pb_converter.cc.o 2022-11-23T00:53:45.7804175Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x2.c.o 2022-11-23T00:53:45.8015544Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x4.c.o 2022-11-23T00:53:45.8218456Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:53:45.8389332Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T00:53:45.8425672Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T00:53:45.8639486Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x1.c.o 2022-11-23T00:53:45.9314606Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x2.c.o 2022-11-23T00:53:45.9514681Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x4.c.o 2022-11-23T00:53:45.9817418Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x1.c.o 2022-11-23T00:53:45.9887481Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x64.c.o 2022-11-23T00:53:45.9979586Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/model_helpers.cc.o 2022-11-23T00:53:46.0183628Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/path.cc.o 2022-11-23T00:53:46.0247064Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/status.cc.o 2022-11-23T00:53:46.0539508Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x2.c.o 2022-11-23T00:53:46.1169525Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x4.c.o 2022-11-23T00:53:46.1255580Z [ 39%] Linking CXX static library ../../lib/libXNNPACK.a 2022-11-23T00:53:46.1484263Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/attr_proto_util.cc.o 2022-11-23T00:53:46.1610369Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/defs.cc.o 2022-11-23T00:53:46.1926069Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T00:53:46.2089442Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9x-minmax-scalar-c1.c.o 2022-11-23T00:53:46.2592715Z [ 39%] Built target XNNPACK 2022-11-23T00:53:46.2642102Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/data_type_utils.cc.o 2022-11-23T00:53:46.2649946Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/old.cc.o 2022-11-23T00:53:46.2825253Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:46.3775232Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:46.3821996Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:46.3891788Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:46.4339222Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:46.4658234Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/function.cc.o 2022-11-23T00:53:46.4659110Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/defs.cc.o 2022-11-23T00:53:46.4828193Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:46.4981630Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/old.cc.o 2022-11-23T00:53:46.5201024Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/defs.cc.o 2022-11-23T00:53:46.5838171Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:46.6560859Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/old.cc.o 2022-11-23T00:53:46.6757501Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:46.7007734Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:46.7415033Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:46.7561252Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:46.7614016Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/defs.cc.o 2022-11-23T00:53:46.7947680Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/old.cc.o 2022-11-23T00:53:46.8343036Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:46.8513511Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:46.8801369Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/defs.cc.o 2022-11-23T00:53:46.9091351Z [ 40%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/old.cc.o 2022-11-23T00:53:46.9327981Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:46.9830430Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:47.0117085Z [ 40%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/defs.cc.o 2022-11-23T00:53:47.0320019Z [ 40%] Generating src/x86_64-fma/blas/s8gemm.py.o 2022-11-23T00:53:47.0377638Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:47.0890709Z [ 40%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/old.cc.o 2022-11-23T00:53:47.1003689Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:47.1045375Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:47.1181453Z [ 40%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/optional/defs.cc.o 2022-11-23T00:53:47.1823944Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-11-23T00:53:47.1915676Z [ 40%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/parser.cc.o 2022-11-23T00:53:47.2011240Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-11-23T00:53:47.2440111Z [ 40%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/printer.cc.o 2022-11-23T00:53:47.2591035Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-11-23T00:53:47.2806652Z [ 40%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/defs.cc.o 2022-11-23T00:53:47.3397875Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-11-23T00:53:47.3640639Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-11-23T00:53:47.3863187Z [ 40%] Generating src/x86_64-fma/blas/c8gemm.py.o 2022-11-23T00:53:47.4051761Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-11-23T00:53:47.4057128Z [ 40%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/old.cc.o 2022-11-23T00:53:47.4435161Z [ 40%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/defs.cc.o 2022-11-23T00:53:47.4585529Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-11-23T00:53:47.4680774Z [ 40%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/old.cc.o 2022-11-23T00:53:47.4717657Z [ 40%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/defs.cc.o 2022-11-23T00:53:47.5515634Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c1.c.o 2022-11-23T00:53:47.6340347Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c2.c.o 2022-11-23T00:53:47.6341086Z [ 40%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/old.cc.o 2022-11-23T00:53:47.6539965Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c4.c.o 2022-11-23T00:53:47.6562875Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-11-23T00:53:47.6767841Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-11-23T00:53:47.7148262Z [ 40%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/schema.cc.o 2022-11-23T00:53:47.7221200Z [ 40%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/sequence/defs.cc.o 2022-11-23T00:53:47.7324059Z [ 40%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/shape_inference.cc.o 2022-11-23T00:53:47.7584305Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-11-23T00:53:47.8069636Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-11-23T00:53:47.8388579Z [ 40%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/defs.cc.o 2022-11-23T00:53:47.8852791Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-11-23T00:53:47.8998748Z [ 40%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/old.cc.o 2022-11-23T00:53:47.9330006Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-11-23T00:53:47.9652953Z [ 40%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/utils.cc.o 2022-11-23T00:53:47.9666463Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c1.c.o 2022-11-23T00:53:48.0132121Z [ 40%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_proto_util.cc.o 2022-11-23T00:53:48.0562259Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c2.c.o 2022-11-23T00:53:48.0570094Z [ 40%] Generating src/x86_64-fma/blas/s4c6gemm.py.o 2022-11-23T00:53:48.0726898Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c4.c.o 2022-11-23T00:53:48.1536565Z [ 40%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_util.cc.o 2022-11-23T00:53:48.1752078Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-11-23T00:53:48.1756848Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-11-23T00:53:48.1898701Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-11-23T00:53:48.1996261Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:48.2484310Z [ 40%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/defs.cc.o 2022-11-23T00:53:48.2546838Z [ 40%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/old.cc.o 2022-11-23T00:53:48.2738483Z [ 40%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/training/defs.cc.o 2022-11-23T00:53:48.2906572Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:48.4113075Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:48.4277062Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:48.4359433Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:48.4477598Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:48.4795348Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/onnxifi_utils.cc.o 2022-11-23T00:53:48.4934305Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/shape_inference/implementation.cc.o 2022-11-23T00:53:48.5103402Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/convert.cc.o 2022-11-23T00:53:48.5183878Z [ 41%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/helper.cc.o 2022-11-23T00:53:48.5311708Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:48.6292756Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:48.6752133Z [ 41%] Generating src/x86_64-fma/blas/conv1x1.py.o 2022-11-23T00:53:48.7287058Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:48.7295018Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:48.7334777Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:48.7388548Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:48.7913975Z [ 41%] Linking CXX static library ../../lib/libonnx.a 2022-11-23T00:53:48.8193578Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:48.8298781Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:48.8364157Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:48.8547277Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:48.8768304Z [ 41%] Built target onnx 2022-11-23T00:53:48.8830633Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:48.9220389Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:48.9326126Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:48.9445323Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:48.9567178Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:48.9582969Z [ 41%] Generating src/x86_64-fma/blas/sgemm.py.o 2022-11-23T00:53:48.9948664Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:49.0106259Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:49.0111417Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:49.0171919Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:49.0447159Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:49.0947384Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:49.1123243Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:49.1133302Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:49.1158665Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:49.1476985Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:49.1950991Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:49.1951846Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:49.1999859Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:49.2000849Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:49.2500601Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:49.2884651Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:49.2899123Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:49.3095637Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:49.3104550Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:49.3516163Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:49.3721587Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:49.3941417Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:49.4017768Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:49.4159327Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:49.4176035Z [ 41%] Generating src/x86_64-fma/max-pooling.py.o 2022-11-23T00:53:49.4495015Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T00:53:49.4585425Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T00:53:49.4718648Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T00:53:49.4929447Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-scalar-fmagic.c.o 2022-11-23T00:53:49.4977787Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-scalar-lrintf.c.o 2022-11-23T00:53:49.5447413Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-scalar.c.o 2022-11-23T00:53:49.5519237Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-signed64.c.o 2022-11-23T00:53:49.5622256Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-unsigned32.c.o 2022-11-23T00:53:49.5631135Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-unsigned64.c.o 2022-11-23T00:53:49.5690204Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x1.c.o 2022-11-23T00:53:49.6104697Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x2.c.o 2022-11-23T00:53:49.6150674Z [ 41%] Generating src/x86_64-fma/relu.py.o 2022-11-23T00:53:49.6175724Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x4.c.o 2022-11-23T00:53:49.6319093Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x2.c.o 2022-11-23T00:53:49.6322402Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x1.c.o 2022-11-23T00:53:49.6485081Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x4.c.o 2022-11-23T00:53:49.6732082Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x1.c.o 2022-11-23T00:53:49.6837205Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x2.c.o 2022-11-23T00:53:49.6947910Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x4.c.o 2022-11-23T00:53:49.6993641Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x1.c.o 2022-11-23T00:53:49.7238185Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x2.c.o 2022-11-23T00:53:49.7450208Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x4.c.o 2022-11-23T00:53:49.7652101Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c1.c.o 2022-11-23T00:53:49.7908575Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c2.c.o 2022-11-23T00:53:49.7984489Z [ 41%] Generating src/x86_64-fma/softmax.py.o 2022-11-23T00:53:49.8012470Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c4.c.o 2022-11-23T00:53:49.8068724Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T00:53:49.8112819Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/scalar-x4.c.o 2022-11-23T00:53:49.8401445Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c1.c.o 2022-11-23T00:53:49.8536478Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c2.c.o 2022-11-23T00:53:49.8642906Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c4.c.o 2022-11-23T00:53:49.8682960Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-lut32norm/scalar.c.o 2022-11-23T00:53:49.8815540Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-maxpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T00:53:49.9032129Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-rmax/scalar.c.o 2022-11-23T00:53:49.9372662Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-vclamp/scalar-x4.c.o 2022-11-23T00:53:49.9373725Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-copy/memcpy.c.o 2022-11-23T00:53:49.9571522Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-fill/scalar-x16.c.o 2022-11-23T00:53:49.9845825Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-pad/scalar.c.o 2022-11-23T00:53:49.9846723Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x1.c.o 2022-11-23T00:53:49.9998094Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x2.c.o 2022-11-23T00:53:50.0058318Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x4.c.o 2022-11-23T00:53:50.0195970Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x8.c.o 2022-11-23T00:53:50.0461391Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x16.c.o 2022-11-23T00:53:50.0490414Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/1x2-scalar-int.c.o 2022-11-23T00:53:50.0630612Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/1x4-scalar-int.c.o 2022-11-23T00:53:50.0695152Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x1-scalar-int.c.o 2022-11-23T00:53:50.0925724Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x2-scalar-int.c.o 2022-11-23T00:53:50.1130072Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x4-scalar-int.c.o 2022-11-23T00:53:50.1192842Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x1-scalar-int.c.o 2022-11-23T00:53:50.1336375Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x2-scalar-int.c.o 2022-11-23T00:53:50.1560088Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x4-scalar-int.c.o 2022-11-23T00:53:50.1573615Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/xm-scalar.c.o 2022-11-23T00:53:50.1723007Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x2-scalar.c.o 2022-11-23T00:53:50.1904894Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x3-scalar.c.o 2022-11-23T00:53:50.1947024Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x4-scalar.c.o 2022-11-23T00:53:50.2243968Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/1x2-scalar-int.c.o 2022-11-23T00:53:50.2338120Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/1x4-scalar-int.c.o 2022-11-23T00:53:50.2339114Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x1-scalar-int.c.o 2022-11-23T00:53:50.2554398Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x2-scalar-int.c.o 2022-11-23T00:53:50.2679268Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x4-scalar-int.c.o 2022-11-23T00:53:50.2901222Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x1-scalar-int.c.o 2022-11-23T00:53:50.3070149Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x2-scalar-int.c.o 2022-11-23T00:53:50.3177259Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x4-scalar-int.c.o 2022-11-23T00:53:50.3180377Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-depthtospace2d-chw2hwc/scalar.c.o 2022-11-23T00:53:50.3507953Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x2-scalar.c.o 2022-11-23T00:53:50.3558993Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x3-scalar.c.o 2022-11-23T00:53:50.3803802Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x4-scalar.c.o 2022-11-23T00:53:50.3860861Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x2-scalar-float.c.o 2022-11-23T00:53:50.4100995Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x2-scalar-int.c.o 2022-11-23T00:53:50.4125097Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x4-scalar-float.c.o 2022-11-23T00:53:50.4313393Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x4-scalar-int.c.o 2022-11-23T00:53:50.4437200Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x1-scalar-float.c.o 2022-11-23T00:53:50.4784469Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x1-scalar-int.c.o 2022-11-23T00:53:50.4829665Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x2-scalar-float.c.o 2022-11-23T00:53:50.4928201Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x2-scalar-int.c.o 2022-11-23T00:53:50.4993718Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x4-scalar-float.c.o 2022-11-23T00:53:50.5040648Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x4-scalar-int.c.o 2022-11-23T00:53:50.5352909Z [ 42%] Generating src/x86_64-fma/blas/sdotxf.py.o 2022-11-23T00:53:50.5484822Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x1-scalar-float.c.o 2022-11-23T00:53:50.5547395Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x1-scalar-int.c.o 2022-11-23T00:53:50.5591653Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x2-scalar-float.c.o 2022-11-23T00:53:50.5707110Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x2-scalar-int.c.o 2022-11-23T00:53:50.5812517Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-scalar-float.c.o 2022-11-23T00:53:50.6149729Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-scalar-int.c.o 2022-11-23T00:53:50.6383852Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/xm-scalar.c.o 2022-11-23T00:53:50.6384895Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-unpool/scalar.c.o 2022-11-23T00:53:50.6437969Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x2-scalar.c.o 2022-11-23T00:53:50.6673537Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x3-scalar.c.o 2022-11-23T00:53:50.6731277Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x4-scalar.c.o 2022-11-23T00:53:50.7009639Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/1x2-scalar-float.c.o 2022-11-23T00:53:50.7046182Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/1x2-scalar-int.c.o 2022-11-23T00:53:50.7247836Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x1-scalar-float.c.o 2022-11-23T00:53:50.7362340Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x1-scalar-int.c.o 2022-11-23T00:53:50.7588743Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-scalar-float.c.o 2022-11-23T00:53:50.7625429Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-scalar-int.c.o 2022-11-23T00:53:50.7725854Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x1-scalar-float.c.o 2022-11-23T00:53:50.8083450Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x1-scalar-int.c.o 2022-11-23T00:53:50.8151210Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x2-scalar-float.c.o 2022-11-23T00:53:50.8194485Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x2-scalar-int.c.o 2022-11-23T00:53:50.8403782Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9p8x-minmax-sse-c4.c.o 2022-11-23T00:53:50.8430761Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9x-minmax-sse-c4.c.o 2022-11-23T00:53:50.8650438Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-1x1.c.o 2022-11-23T00:53:50.8879822Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-2x2.c.o 2022-11-23T00:53:50.8915677Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x3-minmax-sse-acc2.c.o 2022-11-23T00:53:50.9080650Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x3-minmax-sse.c.o 2022-11-23T00:53:50.9290190Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x4-minmax-sse-acc2.c.o 2022-11-23T00:53:50.9307035Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x4-minmax-sse.c.o 2022-11-23T00:53:50.9652485Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x9-minmax-sse-acc2.c.o 2022-11-23T00:53:50.9769780Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x9-minmax-sse.c.o 2022-11-23T00:53:51.0050351Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x25-minmax-sse-acc2.c.o 2022-11-23T00:53:51.0249666Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x25-minmax-sse.c.o 2022-11-23T00:53:51.0495178Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-sse-acc2.c.o 2022-11-23T00:53:51.0554605Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-sse.c.o 2022-11-23T00:53:51.0826233Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-sse-acc2.c.o 2022-11-23T00:53:51.0883228Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-sse.c.o 2022-11-23T00:53:51.1227870Z [ 42%] Generating src/x86_64-fma/blas/shdotxf.py.o 2022-11-23T00:53:51.1233202Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-sse-acc2.c.o 2022-11-23T00:53:51.1344039Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-sse.c.o 2022-11-23T00:53:51.1414208Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-sse-acc2.c.o 2022-11-23T00:53:51.1673313Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-sse.c.o 2022-11-23T00:53:51.1872531Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4-acc2.c.o 2022-11-23T00:53:51.2069015Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4-acc3.c.o 2022-11-23T00:53:51.2123756Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4-acc4.c.o 2022-11-23T00:53:51.2325737Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4.c.o 2022-11-23T00:53:51.2532082Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-2x4-acc2.c.o 2022-11-23T00:53:51.2634690Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-2x4.c.o 2022-11-23T00:53:51.2862014Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-3x4.c.o 2022-11-23T00:53:51.3045974Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-4x4.c.o 2022-11-23T00:53:51.3166337Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-5x4.c.o 2022-11-23T00:53:51.3538087Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-6x4.c.o 2022-11-23T00:53:51.3653744Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc2.c.o 2022-11-23T00:53:51.3714745Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc3.c.o 2022-11-23T00:53:51.3787318Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc4.c.o 2022-11-23T00:53:51.3942209Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4.c.o 2022-11-23T00:53:51.4332726Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-2x4-acc2.c.o 2022-11-23T00:53:51.4514174Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-2x4.c.o 2022-11-23T00:53:51.4518987Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-3x4.c.o 2022-11-23T00:53:51.4788854Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-4x4.c.o 2022-11-23T00:53:51.4983916Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc2.c.o 2022-11-23T00:53:51.5277286Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc3.c.o 2022-11-23T00:53:51.5321421Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc4.c.o 2022-11-23T00:53:51.5401928Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc5.c.o 2022-11-23T00:53:51.5691062Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4.c.o 2022-11-23T00:53:51.5809895Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-2x4-acc2.c.o 2022-11-23T00:53:51.6129956Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-2x4-acc3.c.o 2022-11-23T00:53:51.6272102Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-2x4.c.o 2022-11-23T00:53:51.6333940Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-3x4-acc2.c.o 2022-11-23T00:53:51.6485208Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-3x4.c.o 2022-11-23T00:53:51.6622490Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-4x4-acc2.c.o 2022-11-23T00:53:51.6947660Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-4x4.c.o 2022-11-23T00:53:51.7146633Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-5x4.c.o 2022-11-23T00:53:51.7270689Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc2.c.o 2022-11-23T00:53:51.7368254Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc3.c.o 2022-11-23T00:53:51.7595664Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc4.c.o 2022-11-23T00:53:51.7768190Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc5.c.o 2022-11-23T00:53:51.8023717Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4.c.o 2022-11-23T00:53:51.8182735Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4-acc2.c.o 2022-11-23T00:53:51.8322528Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4-acc3.c.o 2022-11-23T00:53:51.8382561Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4.c.o 2022-11-23T00:53:51.8755105Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-3x4-acc2.c.o 2022-11-23T00:53:51.8935889Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-3x4.c.o 2022-11-23T00:53:51.9185712Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool-cw/sse-x4.c.o 2022-11-23T00:53:51.9295947Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7p7x-minmax-sse-c4.c.o 2022-11-23T00:53:51.9308710Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7x-minmax-sse-c4.c.o 2022-11-23T00:53:51.9563493Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-sse-dup.c.o 2022-11-23T00:53:51.9847719Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-sse-load1.c.o 2022-11-23T00:53:51.9959654Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8s4inc-minmax-sse.c.o 2022-11-23T00:53:52.0280797Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8inc-minmax-sse-dup.c.o 2022-11-23T00:53:52.0392213Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8inc-minmax-sse-load1.c.o 2022-11-23T00:53:52.0671223Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8s4inc-minmax-sse.c.o 2022-11-23T00:53:52.0804468Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-sse-dup.c.o 2022-11-23T00:53:52.0862659Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-sse-load1.c.o 2022-11-23T00:53:52.1059117Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8s4inc-minmax-sse.c.o 2022-11-23T00:53:52.1165608Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-sse-dup.c.o 2022-11-23T00:53:52.1406084Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-sse-load1.c.o 2022-11-23T00:53:52.1615733Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8s4inc-minmax-sse.c.o 2022-11-23T00:53:52.1657815Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse-dup.c.o 2022-11-23T00:53:52.1870657Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse-load1.c.o 2022-11-23T00:53:52.2267536Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8s4-minmax-sse.c.o 2022-11-23T00:53:52.2434006Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse-dup.c.o 2022-11-23T00:53:52.2658379Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse-load1.c.o 2022-11-23T00:53:52.2664263Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8s4-minmax-sse.c.o 2022-11-23T00:53:52.2835346Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2c4-minmax-sse.c.o 2022-11-23T00:53:52.3213215Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse-dup.c.o 2022-11-23T00:53:52.3255016Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse-load1.c.o 2022-11-23T00:53:52.3436073Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8s4-minmax-sse.c.o 2022-11-23T00:53:52.3496168Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse-dup.c.o 2022-11-23T00:53:52.3676676Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse-load1.c.o 2022-11-23T00:53:52.4006695Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8s4-minmax-sse.c.o 2022-11-23T00:53:52.4288384Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/sse-p4.c.o 2022-11-23T00:53:52.4339686Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/sse-p8.c.o 2022-11-23T00:53:52.4515839Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/sse-c4.c.o 2022-11-23T00:53:52.4705381Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/sse-c8.c.o 2022-11-23T00:53:52.4838472Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse-dup.c.o 2022-11-23T00:53:52.5701461Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse-load1.c.o 2022-11-23T00:53:52.5769842Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8s4-minmax-sse.c.o 2022-11-23T00:53:52.5790704Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse-dup.c.o 2022-11-23T00:53:52.5838771Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse-load1.c.o 2022-11-23T00:53:52.6170058Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8s4-minmax-sse.c.o 2022-11-23T00:53:52.6537838Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2c4-minmax-sse.c.o 2022-11-23T00:53:52.6642481Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse-dup.c.o 2022-11-23T00:53:52.6739251Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse-load1.c.o 2022-11-23T00:53:52.6798113Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8s4-minmax-sse.c.o 2022-11-23T00:53:52.7078169Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse-dup.c.o 2022-11-23T00:53:52.7399447Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse-load1.c.o 2022-11-23T00:53:52.7607649Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8s4-minmax-sse.c.o 2022-11-23T00:53:52.7837803Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-maxpool/9p8x-minmax-sse-c4.c.o 2022-11-23T00:53:52.7953027Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9p8x-minmax-sse-c4.c.o 2022-11-23T00:53:52.8037544Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9x-minmax-sse-c4.c.o 2022-11-23T00:53:52.8188329Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x8-minmax-sse.c.o 2022-11-23T00:53:52.8444208Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse-2x4.c.o 2022-11-23T00:53:52.8577116Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse-2x8.c.o 2022-11-23T00:53:52.8753571Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/sse.c.o 2022-11-23T00:53:52.8836271Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-sse.c.o 2022-11-23T00:53:52.8936837Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-sse.c.o 2022-11-23T00:53:52.9143101Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/16x1-minmax-sse.c.o 2022-11-23T00:53:52.9385410Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/32x1-minmax-sse.c.o 2022-11-23T00:53:52.9581228Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-sse-x4.c.o 2022-11-23T00:53:53.0304260Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-sse-x8.c.o 2022-11-23T00:53:53.0362322Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x4.c.o 2022-11-23T00:53:53.0386549Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x8.c.o 2022-11-23T00:53:53.0450766Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x4.c.o 2022-11-23T00:53:53.0795881Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x8.c.o 2022-11-23T00:53:53.1035193Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x4.c.o 2022-11-23T00:53:53.1070987Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x8.c.o 2022-11-23T00:53:53.1161978Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-sse-x4.c.o 2022-11-23T00:53:53.1432932Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-sse-x8.c.o 2022-11-23T00:53:53.1641782Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-sse-x4.c.o 2022-11-23T00:53:53.1747491Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-sse-x8.c.o 2022-11-23T00:53:53.1850885Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-sse-x4.c.o 2022-11-23T00:53:53.2051664Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-sse-x8.c.o 2022-11-23T00:53:53.2183944Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-sse-x4.c.o 2022-11-23T00:53:53.2490060Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-sse-x8.c.o 2022-11-23T00:53:53.2576721Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-sse-x4.c.o 2022-11-23T00:53:53.2622773Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-sse-x8.c.o 2022-11-23T00:53:53.2812379Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x4.c.o 2022-11-23T00:53:53.2918898Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x8.c.o 2022-11-23T00:53:53.3200059Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x4.c.o 2022-11-23T00:53:53.3316234Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x8.c.o 2022-11-23T00:53:53.3722058Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x4.c.o 2022-11-23T00:53:53.3723109Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x8.c.o 2022-11-23T00:53:53.3755363Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-sse-x4.c.o 2022-11-23T00:53:53.3951676Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-sse-x8.c.o 2022-11-23T00:53:53.4011122Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x4.c.o 2022-11-23T00:53:53.4582123Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x8.c.o 2022-11-23T00:53:53.4602496Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-sse-x4.c.o 2022-11-23T00:53:53.4758353Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-sse-x8.c.o 2022-11-23T00:53:53.4945763Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x4.c.o 2022-11-23T00:53:53.5002999Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x8.c.o 2022-11-23T00:53:53.5296254Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-sse-x4.c.o 2022-11-23T00:53:53.5319035Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-sse-x8.c.o 2022-11-23T00:53:53.5445904Z [ 44%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/init.c.o 2022-11-23T00:53:53.5616437Z [ 44%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-inference.c.o 2022-11-23T00:53:53.5717614Z [ 44%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-inference.c.o 2022-11-23T00:53:53.5755300Z [ 44%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/pooling-output.c.o 2022-11-23T00:53:53.6053614Z [ 44%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-output.c.o 2022-11-23T00:53:53.6158134Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-sse-x4.c.o 2022-11-23T00:53:53.6343924Z [ 44%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/softmax-output.c.o 2022-11-23T00:53:53.6396974Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-sse-x8.c.o 2022-11-23T00:53:53.6448181Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse-x4.c.o 2022-11-23T00:53:53.6507724Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse-x8.c.o 2022-11-23T00:53:53.6701747Z [ 44%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-output.c.o 2022-11-23T00:53:53.6994842Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c4-minmax-sse-2x.c.o 2022-11-23T00:53:53.7284701Z [ 44%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-input-gradient.c.o 2022-11-23T00:53:53.7302227Z [ 44%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-input-gradient.c.o 2022-11-23T00:53:53.7315136Z [ 44%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-kernel-gradient.c.o 2022-11-23T00:53:53.7488384Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c8-minmax-sse-2x.c.o 2022-11-23T00:53:53.7687484Z [ 44%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-output.c.o 2022-11-23T00:53:53.7818110Z [ 44%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/x86_64-fma/softmax.c.o 2022-11-23T00:53:53.7933866Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-sse-x4.c.o 2022-11-23T00:53:53.7971897Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-sse-x8.c.o 2022-11-23T00:53:53.8005303Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/sse-sqrt-x4.c.o 2022-11-23T00:53:53.8262455Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/sse-sqrt-x8.c.o 2022-11-23T00:53:53.8354123Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-sse-x4.c.o 2022-11-23T00:53:53.8629466Z [ 44%] Linking C static library ../../lib/libnnpack.a 2022-11-23T00:53:53.8680775Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-sse-x8.c.o 2022-11-23T00:53:53.8706661Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-sse-x4.c.o 2022-11-23T00:53:53.8732456Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-sse-x8.c.o 2022-11-23T00:53:53.8946713Z [ 44%] Built target nnpack 2022-11-23T00:53:53.9026057Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-sse-x4.c.o 2022-11-23T00:53:53.9147012Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-sse-x8.c.o 2022-11-23T00:53:53.9508652Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse-addsub.c.o 2022-11-23T00:53:53.9545772Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse-addsub.c.o 2022-11-23T00:53:53.9586776Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse-addsub.c.o 2022-11-23T00:53:53.9913101Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse-addsub.c.o 2022-11-23T00:53:54.0004386Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-hh1mac.c.o 2022-11-23T00:53:54.0306716Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/AccumulateType.cpp.o 2022-11-23T00:53:54.0310482Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchedFallback.cpp.o 2022-11-23T00:53:54.0371005Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchedTensorImpl.cpp.o 2022-11-23T00:53:54.0442204Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchingRegistrations.cpp.o 2022-11-23T00:53:54.0644121Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CPUGeneratorImpl.cpp.o 2022-11-23T00:53:54.0890454Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-nr1mac.c.o 2022-11-23T00:53:54.1596455Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-nr2mac.c.o 2022-11-23T00:53:54.1760745Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x4-sse.c.o 2022-11-23T00:53:54.2330883Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ConjugateFallback.cpp.o 2022-11-23T00:53:54.2593708Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/4x4-sse.c.o 2022-11-23T00:53:54.3360430Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x8.c.o 2022-11-23T00:53:54.3389795Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Context.cpp.o 2022-11-23T00:53:54.4151053Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x16.c.o 2022-11-23T00:53:54.4250361Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DLConvertor.cpp.o 2022-11-23T00:53:54.5033206Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x24.c.o 2022-11-23T00:53:54.5827767Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x32.c.o 2022-11-23T00:53:54.5847637Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x8.c.o 2022-11-23T00:53:54.6018631Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x16.c.o 2022-11-23T00:53:54.6080493Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x24.c.o 2022-11-23T00:53:54.6796472Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Dispatch.cpp.o 2022-11-23T00:53:54.6800336Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DynamicLibrary.cpp.o 2022-11-23T00:53:54.6967176Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/EmptyTensor.cpp.o 2022-11-23T00:53:54.7244821Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x32.c.o 2022-11-23T00:53:54.7284686Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ExpandUtils.cpp.o 2022-11-23T00:53:54.7957696Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/4x-sse2-c4.c.o 2022-11-23T00:53:54.8792638Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9p8x-sse2-c4.c.o 2022-11-23T00:53:54.9458033Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FuncTorchTLS.cpp.o 2022-11-23T00:53:54.9485032Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9x-sse2-c4.c.o 2022-11-23T00:53:54.9865469Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x8.c.o 2022-11-23T00:53:55.0252120Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalInverses.cpp.o 2022-11-23T00:53:55.0558945Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalStorageImpl.cpp.o 2022-11-23T00:53:55.0565374Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T00:53:55.0632373Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalTensorWrapper.cpp.o 2022-11-23T00:53:55.0729479Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x24.c.o 2022-11-23T00:53:55.0866879Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:53:55.1361337Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalizeFallbackKernel.cpp.o 2022-11-23T00:53:55.1516543Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MapAllocator.cpp.o 2022-11-23T00:53:55.1643161Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-sse2-dup.c.o 2022-11-23T00:53:55.2422926Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8inc-minmax-sse2-dup.c.o 2022-11-23T00:53:55.3190786Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-sse2-dup.c.o 2022-11-23T00:53:55.3990451Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-sse2-dup.c.o 2022-11-23T00:53:55.4169985Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse2-dup.c.o 2022-11-23T00:53:55.4903095Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse2-dup.c.o 2022-11-23T00:53:55.5125630Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse2-dup.c.o 2022-11-23T00:53:55.5134478Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MemoryOverlap.cpp.o 2022-11-23T00:53:55.5184000Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse2-dup.c.o 2022-11-23T00:53:55.5214483Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NamedTensorUtils.cpp.o 2022-11-23T00:53:55.5393100Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse2-dup.c.o 2022-11-23T00:53:55.5704392Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse2-dup.c.o 2022-11-23T00:53:55.6154671Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NestedTensorImpl.cpp.o 2022-11-23T00:53:55.6230367Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelCommon.cpp.o 2022-11-23T00:53:55.6293623Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse2-dup.c.o 2022-11-23T00:53:55.6715157Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNative.cpp.o 2022-11-23T00:53:55.7285415Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse2-dup.c.o 2022-11-23T00:53:55.7331625Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse2-2x4.c.o 2022-11-23T00:53:55.7521511Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNativeTBB.cpp.o 2022-11-23T00:53:55.8215289Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse2-2x8.c.o 2022-11-23T00:53:55.8219004Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelOpenMP.cpp.o 2022-11-23T00:53:55.8219985Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x8.c.o 2022-11-23T00:53:55.8769833Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T00:53:55.9072756Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelThreadPoolNative.cpp.o 2022-11-23T00:53:55.9312049Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/PythonTorchFunctionTLS.cpp.o 2022-11-23T00:53:55.9467191Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x24.c.o 2022-11-23T00:53:56.0137617Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:53:56.0587996Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x8.c.o 2022-11-23T00:53:56.0937737Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SavedTensorHooks.cpp.o 2022-11-23T00:53:56.1353311Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T00:53:56.2244683Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x24.c.o 2022-11-23T00:53:56.2341033Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:53:56.2512240Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x4.c.o 2022-11-23T00:53:56.2651978Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x8-acc2.c.o 2022-11-23T00:53:56.2873867Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x8.c.o 2022-11-23T00:53:56.2917387Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ScalarOps.cpp.o 2022-11-23T00:53:56.3244572Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SequenceNumber.cpp.o 2022-11-23T00:53:56.3276258Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseCsrTensorImpl.cpp.o 2022-11-23T00:53:56.3537150Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorImpl.cpp.o 2022-11-23T00:53:56.3673675Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12-acc2.c.o 2022-11-23T00:53:56.3938687Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12-acc3.c.o 2022-11-23T00:53:56.4008431Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12.c.o 2022-11-23T00:53:56.4359835Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorUtils.cpp.o 2022-11-23T00:53:56.4610030Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16-acc2.c.o 2022-11-23T00:53:56.4828301Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorGeometry.cpp.o 2022-11-23T00:53:56.5418033Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16-acc4.c.o 2022-11-23T00:53:56.6123680Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16.c.o 2022-11-23T00:53:56.6808740Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIndexing.cpp.o 2022-11-23T00:53:56.6940582Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc2.c.o 2022-11-23T00:53:56.7695521Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc5.c.o 2022-11-23T00:53:56.7808151Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIterator.cpp.o 2022-11-23T00:53:56.8568575Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20.c.o 2022-11-23T00:53:56.9474598Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x4.c.o 2022-11-23T00:53:56.9736489Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x8.c.o 2022-11-23T00:53:56.9748283Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x12.c.o 2022-11-23T00:53:57.0226672Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x16.c.o 2022-11-23T00:53:57.0257403Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorMeta.cpp.o 2022-11-23T00:53:57.0431341Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x20.c.o 2022-11-23T00:53:57.0667730Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x24.c.o 2022-11-23T00:53:57.0963835Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorNames.cpp.o 2022-11-23T00:53:57.0972766Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorUtils.cpp.o 2022-11-23T00:53:57.1017222Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ThreadLocalState.cpp.o 2022-11-23T00:53:57.1292622Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Utils.cpp.o 2022-11-23T00:53:57.1453877Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x4.c.o 2022-11-23T00:53:57.2411796Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x8.c.o 2022-11-23T00:53:57.2888660Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x12.c.o 2022-11-23T00:53:57.3412237Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Version.cpp.o 2022-11-23T00:53:57.3931155Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x16.c.o 2022-11-23T00:53:57.4037062Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x20.c.o 2022-11-23T00:53:57.4715138Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapMode.cpp.o 2022-11-23T00:53:57.4763726Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x24.c.o 2022-11-23T00:53:57.5506090Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse2-x4.c.o 2022-11-23T00:53:57.5507067Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapModeRegistrations.cpp.o 2022-11-23T00:53:57.6075726Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapTransforms.cpp.o 2022-11-23T00:53:57.6186784Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse2-x8.c.o 2022-11-23T00:53:57.6847670Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ZeroTensorFallback.cpp.o 2022-11-23T00:53:57.7000495Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse2-x4.c.o 2022-11-23T00:53:57.7109127Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/autocast_mode.cpp.o 2022-11-23T00:53:57.7856181Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse2-x8.c.o 2022-11-23T00:53:57.8883999Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse2-x4.c.o 2022-11-23T00:53:57.9108383Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse2-x8.c.o 2022-11-23T00:53:57.9464146Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse2-x4.c.o 2022-11-23T00:53:57.9700134Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/cpu/FlushDenormal.cpp.o 2022-11-23T00:53:58.0090499Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CPUGuardImpl.cpp.o 2022-11-23T00:53:58.0468456Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse2-x8.c.o 2022-11-23T00:53:58.1265310Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse2-x4.c.o 2022-11-23T00:53:58.1318708Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CUDAHooksInterface.cpp.o 2022-11-23T00:53:58.1462140Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse2-x8.c.o 2022-11-23T00:53:58.2066712Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x4.c.o 2022-11-23T00:53:58.2446002Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/HIPHooksInterface.cpp.o 2022-11-23T00:53:58.2534546Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x8.c.o 2022-11-23T00:53:58.2582097Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x12.c.o 2022-11-23T00:53:58.2894167Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x16.c.o 2022-11-23T00:53:58.3000844Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MetaGuardImpl.cpp.o 2022-11-23T00:53:58.3366779Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/ORTHooksInterface.cpp.o 2022-11-23T00:53:58.3396707Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/ADInterpreters.cpp.o 2022-11-23T00:53:58.3725658Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesActivation.cpp.o 2022-11-23T00:53:58.3767186Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x20.c.o 2022-11-23T00:53:58.4591657Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x24.c.o 2022-11-23T00:53:58.4723159Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x4.c.o 2022-11-23T00:53:58.4845366Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x8.c.o 2022-11-23T00:53:58.5129628Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x12.c.o 2022-11-23T00:53:58.5495191Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp.o 2022-11-23T00:53:58.5532165Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesConvolution.cpp.o 2022-11-23T00:53:58.5732188Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDecompositions.cpp.o 2022-11-23T00:53:58.5999728Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x16.c.o 2022-11-23T00:53:58.6888966Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x20.c.o 2022-11-23T00:53:58.7490940Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x24.c.o 2022-11-23T00:53:58.7745554Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDynamic.cpp.o 2022-11-23T00:53:58.8572577Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse2-int16.c.o 2022-11-23T00:53:58.9565310Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse2-int32.c.o 2022-11-23T00:53:59.0289873Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-sse2.c.o 2022-11-23T00:53:59.1075647Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-sse2-rr2-lut64-p2.c.o 2022-11-23T00:53:59.2295026Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-sse2-rr2-p5.c.o 2022-11-23T00:53:59.2410685Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-sse2-rr2-p5.c.o 2022-11-23T00:53:59.2605762Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesFactory.cpp.o 2022-11-23T00:53:59.2782603Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-sse2-rr2-lut16-p3.c.o 2022-11-23T00:53:59.3019438Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-sse2-rr2-p6.c.o 2022-11-23T00:53:59.3119226Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesHelper.cpp.o 2022-11-23T00:53:59.3291362Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLinearAlgebra.cpp.o 2022-11-23T00:53:59.3448125Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLoss.cpp.o 2022-11-23T00:53:59.3653701Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse2-cvt.c.o 2022-11-23T00:53:59.4374981Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse2-cvt.c.o 2022-11-23T00:53:59.5220046Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse2-cvt.c.o 2022-11-23T00:53:59.5318081Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesModules.cpp.o 2022-11-23T00:53:59.6146265Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse2-cvt.c.o 2022-11-23T00:53:59.7078897Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-lut64-p2-div.c.o 2022-11-23T00:53:59.8264968Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-lut64-p2-nr1.c.o 2022-11-23T00:53:59.9346007Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-lut64-p2-nr2.c.o 2022-11-23T00:53:59.9456500Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesNorm.cpp.o 2022-11-23T00:54:00.0374149Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-div.c.o 2022-11-23T00:54:00.0550492Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesPooling.cpp.o 2022-11-23T00:54:00.0551144Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-nr1.c.o 2022-11-23T00:54:00.0634844Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-nr2.c.o 2022-11-23T00:54:00.1066895Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesRandomness.cpp.o 2022-11-23T00:54:00.1238347Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesReduceOps.cpp.o 2022-11-23T00:54:00.1669191Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T00:54:00.2720673Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:54:00.3739429Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T00:54:00.3974104Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:54:00.4458887Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesScatterOps.cpp.o 2022-11-23T00:54:00.4805080Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T00:54:00.5687504Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:54:00.7149253Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T00:54:00.7377471Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesUnaryOps.cpp.o 2022-11-23T00:54:00.7644191Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:54:00.7976981Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesViews.cpp.o 2022-11-23T00:54:00.8188291Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:54:00.8647289Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedFallback.cpp.o 2022-11-23T00:54:00.8979414Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:54:00.8997883Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedTensorImpl.cpp.o 2022-11-23T00:54:01.0020814Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:01.1043259Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:01.1665345Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:01.2043880Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/DynamicLayer.cpp.o 2022-11-23T00:54:01.2359235Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:01.2684919Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/FunctionalizeInterpreter.cpp.o 2022-11-23T00:54:01.3300306Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:01.4250737Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:01.4255997Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:01.5263313Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/Interpreter.cpp.o 2022-11-23T00:54:01.5306340Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:01.5315533Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:01.5706943Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:01.6152704Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp.o 2022-11-23T00:54:01.6396036Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyVmapTransforms.cpp.o 2022-11-23T00:54:01.6498287Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:01.6702999Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:01.7439832Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PlumbingHelper.cpp.o 2022-11-23T00:54:01.7472000Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:01.8204196Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:01.8403415Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:01.9339242Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PyTorchOperatorHacks.cpp.o 2022-11-23T00:54:01.9340334Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:01.9603303Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/TensorWrapper.cpp.o 2022-11-23T00:54:02.0378615Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:02.0940904Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:02.1625152Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapInterpreter.cpp.o 2022-11-23T00:54:02.2567151Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:02.2801435Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:02.2981708Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:02.3174768Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:02.3783790Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapModeRegistrations.cpp.o 2022-11-23T00:54:02.3791895Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/record_function.cpp.o 2022-11-23T00:54:02.3927215Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenGeneral.cpp.o 2022-11-23T00:54:02.4224942Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:02.4775136Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:02.4966832Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:02.5014533Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/BackendSelectFallbackKernel.cpp.o 2022-11-23T00:54:02.5025321Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypeProperties.cpp.o 2022-11-23T00:54:02.5697175Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypePropertiesRegistry.cpp.o 2022-11-23T00:54:02.5966401Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:02.6995337Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:02.7031781Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:02.7737799Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:02.7989861Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dict.cpp.o 2022-11-23T00:54:02.8186965Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dimname.cpp.o 2022-11-23T00:54:02.8493437Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:02.8603243Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:02.8719590Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Formatting.cpp.o 2022-11-23T00:54:02.9286826Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Generator.cpp.o 2022-11-23T00:54:02.9326539Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:02.9998414Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:03.0102464Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/List.cpp.o 2022-11-23T00:54:03.0462094Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:03.0747977Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedRegistrations.cpp.o 2022-11-23T00:54:03.1428118Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:03.1725160Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:03.1823508Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:03.2402045Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:03.2448610Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedTensor.cpp.o 2022-11-23T00:54:03.2563766Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonFallbackKernel.cpp.o 2022-11-23T00:54:03.2664364Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:03.2990224Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:03.3421790Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonOpRegistrationTrampoline.cpp.o 2022-11-23T00:54:03.3589400Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Range.cpp.o 2022-11-23T00:54:03.3940374Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:03.4112489Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:03.4821198Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Tensor.cpp.o 2022-11-23T00:54:03.4887245Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TorchDispatchUtils.cpp.o 2022-11-23T00:54:03.5126874Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:03.5168557Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:03.6194058Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableFallbackKernel.cpp.o 2022-11-23T00:54:03.6436104Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T00:54:03.6508460Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableHooksInterface.cpp.o 2022-11-23T00:54:03.6765046Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:54:03.7394688Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Vitals.cpp.o 2022-11-23T00:54:03.7653619Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T00:54:03.7867549Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/adaption.cpp.o 2022-11-23T00:54:03.8120739Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:54:03.8466694Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/blob.cpp.o 2022-11-23T00:54:03.8862587Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T00:54:03.9107632Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:54:03.9585206Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/boxing/KernelFunction.cpp.o 2022-11-23T00:54:03.9925186Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T00:54:04.0144707Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:54:04.0220571Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:54:04.0655659Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/class_type.cpp.o 2022-11-23T00:54:04.0859890Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:54:04.1194053Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x8.c.o 2022-11-23T00:54:04.1203803Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/custom_class.cpp.o 2022-11-23T00:54:04.1263622Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T00:54:04.1938954Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/DispatchKeyExtractor.cpp.o 2022-11-23T00:54:04.2148686Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/Dispatcher.cpp.o 2022-11-23T00:54:04.2336930Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x24.c.o 2022-11-23T00:54:04.2544455Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:54:04.3176302Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/ObservedOperators.cpp.o 2022-11-23T00:54:04.3501470Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-11-23T00:54:04.3623133Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/OperatorEntry.cpp.o 2022-11-23T00:54:04.3985156Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c16.c.o 2022-11-23T00:54:04.4322351Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dynamic_type.cpp.o 2022-11-23T00:54:04.4776440Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c24.c.o 2022-11-23T00:54:04.4792619Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/function_schema.cpp.o 2022-11-23T00:54:04.5434462Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-11-23T00:54:04.5451882Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c16.c.o 2022-11-23T00:54:04.5688667Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/interned_strings.cpp.o 2022-11-23T00:54:04.6165926Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c24.c.o 2022-11-23T00:54:04.6237872Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ivalue.cpp.o 2022-11-23T00:54:04.6878279Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:04.7080546Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:04.7419139Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-sse2.c.o 2022-11-23T00:54:04.7666221Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/library.cpp.o 2022-11-23T00:54:04.7708872Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:04.8202933Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:04.8404108Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/infer_schema.cpp.o 2022-11-23T00:54:04.8446063Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/op_registration.cpp.o 2022-11-23T00:54:04.8679964Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/operator_name.cpp.o 2022-11-23T00:54:04.9122702Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-sse2.c.o 2022-11-23T00:54:05.0203355Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:05.0386087Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:05.0428993Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-sse2.c.o 2022-11-23T00:54:05.0503259Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/register_symbols.cpp.o 2022-11-23T00:54:05.1331754Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:05.1549222Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:05.1657473Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-sse2.c.o 2022-11-23T00:54:05.1799160Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/tensor_type.cpp.o 2022-11-23T00:54:05.1839269Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:05.2111770Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type.cpp.o 2022-11-23T00:54:05.2307127Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:05.2378131Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type_factory.cpp.o 2022-11-23T00:54:05.2551371Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/union_type.cpp.o 2022-11-23T00:54:05.2786771Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/error_report.cpp.o 2022-11-23T00:54:05.3426798Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-sse2.c.o 2022-11-23T00:54:05.4217256Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:05.4489298Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:05.4541935Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/function_schema_parser.cpp.o 2022-11-23T00:54:05.5289783Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/lexer.cpp.o 2022-11-23T00:54:05.5596516Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:05.5597531Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-sse2.c.o 2022-11-23T00:54:05.5628073Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:05.5966012Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-sse2.c.o 2022-11-23T00:54:05.6528095Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_type_parser.cpp.o 2022-11-23T00:54:05.6721004Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/strtod.cpp.o 2022-11-23T00:54:05.6874636Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/source_range.cpp.o 2022-11-23T00:54:05.6912620Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:05.7497260Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:05.7681285Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Activation.cpp.o 2022-11-23T00:54:05.7724162Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-sse2.c.o 2022-11-23T00:54:05.8005731Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:05.8468660Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling.cpp.o 2022-11-23T00:54:05.8686229Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling3d.cpp.o 2022-11-23T00:54:05.8902029Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:05.9508426Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-sse2.c.o 2022-11-23T00:54:05.9922782Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling2d.cpp.o 2022-11-23T00:54:06.0375735Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:06.0845403Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:06.1513122Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-sse2.c.o 2022-11-23T00:54:06.1736457Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling3d.cpp.o 2022-11-23T00:54:06.1738109Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:06.1739637Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:06.2315626Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AffineGridGenerator.cpp.o 2022-11-23T00:54:06.2531432Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AutogradComposite.cpp.o 2022-11-23T00:54:06.2532108Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-sse2.c.o 2022-11-23T00:54:06.2549617Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:06.2908387Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool2d.cpp.o 2022-11-23T00:54:06.3442063Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool3d.cpp.o 2022-11-23T00:54:06.3901754Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:06.4881290Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:06.5073626Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebra.cpp.o 2022-11-23T00:54:06.5384324Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:06.5650753Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:06.5710088Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebraKernel.cpp.o 2022-11-23T00:54:06.6226276Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:06.6307582Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Batching.cpp.o 2022-11-23T00:54:06.6682848Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BinaryOps.cpp.o 2022-11-23T00:54:06.7238427Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:06.7336821Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Blas.cpp.o 2022-11-23T00:54:06.8255905Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:06.8628173Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BlasKernel.cpp.o 2022-11-23T00:54:06.9113821Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:06.9229642Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Bucketization.cpp.o 2022-11-23T00:54:06.9467840Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:07.0236610Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:07.0305382Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUBlas.cpp.o 2022-11-23T00:54:07.0606400Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUFallback.cpp.o 2022-11-23T00:54:07.0937341Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:07.0978134Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ChanelShuffle.cpp.o 2022-11-23T00:54:07.2037023Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:07.2073176Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:07.2079130Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Col2Im.cpp.o 2022-11-23T00:54:07.3028882Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ComparisonUtils.cpp.o 2022-11-23T00:54:07.3202502Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:07.3766382Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:07.3930981Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:07.4012092Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:07.4043257Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Convolution.cpp.o 2022-11-23T00:54:07.4757218Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM2d.cpp.o 2022-11-23T00:54:07.4780732Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM3d.cpp.o 2022-11-23T00:54:07.4945954Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:07.6220403Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:07.6258048Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:07.6565378Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:07.7090607Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionTBC.cpp.o 2022-11-23T00:54:07.7200085Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Copy.cpp.o 2022-11-23T00:54:07.7588727Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-sse2.c.o 2022-11-23T00:54:07.7848280Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-sse2.c.o 2022-11-23T00:54:07.7935151Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-sse2.c.o 2022-11-23T00:54:07.8027673Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T00:54:07.8445524Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Correlation.cpp.o 2022-11-23T00:54:07.8745878Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Cross.cpp.o 2022-11-23T00:54:07.8769292Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool2d.cpp.o 2022-11-23T00:54:07.8865344Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-11-23T00:54:07.9735822Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x24.c.o 2022-11-23T00:54:07.9939929Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x32.c.o 2022-11-23T00:54:08.0428851Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool3d.cpp.o 2022-11-23T00:54:08.0810226Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T00:54:08.1635095Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-11-23T00:54:08.1817504Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DispatchStub.cpp.o 2022-11-23T00:54:08.1831303Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x24.c.o 2022-11-23T00:54:08.1962138Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x32.c.o 2022-11-23T00:54:08.2217287Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T00:54:08.2378073Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distance.cpp.o 2022-11-23T00:54:08.2603119Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distributions.cpp.o 2022-11-23T00:54:08.2807246Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Dropout.cpp.o 2022-11-23T00:54:08.2919862Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-11-23T00:54:08.3244745Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T00:54:08.3764136Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Embedding.cpp.o 2022-11-23T00:54:08.4004947Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-11-23T00:54:08.4435016Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9p8x-minmax-sse2-c8.c.o 2022-11-23T00:54:08.5020573Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/EmbeddingBag.cpp.o 2022-11-23T00:54:08.5192130Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9x-minmax-sse2-c8.c.o 2022-11-23T00:54:08.5803886Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:54:08.6018507Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Fill.cpp.o 2022-11-23T00:54:08.6763177Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ForeachOpsKernels.cpp.o 2022-11-23T00:54:08.6806477Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:54:08.7163376Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:54:08.7537345Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T00:54:08.7560619Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool2d.cpp.o 2022-11-23T00:54:08.8242083Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool3d.cpp.o 2022-11-23T00:54:08.8251214Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x8.c.o 2022-11-23T00:54:08.8324386Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FunctionOfAMatrixUtils.cpp.o 2022-11-23T00:54:08.9068621Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T00:54:08.9799800Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x24.c.o 2022-11-23T00:54:08.9803955Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GatedLinearUnit.cpp.o 2022-11-23T00:54:08.9809410Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T00:54:09.0615975Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GridSampler.cpp.o 2022-11-23T00:54:09.0654500Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-11-23T00:54:09.1460732Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c16.c.o 2022-11-23T00:54:09.1648318Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Histogram.cpp.o 2022-11-23T00:54:09.1650050Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c24.c.o 2022-11-23T00:54:09.1871266Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-11-23T00:54:09.2402678Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c16.c.o 2022-11-23T00:54:09.2428333Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Im2Col.cpp.o 2022-11-23T00:54:09.2684439Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/IndexingUtils.cpp.o 2022-11-23T00:54:09.3176710Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c24.c.o 2022-11-23T00:54:09.3470284Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:09.4064084Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Integration.cpp.o 2022-11-23T00:54:09.4304628Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:09.4900926Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:09.5073766Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Itertools.cpp.o 2022-11-23T00:54:09.5150427Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LegacyBridge.cpp.o 2022-11-23T00:54:09.5862318Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:09.6100267Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:09.6328510Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:09.6375863Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:09.6760681Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Lerp.cpp.o 2022-11-23T00:54:09.6933427Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Linear.cpp.o 2022-11-23T00:54:09.7149454Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LinearAlgebra.cpp.o 2022-11-23T00:54:09.7268124Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:09.7671023Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:09.8254746Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:09.8422383Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Loss.cpp.o 2022-11-23T00:54:09.8526009Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossCTC.cpp.o 2022-11-23T00:54:09.9232960Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:09.9753327Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:10.0282805Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:10.0578291Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiLabelMargin.cpp.o 2022-11-23T00:54:10.0615290Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiMargin.cpp.o 2022-11-23T00:54:10.0973886Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:10.1320563Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL.cpp.o 2022-11-23T00:54:10.1556149Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:10.2007968Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL2d.cpp.o 2022-11-23T00:54:10.2580460Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:10.2763112Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:10.3488732Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxPooling.cpp.o 2022-11-23T00:54:10.4536658Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:10.4718628Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxUnpooling.cpp.o 2022-11-23T00:54:10.4868015Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:10.5186003Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:10.5522312Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Memory.cpp.o 2022-11-23T00:54:10.6029846Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:10.6326092Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:10.6405322Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MetaTensor.cpp.o 2022-11-23T00:54:10.6559811Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:10.6875029Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NNPACK.cpp.o 2022-11-23T00:54:10.7307210Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp.o 2022-11-23T00:54:10.7511130Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:10.7787957Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:10.8557096Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp.o 2022-11-23T00:54:10.8568203Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:10.8587366Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:10.9375238Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveDilatedConvolution.cpp.o 2022-11-23T00:54:10.9628274Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:10.9922460Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:11.0598270Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NamedTensor.cpp.o 2022-11-23T00:54:11.0899535Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:11.0910303Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NegateFallback.cpp.o 2022-11-23T00:54:11.1402979Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Normalization.cpp.o 2022-11-23T00:54:11.1670038Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:11.1742503Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Onehot.cpp.o 2022-11-23T00:54:11.2669013Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:11.3619408Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:11.4413245Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:11.4637898Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PackedSequence.cpp.o 2022-11-23T00:54:11.4639290Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:11.4781297Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:11.5067646Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:11.5282219Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PadNd.cpp.o 2022-11-23T00:54:11.5453424Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PixelShuffle.cpp.o 2022-11-23T00:54:11.5705920Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PointwiseOps.cpp.o 2022-11-23T00:54:11.5888420Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:11.6921697Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:11.6962118Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:11.8142168Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pooling.cpp.o 2022-11-23T00:54:11.8145795Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:11.8356450Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:11.8392126Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T00:54:11.8631728Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T00:54:11.8766476Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-sse2.c.o 2022-11-23T00:54:11.8884826Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pow.cpp.o 2022-11-23T00:54:11.9349860Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-sse2.c.o 2022-11-23T00:54:11.9378494Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/QuantizedLinear.cpp.o 2022-11-23T00:54:11.9397970Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RNN.cpp.o 2022-11-23T00:54:11.9538944Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RangeFactories.cpp.o 2022-11-23T00:54:12.0185705Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-sse2.c.o 2022-11-23T00:54:12.1043186Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T00:54:12.1970403Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-11-23T00:54:12.1971725Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T00:54:12.2309493Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-11-23T00:54:12.2844511Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceAllOps.cpp.o 2022-11-23T00:54:12.2907275Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T00:54:12.2912665Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceOps.cpp.o 2022-11-23T00:54:12.2982698Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReflectionPad.cpp.o 2022-11-23T00:54:12.3189591Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Repeat.cpp.o 2022-11-23T00:54:12.3671552Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-11-23T00:54:12.3703313Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T00:54:12.4473979Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReplicationPadding.cpp.o 2022-11-23T00:54:12.4657636Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-11-23T00:54:12.5538501Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse2-c8.c.o 2022-11-23T00:54:12.5647647Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse2-c16.c.o 2022-11-23T00:54:12.6255344Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-11-23T00:54:12.6302994Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Resize.cpp.o 2022-11-23T00:54:12.6469993Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RowwisePrune.cpp.o 2022-11-23T00:54:12.6952050Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/sse2-x64.c.o 2022-11-23T00:54:12.7286221Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse2-c8.c.o 2022-11-23T00:54:12.7578661Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse2-c16.c.o 2022-11-23T00:54:12.7748625Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Scalar.cpp.o 2022-11-23T00:54:12.8275914Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SegmentReduce.cpp.o 2022-11-23T00:54:12.8319297Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-11-23T00:54:12.8791419Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOps.cpp.o 2022-11-23T00:54:12.8960228Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-rmax/sse2.c.o 2022-11-23T00:54:12.9325862Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOpsUtils.cpp.o 2022-11-23T00:54:12.9494187Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-vclamp/sse2-x64.c.o 2022-11-23T00:54:12.9570289Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-fill/sse2-x64.c.o 2022-11-23T00:54:13.0184075Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SoftMax.cpp.o 2022-11-23T00:54:13.0296549Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-pad/sse2.c.o 2022-11-23T00:54:13.1099757Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/16x16-reuse-mov-sse2.c.o 2022-11-23T00:54:13.1649240Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/16x16-reuse-switch-sse2.c.o 2022-11-23T00:54:13.1893845Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/xm-sse2.c.o 2022-11-23T00:54:13.2166874Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x2-sse2.c.o 2022-11-23T00:54:13.2474827Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Sorting.cpp.o 2022-11-23T00:54:13.2634927Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SpectralOps.cpp.o 2022-11-23T00:54:13.2760026Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SummaryOps.cpp.o 2022-11-23T00:54:13.3085585Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x3-sse2.c.o 2022-11-23T00:54:13.3727212Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x4-sse2.c.o 2022-11-23T00:54:13.3784097Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-multi-mov-sse2.c.o 2022-11-23T00:54:13.3950982Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorAdvancedIndexing.cpp.o 2022-11-23T00:54:13.4521098Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorCompare.cpp.o 2022-11-23T00:54:13.5325842Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-multi-switch-sse2.c.o 2022-11-23T00:54:13.5751861Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-reuse-mov-sse2.c.o 2022-11-23T00:54:13.6326547Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-reuse-multi-sse2.c.o 2022-11-23T00:54:13.6435858Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-reuse-switch-sse2.c.o 2022-11-23T00:54:13.6531615Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorConversions.cpp.o 2022-11-23T00:54:13.6770073Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/4x8-sse2.c.o 2022-11-23T00:54:13.7477107Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorFactories.cpp.o 2022-11-23T00:54:13.7527456Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-multi-mov-sse2.c.o 2022-11-23T00:54:13.7528970Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-multi-multi-sse2.c.o 2022-11-23T00:54:13.7963866Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorIteratorReduce.cpp.o 2022-11-23T00:54:13.8983111Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorProperties.cpp.o 2022-11-23T00:54:13.9050403Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-multi-switch-sse2.c.o 2022-11-23T00:54:14.0480419Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-reuse-mov-sse2.c.o 2022-11-23T00:54:14.1817922Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-reuse-multi-sse2.c.o 2022-11-23T00:54:14.2020658Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorShape.cpp.o 2022-11-23T00:54:14.2148649Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-reuse-switch-sse2.c.o 2022-11-23T00:54:14.2200409Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-unpool/sse2.c.o 2022-11-23T00:54:14.2246739Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/xm-sse2.c.o 2022-11-23T00:54:14.2346073Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x2-sse2.c.o 2022-11-23T00:54:14.3037296Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x3-sse2.c.o 2022-11-23T00:54:14.3044842Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorTransformations.cpp.o 2022-11-23T00:54:14.3066724Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TestOps.cpp.o 2022-11-23T00:54:14.3254296Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TriangularOps.cpp.o 2022-11-23T00:54:14.3308468Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TypeProperties.cpp.o 2022-11-23T00:54:14.3767717Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x4-sse2.c.o 2022-11-23T00:54:14.4566354Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-multi-mov-sse2.c.o 2022-11-23T00:54:14.6194235Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-multi-multi-sse2.c.o 2022-11-23T00:54:14.6456753Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnaryOps.cpp.o 2022-11-23T00:54:14.6473209Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-multi-switch-sse2.c.o 2022-11-23T00:54:14.6811563Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-reuse-mov-sse2.c.o 2022-11-23T00:54:14.6834225Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-reuse-multi-sse2.c.o 2022-11-23T00:54:14.7218219Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold2d.cpp.o 2022-11-23T00:54:14.7261751Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold3d.cpp.o 2022-11-23T00:54:14.7508339Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnfoldBackward.cpp.o 2022-11-23T00:54:14.7932303Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unique.cpp.o 2022-11-23T00:54:14.8413071Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-reuse-switch-sse2.c.o 2022-11-23T00:54:14.9059539Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4-acc2.c.o 2022-11-23T00:54:14.9890930Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4-acc3.c.o 2022-11-23T00:54:15.0020854Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSample.cpp.o 2022-11-23T00:54:15.0247048Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBicubic2d.cpp.o 2022-11-23T00:54:15.0720361Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4-acc4.c.o 2022-11-23T00:54:15.0852133Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBilinear2d.cpp.o 2022-11-23T00:54:15.1576184Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4.c.o 2022-11-23T00:54:15.1618724Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-2x4-acc2.c.o 2022-11-23T00:54:15.2483803Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-2x4.c.o 2022-11-23T00:54:15.2554020Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleLinear1d.cpp.o 2022-11-23T00:54:15.2586705Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-3x4.c.o 2022-11-23T00:54:15.2785154Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-4x4.c.o 2022-11-23T00:54:15.3343548Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest1d.cpp.o 2022-11-23T00:54:15.3476758Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest2d.cpp.o 2022-11-23T00:54:15.3741728Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-5x4.c.o 2022-11-23T00:54:15.3765889Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest3d.cpp.o 2022-11-23T00:54:15.3966038Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-6x4.c.o 2022-11-23T00:54:15.4708995Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleTrilinear3d.cpp.o 2022-11-23T00:54:15.4857941Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T00:54:15.5553852Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T00:54:15.5908364Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/VariableMethodStubs.cpp.o 2022-11-23T00:54:15.6279487Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-ssse3.c.o 2022-11-23T00:54:15.6303723Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/WeightNorm.cpp.o 2022-11-23T00:54:15.7019867Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T00:54:15.7850364Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T00:54:15.8138795Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-ssse3.c.o 2022-11-23T00:54:15.8173889Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T00:54:15.8190303Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T00:54:15.8806175Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/group_norm.cpp.o 2022-11-23T00:54:15.8939535Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-ssse3.c.o 2022-11-23T00:54:15.8955083Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/layer_norm.cpp.o 2022-11-23T00:54:15.9175426Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T00:54:15.9223553Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/prim_native_functions.cpp.o 2022-11-23T00:54:15.9755423Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T00:54:15.9930778Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/verbose_wrapper.cpp.o 2022-11-23T00:54:16.0088000Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/library.cpp.o 2022-11-23T00:54:16.0512268Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T00:54:16.1285935Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T00:54:16.2130918Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T00:54:16.2443160Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T00:54:16.2982702Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-ssse3.c.o 2022-11-23T00:54:16.3044557Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-ssse3.c.o 2022-11-23T00:54:16.3095240Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear.cpp.o 2022-11-23T00:54:16.3098709Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/fbgemm_utils.cpp.o 2022-11-23T00:54:16.3475921Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-ssse3.c.o 2022-11-23T00:54:16.3823273Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_deserialize.cpp.o 2022-11-23T00:54:16.4007094Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_dynamic.cpp.o 2022-11-23T00:54:16.4207716Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-ssse3.c.o 2022-11-23T00:54:16.5230350Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-ssse3-x16.c.o 2022-11-23T00:54:16.5442926Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-ssse3-x32.c.o 2022-11-23T00:54:16.5973287Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_prepack.cpp.o 2022-11-23T00:54:16.6138405Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x8.c.o 2022-11-23T00:54:16.6287912Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_serialize.cpp.o 2022-11-23T00:54:16.6665339Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x16.c.o 2022-11-23T00:54:16.6865326Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_unpack.cpp.o 2022-11-23T00:54:16.7395370Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x24.c.o 2022-11-23T00:54:16.7483734Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x32.c.o 2022-11-23T00:54:16.8136657Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ParamUtils.cpp.o 2022-11-23T00:54:16.8160719Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x8.c.o 2022-11-23T00:54:16.8954662Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x16.c.o 2022-11-23T00:54:16.9974755Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SoftMax.cpp.o 2022-11-23T00:54:16.9980744Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x24.c.o 2022-11-23T00:54:17.0169819Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x32.c.o 2022-11-23T00:54:17.0785294Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBinaryOpIntersectionKernel.cpp.o 2022-11-23T00:54:17.0862364Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x8.c.o 2022-11-23T00:54:17.1046353Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T00:54:17.1455052Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x24.c.o 2022-11-23T00:54:17.1547655Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlas.cpp.o 2022-11-23T00:54:17.1788488Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlasImpl.cpp.o 2022-11-23T00:54:17.2283783Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x32.c.o 2022-11-23T00:54:17.3035163Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse41-2x4.c.o 2022-11-23T00:54:17.3364284Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensor.cpp.o 2022-11-23T00:54:17.3569519Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse41-2x8.c.o 2022-11-23T00:54:17.3808355Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensorMath.cpp.o 2022-11-23T00:54:17.4690804Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x8.c.o 2022-11-23T00:54:17.5067792Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x24.c.o 2022-11-23T00:54:17.5074019Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T00:54:17.5212013Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x32.c.o 2022-11-23T00:54:17.5536656Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseFactories.cpp.o 2022-11-23T00:54:17.5779467Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseMatMul.cpp.o 2022-11-23T00:54:17.5941969Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensor.cpp.o 2022-11-23T00:54:17.6000710Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x4.c.o 2022-11-23T00:54:17.6724593Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x8.c.o 2022-11-23T00:54:17.6811899Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensorMath.cpp.o 2022-11-23T00:54:17.7569592Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x12.c.o 2022-11-23T00:54:17.8639509Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x16.c.o 2022-11-23T00:54:17.8869748Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x20.c.o 2022-11-23T00:54:17.9227094Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x24.c.o 2022-11-23T00:54:17.9234260Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseUnaryOps.cpp.o 2022-11-23T00:54:17.9437651Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ValidateCompressedIndicesKernel.cpp.o 2022-11-23T00:54:17.9486636Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x4.c.o 2022-11-23T00:54:17.9804002Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x8.c.o 2022-11-23T00:54:17.9930261Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorAliases.cpp.o 2022-11-23T00:54:18.0422052Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBackward.cpp.o 2022-11-23T00:54:18.0663363Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x12.c.o 2022-11-23T00:54:18.1195696Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x16.c.o 2022-11-23T00:54:18.1615853Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBinaryOps.cpp.o 2022-11-23T00:54:18.2139616Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x20.c.o 2022-11-23T00:54:18.2159407Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorFactories.cpp.o 2022-11-23T00:54:18.3068830Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x24.c.o 2022-11-23T00:54:18.3957338Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse41-x4.c.o 2022-11-23T00:54:18.4041737Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse41-x8.c.o 2022-11-23T00:54:18.4856175Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse41-x4.c.o 2022-11-23T00:54:18.5054200Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMath.cpp.o 2022-11-23T00:54:18.5313109Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse41-x8.c.o 2022-11-23T00:54:18.5838047Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMatmul.cpp.o 2022-11-23T00:54:18.6189415Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse41-x4.c.o 2022-11-23T00:54:18.6287761Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse41-x8.c.o 2022-11-23T00:54:18.7055866Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorTransformerFunctions.cpp.o 2022-11-23T00:54:18.7062950Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse41-x4.c.o 2022-11-23T00:54:18.7072858Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUnaryOps.cpp.o 2022-11-23T00:54:18.7937568Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse41-x8.c.o 2022-11-23T00:54:18.8674942Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUtils.cpp.o 2022-11-23T00:54:18.8677201Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse41-x4.c.o 2022-11-23T00:54:18.9356689Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse41-x8.c.o 2022-11-23T00:54:19.0229075Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x4.c.o 2022-11-23T00:54:19.0783194Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x8.c.o 2022-11-23T00:54:19.1013853Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizer.cpp.o 2022-11-23T00:54:19.1489556Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x12.c.o 2022-11-23T00:54:19.2203418Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x16.c.o 2022-11-23T00:54:19.2549787Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-11-23T00:54:19.2991263Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x20.c.o 2022-11-23T00:54:19.3111403Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/Copy.cpp.o 2022-11-23T00:54:19.3849111Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x24.c.o 2022-11-23T00:54:19.3931243Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerChannelAffine.cpp.o 2022-11-23T00:54:19.3935345Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x4.c.o 2022-11-23T00:54:19.4091141Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerTensorAffine.cpp.o 2022-11-23T00:54:19.4363613Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x8.c.o 2022-11-23T00:54:19.4655838Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/QTensor.cpp.o 2022-11-23T00:54:19.5224067Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorAdvancedIndexing.cpp.o 2022-11-23T00:54:19.5273825Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x12.c.o 2022-11-23T00:54:19.6175029Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x16.c.o 2022-11-23T00:54:19.6996579Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x20.c.o 2022-11-23T00:54:19.7856877Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x24.c.o 2022-11-23T00:54:19.8703587Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse41-int16.c.o 2022-11-23T00:54:19.9504948Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse41-int32.c.o 2022-11-23T00:54:19.9522944Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-sse41.c.o 2022-11-23T00:54:19.9527705Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse41.c.o 2022-11-23T00:54:20.0622969Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorCompare.cpp.o 2022-11-23T00:54:20.0665586Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse41.c.o 2022-11-23T00:54:20.0689962Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse41.c.o 2022-11-23T00:54:20.0741597Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse41.c.o 2022-11-23T00:54:20.1438410Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AdaptiveAveragePooling.cpp.o 2022-11-23T00:54:20.1446856Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorFactories.cpp.o 2022-11-23T00:54:20.1492573Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T00:54:20.2245503Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:54:20.2465179Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:54:20.2625600Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool2d.cpp.o 2022-11-23T00:54:20.3116729Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool3d.cpp.o 2022-11-23T00:54:20.4003015Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T00:54:20.5022317Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:54:20.5121101Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:54:20.5918200Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T00:54:20.6419522Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/BinaryOps.cpp.o 2022-11-23T00:54:20.6421587Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:54:20.6678721Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:54:20.6853197Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T00:54:20.6854227Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/IntReprQuant.cpp.o 2022-11-23T00:54:20.6861029Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ChannelShuffle.cpp.o 2022-11-23T00:54:20.7556558Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/LinearUnpackImpl.cpp.o 2022-11-23T00:54:20.7998458Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/MakePerTensorQuantizedTensor.cpp.o 2022-11-23T00:54:20.8086657Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:54:20.8860908Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:54:20.9949891Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:54:21.0786274Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:54:21.1512716Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Normalization.cpp.o 2022-11-23T00:54:21.1711576Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:54:21.1717968Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:54:21.1926306Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:21.2123441Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Pooling.cpp.o 2022-11-23T00:54:21.2639593Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ReduceOps.cpp.o 2022-11-23T00:54:21.2768745Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:21.2997046Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/RuyUtils.cpp.o 2022-11-23T00:54:21.3101925Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Sorting.cpp.o 2022-11-23T00:54:21.3671539Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:21.3811252Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorOperators.cpp.o 2022-11-23T00:54:21.4551416Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:21.4604162Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorShape.cpp.o 2022-11-23T00:54:21.5396900Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:21.5632232Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:21.6228236Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:21.6307530Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleBilinear2d.cpp.o 2022-11-23T00:54:21.6477827Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest2d.cpp.o 2022-11-23T00:54:21.6526405Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:21.7163174Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest3d.cpp.o 2022-11-23T00:54:21.7497909Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:21.7770694Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/XnnpackUtils.cpp.o 2022-11-23T00:54:21.8291472Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:21.9033071Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:21.9449922Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:21.9961332Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fbgemm_utils.cpp.o 2022-11-23T00:54:22.0204553Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:22.0348320Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:22.0964080Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:22.0976026Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fused_obs_fake_quant.cpp.o 2022-11-23T00:54:22.0977093Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:22.1739615Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:22.1762529Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/init_qnnpack.cpp.o 2022-11-23T00:54:22.1793748Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qclamp.cpp.o 2022-11-23T00:54:22.2554895Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:22.3153321Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:22.3342340Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv.cpp.o 2022-11-23T00:54:22.3887026Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:22.4780038Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:22.4786458Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:22.5088626Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_dynamic.cpp.o 2022-11-23T00:54:22.5702231Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_prepack.cpp.o 2022-11-23T00:54:22.5703233Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_unpack_impl.cpp.o 2022-11-23T00:54:22.5709238Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:22.6003692Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:22.6725499Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qdropout.cpp.o 2022-11-23T00:54:22.7316070Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:22.7670543Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:22.8285003Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qelu.cpp.o 2022-11-23T00:54:22.8418262Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:22.9329572Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:22.9929057Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:23.0149884Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag.cpp.o 2022-11-23T00:54:23.0341817Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:23.0676005Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_prepack.cpp.o 2022-11-23T00:54:23.1675685Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:23.2616961Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:23.2625903Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:23.2895330Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:23.3573733Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_unpack.cpp.o 2022-11-23T00:54:23.3594774Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qgelu.cpp.o 2022-11-23T00:54:23.3639434Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardsigmoid.cpp.o 2022-11-23T00:54:23.3646841Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:23.4754129Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:23.4838891Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:23.5041871Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:23.5659692Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardswish.cpp.o 2022-11-23T00:54:23.5756489Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear.cpp.o 2022-11-23T00:54:23.6078295Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:23.6563444Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:23.6860715Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp.o 2022-11-23T00:54:23.7264328Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp.o 2022-11-23T00:54:23.7679334Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:23.8235720Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:23.8720923Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmatmul.cpp.o 2022-11-23T00:54:23.9283399Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:23.9940022Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:24.0494002Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmul.cpp.o 2022-11-23T00:54:24.0868485Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T00:54:24.1336886Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:54:24.1807750Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:54:24.2000671Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qnormalization.cpp.o 2022-11-23T00:54:24.2035551Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qrelu.cpp.o 2022-11-23T00:54:24.2256794Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T00:54:24.2964297Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsigmoid.cpp.o 2022-11-23T00:54:24.3231621Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:54:24.3947318Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:54:24.5123180Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T00:54:24.5388246Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:54:24.5491167Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsoftmax.cpp.o 2022-11-23T00:54:24.5683634Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:54:24.5939082Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qtanh.cpp.o 2022-11-23T00:54:24.6271790Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qthreshold.cpp.o 2022-11-23T00:54:24.6491231Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/library.cpp.o 2022-11-23T00:54:24.7048465Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T00:54:24.7175713Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qconv_unpack.cpp.o 2022-11-23T00:54:24.7964617Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:54:24.9018904Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:54:24.9229400Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:54:24.9461439Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:54:24.9964946Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qlinear_unpack.cpp.o 2022-11-23T00:54:25.0096759Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/LinearAlgebra.cpp.o 2022-11-23T00:54:25.0601503Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:54:25.1108069Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseBlasImpl.cpp.o 2022-11-23T00:54:25.1660637Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:54:25.2051260Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x8.c.o 2022-11-23T00:54:25.2308892Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T00:54:25.3070271Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseCsrLinearAlgebra.cpp.o 2022-11-23T00:54:25.3197542Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SpectralOps.cpp.o 2022-11-23T00:54:25.3498670Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x24.c.o 2022-11-23T00:54:25.3913066Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x32.c.o 2022-11-23T00:54:25.4975475Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-11-23T00:54:25.4977005Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/BinaryOps.cpp.o 2022-11-23T00:54:25.5591964Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c16.c.o 2022-11-23T00:54:25.5827809Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Conv.cpp.o 2022-11-23T00:54:25.6507228Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c24.c.o 2022-11-23T00:54:25.6897854Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-11-23T00:54:25.7282375Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c16.c.o 2022-11-23T00:54:25.7635968Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c24.c.o 2022-11-23T00:54:25.7660634Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/ConvPrepack.cpp.o 2022-11-23T00:54:25.7668552Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Copy.cpp.o 2022-11-23T00:54:25.8069612Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Gelu.cpp.o 2022-11-23T00:54:25.8588894Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:25.9515371Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:25.9518225Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-sse41.c.o 2022-11-23T00:54:26.0496296Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/IDeepRegistration.cpp.o 2022-11-23T00:54:26.0589739Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:26.0639791Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:26.1468900Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-sse41.c.o 2022-11-23T00:54:26.1514417Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Linear.cpp.o 2022-11-23T00:54:26.1578355Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNCommon.cpp.o 2022-11-23T00:54:26.2269729Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:26.2309449Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNConversions.cpp.o 2022-11-23T00:54:26.3153264Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:26.3172758Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-sse41.c.o 2022-11-23T00:54:26.4143109Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Matmul.cpp.o 2022-11-23T00:54:26.4213520Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:26.4361384Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp.o 2022-11-23T00:54:26.5048494Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:26.5604852Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-sse41.c.o 2022-11-23T00:54:26.5731723Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:26.5919341Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:26.6067578Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Normalization.cpp.o 2022-11-23T00:54:26.6489992Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/OpContext.cpp.o 2022-11-23T00:54:26.6758989Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-sse41.c.o 2022-11-23T00:54:26.6862229Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:26.7554342Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Pooling.cpp.o 2022-11-23T00:54:26.7903617Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:26.8692304Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-sse41.c.o 2022-11-23T00:54:26.8811871Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:26.8850084Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Prelu.cpp.o 2022-11-23T00:54:26.9628667Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/RegisterMkldnnOpContextClass.cpp.o 2022-11-23T00:54:26.9763192Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:27.0863776Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-sse41.c.o 2022-11-23T00:54:27.0884280Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:27.1081524Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:27.1629048Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-sse41.c.o 2022-11-23T00:54:27.1844096Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Relu.cpp.o 2022-11-23T00:54:27.2146669Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/SoftMax.cpp.o 2022-11-23T00:54:27.2409811Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:27.2972218Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:27.3423566Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorFactories.cpp.o 2022-11-23T00:54:27.3788382Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-sse41.c.o 2022-11-23T00:54:27.4677447Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:27.5661713Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:27.5692118Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-sse41.c.o 2022-11-23T00:54:27.5853854Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:27.6644798Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:27.6851810Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-sse41.c.o 2022-11-23T00:54:27.6852516Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorShape.cpp.o 2022-11-23T00:54:27.7000831Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:27.7329770Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/UnaryOps.cpp.o 2022-11-23T00:54:27.7397610Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Utils.cpp.o 2022-11-23T00:54:27.7512429Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:27.7587145Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/attention.cpp.o 2022-11-23T00:54:27.8444675Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/transformer.cpp.o 2022-11-23T00:54:27.8805285Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:27.9672987Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:28.0392347Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:28.0817561Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:28.1034088Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:28.1231933Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/utils/Factory.cpp.o 2022-11-23T00:54:28.1732778Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:28.1998276Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Activation.cpp.o 2022-11-23T00:54:28.2390156Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:28.2730108Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/AveragePooling.cpp.o 2022-11-23T00:54:28.3372048Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:28.4070430Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:28.4602207Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/ChannelShuffle.cpp.o 2022-11-23T00:54:28.4770307Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:28.4778376Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:28.5158148Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Convolution.cpp.o 2022-11-23T00:54:28.5324291Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:28.5563386Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Init.cpp.o 2022-11-23T00:54:28.5690139Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Linear.cpp.o 2022-11-23T00:54:28.5742412Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:28.6209532Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/MaxPooling.cpp.o 2022-11-23T00:54:28.6811023Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:28.7108548Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:28.7366277Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:28.7841996Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/OpContext.cpp.o 2022-11-23T00:54:28.8108254Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/RegisterOpContextClass.cpp.o 2022-11-23T00:54:28.8287089Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:28.8291883Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Shim.cpp.o 2022-11-23T00:54:28.8787157Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:28.8867920Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:28.8921226Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:28.9588229Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CompositeViewCopyKernels.cpp.o 2022-11-23T00:54:28.9832295Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Functions.cpp.o 2022-11-23T00:54:28.9869446Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_0.cpp.o 2022-11-23T00:54:28.9945601Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-sse4.c.o 2022-11-23T00:54:29.0772234Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-sse4.c.o 2022-11-23T00:54:29.1081802Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-sse4.c.o 2022-11-23T00:54:29.1403902Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-sse4-sra.c.o 2022-11-23T00:54:29.1641242Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_1.cpp.o 2022-11-23T00:54:29.1802790Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_2.cpp.o 2022-11-23T00:54:29.2365816Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-sse4-srl.c.o 2022-11-23T00:54:29.3299111Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T00:54:29.3728243Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-11-23T00:54:29.4219724Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_3.cpp.o 2022-11-23T00:54:29.4272712Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x24.c.o 2022-11-23T00:54:29.4482910Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x32.c.o 2022-11-23T00:54:29.4525229Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_4.cpp.o 2022-11-23T00:54:29.5247317Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterBackendSelect.cpp.o 2022-11-23T00:54:29.5690925Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-11-23T00:54:29.5747175Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-11-23T00:54:29.5866125Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x24.c.o 2022-11-23T00:54:29.6836995Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x32.c.o 2022-11-23T00:54:29.7164843Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCPU.cpp.o 2022-11-23T00:54:29.7169779Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutograd.cpp.o 2022-11-23T00:54:29.8121280Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T00:54:29.8206893Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-11-23T00:54:29.8405676Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x24.c.o 2022-11-23T00:54:29.8809577Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x32.c.o 2022-11-23T00:54:29.8831218Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp.o 2022-11-23T00:54:29.8983111Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutograd.cpp.o 2022-11-23T00:54:29.9059880Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutogradNestedTensor.cpp.o 2022-11-23T00:54:29.9734327Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-11-23T00:54:30.0749766Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-11-23T00:54:30.2110837Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x24.c.o 2022-11-23T00:54:30.2428333Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x32.c.o 2022-11-23T00:54:30.2561662Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-11-23T00:54:30.3471037Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T00:54:30.3674126Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-11-23T00:54:30.3682966Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_0.cpp.o 2022-11-23T00:54:30.3708678Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_1.cpp.o 2022-11-23T00:54:30.4126295Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T00:54:30.4227374Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_2.cpp.o 2022-11-23T00:54:30.4344730Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:54:30.4346028Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_3.cpp.o 2022-11-23T00:54:30.4898639Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMeta.cpp.o 2022-11-23T00:54:30.5591115Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:54:30.7173065Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:54:30.7446480Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:54:30.7601655Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:54:30.8127191Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMkldnnCPU.cpp.o 2022-11-23T00:54:30.8616843Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorCPU.cpp.o 2022-11-23T00:54:30.8795516Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:54:30.9055158Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorMeta.cpp.o 2022-11-23T00:54:30.9933967Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T00:54:30.9986355Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedCPU.cpp.o 2022-11-23T00:54:31.0680143Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedMeta.cpp.o 2022-11-23T00:54:31.0788196Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T00:54:31.1923470Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x8.c.o 2022-11-23T00:54:31.2094469Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T00:54:31.2095396Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSchema.cpp.o 2022-11-23T00:54:31.2185701Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x24.c.o 2022-11-23T00:54:31.3550760Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x32.c.o 2022-11-23T00:54:31.3663130Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCPU.cpp.o 2022-11-23T00:54:31.3693316Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-11-23T00:54:31.4020827Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c16.c.o 2022-11-23T00:54:31.4588786Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCsrCPU.cpp.o 2022-11-23T00:54:31.4725732Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c24.c.o 2022-11-23T00:54:31.4876076Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseMeta.cpp.o 2022-11-23T00:54:31.4914015Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterZeroTensor.cpp.o 2022-11-23T00:54:31.5371164Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-11-23T00:54:31.5648554Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPU_add.cpp.o 2022-11-23T00:54:31.6124581Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c16.c.o 2022-11-23T00:54:31.6961527Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c24.c.o 2022-11-23T00:54:31.7321242Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:31.7666125Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenOpList.cpp.o 2022-11-23T00:54:31.7953282Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:31.8063441Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:31.8443102Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:31.8820553Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TensorMethods.cpp.o 2022-11-23T00:54:31.9007637Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/QTensorImpl.cpp.o 2022-11-23T00:54:31.9023448Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:31.9135503Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:31.9232774Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/Quantizer.cpp.o 2022-11-23T00:54:31.9286727Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:31.9862730Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_bind.cpp.o 2022-11-23T00:54:32.0215513Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_model_loader.cpp.o 2022-11-23T00:54:32.0310257Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:32.1403204Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_register.cpp.o 2022-11-23T00:54:32.1483772Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:32.1726947Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:32.2234225Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:32.2701453Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_wrapper.cpp.o 2022-11-23T00:54:32.2739903Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp.o 2022-11-23T00:54:32.3330035Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:32.4138400Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:32.4499877Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.DEFAULT.cpp.o 2022-11-23T00:54:32.4940706Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:32.5507791Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.DEFAULT.cpp.o 2022-11-23T00:54:32.5526751Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:32.5914268Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.DEFAULT.cpp.o 2022-11-23T00:54:32.6782230Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:32.7281056Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:32.7950156Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.DEFAULT.cpp.o 2022-11-23T00:54:32.8299866Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:32.8338880Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:32.9153060Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:32.9662283Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:33.0126722Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:33.0362102Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:33.0585521Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:33.1153604Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:33.1155143Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:33.1683196Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:33.2381745Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.DEFAULT.cpp.o 2022-11-23T00:54:33.2956028Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:33.3162153Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:33.3408038Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:33.3748524Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:33.3946260Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:33.4323898Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:33.4793327Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:33.5128662Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:33.5938817Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:33.6139046Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:33.7002431Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:33.7065577Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:33.7403799Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.DEFAULT.cpp.o 2022-11-23T00:54:33.7550793Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:33.8161050Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:33.8199345Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:33.9201327Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:33.9208707Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:33.9901767Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:33.9976133Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:34.0787607Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:34.0959157Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:34.1126608Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:34.1790128Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:34.1837974Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:34.2164575Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.DEFAULT.cpp.o 2022-11-23T00:54:34.2684420Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:34.3684079Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:34.4793818Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T00:54:34.5057483Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T00:54:34.5477859Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-sse4.c.o 2022-11-23T00:54:34.5489155Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:34.5491990Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-sse4.c.o 2022-11-23T00:54:34.5955856Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:34.5990469Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T00:54:34.6143662Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:34.6147370Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-11-23T00:54:34.6295268Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:34.6720008Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:34.7008957Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-11-23T00:54:34.8279915Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-11-23T00:54:34.8523263Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T00:54:34.9277523Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-11-23T00:54:34.9349450Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:34.9651312Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:34.9750040Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-11-23T00:54:35.0063914Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:35.0085874Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-11-23T00:54:35.1139059Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:35.1295849Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-11-23T00:54:35.2201434Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T00:54:35.3066763Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-11-23T00:54:35.3131457Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:35.3246513Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T00:54:35.3346925Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse41-c8.c.o 2022-11-23T00:54:35.3470635Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse41-c16.c.o 2022-11-23T00:54:35.3750723Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:35.4075183Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:35.4112187Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.DEFAULT.cpp.o 2022-11-23T00:54:35.4286489Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-sse41-c16.c.o 2022-11-23T00:54:35.5267800Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/sse41-x64.c.o 2022-11-23T00:54:35.5305648Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:35.6176159Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse41-c8.c.o 2022-11-23T00:54:35.6836926Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse41-c16.c.o 2022-11-23T00:54:35.7340141Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:35.7782674Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x8.c.o 2022-11-23T00:54:35.7791593Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x16.c.o 2022-11-23T00:54:35.7825923Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x24.c.o 2022-11-23T00:54:35.7835302Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:35.8473239Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:35.8599947Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:35.8721243Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x32.c.o 2022-11-23T00:54:35.9265399Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x8.c.o 2022-11-23T00:54:35.9528739Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:36.0079701Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x16.c.o 2022-11-23T00:54:36.0912537Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x24.c.o 2022-11-23T00:54:36.1559137Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x32.c.o 2022-11-23T00:54:36.1759893Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:36.1938804Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-avx-acc2.c.o 2022-11-23T00:54:36.2168437Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-avx.c.o 2022-11-23T00:54:36.2349471Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:36.2890072Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-avx-acc2.c.o 2022-11-23T00:54:36.3309765Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.DEFAULT.cpp.o 2022-11-23T00:54:36.3368481Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-avx.c.o 2022-11-23T00:54:36.3713234Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:36.4072125Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:36.4656390Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-avx-acc2.c.o 2022-11-23T00:54:36.4960135Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:36.5479085Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-avx.c.o 2022-11-23T00:54:36.6088897Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:36.7024248Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-avx-acc2.c.o 2022-11-23T00:54:36.7235805Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-avx.c.o 2022-11-23T00:54:36.8352852Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:36.8577541Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx-acc2.c.o 2022-11-23T00:54:36.9275260Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx.c.o 2022-11-23T00:54:37.0036870Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx-acc2.c.o 2022-11-23T00:54:37.0267182Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:37.0391113Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx.c.o 2022-11-23T00:54:37.0680735Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:37.1561298Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:37.1597999Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx-acc2.c.o 2022-11-23T00:54:37.2205934Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx.c.o 2022-11-23T00:54:37.2740774Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:37.3477076Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx-acc2.c.o 2022-11-23T00:54:37.3677992Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:37.3904476Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx.c.o 2022-11-23T00:54:37.4446881Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x8.c.o 2022-11-23T00:54:37.4574443Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:37.5273237Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x16.c.o 2022-11-23T00:54:37.5333045Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T00:54:37.5400580Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T00:54:37.5990143Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp.o 2022-11-23T00:54:37.6239979Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:54:37.7110861Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-avx-broadcast.c.o 2022-11-23T00:54:37.7570817Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16inc-minmax-avx-broadcast.c.o 2022-11-23T00:54:37.7748549Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x16inc-minmax-avx-broadcast.c.o 2022-11-23T00:54:37.7816526Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-avx-broadcast.c.o 2022-11-23T00:54:37.8905550Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mkl/SparseBlas.cpp.o 2022-11-23T00:54:37.9377161Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/vulkan/Context.cpp.o 2022-11-23T00:54:37.9386348Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16inc-minmax-avx-broadcast.c.o 2022-11-23T00:54:37.9512841Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/metal/Context.cpp.o 2022-11-23T00:54:37.9552511Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/allocator.cc.o 2022-11-23T00:54:38.0509403Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-avx-broadcast.c.o 2022-11-23T00:54:38.0982919Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16inc-minmax-avx-broadcast.c.o 2022-11-23T00:54:38.1028445Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/blob_serialization.cc.o 2022-11-23T00:54:38.1731271Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/6x8inc-minmax-avx-broadcast.c.o 2022-11-23T00:54:38.1870813Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/blob_stats.cc.o 2022-11-23T00:54:38.2133000Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/7x8inc-minmax-avx-broadcast.c.o 2022-11-23T00:54:38.2404459Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/common.cc.o 2022-11-23T00:54:38.2412343Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-avx-broadcast.c.o 2022-11-23T00:54:38.3161974Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/context.cc.o 2022-11-23T00:54:38.3575507Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/context_base.cc.o 2022-11-23T00:54:38.4152742Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-avx-broadcast.c.o 2022-11-23T00:54:38.4245313Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16-minmax-avx-broadcast.c.o 2022-11-23T00:54:38.4365980Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-avx-broadcast.c.o 2022-11-23T00:54:38.4513587Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-avx-broadcast.c.o 2022-11-23T00:54:38.5391913Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/db.cc.o 2022-11-23T00:54:38.5808383Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/event.cc.o 2022-11-23T00:54:38.6013488Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/export_c10_op_to_caffe2.cc.o 2022-11-23T00:54:38.6036420Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-avx-broadcast.c.o 2022-11-23T00:54:38.6140625Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/graph.cc.o 2022-11-23T00:54:38.6251865Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-avx-broadcast.c.o 2022-11-23T00:54:38.7160725Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/init.cc.o 2022-11-23T00:54:38.8011596Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x8-minmax-avx-broadcast.c.o 2022-11-23T00:54:38.8054939Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/init_denormals.cc.o 2022-11-23T00:54:38.8720279Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x8-minmax-avx-broadcast.c.o 2022-11-23T00:54:38.8993738Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-avx-broadcast.c.o 2022-11-23T00:54:38.9237653Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/init_intrinsics_check.cc.o 2022-11-23T00:54:39.0067324Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/init_omp.cc.o 2022-11-23T00:54:39.0075813Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-avx-broadcast.c.o 2022-11-23T00:54:39.0328638Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/int8_serialization.cc.o 2022-11-23T00:54:39.0500317Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16-minmax-avx-broadcast.c.o 2022-11-23T00:54:39.1059865Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-avx-broadcast.c.o 2022-11-23T00:54:39.1311586Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/memonger.cc.o 2022-11-23T00:54:39.1590918Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-avx-broadcast.c.o 2022-11-23T00:54:39.1716666Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/module.cc.o 2022-11-23T00:54:39.2636737Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/net.cc.o 2022-11-23T00:54:39.2867831Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-avx-broadcast.c.o 2022-11-23T00:54:39.3385421Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/net_async_base.cc.o 2022-11-23T00:54:39.3925711Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/net_async_scheduling.cc.o 2022-11-23T00:54:39.4008095Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-avx-broadcast.c.o 2022-11-23T00:54:39.4197532Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x8-minmax-avx-broadcast.c.o 2022-11-23T00:54:39.5036752Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x8-minmax-avx-broadcast.c.o 2022-11-23T00:54:39.5170975Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/net_async_task.cc.o 2022-11-23T00:54:39.5478616Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/net_async_task_future.cc.o 2022-11-23T00:54:39.6191813Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/net_async_task_graph.cc.o 2022-11-23T00:54:39.6403059Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx-2x8.c.o 2022-11-23T00:54:39.7471657Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx-2x16.c.o 2022-11-23T00:54:39.7600465Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x8.c.o 2022-11-23T00:54:39.7808739Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/net_async_tracing.cc.o 2022-11-23T00:54:39.8576145Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/net_dag_utils.cc.o 2022-11-23T00:54:39.8975744Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x16.c.o 2022-11-23T00:54:39.8996026Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T00:54:39.9636669Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:54:39.9953786Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x8.c.o 2022-11-23T00:54:40.0188480Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/net_parallel.cc.o 2022-11-23T00:54:40.0408226Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/net_simple.cc.o 2022-11-23T00:54:40.1011763Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/net_simple_refcount.cc.o 2022-11-23T00:54:40.2024113Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x16.c.o 2022-11-23T00:54:40.2370048Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T00:54:40.2760805Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:54:40.3187193Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/numa.cc.o 2022-11-23T00:54:40.4028676Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/operator.cc.o 2022-11-23T00:54:40.4358732Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/avx.c.o 2022-11-23T00:54:40.4359490Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/operator_schema.cc.o 2022-11-23T00:54:40.4594871Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/plan_executor.cc.o 2022-11-23T00:54:40.5069508Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx-x8.c.o 2022-11-23T00:54:40.5631048Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/prof_dag_counters.cc.o 2022-11-23T00:54:40.5676612Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/qtensor.cc.o 2022-11-23T00:54:40.6361339Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx-x16.c.o 2022-11-23T00:54:40.7470661Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x8.c.o 2022-11-23T00:54:40.7877086Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/qtensor_serialization.cc.o 2022-11-23T00:54:40.7993841Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x16.c.o 2022-11-23T00:54:40.8589073Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x8.c.o 2022-11-23T00:54:40.8888670Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/stats.cc.o 2022-11-23T00:54:40.9019309Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x16.c.o 2022-11-23T00:54:40.9147946Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/tensor.cc.o 2022-11-23T00:54:40.9394969Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x8.c.o 2022-11-23T00:54:40.9998947Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/tensor_int8.cc.o 2022-11-23T00:54:41.0033683Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x16.c.o 2022-11-23T00:54:41.0985997Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/test_utils.cc.o 2022-11-23T00:54:41.1300699Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx-x8.c.o 2022-11-23T00:54:41.1396516Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/transform.cc.o 2022-11-23T00:54:41.1412012Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx-x16.c.o 2022-11-23T00:54:41.2902643Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx-x8.c.o 2022-11-23T00:54:41.2910841Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/types.cc.o 2022-11-23T00:54:41.3163469Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/workspace.cc.o 2022-11-23T00:54:41.3437241Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx-x16.c.o 2022-11-23T00:54:41.3713926Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx-x8.c.o 2022-11-23T00:54:41.4229973Z [ 60%] Building C object caffe2/CMakeFiles/torch_cpu.dir/__/third_party/miniz-2.1.0/miniz.c.o 2022-11-23T00:54:41.4396619Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx-x16.c.o 2022-11-23T00:54:41.4787679Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/inline_container.cc.o 2022-11-23T00:54:41.4958736Z /var/lib/jenkins/workspace/third_party/miniz-2.1.0/miniz.c:3157:9: warning: Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files. [-W#pragma-messages] 2022-11-23T00:54:41.4959854Z #pragma message("Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files.") 2022-11-23T00:54:41.4960467Z ^ 2022-11-23T00:54:41.5031016Z 1 warning generated. 2022-11-23T00:54:41.5031885Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/istream_adapter.cc.o 2022-11-23T00:54:41.5243334Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/file_adapter.cc.o 2022-11-23T00:54:41.5587122Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx-x8.c.o 2022-11-23T00:54:41.5989220Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx-x16.c.o 2022-11-23T00:54:41.6688768Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx-x8.c.o 2022-11-23T00:54:41.6827370Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx-x16.c.o 2022-11-23T00:54:41.6975504Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/crc.cc.o 2022-11-23T00:54:41.7401734Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x8.c.o 2022-11-23T00:54:41.7439864Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/read_adapter_interface.cc.o 2022-11-23T00:54:41.7815871Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/bench_utils.cc.o 2022-11-23T00:54:41.7987604Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/cpuid.cc.o 2022-11-23T00:54:41.8008598Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x16.c.o 2022-11-23T00:54:41.8056444Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x8.c.o 2022-11-23T00:54:41.8379632Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x16.c.o 2022-11-23T00:54:41.8756474Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x8.c.o 2022-11-23T00:54:41.9068623Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/math/broadcast.cc.o 2022-11-23T00:54:41.9113685Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/math/elementwise.cc.o 2022-11-23T00:54:41.9152540Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/math/reduce.cc.o 2022-11-23T00:54:41.9839971Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/math/transpose.cc.o 2022-11-23T00:54:41.9990309Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x16.c.o 2022-11-23T00:54:42.0081043Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx-x8.c.o 2022-11-23T00:54:42.1072327Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/math/utils.cc.o 2022-11-23T00:54:42.1588003Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx-x16.c.o 2022-11-23T00:54:42.2712606Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x8.c.o 2022-11-23T00:54:42.3099174Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/math_cpu.cc.o 2022-11-23T00:54:42.3164736Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x16.c.o 2022-11-23T00:54:42.4108114Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/murmur_hash3.cc.o 2022-11-23T00:54:42.4233005Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx-x8.c.o 2022-11-23T00:54:42.4874921Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx-x16.c.o 2022-11-23T00:54:42.5310049Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x8.c.o 2022-11-23T00:54:42.5846579Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/proto_convert.cc.o 2022-11-23T00:54:42.6388328Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/proto_utils.cc.o 2022-11-23T00:54:42.6546655Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x16.c.o 2022-11-23T00:54:42.6547674Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx-x8.c.o 2022-11-23T00:54:42.6747627Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx-x16.c.o 2022-11-23T00:54:42.7679362Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/proto_wrap.cc.o 2022-11-23T00:54:42.8050053Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/ThreadPool.cc.o 2022-11-23T00:54:42.8248681Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x8.c.o 2022-11-23T00:54:42.8671525Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x16.c.o 2022-11-23T00:54:42.8720096Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x24.c.o 2022-11-23T00:54:42.9728018Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/signal_handler.cc.o 2022-11-23T00:54:43.0116759Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x32.c.o 2022-11-23T00:54:43.0117323Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/smart_tensor_printer.cc.o 2022-11-23T00:54:43.0271025Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x40.c.o 2022-11-23T00:54:43.0319540Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/string_utils.cc.o 2022-11-23T00:54:43.0643908Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x48.c.o 2022-11-23T00:54:43.1242180Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/pthreadpool-cpp.cc.o 2022-11-23T00:54:43.1568636Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/thread_pool_guard.cpp.o 2022-11-23T00:54:43.1824877Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x8.c.o 2022-11-23T00:54:43.2024207Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/perfkernels/adagrad.cc.o 2022-11-23T00:54:43.2230242Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x16.c.o 2022-11-23T00:54:43.2847930Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/perfkernels/batch_box_cox.cc.o 2022-11-23T00:54:43.3023214Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x24.c.o 2022-11-23T00:54:43.3216962Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x32.c.o 2022-11-23T00:54:43.3589984Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x40.c.o 2022-11-23T00:54:43.3773591Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/perfkernels/embedding_lookup.cc.o 2022-11-23T00:54:43.3858112Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x48.c.o 2022-11-23T00:54:43.4099621Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x8.c.o 2022-11-23T00:54:43.4194088Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/perfkernels/embedding_lookup_idx.cc.o 2022-11-23T00:54:43.4837058Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/perfkernels/fused_8bit_rowwise_embedding_lookup.cc.o 2022-11-23T00:54:43.5021480Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/perfkernels/fused_8bit_rowwise_embedding_lookup_idx.cc.o 2022-11-23T00:54:43.5395533Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/perfkernels/fused_nbit_rowwise_conversion.cc.o 2022-11-23T00:54:43.5514912Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x16.c.o 2022-11-23T00:54:43.6079515Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x24.c.o 2022-11-23T00:54:43.6166207Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x32.c.o 2022-11-23T00:54:43.6877386Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/perfkernels/lstm_unit_cpu_common.cc.o 2022-11-23T00:54:43.6945493Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/perfkernels/math_cpu_base.cc.o 2022-11-23T00:54:43.7306292Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/perfkernels/typed_axpy.cc.o 2022-11-23T00:54:43.7515018Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x40.c.o 2022-11-23T00:54:43.7617708Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/contrib/aten/aten_op.cc.o 2022-11-23T00:54:43.7927377Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/contrib/gloo/allgather_ops.cc.o 2022-11-23T00:54:43.8398923Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x48.c.o 2022-11-23T00:54:43.8755836Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx-x8.c.o 2022-11-23T00:54:43.8862371Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/contrib/gloo/allreduce_ops.cc.o 2022-11-23T00:54:43.9501981Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/contrib/gloo/barrier_ops.cc.o 2022-11-23T00:54:44.0336031Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx-x16.c.o 2022-11-23T00:54:44.0709812Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx-x8.c.o 2022-11-23T00:54:44.1791559Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx-x16.c.o 2022-11-23T00:54:44.1797096Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/contrib/gloo/broadcast_ops.cc.o 2022-11-23T00:54:44.2278327Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/contrib/gloo/common.cc.o 2022-11-23T00:54:44.2980791Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx-x8.c.o 2022-11-23T00:54:44.3096533Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx-x16.c.o 2022-11-23T00:54:44.3254016Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/contrib/gloo/common_world_ops.cc.o 2022-11-23T00:54:44.4609928Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/contrib/gloo/context.cc.o 2022-11-23T00:54:44.4637604Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx-x8.c.o 2022-11-23T00:54:44.5396877Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx-x16.c.o 2022-11-23T00:54:44.5742452Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx-x8.c.o 2022-11-23T00:54:44.5845137Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/contrib/gloo/reduce_scatter_ops.cc.o 2022-11-23T00:54:44.6018686Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx-x16.c.o 2022-11-23T00:54:44.6683597Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx-x8.c.o 2022-11-23T00:54:44.6801224Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/contrib/gloo/store_handler.cc.o 2022-11-23T00:54:44.7267446Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/predictor/predictor.cc.o 2022-11-23T00:54:44.7286863Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx-x16.c.o 2022-11-23T00:54:44.7491301Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/predictor/predictor_utils.cc.o 2022-11-23T00:54:44.7843824Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/predictor/predictor_config.cc.o 2022-11-23T00:54:44.8404431Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x8.c.o 2022-11-23T00:54:44.9071831Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x16.c.o 2022-11-23T00:54:44.9978106Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/predictor/emulator/data_filler.cc.o 2022-11-23T00:54:45.0291879Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x24.c.o 2022-11-23T00:54:45.0452470Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x40.c.o 2022-11-23T00:54:45.0457670Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x32.c.o 2022-11-23T00:54:45.0580600Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/nomnigraph/Representations/NeuralNet.cc.o 2022-11-23T00:54:45.1403497Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/nomnigraph/tests/test_util.cc.o 2022-11-23T00:54:45.1405110Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x48.c.o 2022-11-23T00:54:45.1590421Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x56.c.o 2022-11-23T00:54:45.2027783Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/db/create_db_op.cc.o 2022-11-23T00:54:45.2572500Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x64.c.o 2022-11-23T00:54:45.2825038Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/db/protodb.cc.o 2022-11-23T00:54:45.3006806Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/distributed/file_store_handler.cc.o 2022-11-23T00:54:45.3499641Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/distributed/file_store_handler_op.cc.o 2022-11-23T00:54:45.3823496Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x80.c.o 2022-11-23T00:54:45.3839228Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x72.c.o 2022-11-23T00:54:45.5415338Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/distributed/store_handler.cc.o 2022-11-23T00:54:45.5433370Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x8.c.o 2022-11-23T00:54:45.5612293Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/distributed/store_ops.cc.o 2022-11-23T00:54:45.5645209Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x16.c.o 2022-11-23T00:54:45.6486727Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/adam_op.cc.o 2022-11-23T00:54:45.7094486Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x24.c.o 2022-11-23T00:54:45.7110158Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x32.c.o 2022-11-23T00:54:45.7804638Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x40.c.o 2022-11-23T00:54:45.8120494Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x48.c.o 2022-11-23T00:54:45.8328731Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/channel_shuffle_op.cc.o 2022-11-23T00:54:45.9251038Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/concat_split_op.cc.o 2022-11-23T00:54:45.9267531Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/conv_op.cc.o 2022-11-23T00:54:45.9519070Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x56.c.o 2022-11-23T00:54:45.9899786Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x64.c.o 2022-11-23T00:54:46.1023724Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/conv_transpose_op.cc.o 2022-11-23T00:54:46.1349517Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x72.c.o 2022-11-23T00:54:46.1753333Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x80.c.o 2022-11-23T00:54:46.2624240Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/dropout_op.cc.o 2022-11-23T00:54:46.3010884Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx-sqrt-x8.c.o 2022-11-23T00:54:46.4154024Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx-sqrt-x16.c.o 2022-11-23T00:54:46.4396900Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx-x8.c.o 2022-11-23T00:54:46.5517326Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/elementwise_sum_op.cc.o 2022-11-23T00:54:46.5727614Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx-x16.c.o 2022-11-23T00:54:46.5919120Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx-x8.c.o 2022-11-23T00:54:46.6176618Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx-x16.c.o 2022-11-23T00:54:46.7134563Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/expand_squeeze_dims_op.cc.o 2022-11-23T00:54:46.7481849Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx-x8.c.o 2022-11-23T00:54:46.7482934Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/fully_connected_op.cc.o 2022-11-23T00:54:46.7929125Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx-x16.c.o 2022-11-23T00:54:46.9034654Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/local_response_normalization_op.cc.o 2022-11-23T00:54:46.9068639Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx-rr2-p5.c.o 2022-11-23T00:54:46.9463940Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/momentum_sgd_op.cc.o 2022-11-23T00:54:47.0578604Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-lut4-p4-perm.c.o 2022-11-23T00:54:47.1139713Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-lut16-p3.c.o 2022-11-23T00:54:47.1632701Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/operator_fallback_ideep.cc.o 2022-11-23T00:54:47.2687933Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-p6.c.o 2022-11-23T00:54:47.3178867Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-lut64-p2-div.c.o 2022-11-23T00:54:47.4025005Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/order_switch_ops.cc.o 2022-11-23T00:54:47.4050322Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-div.c.o 2022-11-23T00:54:47.4418609Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-nr1.c.o 2022-11-23T00:54:47.4893678Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/pool_op.cc.o 2022-11-23T00:54:47.5630561Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-nr2.c.o 2022-11-23T00:54:47.5643803Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/quantization/int8_add_op.cc.o 2022-11-23T00:54:47.5716503Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/quantization/int8_conv_op.cc.o 2022-11-23T00:54:47.6620150Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:54:47.7371038Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx-mul16.c.o 2022-11-23T00:54:47.7760094Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx-mul32.c.o 2022-11-23T00:54:47.8290505Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/quantization/int8_dequantize_op.cc.o 2022-11-23T00:54:47.8896500Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:54:47.9620463Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx-mul16.c.o 2022-11-23T00:54:48.0447529Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx-mul32.c.o 2022-11-23T00:54:48.0844090Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:54:48.1632680Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-11-23T00:54:48.1792294Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/quantization/int8_fully_connected_op.cc.o 2022-11-23T00:54:48.2487919Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/quantization/int8_given_tensor_fill_op.cc.o 2022-11-23T00:54:48.2620073Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul32.c.o 2022-11-23T00:54:48.2867104Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:54:48.3012179Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-11-23T00:54:48.3777103Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul32.c.o 2022-11-23T00:54:48.3807868Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/quantization/int8_pool_op.cc.o 2022-11-23T00:54:48.3888904Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/quantization/int8_quantize_op.cc.o 2022-11-23T00:54:48.3986235Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/quantization/int8_relu_op.cc.o 2022-11-23T00:54:48.5382368Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-avx-mul16.c.o 2022-11-23T00:54:48.6353755Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-avx-mul32.c.o 2022-11-23T00:54:48.7465463Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-avx-mul16.c.o 2022-11-23T00:54:48.7876342Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/queue_ops.cc.o 2022-11-23T00:54:48.8227628Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-avx-mul32.c.o 2022-11-23T00:54:48.8637403Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:48.9499826Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/relu_op.cc.o 2022-11-23T00:54:48.9616575Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:48.9665586Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:49.0016952Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/reshape_op.cc.o 2022-11-23T00:54:49.0419000Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/shape_op.cc.o 2022-11-23T00:54:49.0929037Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:49.1261080Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:49.2142939Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/sigmoid_op.cc.o 2022-11-23T00:54:49.2298372Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:49.3387063Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:49.3607200Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:49.4519923Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/spatial_batch_norm_op.cc.o 2022-11-23T00:54:49.4592371Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:49.4593543Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:49.5720821Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:49.5897139Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/transpose_op.cc.o 2022-11-23T00:54:49.5939204Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:49.6205877Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:49.6718805Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/utility_ops.cc.o 2022-11-23T00:54:49.6885692Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/utils/ideep_register.cc.o 2022-11-23T00:54:49.7299177Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:49.8154387Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:49.8433629Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/observers/profile_observer.cc.o 2022-11-23T00:54:49.8991906Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:49.9884924Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:50.1000086Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:50.1363788Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:50.1548143Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:50.2012401Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:50.2013205Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/observers/time_observer.cc.o 2022-11-23T00:54:50.2200772Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:50.2350322Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/observers/runcnt_observer.cc.o 2022-11-23T00:54:50.2568512Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/onnx/backend.cc.o 2022-11-23T00:54:50.2941026Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/onnx/backend_rep.cc.o 2022-11-23T00:54:50.3221109Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:50.3280816Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/onnx/device.cc.o 2022-11-23T00:54:50.4145678Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:50.4581741Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:50.5110000Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/onnx/helper.cc.o 2022-11-23T00:54:50.5402819Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:50.5537324Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:50.6359803Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/onnx/offline_tensor.cc.o 2022-11-23T00:54:50.6475509Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:50.6554551Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/onnx/onnx_exporter.cc.o 2022-11-23T00:54:50.7310631Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:50.7400791Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/onnx/onnxifi_graph_info.cc.o 2022-11-23T00:54:50.7445513Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:50.8253376Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/onnx/onnxifi_init.cc.o 2022-11-23T00:54:50.8351369Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:50.9554334Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:50.9590107Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:50.9684018Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:51.0154235Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:51.0384117Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/abs_op.cc.o 2022-11-23T00:54:51.0535114Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/accumulate_op.cc.o 2022-11-23T00:54:51.0826946Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/accuracy_op.cc.o 2022-11-23T00:54:51.0831042Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:51.0926670Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/acos_op.cc.o 2022-11-23T00:54:51.1170834Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:51.1749148Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/affine_channel_op.cc.o 2022-11-23T00:54:51.2010403Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:51.2854161Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:51.3965909Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:51.4751075Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:51.4928582Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/alias_with_name.cc.o 2022-11-23T00:54:51.5254545Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:51.5432942Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:51.5468545Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/apmeter_op.cc.o 2022-11-23T00:54:51.6145727Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/arg_ops.cc.o 2022-11-23T00:54:51.6629749Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:51.6961955Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:54:51.7032900Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx-mul16.c.o 2022-11-23T00:54:51.7478190Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/asin_op.cc.o 2022-11-23T00:54:51.7916803Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/assert_op.cc.o 2022-11-23T00:54:51.7956490Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx-mul32.c.o 2022-11-23T00:54:51.8932075Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:54:51.9448437Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/async_net_barrier_op.cc.o 2022-11-23T00:54:51.9723935Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx-mul16.c.o 2022-11-23T00:54:52.0204003Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx-mul32.c.o 2022-11-23T00:54:52.0569699Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/atan_op.cc.o 2022-11-23T00:54:52.0617445Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:54:52.1244657Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/atomic_ops.cc.o 2022-11-23T00:54:52.1325309Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-11-23T00:54:52.2320294Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul32.c.o 2022-11-23T00:54:52.3026608Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T00:54:52.3535735Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-11-23T00:54:52.3538164Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul32.c.o 2022-11-23T00:54:52.3922961Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/batch_box_cox_op.cc.o 2022-11-23T00:54:52.4013424Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/batch_bucketize_op.cc.o 2022-11-23T00:54:52.4407505Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/batch_gather_ops.cc.o 2022-11-23T00:54:52.4924263Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-avx-mul16.c.o 2022-11-23T00:54:52.5657381Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-avx-mul32.c.o 2022-11-23T00:54:52.5887725Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/batch_matmul_op.cc.o 2022-11-23T00:54:52.7212531Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-avx-mul16.c.o 2022-11-23T00:54:52.7407797Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-avx-mul32.c.o 2022-11-23T00:54:52.7601040Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x8.c.o 2022-11-23T00:54:52.8365972Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/batch_moments_op.cc.o 2022-11-23T00:54:52.8491033Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x16.c.o 2022-11-23T00:54:52.8848178Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T00:54:52.8865430Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/batch_permutation_op.cc.o 2022-11-23T00:54:52.8908051Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:54:53.0045614Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:53.0053416Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/batch_sparse_to_dense_op.cc.o 2022-11-23T00:54:53.0259531Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/bbox_transform_op.cc.o 2022-11-23T00:54:53.0269218Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:53.0926358Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/bisect_percentile_op.cc.o 2022-11-23T00:54:53.1162765Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-avx.c.o 2022-11-23T00:54:53.1885544Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:53.2684328Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:53.2731619Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-avx.c.o 2022-11-23T00:54:53.3440587Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/boolean_mask_ops.cc.o 2022-11-23T00:54:53.3511469Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:53.4258758Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:53.4799152Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-avx.c.o 2022-11-23T00:54:53.5050240Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/boolean_unmask_ops.cc.o 2022-11-23T00:54:53.5520032Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:53.5801168Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/box_with_nms_limit_op.cc.o 2022-11-23T00:54:53.6243656Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:53.6418880Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/bucketize_op.cc.o 2022-11-23T00:54:53.6868112Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-avx.c.o 2022-11-23T00:54:53.7183836Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/byte_weight_dequant_op.cc.o 2022-11-23T00:54:53.7381036Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:53.7866015Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/cast_op.cc.o 2022-11-23T00:54:53.8475207Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:53.8968905Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-avx.c.o 2022-11-23T00:54:53.9588707Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/cbrt_op.cc.o 2022-11-23T00:54:54.0521030Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:54.0722090Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:54.0957978Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-avx.c.o 2022-11-23T00:54:54.1658313Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/cc_bmm_bg_op.cc.o 2022-11-23T00:54:54.1873308Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/ceil_op.cc.o 2022-11-23T00:54:54.2044684Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:54.2088614Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:54.2329290Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-avx.c.o 2022-11-23T00:54:54.2827616Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/channel_backprop_stats_op.cc.o 2022-11-23T00:54:54.3027122Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/channel_shuffle_op.cc.o 2022-11-23T00:54:54.3297484Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:54.4494551Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:54.4662504Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-avx.c.o 2022-11-23T00:54:54.5466599Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/channel_stats_op.cc.o 2022-11-23T00:54:54.5672340Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:54.6212420Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:54.6439883Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-avx.c.o 2022-11-23T00:54:54.6666720Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/clip_op.cc.o 2022-11-23T00:54:54.7256033Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/collect_and_distribute_fpn_rpn_proposals_op.cc.o 2022-11-23T00:54:54.7445200Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:54.8498997Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:54.8515523Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-avx.c.o 2022-11-23T00:54:54.9339615Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:54.9514793Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/communicator_op.cc.o 2022-11-23T00:54:54.9558313Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/concat_split_op.cc.o 2022-11-23T00:54:55.0405307Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:55.0522700Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-avx.c.o 2022-11-23T00:54:55.1309003Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/conditional_op.cc.o 2022-11-23T00:54:55.1455723Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:55.1682655Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:55.2320061Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:55.2509355Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/conv_gradient_op.cc.o 2022-11-23T00:54:55.2749686Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/conv_op.cc.o 2022-11-23T00:54:55.3208500Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:55.4010485Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:55.4259438Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/conv_op_eigen.cc.o 2022-11-23T00:54:55.4445487Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:55.4832625Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/conv_op_shared.cc.o 2022-11-23T00:54:55.5522895Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:55.6011265Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:55.6522204Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/conv_transpose_gradient_op.cc.o 2022-11-23T00:54:55.7044414Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:55.7928088Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:55.8194179Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:55.8297641Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:55.8753543Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:55.8779037Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/conv_transpose_op.cc.o 2022-11-23T00:54:55.9217822Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/conv_transpose_op_mobile.cc.o 2022-11-23T00:54:55.9403278Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:55.9677122Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/copy_op.cc.o 2022-11-23T00:54:55.9853848Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/copy_rows_to_tensor_op.cc.o 2022-11-23T00:54:56.0447224Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:56.0761194Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:56.1094385Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:56.1227381Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/cos_op.cc.o 2022-11-23T00:54:56.1596808Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/cosh_op.cc.o 2022-11-23T00:54:56.2072897Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:56.2330498Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:56.3013336Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/cosine_embedding_criterion_op.cc.o 2022-11-23T00:54:56.3191069Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:56.4292060Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:56.4957225Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:56.5630826Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/counter_ops.cc.o 2022-11-23T00:54:56.5882247Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/crash_op.cc.o 2022-11-23T00:54:56.6316501Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x8.c.o 2022-11-23T00:54:56.6322902Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x16.c.o 2022-11-23T00:54:56.6538932Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x24.c.o 2022-11-23T00:54:56.6596851Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x32.c.o 2022-11-23T00:54:56.7082300Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/create_scope_op.cc.o 2022-11-23T00:54:56.7091386Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/crf_viterbi_op.cc.o 2022-11-23T00:54:56.7298578Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/cross_entropy_op.cc.o 2022-11-23T00:54:56.7353958Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T00:54:56.8796888Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x16.c.o 2022-11-23T00:54:57.0235651Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x24.c.o 2022-11-23T00:54:57.0363726Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/ctc_beam_search_decoder_op.cc.o 2022-11-23T00:54:57.0410534Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x32.c.o 2022-11-23T00:54:57.1314963Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x8.c.o 2022-11-23T00:54:57.1847561Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x16.c.o 2022-11-23T00:54:57.1885312Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x24.c.o 2022-11-23T00:54:57.1960792Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/ctc_greedy_decoder_op.cc.o 2022-11-23T00:54:57.2049624Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x32.c.o 2022-11-23T00:54:57.2397631Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T00:54:57.2578695Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/cube_op.cc.o 2022-11-23T00:54:57.2655834Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/data_couple.cc.o 2022-11-23T00:54:57.2926692Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/dataset_ops.cc.o 2022-11-23T00:54:57.3484663Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x16.c.o 2022-11-23T00:54:57.4591147Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x24.c.o 2022-11-23T00:54:57.4959326Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x32.c.o 2022-11-23T00:54:57.6063802Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/deform_conv_gradient_op.cc.o 2022-11-23T00:54:57.6388647Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-11-23T00:54:57.6840999Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T00:54:57.6885499Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-11-23T00:54:57.7060022Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T00:54:57.7267839Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/deform_conv_op.cc.o 2022-11-23T00:54:57.7807869Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-avx-mul16.c.o 2022-11-23T00:54:57.7808491Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/dense_vector_to_id_list_op.cc.o 2022-11-23T00:54:57.7833155Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-avx-mul32.c.o 2022-11-23T00:54:57.8052320Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/distance_op.cc.o 2022-11-23T00:54:57.8567530Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/do_op.cc.o 2022-11-23T00:54:57.9011270Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-avx-mul16.c.o 2022-11-23T00:54:58.0287323Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-avx-mul32.c.o 2022-11-23T00:54:58.0299322Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-11-23T00:54:58.1232833Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/dropout_op.cc.o 2022-11-23T00:54:58.2071292Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul32.c.o 2022-11-23T00:54:58.2097675Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-11-23T00:54:58.2206601Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul32.c.o 2022-11-23T00:54:58.2454945Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/elementwise_add_gradient_op.cc.o 2022-11-23T00:54:58.3053645Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/elementwise_add_op.cc.o 2022-11-23T00:54:58.3519202Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x8.c.o 2022-11-23T00:54:58.3635049Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x16.c.o 2022-11-23T00:54:58.3688499Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/elementwise_div_gradient_op.cc.o 2022-11-23T00:54:58.4699285Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/elementwise_div_op.cc.o 2022-11-23T00:54:58.5505195Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T00:54:58.5774918Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T00:54:58.7063544Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/elementwise_linear_op.cc.o 2022-11-23T00:54:58.7298829Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:58.7611660Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:58.7970795Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:58.8077635Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/elementwise_logical_ops.cc.o 2022-11-23T00:54:58.8622620Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/elementwise_mul_gradient_op.cc.o 2022-11-23T00:54:58.8878427Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:58.9203233Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:58.9660132Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/elementwise_mul_op.cc.o 2022-11-23T00:54:58.9881869Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/elementwise_ops.cc.o 2022-11-23T00:54:59.0404892Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:59.0975569Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:59.1322122Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/elementwise_ops_schema.cc.o 2022-11-23T00:54:59.1811540Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:59.2722125Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:59.3034602Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/elementwise_ops_utils.cc.o 2022-11-23T00:54:59.3794184Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:59.4243301Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:59.4602335Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/elementwise_sub_gradient_op.cc.o 2022-11-23T00:54:59.4894013Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/elementwise_sub_op.cc.o 2022-11-23T00:54:59.5198393Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:59.5857167Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:59.6191049Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/elementwise_sum_op.cc.o 2022-11-23T00:54:59.6379643Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:59.6544377Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:59.6632912Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/elu_op.cc.o 2022-11-23T00:54:59.7162593Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/enforce_finite_op.cc.o 2022-11-23T00:54:59.7430045Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:59.8556937Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:54:59.9579719Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:54:59.9922693Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:00.1124516Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/ensure_clipped_op.cc.o 2022-11-23T00:55:00.1348091Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:00.1349011Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/ensure_cpu_output_op.cc.o 2022-11-23T00:55:00.1371852Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/erf_op.cc.o 2022-11-23T00:55:00.1381613Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:00.1647447Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:00.2216189Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/exp_op.cc.o 2022-11-23T00:55:00.2462628Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/expand_op.cc.o 2022-11-23T00:55:00.2506137Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:00.3268376Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:00.4400551Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:00.5483367Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:00.6390885Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:00.6503873Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:00.7292680Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:00.7478246Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/expand_squeeze_dims_op.cc.o 2022-11-23T00:55:00.7526640Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/fc_inference.cc.o 2022-11-23T00:55:00.7544643Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:00.7693630Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:00.7763582Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:00.8044788Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/feature_maps_ops.cc.o 2022-11-23T00:55:00.8348161Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/feed_blob_op.cc.o 2022-11-23T00:55:00.8677948Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/filler_op.cc.o 2022-11-23T00:55:00.8764281Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:00.9995176Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:01.1055788Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:01.1364013Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:01.1750043Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:01.1975746Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/find_duplicate_elements_op.cc.o 2022-11-23T00:55:01.2428121Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/find_op.cc.o 2022-11-23T00:55:01.2767097Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/flatten_op.cc.o 2022-11-23T00:55:01.2774694Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:01.2820976Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:01.3470251Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:01.3598052Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:01.3599063Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/flexible_top_k.cc.o 2022-11-23T00:55:01.4481585Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:01.4778219Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/floor_op.cc.o 2022-11-23T00:55:01.5511235Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T00:55:01.5713784Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T00:55:01.6446507Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/free_op.cc.o 2022-11-23T00:55:01.6607909Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/fully_connected_op.cc.o 2022-11-23T00:55:01.6765849Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul16-ld64-x8.c.o 2022-11-23T00:55:01.7177801Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul16-ld64-x16.c.o 2022-11-23T00:55:01.7594172Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T00:55:01.7655187Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/fused_rowwise_8bit_conversion_ops.cc.o 2022-11-23T00:55:01.8200915Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x16.c.o 2022-11-23T00:55:01.9099493Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/fused_rowwise_nbit_conversion_ops.cc.o 2022-11-23T00:55:01.9507879Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul16-ld64-x8.c.o 2022-11-23T00:55:01.9762190Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/fused_rowwise_nbitfake_conversion_ops.cc.o 2022-11-23T00:55:02.0351132Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul16-ld64-x16.c.o 2022-11-23T00:55:02.0729276Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T00:55:02.1095773Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x16.c.o 2022-11-23T00:55:02.1281082Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/fused_rowwise_random_quantization_ops.cc.o 2022-11-23T00:55:02.2171770Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-11-23T00:55:02.2178054Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/gather_fused_8bit_rowwise_op.cc.o 2022-11-23T00:55:02.3071430Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T00:55:02.3328985Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-11-23T00:55:02.3760111Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/gather_op.cc.o 2022-11-23T00:55:02.3823331Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T00:55:02.4554509Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/gather_ranges_to_dense_op.cc.o 2022-11-23T00:55:02.4754224Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x16.c.o 2022-11-23T00:55:02.4902121Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x32.c.o 2022-11-23T00:55:02.6096786Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/gelu_op.cc.o 2022-11-23T00:55:02.6280047Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x48.c.o 2022-11-23T00:55:02.7074203Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x64.c.o 2022-11-23T00:55:02.7987699Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/generate_proposals_op.cc.o 2022-11-23T00:55:02.8155999Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x8.c.o 2022-11-23T00:55:02.8181219Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x16.c.o 2022-11-23T00:55:02.8442533Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/given_tensor_byte_string_to_uint8_fill_op.cc.o 2022-11-23T00:55:02.9716664Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/given_tensor_fill_op.cc.o 2022-11-23T00:55:02.9938293Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c8.c.o 2022-11-23T00:55:03.0398197Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c16.c.o 2022-11-23T00:55:03.1486549Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/glu_op.cc.o 2022-11-23T00:55:03.1760824Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c24.c.o 2022-11-23T00:55:03.1852973Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/group_norm_op.cc.o 2022-11-23T00:55:03.1956339Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/gru_unit_op.cc.o 2022-11-23T00:55:03.3205139Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c32.c.o 2022-11-23T00:55:03.3534498Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c8.c.o 2022-11-23T00:55:03.4405654Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c16.c.o 2022-11-23T00:55:03.4670151Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/h_softmax_op.cc.o 2022-11-23T00:55:03.4870477Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/half_float_ops.cc.o 2022-11-23T00:55:03.5505877Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/hard_sigmoid_op.cc.o 2022-11-23T00:55:03.5523847Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c24.c.o 2022-11-23T00:55:03.5731454Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/heatmap_max_keypoint_op.cc.o 2022-11-23T00:55:03.6708823Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c32.c.o 2022-11-23T00:55:03.8060312Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-maxpool/9p8x-minmax-f16c-c8.c.o 2022-11-23T00:55:03.8419115Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/histogram_op.cc.o 2022-11-23T00:55:03.9110754Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-prelu/gen/f16c-2x8.c.o 2022-11-23T00:55:03.9239922Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-prelu/gen/f16c-2x16.c.o 2022-11-23T00:55:04.0149969Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/if_op.cc.o 2022-11-23T00:55:04.0253592Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x8.c.o 2022-11-23T00:55:04.0561527Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x16.c.o 2022-11-23T00:55:04.0713997Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/im2col_op.cc.o 2022-11-23T00:55:04.1393842Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/index_hash_ops.cc.o 2022-11-23T00:55:04.1580249Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/index_ops.cc.o 2022-11-23T00:55:04.1629872Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x8.c.o 2022-11-23T00:55:04.3110602Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x16.c.o 2022-11-23T00:55:04.3306882Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdiv-minmax-f16c-x8.c.o 2022-11-23T00:55:04.4464482Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/inference_lstm_op.cc.o 2022-11-23T00:55:04.4465568Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdiv-minmax-f16c-x16.c.o 2022-11-23T00:55:04.4754021Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/instance_norm_gradient_op.cc.o 2022-11-23T00:55:04.4882448Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdivc-minmax-f16c-x8.c.o 2022-11-23T00:55:04.5289021Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdivc-minmax-f16c-x16.c.o 2022-11-23T00:55:04.6044676Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/instance_norm_op.cc.o 2022-11-23T00:55:04.6373443Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/integral_image_op.cc.o 2022-11-23T00:55:04.6389495Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmax-f16c-x8.c.o 2022-11-23T00:55:04.6440957Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/is_empty_op.cc.o 2022-11-23T00:55:04.7892961Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmax-f16c-x16.c.o 2022-11-23T00:55:04.9043844Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmaxc-f16c-x8.c.o 2022-11-23T00:55:04.9513670Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmaxc-f16c-x16.c.o 2022-11-23T00:55:05.0107760Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmin-f16c-x8.c.o 2022-11-23T00:55:05.0135167Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/jsd_op.cc.o 2022-11-23T00:55:05.0827798Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/key_split_ops.cc.o 2022-11-23T00:55:05.1674954Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmin-f16c-x16.c.o 2022-11-23T00:55:05.1754442Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/last_n_window_collector.cc.o 2022-11-23T00:55:05.1783389Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vminc-f16c-x8.c.o 2022-11-23T00:55:05.2611571Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/layer_norm_op.cc.o 2022-11-23T00:55:05.2809219Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/leaky_relu_op.cc.o 2022-11-23T00:55:05.3632334Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vminc-f16c-x16.c.o 2022-11-23T00:55:05.3882970Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x8.c.o 2022-11-23T00:55:05.4302400Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x16.c.o 2022-11-23T00:55:05.4811868Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/length_split_op.cc.o 2022-11-23T00:55:05.5528292Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/lengths_pad_op.cc.o 2022-11-23T00:55:05.5570746Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x8.c.o 2022-11-23T00:55:05.5605058Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x16.c.o 2022-11-23T00:55:05.6641515Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/lengths_reducer_fused_8bit_rowwise_ops.cc.o 2022-11-23T00:55:05.7001415Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrdivc-minmax-f16c-x8.c.o 2022-11-23T00:55:05.8546632Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrdivc-minmax-f16c-x16.c.o 2022-11-23T00:55:05.9211999Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrsubc-minmax-f16c-x8.c.o 2022-11-23T00:55:05.9423866Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrsubc-minmax-f16c-x16.c.o 2022-11-23T00:55:05.9518372Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsub-minmax-f16c-x8.c.o 2022-11-23T00:55:05.9641820Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsub-minmax-f16c-x16.c.o 2022-11-23T00:55:05.9759579Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/lengths_reducer_fused_nbit_rowwise_ops.cc.o 2022-11-23T00:55:06.0601499Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/lengths_reducer_ops.cc.o 2022-11-23T00:55:06.0691357Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/lengths_reducer_rowwise_8bit_ops.cc.o 2022-11-23T00:55:06.0790759Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/lengths_tile_op.cc.o 2022-11-23T00:55:06.0933942Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsubc-minmax-f16c-x8.c.o 2022-11-23T00:55:06.2166262Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsubc-minmax-f16c-x16.c.o 2022-11-23T00:55:06.2263797Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/lengths_top_k_op.cc.o 2022-11-23T00:55:06.3725775Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vclamp/gen/vclamp-f16c-x8.c.o 2022-11-23T00:55:06.4539722Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vclamp/gen/vclamp-f16c-x16.c.o 2022-11-23T00:55:06.5067815Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vhswish/gen/vhswish-f16c-x8.c.o 2022-11-23T00:55:06.5180365Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/listwise_l2r_op.cc.o 2022-11-23T00:55:06.5607775Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/load_save_op.cc.o 2022-11-23T00:55:06.6197517Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vhswish/gen/vhswish-f16c-x16.c.o 2022-11-23T00:55:06.7178170Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vlrelu/gen/vlrelu-f16c-x8.c.o 2022-11-23T00:55:06.7377656Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/load_save_op_util.cc.o 2022-11-23T00:55:06.7562087Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/local_response_normalization_op.cc.o 2022-11-23T00:55:06.7732510Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vlrelu/gen/vlrelu-f16c-x16.c.o 2022-11-23T00:55:06.8508098Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/locally_connected_op.cc.o 2022-11-23T00:55:06.9253935Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x8.c.o 2022-11-23T00:55:06.9684274Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x16.c.o 2022-11-23T00:55:07.0170868Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-f16c.c.o 2022-11-23T00:55:07.0611538Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-f16c.c.o 2022-11-23T00:55:07.0710969Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/locally_connected_op_util.cc.o 2022-11-23T00:55:07.0800489Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/log1p_op.cc.o 2022-11-23T00:55:07.1325199Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/log_op.cc.o 2022-11-23T00:55:07.1731856Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:55:07.2452216Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/logit_op.cc.o 2022-11-23T00:55:07.3003358Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-xop-mul32.c.o 2022-11-23T00:55:07.3350043Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/loss_op.cc.o 2022-11-23T00:55:07.3562809Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:55:07.4264331Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/lp_pool_op.cc.o 2022-11-23T00:55:07.5189655Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-xop-mul32.c.o 2022-11-23T00:55:07.5546400Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:55:07.6640523Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-11-23T00:55:07.6942690Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/lpnorm_op.cc.o 2022-11-23T00:55:07.6966691Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/lstm_unit_op.cc.o 2022-11-23T00:55:07.7418477Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:55:07.7809241Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-11-23T00:55:07.7867010Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/map_ops.cc.o 2022-11-23T00:55:07.8111237Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-xop-mul32.c.o 2022-11-23T00:55:07.9199354Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/margin_loss_l2r_op.cc.o 2022-11-23T00:55:07.9570330Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/margin_ranking_criterion_op.cc.o 2022-11-23T00:55:07.9589767Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-xop-mul32.c.o 2022-11-23T00:55:08.1403639Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:08.1913290Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:08.2111888Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:08.2240429Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:08.3057905Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/matmul_op.cc.o 2022-11-23T00:55:08.3061580Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/mean_op.cc.o 2022-11-23T00:55:08.3630960Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:08.3673469Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:08.3827475Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/merge_id_lists_op.cc.o 2022-11-23T00:55:08.4347693Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:08.5331939Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/minmax_ops.cc.o 2022-11-23T00:55:08.5338445Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/minmax_gradient_ops.cc.o 2022-11-23T00:55:08.5582247Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:08.6987412Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:08.7240057Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/mish_op.cc.o 2022-11-23T00:55:08.8194817Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:08.8211651Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/mod_op.cc.o 2022-11-23T00:55:08.8509006Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:08.9580106Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/moments_op.cc.o 2022-11-23T00:55:08.9799106Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:08.9819438Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/multi_class_accuracy_op.cc.o 2022-11-23T00:55:09.0004144Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/negate_gradient_op.cc.o 2022-11-23T00:55:09.1382759Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:09.2305809Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:09.2361148Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:09.2632138Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/negative_op.cc.o 2022-11-23T00:55:09.3361825Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:09.4029814Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/ngram_ops.cc.o 2022-11-23T00:55:09.4121041Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/norm_planar_yuv_op.cc.o 2022-11-23T00:55:09.4332025Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:09.4563154Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:09.4682617Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/normalize_l1_op.cc.o 2022-11-23T00:55:09.6002171Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/normalize_op.cc.o 2022-11-23T00:55:09.6065026Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:09.7389132Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:09.8013323Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/numpy_tile_op.cc.o 2022-11-23T00:55:09.8419139Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:09.8825093Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:09.8861379Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:09.9956189Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/one_hot_ops.cc.o 2022-11-23T00:55:10.0113310Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/onnx_while_op.cc.o 2022-11-23T00:55:10.0122146Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:10.0643914Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:10.1907807Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/order_switch_ops.cc.o 2022-11-23T00:55:10.2149181Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:10.2499379Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/pack_rnn_sequence_op.cc.o 2022-11-23T00:55:10.2922216Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:10.3721094Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:10.3947264Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:10.4027577Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/pack_segments.cc.o 2022-11-23T00:55:10.4225063Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/pad_op.cc.o 2022-11-23T00:55:10.5096605Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/partition_ops.cc.o 2022-11-23T00:55:10.5283738Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:10.6519417Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:10.6847439Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:10.6900461Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:10.8162825Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/percentile_op.cc.o 2022-11-23T00:55:10.8422813Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/perplexity_op.cc.o 2022-11-23T00:55:10.8467099Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:10.8581579Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/piecewise_linear_transform_op.cc.o 2022-11-23T00:55:10.8804496Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:10.9915228Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/pool_gradient_op.cc.o 2022-11-23T00:55:11.0206430Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:11.0393203Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:11.1493909Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/pool_op.cc.o 2022-11-23T00:55:11.1789532Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:11.3123420Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:11.3173365Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:11.3509628Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/pool_op_util.cc.o 2022-11-23T00:55:11.3956312Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:11.4511880Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/pow_op.cc.o 2022-11-23T00:55:11.4950755Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:11.4988287Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/prelu_op.cc.o 2022-11-23T00:55:11.5623879Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/prepend_dim_op.cc.o 2022-11-23T00:55:11.6710520Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:11.6859138Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quant_decode_op.cc.o 2022-11-23T00:55:11.7011080Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:11.8334355Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantile_op.cc.o 2022-11-23T00:55:11.8754037Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:55:11.9108964Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-xop-mul32.c.o 2022-11-23T00:55:11.9867412Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/rank_loss_op.cc.o 2022-11-23T00:55:12.0361039Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:55:12.1039032Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-xop-mul32.c.o 2022-11-23T00:55:12.1260402Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:55:12.1543825Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/reciprocal_gradient_op.cc.o 2022-11-23T00:55:12.1559541Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-11-23T00:55:12.2431920Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T00:55:12.2607226Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/reciprocal_op.cc.o 2022-11-23T00:55:12.2608934Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-11-23T00:55:12.3474129Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/reduce_front_back_max_ops.cc.o 2022-11-23T00:55:12.3747963Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-xop-mul32.c.o 2022-11-23T00:55:12.4015323Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/reduce_front_back_mean_ops.cc.o 2022-11-23T00:55:12.4370102Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/reduce_front_back_sum_ops.cc.o 2022-11-23T00:55:12.5101110Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-xop-mul32.c.o 2022-11-23T00:55:12.6759891Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:12.7191561Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:12.7443986Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-xop.c.o 2022-11-23T00:55:12.8491819Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/reduce_ops.cc.o 2022-11-23T00:55:12.8493778Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/reduction_ops.cc.o 2022-11-23T00:55:12.8521282Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:12.8884477Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:12.8979688Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-xop.c.o 2022-11-23T00:55:12.9323639Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:13.0007066Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/relu_n_op.cc.o 2022-11-23T00:55:13.0105953Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/relu_op.cc.o 2022-11-23T00:55:13.0475748Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/remove_data_blocks_op.cc.o 2022-11-23T00:55:13.1052927Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:13.2675042Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-xop.c.o 2022-11-23T00:55:13.2764784Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:13.3058611Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:13.3889952Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-xop.c.o 2022-11-23T00:55:13.4242907Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/replace_nan_op.cc.o 2022-11-23T00:55:13.4483316Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/reservoir_sampling.cc.o 2022-11-23T00:55:13.5246705Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:13.5753912Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/reshape_op.cc.o 2022-11-23T00:55:13.5809623Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:13.6283871Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-xop.c.o 2022-11-23T00:55:13.6883963Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/resize_3d_op.cc.o 2022-11-23T00:55:13.7245218Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/resize_op.cc.o 2022-11-23T00:55:13.7739847Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:13.8126571Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/reverse_packed_segs_op.cc.o 2022-11-23T00:55:13.8915826Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:13.9031127Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/rmac_regions_op.cc.o 2022-11-23T00:55:14.0376958Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/rms_norm_op.cc.o 2022-11-23T00:55:14.0547605Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-xop.c.o 2022-11-23T00:55:14.1738061Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:14.2040690Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:14.3293166Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/roi_align_gradient_op.cc.o 2022-11-23T00:55:14.3496668Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-xop.c.o 2022-11-23T00:55:14.4135227Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:14.4139718Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:14.4759489Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-xop.c.o 2022-11-23T00:55:14.4802584Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:14.5003122Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/roi_align_op.cc.o 2022-11-23T00:55:14.5487334Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/roi_align_rotated_gradient_op.cc.o 2022-11-23T00:55:14.5546462Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:14.6134888Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-xop.c.o 2022-11-23T00:55:14.6605847Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/roi_align_rotated_op.cc.o 2022-11-23T00:55:14.7090268Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/roi_pool_op.cc.o 2022-11-23T00:55:14.7500759Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:14.8152252Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:14.9108176Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/rowmul_op.cc.o 2022-11-23T00:55:14.9266653Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-xop.c.o 2022-11-23T00:55:15.0003574Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:15.1166745Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:15.1220414Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/rsqrt_op.cc.o 2022-11-23T00:55:15.1325046Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/scale_blobs_op.cc.o 2022-11-23T00:55:15.1444365Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-xop.c.o 2022-11-23T00:55:15.2503925Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:15.2794135Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:15.3220426Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:15.3268513Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/scale_op.cc.o 2022-11-23T00:55:15.3934218Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:15.4409927Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/segment_reduction_op.cc.o 2022-11-23T00:55:15.4723884Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/self_binning_histogram_op.cc.o 2022-11-23T00:55:15.5219030Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:15.5610655Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:15.6761413Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:15.6858758Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/selu_op.cc.o 2022-11-23T00:55:15.7123321Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:15.7145868Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/sequence_ops.cc.o 2022-11-23T00:55:15.8163780Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:15.8402236Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/shape_op.cc.o 2022-11-23T00:55:15.8778982Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/sigmoid_gradient_op.cc.o 2022-11-23T00:55:15.9411370Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:15.9881338Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:16.0613136Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/sigmoid_op.cc.o 2022-11-23T00:55:16.1558823Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:16.1786074Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:16.2345934Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:16.3287984Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/sin_op.cc.o 2022-11-23T00:55:16.3299316Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/sinh_op.cc.o 2022-11-23T00:55:16.3549329Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:16.3771219Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/sinusoid_position_encoding_op.cc.o 2022-11-23T00:55:16.4042035Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:16.4740175Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/slice_op.cc.o 2022-11-23T00:55:16.5488182Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:16.5606006Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/softmax_op.cc.o 2022-11-23T00:55:16.7097278Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:16.8149706Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:16.8924762Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/softmax_utils.cc.o 2022-11-23T00:55:16.9132309Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:16.9513828Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:16.9705446Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:17.0036910Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T00:55:17.0282038Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/softmax_with_loss_op.cc.o 2022-11-23T00:55:17.0522061Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/softplus_op.cc.o 2022-11-23T00:55:17.1053735Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/softsign_op.cc.o 2022-11-23T00:55:17.1203124Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/space_batch_op.cc.o 2022-11-23T00:55:17.1347667Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x16.c.o 2022-11-23T00:55:17.2914885Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x24.c.o 2022-11-23T00:55:17.3470405Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x32.c.o 2022-11-23T00:55:17.3774793Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T00:55:17.4084627Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/sparse_dropout_with_replacement_op.cc.o 2022-11-23T00:55:17.5162716Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/sparse_itemwise_dropout_with_replacement_op.cc.o 2022-11-23T00:55:17.5753528Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x16.c.o 2022-11-23T00:55:17.5922245Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x24.c.o 2022-11-23T00:55:17.5970733Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x32.c.o 2022-11-23T00:55:17.6509437Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-xop-mul32.c.o 2022-11-23T00:55:17.7032003Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/sparse_lp_regularizer_op.cc.o 2022-11-23T00:55:17.7089746Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/sparse_normalize_op.cc.o 2022-11-23T00:55:17.7758203Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/sparse_to_dense_mask_op.cc.o 2022-11-23T00:55:17.8027024Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-xop-mul32.c.o 2022-11-23T00:55:17.8124549Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/sparse_to_dense_op.cc.o 2022-11-23T00:55:17.9387068Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-11-23T00:55:17.9464641Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/spatial_batch_norm_gradient_op.cc.o 2022-11-23T00:55:18.1020711Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-11-23T00:55:18.1998523Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:18.2093650Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:18.2610576Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/spatial_batch_norm_op.cc.o 2022-11-23T00:55:18.3315328Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:18.3491966Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:18.3649576Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/spatial_softmax_with_loss_op.cc.o 2022-11-23T00:55:18.3686364Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/sqr_op.cc.o 2022-11-23T00:55:18.4565178Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:18.4803805Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/sqrt_op.cc.o 2022-11-23T00:55:18.5025014Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/square_root_divide_op.cc.o 2022-11-23T00:55:18.6103043Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:18.7354376Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:18.7723888Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:18.7966109Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/stats_ops.cc.o 2022-11-23T00:55:18.8647301Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/stats_put_ops.cc.o 2022-11-23T00:55:18.9126359Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:18.9281815Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/stop_gradient.cc.o 2022-11-23T00:55:18.9688469Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:18.9805991Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:19.0437899Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/string_ops.cc.o 2022-11-23T00:55:19.1446426Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/stump_func_op.cc.o 2022-11-23T00:55:19.1617315Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:19.1768026Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:19.2543086Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:19.2801891Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/stylizer_ops.cc.o 2022-11-23T00:55:19.3391312Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/summarize_op.cc.o 2022-11-23T00:55:19.3871126Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:19.4075209Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/swish_op.cc.o 2022-11-23T00:55:19.5616456Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:19.5794131Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:19.5991302Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:19.6751337Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/tan_op.cc.o 2022-11-23T00:55:19.7226914Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/tanh_gradient_op.cc.o 2022-11-23T00:55:19.7457936Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:19.8548730Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:19.9511440Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/tanh_op.cc.o 2022-11-23T00:55:19.9687546Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:20.0049779Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:20.0070798Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/tensor_protos_db_input.cc.o 2022-11-23T00:55:20.0948790Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/text_file_reader.cc.o 2022-11-23T00:55:20.1731523Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:20.1763369Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:20.1839720Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:20.2856038Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/text_file_reader_utils.cc.o 2022-11-23T00:55:20.3008464Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:20.3339577Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/thresholded_relu_op.cc.o 2022-11-23T00:55:20.4737262Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/tile_op.cc.o 2022-11-23T00:55:20.4750096Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:20.5043049Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:20.5364094Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:20.5789074Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:20.6457304Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/top_k.cc.o 2022-11-23T00:55:20.6611822Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/transpose_op.cc.o 2022-11-23T00:55:20.7106790Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/tt_linear_op.cc.o 2022-11-23T00:55:20.7272401Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:20.8729033Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:20.8730127Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:20.9833398Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/unique_ops.cc.o 2022-11-23T00:55:21.0249488Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:21.0447071Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/unsafe_coalesce.cc.o 2022-11-23T00:55:21.1223734Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:21.1321312Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:21.2457052Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/upsample_op.cc.o 2022-11-23T00:55:21.2513813Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:21.2702073Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:21.2751328Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/utility_ops.cc.o 2022-11-23T00:55:21.3783665Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/variable_length_sequence_padding.cc.o 2022-11-23T00:55:21.4248182Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:21.4446152Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:21.5579196Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:21.5629004Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/weighted_multi_sampling_op.cc.o 2022-11-23T00:55:21.5850353Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:21.6191298Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/weighted_sample_op.cc.o 2022-11-23T00:55:21.7115366Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T00:55:21.7360752Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/while_op.cc.o 2022-11-23T00:55:21.8060955Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T00:55:21.8781934Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/workspace_ops.cc.o 2022-11-23T00:55:21.9201438Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T00:55:22.0227121Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T00:55:22.0232105Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x16.c.o 2022-11-23T00:55:22.0598880Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x16.c.o 2022-11-23T00:55:22.0900031Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/zero_gradient_op.cc.o 2022-11-23T00:55:22.1089843Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x3-minmax-fma3-acc2.c.o 2022-11-23T00:55:22.1276039Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/rnn/recurrent_network_blob_fetcher_op.cc.o 2022-11-23T00:55:22.1525409Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/rnn/recurrent_network_executor.cc.o 2022-11-23T00:55:22.2195432Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/rnn/recurrent_network_op.cc.o 2022-11-23T00:55:22.2523887Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x3-minmax-fma3.c.o 2022-11-23T00:55:22.2583850Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x4-minmax-fma3-acc2.c.o 2022-11-23T00:55:22.4073610Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/activation_distribution_observer.cc.o 2022-11-23T00:55:22.4097675Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x4-minmax-fma3.c.o 2022-11-23T00:55:22.4434683Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x9-minmax-fma3-acc2.c.o 2022-11-23T00:55:22.5224697Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/batch_matmul_dnnlowp_op.cc.o 2022-11-23T00:55:22.6265702Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x9-minmax-fma3.c.o 2022-11-23T00:55:22.6268485Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-11-23T00:55:22.6452549Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/caffe2_dnnlowp_utils.cc.o 2022-11-23T00:55:22.6485647Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x25-minmax-fma3.c.o 2022-11-23T00:55:22.7403122Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/channel_shuffle_dnnlowp_op.cc.o 2022-11-23T00:55:22.7723040Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/concat_dnnlowp_op.cc.o 2022-11-23T00:55:22.8027219Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x3-minmax-fma3-acc2.c.o 2022-11-23T00:55:22.9097555Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x3-minmax-fma3.c.o 2022-11-23T00:55:23.0871902Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x4-minmax-fma3-acc2.c.o 2022-11-23T00:55:23.0883197Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x4-minmax-fma3.c.o 2022-11-23T00:55:23.1540498Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x9-minmax-fma3-acc2.c.o 2022-11-23T00:55:23.2044011Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/conv_dnnlowp_acc16_op.cc.o 2022-11-23T00:55:23.2050297Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x9-minmax-fma3.c.o 2022-11-23T00:55:23.3391524Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/conv_dnnlowp_op.cc.o 2022-11-23T00:55:23.3562779Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x25-minmax-fma3-acc2.c.o 2022-11-23T00:55:23.3619884Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/conv_relu_op.cc.o 2022-11-23T00:55:23.3982699Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x25-minmax-fma3.c.o 2022-11-23T00:55:23.4714422Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/dequantize_dnnlowp_op.cc.o 2022-11-23T00:55:23.4830688Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x3-minmax-fma3-acc2.c.o 2022-11-23T00:55:23.5113093Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/dnnlowp.cc.o 2022-11-23T00:55:23.6337068Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x3-minmax-fma3.c.o 2022-11-23T00:55:23.7274868Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x4-minmax-fma3-acc2.c.o 2022-11-23T00:55:23.7562381Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/dnnlowp_partition.cc.o 2022-11-23T00:55:23.8875861Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x4-minmax-fma3.c.o 2022-11-23T00:55:23.8918424Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x9-minmax-fma3-acc2.c.o 2022-11-23T00:55:23.9567874Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x9-minmax-fma3.c.o 2022-11-23T00:55:24.0460328Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/elementwise_add_dnnlowp_op.cc.o 2022-11-23T00:55:24.0656822Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x25-minmax-fma3-acc2.c.o 2022-11-23T00:55:24.0692428Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/elementwise_linear_dnnlowp_op.cc.o 2022-11-23T00:55:24.0871149Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/elementwise_mul_dnnlowp_op.cc.o 2022-11-23T00:55:24.0931848Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/elementwise_sum_dnnlowp_op.cc.o 2022-11-23T00:55:24.0967723Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/elementwise_sum_relu_op.cc.o 2022-11-23T00:55:24.1927314Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x25-minmax-fma3.c.o 2022-11-23T00:55:24.3189179Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-ibilinear/gen/fma3-c8.c.o 2022-11-23T00:55:24.4841511Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-ibilinear/gen/fma3-c16.c.o 2022-11-23T00:55:24.6055247Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vmulcaddc/gen/c8-minmax-fma3-2x.c.o 2022-11-23T00:55:24.6421691Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vmulcaddc/gen/c16-minmax-fma3-2x.c.o 2022-11-23T00:55:24.6436244Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/fb_fc_packed_op.cc.o 2022-11-23T00:55:24.7000796Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-fma3-acc2.c.o 2022-11-23T00:55:24.7539964Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/fbgemm_fp16_pack_op.cc.o 2022-11-23T00:55:24.7711054Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-fma3.c.o 2022-11-23T00:55:24.7894139Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-fma3-acc2.c.o 2022-11-23T00:55:24.7942400Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/fbgemm_pack_matrix_cache.cc.o 2022-11-23T00:55:24.8772482Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/fbgemm_pack_op.cc.o 2022-11-23T00:55:24.9134888Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-fma3.c.o 2022-11-23T00:55:24.9486153Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/fully_connected_dnnlowp_acc16_op.cc.o 2022-11-23T00:55:25.0209393Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-fma3-acc2.c.o 2022-11-23T00:55:25.0483545Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/fully_connected_dnnlowp_op.cc.o 2022-11-23T00:55:25.1757973Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-fma3.c.o 2022-11-23T00:55:25.2577961Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/fully_connected_fake_lowp_op.cc.o 2022-11-23T00:55:25.2969882Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-11-23T00:55:25.3004836Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/group_norm_dnnlowp_op.cc.o 2022-11-23T00:55:25.4435261Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-fma3.c.o 2022-11-23T00:55:25.4530748Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/int8_gen_quant_params.cc.o 2022-11-23T00:55:25.5741248Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-fma3-acc2.c.o 2022-11-23T00:55:25.5976134Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/lstm_unit_dnnlowp_op.cc.o 2022-11-23T00:55:25.6065253Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-fma3.c.o 2022-11-23T00:55:25.7209880Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/pool_dnnlowp_op.cc.o 2022-11-23T00:55:25.7350007Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-fma3-acc2.c.o 2022-11-23T00:55:25.7394335Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-fma3.c.o 2022-11-23T00:55:25.8949849Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/quantize_dnnlowp_op.cc.o 2022-11-23T00:55:25.8975399Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-fma3-acc2.c.o 2022-11-23T00:55:26.0048948Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-fma3.c.o 2022-11-23T00:55:26.0606053Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/relu_dnnlowp_op.cc.o 2022-11-23T00:55:26.1108400Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-fma3-acc2.c.o 2022-11-23T00:55:26.1454353Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-fma3.c.o 2022-11-23T00:55:26.1770941Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/sigmoid_dnnlowp_op.cc.o 2022-11-23T00:55:26.2348534Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/spatial_batch_norm_dnnlowp_op.cc.o 2022-11-23T00:55:26.2667833Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-fma3-broadcast.c.o 2022-11-23T00:55:26.3860867Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16inc-minmax-fma3-broadcast.c.o 2022-11-23T00:55:26.3979750Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16s4inc-minmax-fma3-broadcast.c.o 2022-11-23T00:55:26.4683397Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x16inc-minmax-fma3-broadcast.c.o 2022-11-23T00:55:26.5406477Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/tanh_dnnlowp_op.cc.o 2022-11-23T00:55:26.5441332Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/utility_dnnlowp_ops.cc.o 2022-11-23T00:55:26.5953664Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x16s4inc-minmax-fma3-broadcast.c.o 2022-11-23T00:55:26.6891163Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-fma3-broadcast.c.o 2022-11-23T00:55:26.7877224Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/dynamic_histogram.cc.o 2022-11-23T00:55:26.7878104Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16inc-minmax-fma3-broadcast.c.o 2022-11-23T00:55:26.8061125Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/kl_minimization.cc.o 2022-11-23T00:55:26.9070864Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16s4inc-minmax-fma3-broadcast.c.o 2022-11-23T00:55:26.9405157Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/norm_minimization.cc.o 2022-11-23T00:55:27.0875258Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-fma3-broadcast.c.o 2022-11-23T00:55:27.1297972Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16inc-minmax-fma3-broadcast.c.o 2022-11-23T00:55:27.1435707Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16s4inc-minmax-fma3-broadcast.c.o 2022-11-23T00:55:27.1702894Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/6x8inc-minmax-fma3-broadcast.c.o 2022-11-23T00:55:27.2248118Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/7x8inc-minmax-fma3-broadcast.c.o 2022-11-23T00:55:27.2364876Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/8x8inc-minmax-fma3-broadcast.c.o 2022-11-23T00:55:27.2568880Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/p99.cc.o 2022-11-23T00:55:27.3055745Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/sigmoid.cc.o 2022-11-23T00:55:27.3489045Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/tanh.cc.o 2022-11-23T00:55:27.3536080Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-fma3-broadcast.c.o 2022-11-23T00:55:27.3548451Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/init_qnnpack.cc.o 2022-11-23T00:55:27.3760587Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-11-23T00:55:27.4641222Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_add_op.cc.o 2022-11-23T00:55:27.4847989Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:55:27.5604597Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16-minmax-fma3-broadcast.c.o 2022-11-23T00:55:27.5765380Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:55:27.5840414Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_average_pool_op.cc.o 2022-11-23T00:55:27.6071019Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_channel_shuffle_op.cc.o 2022-11-23T00:55:27.6746920Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_concat_op.cc.o 2022-11-23T00:55:27.6757394Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-fma3-broadcast.c.o 2022-11-23T00:55:27.7068151Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_conv_op.cc.o 2022-11-23T00:55:27.7832928Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-fma3-broadcast.c.o 2022-11-23T00:55:27.8976383Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:55:27.9578619Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-fma3-broadcast.c.o 2022-11-23T00:55:28.0567673Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-11-23T00:55:28.1025475Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:55:28.1039408Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_conv_op_relu.cc.o 2022-11-23T00:55:28.1193564Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x8-minmax-fma3-broadcast.c.o 2022-11-23T00:55:28.1241753Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_conv_transpose_op.cc.o 2022-11-23T00:55:28.1327886Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x8-minmax-fma3-broadcast.c.o 2022-11-23T00:55:28.1888983Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_dequantize_op.cc.o 2022-11-23T00:55:28.2252136Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_fc_op.cc.o 2022-11-23T00:55:28.2529105Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_flatten_op.cc.o 2022-11-23T00:55:28.3002473Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/8x8-minmax-fma3-broadcast.c.o 2022-11-23T00:55:28.4585631Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-fma3-broadcast.c.o 2022-11-23T00:55:28.5135921Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-11-23T00:55:28.5320879Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:55:28.5387471Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16-minmax-fma3-broadcast.c.o 2022-11-23T00:55:28.5937993Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_given_tensor_fill_op.cc.o 2022-11-23T00:55:28.6266705Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:55:28.6596003Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_leaky_relu_op.cc.o 2022-11-23T00:55:28.6648302Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_max_pool_op.cc.o 2022-11-23T00:55:28.7433736Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-fma3-broadcast.c.o 2022-11-23T00:55:28.7611971Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-fma3-broadcast.c.o 2022-11-23T00:55:28.7746447Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_quantize_op.cc.o 2022-11-23T00:55:28.9049198Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_relu_op.cc.o 2022-11-23T00:55:28.9141515Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:55:28.9867719Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-fma3-broadcast.c.o 2022-11-23T00:55:29.0784975Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_reshape_op.cc.o 2022-11-23T00:55:29.0837091Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-11-23T00:55:29.0951533Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16s4-minmax-fma3-broadcast.c.o 2022-11-23T00:55:29.1227303Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_resize_nearest_op.cc.o 2022-11-23T00:55:29.2320363Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x8-minmax-fma3-broadcast.c.o 2022-11-23T00:55:29.2430452Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_roi_align_op.cc.o 2022-11-23T00:55:29.3087636Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x8-minmax-fma3-broadcast.c.o 2022-11-23T00:55:29.3625484Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/8x8-minmax-fma3-broadcast.c.o 2022-11-23T00:55:29.3880580Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_slice_op.cc.o 2022-11-23T00:55:29.4635216Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_sigmoid_op.cc.o 2022-11-23T00:55:29.5216527Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-fma3-x16.c.o 2022-11-23T00:55:29.5217225Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-fma3-x8.c.o 2022-11-23T00:55:29.5648973Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x8.c.o 2022-11-23T00:55:29.6190627Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x16.c.o 2022-11-23T00:55:29.6567587Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_softmax_op.cc.o 2022-11-23T00:55:29.6719740Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_transpose_op.cc.o 2022-11-23T00:55:29.6968476Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/annotations.cc.o 2022-11-23T00:55:29.7920772Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x24.c.o 2022-11-23T00:55:29.8579285Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/backend_cutting.cc.o 2022-11-23T00:55:29.8812181Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/backend_transformer_base.cc.o 2022-11-23T00:55:29.8975214Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x32.c.o 2022-11-23T00:55:30.0163779Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x40.c.o 2022-11-23T00:55:30.0960730Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/bound_shape_inferencer.cc.o 2022-11-23T00:55:30.1166818Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/converter.cc.o 2022-11-23T00:55:30.1200887Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x48.c.o 2022-11-23T00:55:30.1369117Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/dead_code_elim.cc.o 2022-11-23T00:55:30.1429355Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x56.c.o 2022-11-23T00:55:30.2309493Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/device.cc.o 2022-11-23T00:55:30.2507567Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x64.c.o 2022-11-23T00:55:30.2967916Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/distributed.cc.o 2022-11-23T00:55:30.3984569Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr1fma.c.o 2022-11-23T00:55:30.4145648Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr1fma1adj.c.o 2022-11-23T00:55:30.4188309Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr2fma.c.o 2022-11-23T00:55:30.5076388Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/distributed_converter.cc.o 2022-11-23T00:55:30.5234812Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/fakefp16_transform.cc.o 2022-11-23T00:55:30.5404081Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/fusion.cc.o 2022-11-23T00:55:30.5666374Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/glow_net_transform.cc.o 2022-11-23T00:55:30.5667247Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/1x8-minmax-avx2-broadcast.c.o 2022-11-23T00:55:30.5965281Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/mobile.cc.o 2022-11-23T00:55:30.7241061Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-11-23T00:55:30.7278621Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/onnxifi_op.cc.o 2022-11-23T00:55:30.9321313Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/3x16-minmax-avx2-broadcast.c.o 2022-11-23T00:55:30.9509482Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/4x8-minmax-avx2-broadcast.c.o 2022-11-23T00:55:30.9549714Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-11-23T00:55:30.9550897Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/5x8-minmax-avx2-broadcast.c.o 2022-11-23T00:55:30.9600934Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/5x16-minmax-avx2-broadcast.c.o 2022-11-23T00:55:31.0798169Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/onnxifi_transformer.cc.o 2022-11-23T00:55:31.0835289Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/6x8-minmax-avx2-broadcast.c.o 2022-11-23T00:55:31.0994252Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/optimize_ideep.cc.o 2022-11-23T00:55:31.1189565Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/optimizer.cc.o 2022-11-23T00:55:31.1258214Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/7x8-minmax-avx2-broadcast.c.o 2022-11-23T00:55:31.1517075Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/1x8-minmax-avx2-broadcast.c.o 2022-11-23T00:55:31.2277555Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/passes.cc.o 2022-11-23T00:55:31.2709797Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/shape_info.cc.o 2022-11-23T00:55:31.2858091Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-11-23T00:55:31.4283033Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/3x16-minmax-avx2-broadcast.c.o 2022-11-23T00:55:31.4602736Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/4x8-minmax-avx2-broadcast.c.o 2022-11-23T00:55:31.4928171Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-11-23T00:55:31.5831994Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/tvm_transformer.cc.o 2022-11-23T00:55:31.6020300Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/queue/blobs_queue.cc.o 2022-11-23T00:55:31.6313989Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/5x8-minmax-avx2-broadcast.c.o 2022-11-23T00:55:31.6694169Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/queue/blobs_queue_db.cc.o 2022-11-23T00:55:31.6957515Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/5x16-minmax-avx2-broadcast.c.o 2022-11-23T00:55:31.6996373Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/6x8-minmax-avx2-broadcast.c.o 2022-11-23T00:55:31.7468077Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/queue/queue_ops.cc.o 2022-11-23T00:55:31.8589229Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/queue/rebatching_queue.cc.o 2022-11-23T00:55:31.8607548Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/7x8-minmax-avx2-broadcast.c.o 2022-11-23T00:55:31.9425191Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T00:55:31.9560376Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x32.c.o 2022-11-23T00:55:31.9967864Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/queue/rebatching_queue_ops.cc.o 2022-11-23T00:55:32.0522917Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/adadelta_op.cc.o 2022-11-23T00:55:32.1102627Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x48.c.o 2022-11-23T00:55:32.1173801Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x64.c.o 2022-11-23T00:55:32.2837172Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T00:55:32.2868994Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/adagrad_fused.cc.o 2022-11-23T00:55:32.3031410Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/adagrad_op.cc.o 2022-11-23T00:55:32.3103900Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x32.c.o 2022-11-23T00:55:32.4207956Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x48.c.o 2022-11-23T00:55:32.4273236Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/adam_op.cc.o 2022-11-23T00:55:32.4602401Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/clip_tensor_op.cc.o 2022-11-23T00:55:32.4817796Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x64.c.o 2022-11-23T00:55:32.5476293Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/decay_adagrad_op.cc.o 2022-11-23T00:55:32.5960624Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64-acc2.c.o 2022-11-23T00:55:32.6411030Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64-acc4.c.o 2022-11-23T00:55:32.7499411Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/ftrl_op.cc.o 2022-11-23T00:55:32.7646232Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64.c.o 2022-11-23T00:55:32.8008063Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x72-acc3.c.o 2022-11-23T00:55:32.8227321Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x72.c.o 2022-11-23T00:55:32.9017262Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80-acc2.c.o 2022-11-23T00:55:32.9055668Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/gftrl_op.cc.o 2022-11-23T00:55:32.9229920Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/iter_op.cc.o 2022-11-23T00:55:32.9509030Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/lars_op.cc.o 2022-11-23T00:55:33.0467171Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80-acc5.c.o 2022-11-23T00:55:33.1572546Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80.c.o 2022-11-23T00:55:33.1871863Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc2.c.o 2022-11-23T00:55:33.1984094Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/learning_rate_adaption_op.cc.o 2022-11-23T00:55:33.2388870Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc3.c.o 2022-11-23T00:55:33.3092138Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/learning_rate_op.cc.o 2022-11-23T00:55:33.3285031Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc6.c.o 2022-11-23T00:55:33.3465545Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96.c.o 2022-11-23T00:55:33.3595998Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/math_lp.cc.o 2022-11-23T00:55:33.4850640Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/momentum_sgd_op.cc.o 2022-11-23T00:55:33.5069936Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64-acc2.c.o 2022-11-23T00:55:33.5521771Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64-acc4.c.o 2022-11-23T00:55:33.5915903Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64.c.o 2022-11-23T00:55:33.6114102Z /var/lib/jenkins/workspace/caffe2/sgd/math_lp.cc:29:14: warning: variable length arrays are a C99 feature [-Wvla-extension] 2022-11-23T00:55:33.6114542Z float tmp_y[N]; 2022-11-23T00:55:33.6115001Z  ^ 2022-11-23T00:55:33.6119021Z 1 warning generated. 2022-11-23T00:55:33.6203904Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x72-acc3.c.o 2022-11-23T00:55:33.6250720Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x72.c.o 2022-11-23T00:55:33.7167808Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/rmsprop_op.cc.o 2022-11-23T00:55:33.7357281Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/rowwise_adagrad_fused.cc.o 2022-11-23T00:55:33.7365633Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/rowwise_counter.cc.o 2022-11-23T00:55:33.7454065Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80-acc2.c.o 2022-11-23T00:55:33.7647834Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/storm_op.cc.o 2022-11-23T00:55:33.8648709Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80-acc5.c.o 2022-11-23T00:55:33.9253592Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80.c.o 2022-11-23T00:55:34.0218486Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/weight_scale_op.cc.o 2022-11-23T00:55:34.0360331Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc2.c.o 2022-11-23T00:55:34.1351714Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/wngrad_op.cc.o 2022-11-23T00:55:34.1692878Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc3.c.o 2022-11-23T00:55:34.2716323Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc6.c.o 2022-11-23T00:55:34.2797449Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96.c.o 2022-11-23T00:55:34.2889483Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64-acc2.c.o 2022-11-23T00:55:34.2989037Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/yellowfin_op.cc.o 2022-11-23T00:55:34.3908036Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64-acc4.c.o 2022-11-23T00:55:34.4308098Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64.c.o 2022-11-23T00:55:34.4484583Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x72-acc3.c.o 2022-11-23T00:55:34.4726792Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/share/contrib/nnpack/conv_op.cc.o 2022-11-23T00:55:34.4988980Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/share/contrib/depthwise/depthwise3x3_conv_op.cc.o 2022-11-23T00:55:34.5925937Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x72.c.o 2022-11-23T00:55:34.5936289Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/transforms/common_subexpression_elimination.cc.o 2022-11-23T00:55:34.6591830Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/transforms/conv_to_nnpack_transform.cc.o 2022-11-23T00:55:34.7245607Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80-acc2.c.o 2022-11-23T00:55:34.7279774Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/transforms/pattern_net_transform.cc.o 2022-11-23T00:55:34.8694830Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80-acc5.c.o 2022-11-23T00:55:34.8959044Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80.c.o 2022-11-23T00:55:34.9188190Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96-acc2.c.o 2022-11-23T00:55:34.9335790Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96-acc3.c.o 2022-11-23T00:55:34.9918491Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96-acc6.c.o 2022-11-23T00:55:35.0061712Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/transforms/single_op_transform.cc.o 2022-11-23T00:55:35.0337138Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/LlgaTensorImpl.cpp.o 2022-11-23T00:55:35.0538169Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96.c.o 2022-11-23T00:55:35.0642056Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_fuser.cpp.o 2022-11-23T00:55:35.0875159Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_rewriter.cpp.o 2022-11-23T00:55:35.1090777Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_helper.cpp.o 2022-11-23T00:55:35.1973916Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x8.c.o 2022-11-23T00:55:35.3475008Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x16.c.o 2022-11-23T00:55:35.3491657Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/register_interface.cpp.o 2022-11-23T00:55:35.4975761Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x24.c.o 2022-11-23T00:55:35.6388199Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x32.c.o 2022-11-23T00:55:35.6492755Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x40.c.o 2022-11-23T00:55:35.6769344Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/decompose_silu.cpp.o 2022-11-23T00:55:35.7242399Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/interface.cpp.o 2022-11-23T00:55:35.7636104Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/kernel.cpp.o 2022-11-23T00:55:35.7870589Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/defer_size_check.cpp.o 2022-11-23T00:55:35.7994591Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x48.c.o 2022-11-23T00:55:35.9566642Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x56.c.o 2022-11-23T00:55:35.9912212Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x64.c.o 2022-11-23T00:55:36.0627885Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/layout_propagation.cpp.o 2022-11-23T00:55:36.1402473Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x72.c.o 2022-11-23T00:55:36.2399287Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x80.c.o 2022-11-23T00:55:36.2638781Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x8.c.o 2022-11-23T00:55:36.3084363Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/prepare_binary.cpp.o 2022-11-23T00:55:36.4073853Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/guard_shape.cpp.o 2022-11-23T00:55:36.4209740Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x16.c.o 2022-11-23T00:55:36.4424425Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/Functions.cpp.o 2022-11-23T00:55:36.4445481Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x24.c.o 2022-11-23T00:55:36.5568047Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_0.cpp.o 2022-11-23T00:55:36.5636516Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x32.c.o 2022-11-23T00:55:36.7244139Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x40.c.o 2022-11-23T00:55:36.7256419Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x48.c.o 2022-11-23T00:55:36.7604073Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x56.c.o 2022-11-23T00:55:36.8236440Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_1.cpp.o 2022-11-23T00:55:36.8487650Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_2.cpp.o 2022-11-23T00:55:36.8664287Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_3.cpp.o 2022-11-23T00:55:36.9333496Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x64.c.o 2022-11-23T00:55:37.1000853Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x72.c.o 2022-11-23T00:55:37.2023194Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_4.cpp.o 2022-11-23T00:55:37.2486681Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x80.c.o 2022-11-23T00:55:37.4076686Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x8.c.o 2022-11-23T00:55:37.5043525Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x16.c.o 2022-11-23T00:55:37.5217857Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_0.cpp.o 2022-11-23T00:55:37.5541132Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_1.cpp.o 2022-11-23T00:55:37.6489433Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x24.c.o 2022-11-23T00:55:37.7293455Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x32.c.o 2022-11-23T00:55:37.7772885Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_2.cpp.o 2022-11-23T00:55:37.9361761Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x40.c.o 2022-11-23T00:55:37.9379662Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_3.cpp.o 2022-11-23T00:55:38.0328791Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x48.c.o 2022-11-23T00:55:38.0651781Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_4.cpp.o 2022-11-23T00:55:38.0753337Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x56.c.o 2022-11-23T00:55:38.1474001Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp.o 2022-11-23T00:55:38.2183289Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x64.c.o 2022-11-23T00:55:38.2554370Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x72.c.o 2022-11-23T00:55:38.3252669Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x80.c.o 2022-11-23T00:55:38.3454948Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x8.c.o 2022-11-23T00:55:38.3713540Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp.o 2022-11-23T00:55:38.4363955Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/LazyNativeFunctions.cpp.o 2022-11-23T00:55:38.4984614Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x16.c.o 2022-11-23T00:55:38.5589245Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x24.c.o 2022-11-23T00:55:38.6232972Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterAutogradLazy.cpp.o 2022-11-23T00:55:38.6422221Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x32.c.o 2022-11-23T00:55:38.6723847Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterLazy.cpp.o 2022-11-23T00:55:38.7607269Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x40.c.o 2022-11-23T00:55:38.7903451Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/anomaly_mode.cpp.o 2022-11-23T00:55:38.8642232Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x48.c.o 2022-11-23T00:55:38.9745539Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x56.c.o 2022-11-23T00:55:39.0929042Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x64.c.o 2022-11-23T00:55:39.0976336Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x72.c.o 2022-11-23T00:55:39.1168458Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd.cpp.o 2022-11-23T00:55:39.1678274Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x80.c.o 2022-11-23T00:55:39.2047427Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx-x8.c.o 2022-11-23T00:55:39.2156639Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx-x16.c.o 2022-11-23T00:55:39.2861971Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x8.c.o 2022-11-23T00:55:39.2922467Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_meta.cpp.o 2022-11-23T00:55:39.3396060Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_not_implemented_fallback.cpp.o 2022-11-23T00:55:39.3437734Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/cpp_hook.cpp.o 2022-11-23T00:55:39.4060408Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x16.c.o 2022-11-23T00:55:39.4364138Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x24.c.o 2022-11-23T00:55:39.5668874Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x32.c.o 2022-11-23T00:55:39.5675407Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/custom_function.cpp.o 2022-11-23T00:55:39.5767489Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/engine.cpp.o 2022-11-23T00:55:39.7150287Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x40.c.o 2022-11-23T00:55:39.7247638Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x48.c.o 2022-11-23T00:55:39.7898799Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x56.c.o 2022-11-23T00:55:39.8506842Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/forward_grad.cpp.o 2022-11-23T00:55:39.8760424Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x64.c.o 2022-11-23T00:55:39.8821677Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function.cpp.o 2022-11-23T00:55:39.9156318Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x72.c.o 2022-11-23T00:55:39.9286829Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function_hook.cpp.o 2022-11-23T00:55:40.0198497Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x80.c.o 2022-11-23T00:55:40.0207416Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/accumulate_grad.cpp.o 2022-11-23T00:55:40.1266304Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x88.c.o 2022-11-23T00:55:40.1669749Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x96.c.o 2022-11-23T00:55:40.2768302Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x8.c.o 2022-11-23T00:55:40.2769513Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/basic_ops.cpp.o 2022-11-23T00:55:40.3285167Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/tensor.cpp.o 2022-11-23T00:55:40.3808097Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x16.c.o 2022-11-23T00:55:40.4363397Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x24.c.o 2022-11-23T00:55:40.5018440Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x32.c.o 2022-11-23T00:55:40.5118024Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/utils.cpp.o 2022-11-23T00:55:40.5554362Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/input_buffer.cpp.o 2022-11-23T00:55:40.6099437Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x40.c.o 2022-11-23T00:55:40.7553957Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x48.c.o 2022-11-23T00:55:40.8335599Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x56.c.o 2022-11-23T00:55:40.8550783Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x64.c.o 2022-11-23T00:55:40.8983793Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/jit_decomp_interface.cpp.o 2022-11-23T00:55:40.9721127Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x72.c.o 2022-11-23T00:55:40.9753822Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x80.c.o 2022-11-23T00:55:40.9825401Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x88.c.o 2022-11-23T00:55:41.0766884Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x96.c.o 2022-11-23T00:55:41.0964647Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_kineto.cpp.o 2022-11-23T00:55:41.1068751Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_legacy.cpp.o 2022-11-23T00:55:41.1160335Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/record_function_ops.cpp.o 2022-11-23T00:55:41.2252286Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x8.c.o 2022-11-23T00:55:41.2430568Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x16.c.o 2022-11-23T00:55:41.3783283Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/saved_variable.cpp.o 2022-11-23T00:55:41.3916524Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x24.c.o 2022-11-23T00:55:41.4160203Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/utils/warnings.cpp.o 2022-11-23T00:55:41.4393875Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x32.c.o 2022-11-23T00:55:41.4746738Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x40.c.o 2022-11-23T00:55:41.5358546Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/variable.cpp.o 2022-11-23T00:55:41.5826885Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x48.c.o 2022-11-23T00:55:41.5855799Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x56.c.o 2022-11-23T00:55:41.5901057Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/function_impl.cpp.o 2022-11-23T00:55:41.6964539Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x64.c.o 2022-11-23T00:55:41.7187393Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module.cpp.o 2022-11-23T00:55:41.7353873Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/object.cpp.o 2022-11-23T00:55:41.8489725Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x72.c.o 2022-11-23T00:55:41.9839442Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x80.c.o 2022-11-23T00:55:42.1343247Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x8.c.o 2022-11-23T00:55:42.2341957Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_handler.cpp.o 2022-11-23T00:55:42.2411628Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x16.c.o 2022-11-23T00:55:42.2580144Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x24.c.o 2022-11-23T00:55:42.2923336Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x32.c.o 2022-11-23T00:55:42.3177309Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_info.cpp.o 2022-11-23T00:55:42.3792487Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_detail.cpp.o 2022-11-23T00:55:42.3934406Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_interface.cpp.o 2022-11-23T00:55:42.3994619Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x40.c.o 2022-11-23T00:55:42.5503620Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x48.c.o 2022-11-23T00:55:42.5544917Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x56.c.o 2022-11-23T00:55:42.7135528Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_resolver.cpp.o 2022-11-23T00:55:42.7136429Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x64.c.o 2022-11-23T00:55:42.7156797Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/codegen.cpp.o 2022-11-23T00:55:42.7341496Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x72.c.o 2022-11-23T00:55:42.7593663Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x80.c.o 2022-11-23T00:55:42.8578401Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/compiler.cpp.o 2022-11-23T00:55:42.9132155Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/executor.cpp.o 2022-11-23T00:55:42.9191684Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x8.c.o 2022-11-23T00:55:43.0760484Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x16.c.o 2022-11-23T00:55:43.0954872Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x24.c.o 2022-11-23T00:55:43.2274543Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/fallback.cpp.o 2022-11-23T00:55:43.2290082Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x32.c.o 2022-11-23T00:55:43.3579825Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x40.c.o 2022-11-23T00:55:43.3588996Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/interface.cpp.o 2022-11-23T00:55:43.4738854Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x48.c.o 2022-11-23T00:55:43.5607047Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x56.c.o 2022-11-23T00:55:43.5837144Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/kernel_cache.cpp.o 2022-11-23T00:55:43.7003891Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x64.c.o 2022-11-23T00:55:43.7214639Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x72.c.o 2022-11-23T00:55:43.8325821Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/builtin_functions.cpp.o 2022-11-23T00:55:43.8474311Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x80.c.o 2022-11-23T00:55:43.9942173Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-lut8-p3-perm.c.o 2022-11-23T00:55:44.0288733Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/canonicalize_modified_loop.cpp.o 2022-11-23T00:55:44.0637785Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/convert_to_ssa.cpp.o 2022-11-23T00:55:44.1295228Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-lut8-p4-perm.c.o 2022-11-23T00:55:44.1429154Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/edit_distance.cpp.o 2022-11-23T00:55:44.2362034Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-p5.c.o 2022-11-23T00:55:44.2941517Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-avx2-rr1-p5.c.o 2022-11-23T00:55:44.2953293Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-avx2-rr2-p5.c.o 2022-11-23T00:55:44.3514034Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-lut4-p4-perm.c.o 2022-11-23T00:55:44.3822467Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/exit_transforms.cpp.o 2022-11-23T00:55:44.4020471Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/inline_loop_condition.cpp.o 2022-11-23T00:55:44.4610699Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/ir_emitter.cpp.o 2022-11-23T00:55:44.4630659Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-lut8-p4-perm.c.o 2022-11-23T00:55:44.4655770Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/name_mangler.cpp.o 2022-11-23T00:55:44.5931506Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/parser.cpp.o 2022-11-23T00:55:44.6051023Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-lut16-p3-gather.c.o 2022-11-23T00:55:44.7391697Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-p6.c.o 2022-11-23T00:55:44.7595014Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_matching.cpp.o 2022-11-23T00:55:44.7615025Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/extexp-avx2-p5.c.o 2022-11-23T00:55:44.8489458Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-lut64-p2-gather-div.c.o 2022-11-23T00:55:44.8660822Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/script_type_parser.cpp.o 2022-11-23T00:55:44.9036710Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-lut64-p2-gather-nr1fma.c.o 2022-11-23T00:55:44.9256108Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-lut64-p2-gather-nr2fma.c.o 2022-11-23T00:55:44.9854701Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/sugared_value.cpp.o 2022-11-23T00:55:45.0386151Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/tracer.cpp.o 2022-11-23T00:55:45.0713077Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-lut64-p2-gather-nr2fma1adj.c.o 2022-11-23T00:55:45.1169216Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-div.c.o 2022-11-23T00:55:45.1806014Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/versioned_symbols.cpp.o 2022-11-23T00:55:45.2233557Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-nr1fma.c.o 2022-11-23T00:55:45.2242858Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-nr2fma.c.o 2022-11-23T00:55:45.3300601Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-lut64-p2-gather-div.c.o 2022-11-23T00:55:45.3524074Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/alias_analysis.cpp.o 2022-11-23T00:55:45.4649247Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-lut64-p2-gather-nr1fma.c.o 2022-11-23T00:55:45.4733002Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/attributes.cpp.o 2022-11-23T00:55:45.4915753Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-lut64-p2-gather-nr2fma.c.o 2022-11-23T00:55:45.4960444Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-lut64-p2-gather-nr2fma1adj.c.o 2022-11-23T00:55:45.5671084Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/constants.cpp.o 2022-11-23T00:55:45.6475289Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/ir.cpp.o 2022-11-23T00:55:45.6622236Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-div.c.o 2022-11-23T00:55:45.7174312Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-nr1fma.c.o 2022-11-23T00:55:45.8002992Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/irparser.cpp.o 2022-11-23T00:55:45.8305320Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-nr2fma.c.o 2022-11-23T00:55:45.8650959Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:55:45.9057181Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:55:45.9354100Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/node_hashing.cpp.o 2022-11-23T00:55:46.0276551Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/scope.cpp.o 2022-11-23T00:55:46.0530136Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T00:55:46.1185960Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T00:55:46.1529442Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T00:55:46.1732833Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/subgraph_matcher.cpp.o 2022-11-23T00:55:46.2669608Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:55:46.2677509Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/type_hashing.cpp.o 2022-11-23T00:55:46.2706512Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T00:55:46.3651660Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T00:55:46.3885382Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_log.cpp.o 2022-11-23T00:55:46.3928189Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_opt_limit.cpp.o 2022-11-23T00:55:46.4787965Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T00:55:46.6030872Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:55:46.6902780Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:55:46.7032450Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:55:46.7169967Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T00:55:46.7865365Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T00:55:46.8066147Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T00:55:46.8522199Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/runtime_compatibility.cpp.o 2022-11-23T00:55:46.8564952Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/aot_compiler.cpp.o 2022-11-23T00:55:46.8884456Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/backend.cpp.o 2022-11-23T00:55:46.9001641Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/context.cpp.o 2022-11-23T00:55:46.9233563Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:55:47.0379379Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T00:55:47.1379564Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T00:55:47.1929003Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/registry.cpp.o 2022-11-23T00:55:47.2496191Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T00:55:47.2547912Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/prim_ops_registery.cpp.o 2022-11-23T00:55:47.3569740Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:55:47.3607337Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:55:47.3852384Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/promoted_prim_ops.cpp.o 2022-11-23T00:55:47.5129921Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/register_ops_common_utils.cpp.o 2022-11-23T00:55:47.5136255Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T00:55:47.5338623Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:55:47.5683549Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T00:55:47.6671323Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/type_parser.cpp.o 2022-11-23T00:55:47.6854494Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders.cpp.o 2022-11-23T00:55:47.6935131Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:55:47.8157505Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T00:55:47.9266525Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:55:47.9353366Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders_entry.cpp.o 2022-11-23T00:55:47.9609894Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:55:48.0104260Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:55:48.0516899Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/utils.cpp.o 2022-11-23T00:55:48.0518961Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:55:48.0989906Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/version_map.cpp.o 2022-11-23T00:55:48.1730645Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/add_if_then_else.cpp.o 2022-11-23T00:55:48.2108795Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:55:48.2136420Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/annotate_warns.cpp.o 2022-11-23T00:55:48.2647499Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T00:55:48.3123208Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T00:55:48.3617229Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/bailout_graph.cpp.o 2022-11-23T00:55:48.4158482Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/batch_mm.cpp.o 2022-11-23T00:55:48.4723019Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T00:55:48.5747872Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:55:48.5839357Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize.cpp.o 2022-11-23T00:55:48.5910436Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T00:55:48.7373718Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.cpp.o 2022-11-23T00:55:48.7391318Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T00:55:48.8956472Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T00:55:49.0617765Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:55:49.1026278Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/check_strict_fusion.cpp.o 2022-11-23T00:55:49.1029864Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:55:49.1055738Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:55:49.1174260Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T00:55:49.1790331Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T00:55:49.2602687Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_profiling.cpp.o 2022-11-23T00:55:49.2620809Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T00:55:49.2678505Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:55:49.3614136Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_undefinedness.cpp.o 2022-11-23T00:55:49.3811951Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/common_subexpression_elimination.cpp.o 2022-11-23T00:55:49.4235916Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T00:55:49.4933103Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T00:55:49.5519907Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/concat_opt.cpp.o 2022-11-23T00:55:49.6053943Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T00:55:49.7274159Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:55:49.8361222Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x8.c.o 2022-11-23T00:55:49.8694957Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T00:55:49.8886526Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_pooling.cpp.o 2022-11-23T00:55:49.9559130Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x24.c.o 2022-11-23T00:55:49.9867905Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_propagation.cpp.o 2022-11-23T00:55:50.0278906Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_autodiff_subgraphs.cpp.o 2022-11-23T00:55:50.0579038Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x32.c.o 2022-11-23T00:55:50.0864219Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_functional_graphs.cpp.o 2022-11-23T00:55:50.1983742Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:55:50.2815228Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T00:55:50.3105831Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/cuda_graph_fuser.cpp.o 2022-11-23T00:55:50.3982706Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:55:50.4471100Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.cpp.o 2022-11-23T00:55:50.4632482Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T00:55:50.5625700Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dead_code_elimination.cpp.o 2022-11-23T00:55:50.5807062Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:55:50.6944721Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T00:55:50.7946216Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:55:50.8393091Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/decompose_ops.cpp.o 2022-11-23T00:55:50.8866470Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:55:50.9039858Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:55:50.9452013Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/device_type_analysis.cpp.o 2022-11-23T00:55:51.0221669Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-11-23T00:55:51.0402893Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dtype_analysis.cpp.o 2022-11-23T00:55:51.0447309Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T00:55:51.1527961Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/eliminate_no_ops.cpp.o 2022-11-23T00:55:51.1742227Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x24.c.o 2022-11-23T00:55:51.2063435Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x32.c.o 2022-11-23T00:55:51.2747845Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/erase_number_types.cpp.o 2022-11-23T00:55:51.3606484Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-11-23T00:55:51.3640382Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fixup_trace_scope_blocks.cpp.o 2022-11-23T00:55:51.4717254Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T00:55:51.4733656Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fold_conv_bn.cpp.o 2022-11-23T00:55:51.5012132Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/freeze_module.cpp.o 2022-11-23T00:55:51.6161242Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x24.c.o 2022-11-23T00:55:51.6285032Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x32.c.o 2022-11-23T00:55:51.7391239Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:55:51.7392909Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_concat_linear.cpp.o 2022-11-23T00:55:51.7715858Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.cpp.o 2022-11-23T00:55:51.8583186Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:55:51.8786514Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:55:51.9905622Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_folding.cpp.o 2022-11-23T00:55:52.0086539Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:55:52.1237872Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:55:52.1363469Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T00:55:52.2254474Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x8.c.o 2022-11-23T00:55:52.2698421Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_graph_optimizations.cpp.o 2022-11-23T00:55:52.2885104Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_linear_transpose.cpp.o 2022-11-23T00:55:52.3153251Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T00:55:52.3486560Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_ops_to_mkldnn.cpp.o 2022-11-23T00:55:52.3697351Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x24.c.o 2022-11-23T00:55:52.4559936Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_linear.cpp.o 2022-11-23T00:55:52.5189863Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x32.c.o 2022-11-23T00:55:52.6021020Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:55:52.6215701Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:55:52.6271703Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_relu.cpp.o 2022-11-23T00:55:52.7136076Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:55:52.7562928Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_fuser.cpp.o 2022-11-23T00:55:52.8327256Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:55:52.8605558Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:55:52.9841766Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_rewrite_helper.cpp.o 2022-11-23T00:55:53.0027926Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T00:55:53.0274473Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/guard_elimination.cpp.o 2022-11-23T00:55:53.1763701Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-11-23T00:55:53.1994596Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T00:55:53.3129072Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/hoist_conv_packed_params.cpp.o 2022-11-23T00:55:53.3182973Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-11-23T00:55:53.4719581Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T00:55:53.4738339Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x32.c.o 2022-11-23T00:55:53.5382638Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x64.c.o 2022-11-23T00:55:53.5876452Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_autodiff_subgraphs.cpp.o 2022-11-23T00:55:53.6081929Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x96.c.o 2022-11-23T00:55:53.6085928Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_fork_wait.cpp.o 2022-11-23T00:55:53.6789550Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_forked_closures.cpp.o 2022-11-23T00:55:53.7028247Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x128.c.o 2022-11-23T00:55:53.7309229Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inliner.cpp.o 2022-11-23T00:55:53.8262400Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f-acc2.c.o 2022-11-23T00:55:53.9395143Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f.c.o 2022-11-23T00:55:54.0650327Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f-acc2.c.o 2022-11-23T00:55:54.0651909Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f-acc2.c.o 2022-11-23T00:55:54.0660758Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f.c.o 2022-11-23T00:55:54.1121671Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f.c.o 2022-11-23T00:55:54.1521153Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inplace_check.cpp.o 2022-11-23T00:55:54.1979733Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/insert_guards.cpp.o 2022-11-23T00:55:54.2005141Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/integer_value_refinement.cpp.o 2022-11-23T00:55:54.2017256Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lift_closures.cpp.o 2022-11-23T00:55:54.2621059Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f-acc2.c.o 2022-11-23T00:55:54.4016832Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f.c.o 2022-11-23T00:55:54.4844332Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x3-minmax-avx512f-acc2.c.o 2022-11-23T00:55:54.5493010Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/liveness.cpp.o 2022-11-23T00:55:54.6056483Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x3-minmax-avx512f.c.o 2022-11-23T00:55:54.6345495Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x4-minmax-avx512f-acc2.c.o 2022-11-23T00:55:54.6670480Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x4-minmax-avx512f.c.o 2022-11-23T00:55:54.7471620Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/loop_unrolling.cpp.o 2022-11-23T00:55:54.8099674Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_grad_of.cpp.o 2022-11-23T00:55:54.8477306Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x9-minmax-avx512f-acc2.c.o 2022-11-23T00:55:54.8536126Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x9-minmax-avx512f.c.o 2022-11-23T00:55:54.9806686Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_tuples.cpp.o 2022-11-23T00:55:55.0303791Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x25-minmax-avx512f-acc2.c.o 2022-11-23T00:55:55.1508239Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x25-minmax-avx512f.c.o 2022-11-23T00:55:55.1621453Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/metal_rewrite.cpp.o 2022-11-23T00:55:55.1882128Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16inc-minmax-avx512f-broadcast.c.o 2022-11-23T00:55:55.2439817Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16inc-minmax-avx512f-broadcast.c.o 2022-11-23T00:55:55.2874093Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/mkldnn_rewrite.cpp.o 2022-11-23T00:55:55.3359163Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/normalize_ops.cpp.o 2022-11-23T00:55:55.3547159Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16inc-minmax-avx512f-broadcast.c.o 2022-11-23T00:55:55.3806328Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/6x16inc-minmax-avx512f-broadcast.c.o 2022-11-23T00:55:55.4920502Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/pass_manager.cpp.o 2022-11-23T00:55:55.5039245Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/7x16inc-minmax-avx512f-broadcast.c.o 2022-11-23T00:55:55.6115151Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/8x16inc-minmax-avx512f-broadcast.c.o 2022-11-23T00:55:55.7821073Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:55:55.7895581Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole.cpp.o 2022-11-23T00:55:55.8428079Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:55:55.8997195Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_alias_sensitive.cpp.o 2022-11-23T00:55:55.9365733Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:55:56.0335742Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:55:56.0573566Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_dict_idioms.cpp.o 2022-11-23T00:55:56.0838462Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_list_idioms.cpp.o 2022-11-23T00:55:56.1471181Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:55:56.1969658Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/8x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:55:56.2650862Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:55:56.3023580Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_non_tensor.cpp.o 2022-11-23T00:55:56.3669961Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/prepack_folding.cpp.o 2022-11-23T00:55:56.4128319Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:55:56.4298858Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/dedup_module_uses.cpp.o 2022-11-23T00:55:56.4569811Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:55:56.5513663Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/finalize.cpp.o 2022-11-23T00:55:56.6150279Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:55:56.6791665Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:55:56.6979611Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/8x16-minmax-avx512f-broadcast.c.o 2022-11-23T00:55:56.7489642Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/fusion_passes.cpp.o 2022-11-23T00:55:56.8007842Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/helper.cpp.o 2022-11-23T00:55:56.8485528Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx512f-2x16.c.o 2022-11-23T00:55:56.9469987Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx512f-2x32.c.o 2022-11-23T00:55:57.0135698Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_observers.cpp.o 2022-11-23T00:55:57.0882544Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128-acc2.c.o 2022-11-23T00:55:57.1068604Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_quant_dequant.cpp.o 2022-11-23T00:55:57.1267134Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128-acc4.c.o 2022-11-23T00:55:57.2398031Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/quantization_type.cpp.o 2022-11-23T00:55:57.2549434Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128.c.o 2022-11-23T00:55:57.3130219Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x144-acc3.c.o 2022-11-23T00:55:57.3370239Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x144.c.o 2022-11-23T00:55:57.4138925Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x160-acc2.c.o 2022-11-23T00:55:57.4231174Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/register_packed_params.cpp.o 2022-11-23T00:55:57.4255035Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/refine_tuple_types.cpp.o 2022-11-23T00:55:57.4564005Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_dropout.cpp.o 2022-11-23T00:55:57.5260398Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x160-acc5.c.o 2022-11-23T00:55:57.6044365Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_exceptions.cpp.o 2022-11-23T00:55:57.6432735Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x160.c.o 2022-11-23T00:55:57.8098837Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192-acc2.c.o 2022-11-23T00:55:57.8416229Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192-acc3.c.o 2022-11-23T00:55:57.8763329Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192-acc6.c.o 2022-11-23T00:55:57.8995369Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192.c.o 2022-11-23T00:55:57.9379913Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_expands.cpp.o 2022-11-23T00:55:58.0123177Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x128-acc2.c.o 2022-11-23T00:55:58.0152501Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_mutation.cpp.o 2022-11-23T00:55:58.0326752Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_redundant_profiles.cpp.o 2022-11-23T00:55:58.0799980Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/replacement_of_old_operators.cpp.o 2022-11-23T00:55:58.1515213Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x128-acc4.c.o 2022-11-23T00:55:58.2551367Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x128.c.o 2022-11-23T00:55:58.2886167Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/requires_grad_analysis.cpp.o 2022-11-23T00:55:58.4018389Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x144-acc3.c.o 2022-11-23T00:55:58.4342942Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/restore_mutation.cpp.o 2022-11-23T00:55:58.4691884Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x144.c.o 2022-11-23T00:55:58.4821823Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x160-acc2.c.o 2022-11-23T00:55:58.5107019Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/shape_analysis.cpp.o 2022-11-23T00:55:58.5776379Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/specialize_autogradzero.cpp.o 2022-11-23T00:55:58.6244694Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x160-acc5.c.o 2022-11-23T00:55:58.6729382Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x160.c.o 2022-11-23T00:55:58.7435144Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/subgraph_rewrite.cpp.o 2022-11-23T00:55:58.8522374Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192-acc2.c.o 2022-11-23T00:55:58.8937357Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192-acc6.c.o 2022-11-23T00:55:58.8941345Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192-acc3.c.o 2022-11-23T00:55:59.0269078Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_analysis.cpp.o 2022-11-23T00:55:59.0782845Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192.c.o 2022-11-23T00:55:59.0793398Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_cache.cpp.o 2022-11-23T00:55:59.1048322Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x128-acc2.c.o 2022-11-23T00:55:59.1447027Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x128-acc4.c.o 2022-11-23T00:55:59.2123535Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.cpp.o 2022-11-23T00:55:59.2166925Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/tensorexpr_fuser.cpp.o 2022-11-23T00:55:59.2960354Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x128.c.o 2022-11-23T00:55:59.4130580Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x144-acc3.c.o 2022-11-23T00:55:59.4747007Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x144.c.o 2022-11-23T00:55:59.5084567Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.cpp.o 2022-11-23T00:55:59.5271504Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/memory_dag.cpp.o 2022-11-23T00:55:59.6752623Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x160-acc2.c.o 2022-11-23T00:55:59.8272731Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x160-acc5.c.o 2022-11-23T00:55:59.8855963Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x160.c.o 2022-11-23T00:55:59.9859332Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/op_registry.cpp.o 2022-11-23T00:56:00.0106147Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192-acc2.c.o 2022-11-23T00:56:00.0549229Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192-acc3.c.o 2022-11-23T00:56:00.0635110Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192-acc6.c.o 2022-11-23T00:56:00.0835609Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192.c.o 2022-11-23T00:56:00.1283330Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/optimization_utils.cpp.o 2022-11-23T00:56:00.1631232Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/avx512f.c.o 2022-11-23T00:56:00.2028043Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x16.c.o 2022-11-23T00:56:00.2077765Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/subgraph_utils.cpp.o 2022-11-23T00:56:00.3036848Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/value_refinement_utils.cpp.o 2022-11-23T00:56:00.4726779Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x32.c.o 2022-11-23T00:56:00.5289528Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x16.c.o 2022-11-23T00:56:00.5436798Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x32.c.o 2022-11-23T00:56:00.6175168Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/variadic_ops.cpp.o 2022-11-23T00:56:00.6342348Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/vulkan_rewrite.cpp.o 2022-11-23T00:56:00.6366093Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/xnnpack_rewrite.cpp.o 2022-11-23T00:56:00.6685042Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/python/update_graph_executor_opt.cpp.o 2022-11-23T00:56:00.6797778Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x16.c.o 2022-11-23T00:56:00.7366638Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x32.c.o 2022-11-23T00:56:00.7904679Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/argument_spec.cpp.o 2022-11-23T00:56:00.8820879Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x16.c.o 2022-11-23T00:56:00.9169480Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x32.c.o 2022-11-23T00:56:01.0379132Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/autodiff.cpp.o 2022-11-23T00:56:01.0403757Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx512f-x16.c.o 2022-11-23T00:56:01.1300050Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx512f-x32.c.o 2022-11-23T00:56:01.1521385Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry.cpp.o 2022-11-23T00:56:01.2488707Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx512f-x16.c.o 2022-11-23T00:56:01.2530547Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry_util.cpp.o 2022-11-23T00:56:01.3802310Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx512f-x32.c.o 2022-11-23T00:56:01.4311494Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx512f-x16.c.o 2022-11-23T00:56:01.5074434Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/graph_executor.cpp.o 2022-11-23T00:56:01.5543742Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx512f-x32.c.o 2022-11-23T00:56:01.5713631Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx512f-x16.c.o 2022-11-23T00:56:01.6518394Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx512f-x32.c.o 2022-11-23T00:56:01.6863697Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/instruction.cpp.o 2022-11-23T00:56:01.7100051Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter.cpp.o 2022-11-23T00:56:01.7628532Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x16.c.o 2022-11-23T00:56:01.8480855Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x32.c.o 2022-11-23T00:56:01.8692668Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/frame.cpp.o 2022-11-23T00:56:01.8791017Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/preprocess_graph.cpp.o 2022-11-23T00:56:01.9808685Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x16.c.o 2022-11-23T00:56:02.1386405Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x32.c.o 2022-11-23T00:56:02.1900431Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_exception.cpp.o 2022-11-23T00:56:02.2966143Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x16.c.o 2022-11-23T00:56:02.3343857Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x32.c.o 2022-11-23T00:56:02.3466065Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x16.c.o 2022-11-23T00:56:02.4438234Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x32.c.o 2022-11-23T00:56:02.4462752Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_trace.cpp.o 2022-11-23T00:56:02.4762430Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/logging.cpp.o 2022-11-23T00:56:02.4791752Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/operator.cpp.o 2022-11-23T00:56:02.5244854Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x16.c.o 2022-11-23T00:56:02.5937011Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/print_handler.cpp.o 2022-11-23T00:56:02.6208726Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x32.c.o 2022-11-23T00:56:02.6619426Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_graph_executor_impl.cpp.o 2022-11-23T00:56:02.7354890Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x16.c.o 2022-11-23T00:56:02.7695478Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_record.cpp.o 2022-11-23T00:56:02.8879954Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x32.c.o 2022-11-23T00:56:02.9999821Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_ops_utils.cpp.o 2022-11-23T00:56:03.0484176Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x16.c.o 2022-11-23T00:56:03.1171338Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x32.c.o 2022-11-23T00:56:03.1793911Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/script_profile.cpp.o 2022-11-23T00:56:03.2591678Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x16.c.o 2022-11-23T00:56:03.3799980Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x32.c.o 2022-11-23T00:56:03.4131847Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/serialized_shape_function_registry.cpp.o 2022-11-23T00:56:03.4227375Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx512f-x16.c.o 2022-11-23T00:56:03.5031581Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx512f-x32.c.o 2022-11-23T00:56:03.5505743Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/simple_graph_executor_impl.cpp.o 2022-11-23T00:56:03.6115583Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x16.c.o 2022-11-23T00:56:03.6500531Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x32.c.o 2022-11-23T00:56:03.7585761Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/slice_indices_adjust.cpp.o 2022-11-23T00:56:03.7876628Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x48.c.o 2022-11-23T00:56:03.7957930Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x64.c.o 2022-11-23T00:56:03.8075077Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/fusion.cpp.o 2022-11-23T00:56:03.9125743Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x80.c.o 2022-11-23T00:56:03.9206742Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/generated_ops.cpp.o 2022-11-23T00:56:03.9392392Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/impl.cpp.o 2022-11-23T00:56:04.0204414Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x96.c.o 2022-11-23T00:56:04.1465462Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x112.c.o 2022-11-23T00:56:04.1491142Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/memory_planner.cpp.o 2022-11-23T00:56:04.2468627Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x128.c.o 2022-11-23T00:56:04.3563357Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/native_ops.cpp.o 2022-11-23T00:56:04.3636910Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x16.c.o 2022-11-23T00:56:04.4684038Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/ops.cpp.o 2022-11-23T00:56:04.5227566Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x32.c.o 2022-11-23T00:56:04.5447730Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x48.c.o 2022-11-23T00:56:04.6951896Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/passes.cpp.o 2022-11-23T00:56:04.7030387Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x64.c.o 2022-11-23T00:56:04.7543389Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/te_wrapper.cpp.o 2022-11-23T00:56:04.8634571Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x80.c.o 2022-11-23T00:56:05.0027060Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x96.c.o 2022-11-23T00:56:05.0241588Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x112.c.o 2022-11-23T00:56:05.0991737Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x128.c.o 2022-11-23T00:56:05.1773982Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_script.cpp.o 2022-11-23T00:56:05.1823952Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry.cpp.o 2022-11-23T00:56:05.2079417Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx512f-x16.c.o 2022-11-23T00:56:05.3280485Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx512f-x32.c.o 2022-11-23T00:56:05.4552603Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x16.c.o 2022-11-23T00:56:05.4979377Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry_util.cpp.o 2022-11-23T00:56:05.5444609Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x32.c.o 2022-11-23T00:56:05.5967231Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx512f-x16.c.o 2022-11-23T00:56:05.5986661Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/vararg_functions.cpp.o 2022-11-23T00:56:05.6228223Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx512f-x32.c.o 2022-11-23T00:56:05.6920733Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/callstack_debug_info_serialization.cpp.o 2022-11-23T00:56:05.7211886Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import.cpp.o 2022-11-23T00:56:05.7513677Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx512f-x16.c.o 2022-11-23T00:56:05.8108685Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx512f-x32.c.o 2022-11-23T00:56:05.8801281Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_export_helpers.cpp.o 2022-11-23T00:56:05.9234250Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx512f-x16.c.o 2022-11-23T00:56:06.0219089Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx512f-x32.c.o 2022-11-23T00:56:06.1075728Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx512f-x16.c.o 2022-11-23T00:56:06.1726778Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_read.cpp.o 2022-11-23T00:56:06.2025298Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx512f-x32.c.o 2022-11-23T00:56:06.2276989Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx512f-x16.c.o 2022-11-23T00:56:06.2530753Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_source.cpp.o 2022-11-23T00:56:06.3513575Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickle.cpp.o 2022-11-23T00:56:06.3601403Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx512f-x32.c.o 2022-11-23T00:56:06.4825748Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x16.c.o 2022-11-23T00:56:06.5196848Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickler.cpp.o 2022-11-23T00:56:06.5250798Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x32.c.o 2022-11-23T00:56:06.6512000Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/python_print.cpp.o 2022-11-23T00:56:06.6613480Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x48.c.o 2022-11-23T00:56:06.7136948Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x64.c.o 2022-11-23T00:56:06.7709444Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/source_range_serialization.cpp.o 2022-11-23T00:56:06.7884722Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x80.c.o 2022-11-23T00:56:06.8562336Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/type_name_uniquer.cpp.o 2022-11-23T00:56:06.9408461Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x96.c.o 2022-11-23T00:56:07.0502509Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x112.c.o 2022-11-23T00:56:07.1074313Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/block_codegen.cpp.o 2022-11-23T00:56:07.1078811Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/unpickler.cpp.o 2022-11-23T00:56:07.1361486Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x128.c.o 2022-11-23T00:56:07.1899315Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x144.c.o 2022-11-23T00:56:07.1986040Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_inference.cpp.o 2022-11-23T00:56:07.2660690Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_overlap.cpp.o 2022-11-23T00:56:07.3023686Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x160.c.o 2022-11-23T00:56:07.4475517Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x176.c.o 2022-11-23T00:56:07.6014046Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x192.c.o 2022-11-23T00:56:07.6355364Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x16.c.o 2022-11-23T00:56:07.7118495Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/codegen.cpp.o 2022-11-23T00:56:07.7802720Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x32.c.o 2022-11-23T00:56:07.8643805Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x48.c.o 2022-11-23T00:56:07.9199608Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/cpp_codegen.cpp.o 2022-11-23T00:56:07.9648193Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x64.c.o 2022-11-23T00:56:07.9806311Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x80.c.o 2022-11-23T00:56:07.9834370Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/eval.cpp.o 2022-11-23T00:56:08.1097709Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/expr.cpp.o 2022-11-23T00:56:08.1284289Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x96.c.o 2022-11-23T00:56:08.2273908Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x112.c.o 2022-11-23T00:56:08.2682747Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions.cpp.o 2022-11-23T00:56:08.3719386Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x128.c.o 2022-11-23T00:56:08.4498483Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x144.c.o 2022-11-23T00:56:08.4806180Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_codegen.cpp.o 2022-11-23T00:56:08.5670773Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x160.c.o 2022-11-23T00:56:08.5898061Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_core.cpp.o 2022-11-23T00:56:08.7077942Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x176.c.o 2022-11-23T00:56:08.7398531Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x192.c.o 2022-11-23T00:56:08.8564795Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x16.c.o 2022-11-23T00:56:08.8900509Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_registry.cpp.o 2022-11-23T00:56:09.0235785Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x32.c.o 2022-11-23T00:56:09.0271688Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x48.c.o 2022-11-23T00:56:09.0357756Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/graph_opt.cpp.o 2022-11-23T00:56:09.1314859Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x64.c.o 2022-11-23T00:56:09.1475340Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x80.c.o 2022-11-23T00:56:09.1565799Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/hash_provider.cpp.o 2022-11-23T00:56:09.1587943Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x96.c.o 2022-11-23T00:56:09.2714801Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/intrinsic_symbols.cpp.o 2022-11-23T00:56:09.3028820Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir.cpp.o 2022-11-23T00:56:09.3118686Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x112.c.o 2022-11-23T00:56:09.4155228Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x128.c.o 2022-11-23T00:56:09.5765070Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x16.c.o 2022-11-23T00:56:09.5771099Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_cloner.cpp.o 2022-11-23T00:56:09.6242799Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x32.c.o 2022-11-23T00:56:09.7008522Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x48.c.o 2022-11-23T00:56:09.7009628Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_mutator.cpp.o 2022-11-23T00:56:09.7473116Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_printer.cpp.o 2022-11-23T00:56:09.7561812Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x64.c.o 2022-11-23T00:56:09.8836950Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_simplifier.cpp.o 2022-11-23T00:56:09.9480178Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x80.c.o 2022-11-23T00:56:10.0967959Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x96.c.o 2022-11-23T00:56:10.1708936Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x112.c.o 2022-11-23T00:56:10.2461119Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_verifier.cpp.o 2022-11-23T00:56:10.3360650Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x16.c.o 2022-11-23T00:56:10.3365499Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x128.c.o 2022-11-23T00:56:10.3875821Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x32.c.o 2022-11-23T00:56:10.4529504Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_visitor.cpp.o 2022-11-23T00:56:10.4783983Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x48.c.o 2022-11-23T00:56:10.4788960Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/kernel.cpp.o 2022-11-23T00:56:10.5168715Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x64.c.o 2022-11-23T00:56:10.6333369Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_codegen.cpp.o 2022-11-23T00:56:10.6688925Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x80.c.o 2022-11-23T00:56:10.7655392Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x96.c.o 2022-11-23T00:56:10.8182933Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_jit.cpp.o 2022-11-23T00:56:10.8849068Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x112.c.o 2022-11-23T00:56:11.0061581Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x128.c.o 2022-11-23T00:56:11.0453077Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x16.c.o 2022-11-23T00:56:11.1274467Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest.cpp.o 2022-11-23T00:56:11.1606992Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x32.c.o 2022-11-23T00:56:11.2731945Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x48.c.o 2022-11-23T00:56:11.3137510Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x64.c.o 2022-11-23T00:56:11.4368955Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest_randomization.cpp.o 2022-11-23T00:56:11.4468643Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/lowerings.cpp.o 2022-11-23T00:56:11.4785982Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x80.c.o 2022-11-23T00:56:11.4880796Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x96.c.o 2022-11-23T00:56:11.6289819Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x112.c.o 2022-11-23T00:56:11.6619946Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/mem_dependency_checker.cpp.o 2022-11-23T00:56:11.7600440Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x128.c.o 2022-11-23T00:56:11.7720623Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/conv2d.cpp.o 2022-11-23T00:56:11.9159097Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x16.c.o 2022-11-23T00:56:12.0634258Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x32.c.o 2022-11-23T00:56:12.1133686Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x48.c.o 2022-11-23T00:56:12.2222195Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/matmul.cpp.o 2022-11-23T00:56:12.2265132Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x64.c.o 2022-11-23T00:56:12.2311703Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x80.c.o 2022-11-23T00:56:12.2372647Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/misc.cpp.o 2022-11-23T00:56:12.3560122Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/norm.cpp.o 2022-11-23T00:56:12.3806635Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x96.c.o 2022-11-23T00:56:12.4949080Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x112.c.o 2022-11-23T00:56:12.4954642Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x128.c.o 2022-11-23T00:56:12.6192859Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/pointwise.cpp.o 2022-11-23T00:56:12.6609266Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x16.c.o 2022-11-23T00:56:12.8013026Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x32.c.o 2022-11-23T00:56:12.8845110Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x48.c.o 2022-11-23T00:56:12.9495797Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/quantization.cpp.o 2022-11-23T00:56:12.9579163Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/reduction.cpp.o 2022-11-23T00:56:13.0273084Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x64.c.o 2022-11-23T00:56:13.0790014Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x80.c.o 2022-11-23T00:56:13.1423751Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/softmax.cpp.o 2022-11-23T00:56:13.2485506Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x96.c.o 2022-11-23T00:56:13.2781396Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x112.c.o 2022-11-23T00:56:13.3905904Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/reduction.cpp.o 2022-11-23T00:56:13.3942926Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x128.c.o 2022-11-23T00:56:13.4062924Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x16.c.o 2022-11-23T00:56:13.5140778Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x32.c.o 2022-11-23T00:56:13.5473377Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x48.c.o 2022-11-23T00:56:13.6309524Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x64.c.o 2022-11-23T00:56:13.6385221Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/registerizer.cpp.o 2022-11-23T00:56:13.6760149Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/tensor.cpp.o 2022-11-23T00:56:13.7016316Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x80.c.o 2022-11-23T00:56:13.7726097Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/types.cpp.o 2022-11-23T00:56:13.7897634Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x96.c.o 2022-11-23T00:56:13.8162170Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x112.c.o 2022-11-23T00:56:13.8203087Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/unique_name_manager.cpp.o 2022-11-23T00:56:13.9278959Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/file_check.cpp.o 2022-11-23T00:56:13.9329717Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x128.c.o 2022-11-23T00:56:14.0079139Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx512f-x16.c.o 2022-11-23T00:56:14.0482399Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx512f-x32.c.o 2022-11-23T00:56:14.0794076Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/hooks_for_testing.cpp.o 2022-11-23T00:56:14.1706582Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_device.cpp.o 2022-11-23T00:56:14.1853203Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx512f-x16.c.o 2022-11-23T00:56:14.1942338Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx512f-x32.c.o 2022-11-23T00:56:14.2210981Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx512f-x16.c.o 2022-11-23T00:56:14.2855357Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx512f-x32.c.o 2022-11-23T00:56:14.3041827Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_interface.cpp.o 2022-11-23T00:56:14.3243730Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/lowering_context.cpp.o 2022-11-23T00:56:14.3446101Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/config.cpp.o 2022-11-23T00:56:14.4092114Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut16-p3-perm-scalef.c.o 2022-11-23T00:56:14.4152911Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut16-p3-perm.c.o 2022-11-23T00:56:14.5050268Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/debug_util.cpp.o 2022-11-23T00:56:14.5435685Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut32-p2-perm2-scalef.c.o 2022-11-23T00:56:14.5669155Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut32-p2-perm2.c.o 2022-11-23T00:56:14.5725859Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/hash.cpp.o 2022-11-23T00:56:14.6363175Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-p5-scalef.c.o 2022-11-23T00:56:14.6859699Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir.cpp.o 2022-11-23T00:56:14.6860562Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/helpers.cpp.o 2022-11-23T00:56:14.6891944Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-p5.c.o 2022-11-23T00:56:14.7563497Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_dump_util.cpp.o 2022-11-23T00:56:14.7963450Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx512f-rr1-lut16-p3-perm.c.o 2022-11-23T00:56:14.8727056Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx512f-rr1-p6.c.o 2022-11-23T00:56:14.9100440Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_metadata.cpp.o 2022-11-23T00:56:14.9154113Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/extexp-avx512f-p5.c.o 2022-11-23T00:56:14.9947849Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_util.cpp.o 2022-11-23T00:56:15.0578088Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut16-p3-perm-scalef-div.c.o 2022-11-23T00:56:15.0846974Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/lazy_graph_executor.cpp.o 2022-11-23T00:56:15.0859930Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut16-p3-perm-scalef-nr1fma.c.o 2022-11-23T00:56:15.1370887Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut16-p3-perm-scalef-nr1fma1adj.c.o 2022-11-23T00:56:15.1984005Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/metrics.cpp.o 2022-11-23T00:56:15.2217496Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/multi_wait.cpp.o 2022-11-23T00:56:15.2962376Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut32-p2-perm2-scalef-div.c.o 2022-11-23T00:56:15.3126833Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut32-p2-perm2-scalef-nr1fma.c.o 2022-11-23T00:56:15.3234454Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut32-p2-perm2-scalef-nr1fma1adj.c.o 2022-11-23T00:56:15.3360343Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut64-p2-gather-scalef-div.c.o 2022-11-23T00:56:15.4384684Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/arithmetic_ir_ops.cpp.o 2022-11-23T00:56:15.4467980Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/utils.cpp.o 2022-11-23T00:56:15.4468619Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/permutation_util.cpp.o 2022-11-23T00:56:15.4822157Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut64-p2-gather-scalef-nr1fma.c.o 2022-11-23T00:56:15.4859838Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut64-p2-gather-scalef-nr1fma1adj.c.o 2022-11-23T00:56:15.5243513Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-p5-scalef-div.c.o 2022-11-23T00:56:15.5838531Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-p5-scalef-nr1fma.c.o 2022-11-23T00:56:15.6263430Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape.cpp.o 2022-11-23T00:56:15.6442204Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape_inference.cpp.o 2022-11-23T00:56:15.6674883Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor.cpp.o 2022-11-23T00:56:15.6943308Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-p5-scalef-nr1fma1adj.c.o 2022-11-23T00:56:15.7874366Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut16-p3-perm-scalef-div.c.o 2022-11-23T00:56:15.8162054Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_impl.cpp.o 2022-11-23T00:56:15.8803071Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut16-p3-perm-scalef-nr1fma.c.o 2022-11-23T00:56:15.9232644Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_util.cpp.o 2022-11-23T00:56:15.9939304Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/thread_pool.cpp.o 2022-11-23T00:56:16.0308847Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut16-p3-perm-scalef-nr1fma1adj.c.o 2022-11-23T00:56:16.0459505Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/trie.cpp.o 2022-11-23T00:56:16.1297789Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut32-p2-perm2-scalef-div.c.o 2022-11-23T00:56:16.1687095Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/counters.cpp.o 2022-11-23T00:56:16.1912803Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma.c.o 2022-11-23T00:56:16.2368848Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/events.cpp.o 2022-11-23T00:56:16.2968191Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma1adj.c.o 2022-11-23T00:56:16.2974309Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut64-p2-gather-scalef-div.c.o 2022-11-23T00:56:16.3699079Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut64-p2-gather-scalef-nr1fma.c.o 2022-11-23T00:56:16.3746429Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut64-p2-gather-scalef-nr1fma1adj.c.o 2022-11-23T00:56:16.3963980Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/collection.cpp.o 2022-11-23T00:56:16.3965095Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-p5-scalef-div.c.o 2022-11-23T00:56:16.4393423Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/data_flow.cpp.o 2022-11-23T00:56:16.4433228Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_client_interface.cpp.o 2022-11-23T00:56:16.4854834Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_shim.cpp.o 2022-11-23T00:56:16.5043645Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/observer.cpp.o 2022-11-23T00:56:16.5208580Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-p5-scalef-nr1fma.c.o 2022-11-23T00:56:16.6593406Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-p5-scalef-nr1fma1adj.c.o 2022-11-23T00:56:16.7395959Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr1fma.c.o 2022-11-23T00:56:16.7421572Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr1fma1adj.c.o 2022-11-23T00:56:16.7965560Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr2fma.c.o 2022-11-23T00:56:16.8184367Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T00:56:16.8415417Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/python_tracer.cpp.o 2022-11-23T00:56:16.8595939Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/perf.cpp.o 2022-11-23T00:56:16.8620681Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/execution_graph_observer.cpp.o 2022-11-23T00:56:16.8794169Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/itt_observer.cpp.o 2022-11-23T00:56:16.9045219Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/nvtx_observer.cpp.o 2022-11-23T00:56:16.9631696Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T00:56:17.0471384Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T00:56:17.1171873Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/stubs/base.cpp.o 2022-11-23T00:56:17.1289544Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T00:56:17.1389278Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T00:56:17.1762884Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-11-23T00:56:17.2416176Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x96.c.o 2022-11-23T00:56:17.2564595Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-11-23T00:56:17.2695933Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/util.cpp.o 2022-11-23T00:56:17.2808171Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/cpp_stacktraces.cpp.o 2022-11-23T00:56:17.3001042Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/schema_info.cpp.o 2022-11-23T00:56:17.3138384Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/tensor_flatten.cpp.o 2022-11-23T00:56:17.3564513Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/variadic.cpp.o 2022-11-23T00:56:17.3937633Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T00:56:17.4288694Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-11-23T00:56:17.5127909Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/cuda/interface.cpp.o 2022-11-23T00:56:17.5682558Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x96.c.o 2022-11-23T00:56:17.5985568Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-11-23T00:56:17.6750735Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/autocast.cpp.o 2022-11-23T00:56:17.7058212Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:56:17.7323779Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:56:17.7525545Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_graph.cpp.o 2022-11-23T00:56:17.8330814Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:56:17.8501419Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_inplace_ops.cpp.o 2022-11-23T00:56:17.8691779Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/check_alias_annotation.cpp.o 2022-11-23T00:56:17.9806817Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:56:18.2089698Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:18.2106532Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:18.2159307Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:18.2349967Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:18.2414016Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_c10_ops.cpp.o 2022-11-23T00:56:18.2427478Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:18.3881670Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops.cpp.o 2022-11-23T00:56:18.3923131Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops_fulljit.cpp.o 2022-11-23T00:56:18.4001594Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_special_ops.cpp.o 2022-11-23T00:56:18.4147308Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/dynamic_ir.cpp.o 2022-11-23T00:56:18.4196920Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:18.5868450Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:18.6151455Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:18.7320923Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/config.cpp.o 2022-11-23T00:56:18.8334129Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:56:18.8593196Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/device_data.cpp.o 2022-11-23T00:56:18.9752753Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:56:18.9947117Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:56:19.0007087Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/random_ops.cpp.o 2022-11-23T00:56:19.0474956Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:56:19.1204143Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/generic.cpp.o 2022-11-23T00:56:19.1332000Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/tensor_aten_ops.cpp.o 2022-11-23T00:56:19.1564963Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_autograd_functions.cpp.o 2022-11-23T00:56:19.1761197Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T00:56:19.2672546Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T00:56:19.3240344Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_backend_impl.cpp.o 2022-11-23T00:56:19.3796832Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x48.c.o 2022-11-23T00:56:19.4388602Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-11-23T00:56:19.4496949Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:19.4927368Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:19.5397128Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_eager_fallback.cpp.o 2022-11-23T00:56:19.5713508Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_lowering_context.cpp.o 2022-11-23T00:56:19.6089231Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_native_functions.cpp.o 2022-11-23T00:56:19.6174742Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:19.6313193Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:19.7738549Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node.cpp.o 2022-11-23T00:56:19.7892203Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:19.9370796Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:19.9454258Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:19.9701381Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:20.0470029Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node_lowering.cpp.o 2022-11-23T00:56:20.0646547Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/function.cpp.o 2022-11-23T00:56:20.1152668Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T00:56:20.1328796Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import.cpp.o 2022-11-23T00:56:20.2347801Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-11-23T00:56:20.2462320Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import_data.cpp.o 2022-11-23T00:56:20.3788919Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T00:56:20.4006501Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/interpreter.cpp.o 2022-11-23T00:56:20.4270412Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/model_compatibility.cpp.o 2022-11-23T00:56:20.4896024Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-11-23T00:56:20.5318000Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/module.cpp.o 2022-11-23T00:56:20.5674487Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:56:20.6752992Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/flatbuffer_loader.cpp.o 2022-11-23T00:56:20.7430842Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:56:20.7754869Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:56:20.7991827Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/observer.cpp.o 2022-11-23T00:56:20.8040419Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T00:56:20.8450533Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T00:56:20.8568241Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_bytecode.cpp.o 2022-11-23T00:56:20.9289698Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_operators.cpp.o 2022-11-23T00:56:20.9299303Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T00:56:20.9588311Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x48.c.o 2022-11-23T00:56:20.9793513Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/quantization.cpp.o 2022-11-23T00:56:21.0564230Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/export_data.cpp.o 2022-11-23T00:56:21.0828792Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-11-23T00:56:21.1899313Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:21.1919825Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/optim/sgd.cpp.o 2022-11-23T00:56:21.3055971Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:21.3307663Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:21.3760674Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:21.4125444Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:21.4579050Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/random.cpp.o 2022-11-23T00:56:21.4580526Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:21.5080631Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:21.5208837Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/sequential.cpp.o 2022-11-23T00:56:21.5277541Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/upgrader_mobile.cpp.o 2022-11-23T00:56:21.6033800Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/debug_info.cpp.o 2022-11-23T00:56:21.6629422Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T00:56:21.8486774Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T00:56:21.8767676Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-11-23T00:56:21.9379900Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T00:56:21.9722351Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-11-23T00:56:21.9836588Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/FunctionsManual.cpp.o 2022-11-23T00:56:22.0432295Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/out_types.cpp.o 2022-11-23T00:56:22.0516130Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/TraceTypeManual.cpp.o 2022-11-23T00:56:22.0890272Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x64.c.o 2022-11-23T00:56:22.0987250Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/VariableTypeManual.cpp.o 2022-11-23T00:56:22.1467854Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x128.c.o 2022-11-23T00:56:22.2422593Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/itt_wrapper.cpp.o 2022-11-23T00:56:22.2501251Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x192.c.o 2022-11-23T00:56:22.3003679Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x256.c.o 2022-11-23T00:56:22.3509974Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2-k-over-64.c.o 2022-11-23T00:56:22.3941314Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/stubs/itt.cpp.o 2022-11-23T00:56:22.4188437Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/jit.cpp.o 2022-11-23T00:56:22.4427889Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2-k-over-2048.c.o 2022-11-23T00:56:22.4643783Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-4.c.o 2022-11-23T00:56:22.5018254Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport.cpp.o 2022-11-23T00:56:22.5187557Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-8.c.o 2022-11-23T00:56:22.5318640Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-16.c.o 2022-11-23T00:56:22.5725680Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport_manager.cpp.o 2022-11-23T00:56:22.5958084Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-64.c.o 2022-11-23T00:56:22.6649152Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-2048.c.o 2022-11-23T00:56:22.6666937Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/onnx.cpp.o 2022-11-23T00:56:22.7180395Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export.cpp.o 2022-11-23T00:56:22.7399884Z [ 87%] Built target all_microkernels 2022-11-23T00:56:22.7489952Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_bytecode.cpp.o 2022-11-23T00:56:22.7823376Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_module.cpp.o 2022-11-23T00:56:22.7878837Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/flatbuffer_serializer.cpp.o 2022-11-23T00:56:22.9374082Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/flatbuffer_serializer_jit.cpp.o 2022-11-23T00:56:23.0725172Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.cpp.o 2022-11-23T00:56:23.1895570Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module_save.cpp.o 2022-11-23T00:56:23.4236871Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/byte_order.cpp.o 2022-11-23T00:56:23.4247012Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_legacy.cpp.o 2022-11-23T00:56:23.5058149Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Backend.cpp.o 2022-11-23T00:56:23.5228199Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/FileStore.cpp.o 2022-11-23T00:56:23.5236402Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/GlooDeviceFactory.cpp.o 2022-11-23T00:56:23.5850243Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Ops.cpp.o 2022-11-23T00:56:23.6866440Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/OpsImpl.cpp.o 2022-11-23T00:56:23.7009189Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ParamCommsUtils.cpp.o 2022-11-23T00:56:23.9442124Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/PrefixStore.cpp.o 2022-11-23T00:56:24.0252590Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroup.cpp.o 2022-11-23T00:56:24.1629660Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupGloo.cpp.o 2022-11-23T00:56:24.1777137Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupMPI.cpp.o 2022-11-23T00:56:24.2170405Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupWrapper.cpp.o 2022-11-23T00:56:24.2343622Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Store.cpp.o 2022-11-23T00:56:24.2384963Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/TCPStore.cpp.o 2022-11-23T00:56:24.3023949Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Utils.cpp.o 2022-11-23T00:56:24.6376423Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/comm.cpp.o 2022-11-23T00:56:24.7308908Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/debug.cpp.o 2022-11-23T00:56:24.7747061Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/default_comm_hooks.cpp.o 2022-11-23T00:56:24.7980748Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/exception.cpp.o 2022-11-23T00:56:24.9325927Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/logger.cpp.o 2022-11-23T00:56:24.9575435Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/logging.cpp.o 2022-11-23T00:56:24.9701318Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/quantization/quantization.cpp.o 2022-11-23T00:56:24.9974917Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/reducer.cpp.o 2022-11-23T00:56:25.1250346Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/sequence_num.cpp.o 2022-11-23T00:56:25.3065217Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/socket.cpp.o 2022-11-23T00:56:25.5312277Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Work.cpp.o 2022-11-23T00:56:25.5843909Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/autograd.cpp.o 2022-11-23T00:56:25.6330233Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/utils.cpp.o 2022-11-23T00:56:25.6330789Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/context/container.cpp.o 2022-11-23T00:56:25.6607305Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/context/context.cpp.o 2022-11-23T00:56:25.6879433Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/engine/dist_engine.cpp.o 2022-11-23T00:56:26.0259927Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/functions/recvrpc_backward.cpp.o 2022-11-23T00:56:26.1572622Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/functions/sendrpc_backward.cpp.o 2022-11-23T00:56:26.3744540Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.cpp.o 2022-11-23T00:56:26.3746947Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.cpp.o 2022-11-23T00:56:26.4403943Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.cpp.o 2022-11-23T00:56:26.4483704Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.cpp.o 2022-11-23T00:56:26.4485110Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.cpp.o 2022-11-23T00:56:26.5003694Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.cpp.o 2022-11-23T00:56:26.7530580Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.cpp.o 2022-11-23T00:56:26.9664948Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.cpp.o 2022-11-23T00:56:27.0022618Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.cpp.o 2022-11-23T00:56:27.1967065Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.cpp.o 2022-11-23T00:56:27.2128611Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/HashStore.cpp.o 2022-11-23T00:56:27.2169619Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.cpp.o 2022-11-23T00:56:27.4964555Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/agent_utils.cpp.o 2022-11-23T00:56:27.5983443Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/message.cpp.o 2022-11-23T00:56:27.5984337Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/profiler/remote_profiler_manager.cpp.o 2022-11-23T00:56:27.7843494Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/profiler/server_process_global_profiler.cpp.o 2022-11-23T00:56:27.8746670Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_call.cpp.o 2022-11-23T00:56:28.2013999Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_remote_call.cpp.o 2022-11-23T00:56:28.2333930Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/request_callback_no_python.cpp.o 2022-11-23T00:56:28.2334595Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_resp.cpp.o 2022-11-23T00:56:28.2339816Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/request_callback.cpp.o 2022-11-23T00:56:28.2621989Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rpc_agent.cpp.o 2022-11-23T00:56:28.3895190Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_context.cpp.o 2022-11-23T00:56:28.7472494Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_proto.cpp.o 2022-11-23T00:56:28.7480449Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_impl.cpp.o 2022-11-23T00:56:28.9544682Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_call.cpp.o 2022-11-23T00:56:28.9843267Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_remote_call.cpp.o 2022-11-23T00:56:29.1080600Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_resp.cpp.o 2022-11-23T00:56:29.1762923Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/tensorpipe_agent.cpp.o 2022-11-23T00:56:29.3603600Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/tensorpipe_utils.cpp.o 2022-11-23T00:56:29.4816056Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.cpp.o 2022-11-23T00:56:29.5593430Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/torchscript_functions.cpp.o 2022-11-23T00:56:29.6023834Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/types.cpp.o 2022-11-23T00:56:29.9047661Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/utils.cpp.o 2022-11-23T00:56:29.9159218Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/cuda.cpp.o 2022-11-23T00:56:29.9903347Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/datasets/mnist.cpp.o 2022-11-23T00:56:30.1762509Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/distributed.cpp.o 2022-11-23T00:56:30.2132009Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/random.cpp.o 2022-11-23T00:56:30.2536195Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/sequential.cpp.o 2022-11-23T00:56:30.2770890Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/stream.cpp.o 2022-11-23T00:56:30.5502062Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/enum.cpp.o 2022-11-23T00:56:30.7361904Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/imethod.cpp.o 2022-11-23T00:56:30.7816528Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize.cpp.o 2022-11-23T00:56:30.8709361Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/init.cpp.o 2022-11-23T00:56:30.8751122Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/module.cpp.o 2022-11-23T00:56:30.9131024Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/_functions.cpp.o 2022-11-23T00:56:30.9657008Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/activation.cpp.o 2022-11-23T00:56:31.1194865Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/adaptive.cpp.o 2022-11-23T00:56:31.4769034Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/batchnorm.cpp.o 2022-11-23T00:56:31.5116076Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/normalization.cpp.o 2022-11-23T00:56:31.5804187Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/instancenorm.cpp.o 2022-11-23T00:56:31.6454592Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/conv.cpp.o 2022-11-23T00:56:31.6728733Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/dropout.cpp.o 2022-11-23T00:56:31.8904915Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/distance.cpp.o 2022-11-23T00:56:32.0642518Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/embedding.cpp.o 2022-11-23T00:56:32.2083146Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/fold.cpp.o 2022-11-23T00:56:32.2379409Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/linear.cpp.o 2022-11-23T00:56:32.3455470Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/loss.cpp.o 2022-11-23T00:56:32.3627733Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/padding.cpp.o 2022-11-23T00:56:32.6742488Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pixelshuffle.cpp.o 2022-11-23T00:56:32.7334155Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pooling.cpp.o 2022-11-23T00:56:32.9111620Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/rnn.cpp.o 2022-11-23T00:56:33.0067283Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/upsampling.cpp.o 2022-11-23T00:56:33.0504045Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/transformer.cpp.o 2022-11-23T00:56:33.0762180Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/container/functional.cpp.o 2022-11-23T00:56:33.3335698Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/activation.cpp.o 2022-11-23T00:56:33.5236243Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/adaptive.cpp.o 2022-11-23T00:56:33.5552259Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/batchnorm.cpp.o 2022-11-23T00:56:33.7115417Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/instancenorm.cpp.o 2022-11-23T00:56:33.7117292Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/embedding.cpp.o 2022-11-23T00:56:33.7603859Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/normalization.cpp.o 2022-11-23T00:56:33.9778025Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/conv.cpp.o 2022-11-23T00:56:34.0769930Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/dropout.cpp.o 2022-11-23T00:56:34.2362804Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/linear.cpp.o 2022-11-23T00:56:34.3075770Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/padding.cpp.o 2022-11-23T00:56:34.3282071Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/pooling.cpp.o 2022-11-23T00:56:34.4246113Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/rnn.cpp.o 2022-11-23T00:56:34.7189264Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/vision.cpp.o 2022-11-23T00:56:34.7606106Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/transformer.cpp.o 2022-11-23T00:56:34.8371329Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adagrad.cpp.o 2022-11-23T00:56:34.9258476Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adam.cpp.o 2022-11-23T00:56:34.9741401Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adamw.cpp.o 2022-11-23T00:56:35.0693761Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/lbfgs.cpp.o 2022-11-23T00:56:35.4779422Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/optimizer.cpp.o 2022-11-23T00:56:35.4780179Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/rmsprop.cpp.o 2022-11-23T00:56:35.5228667Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/serialize.cpp.o 2022-11-23T00:56:35.5713221Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/sgd.cpp.o 2022-11-23T00:56:35.6389029Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/lr_scheduler.cpp.o 2022-11-23T00:56:35.7620926Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/step_lr.cpp.o 2022-11-23T00:56:35.8896460Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/input-archive.cpp.o 2022-11-23T00:56:35.9965331Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/output-archive.cpp.o 2022-11-23T00:56:36.1742502Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.AVX2.cpp.o 2022-11-23T00:56:36.2137350Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX2.cpp.o 2022-11-23T00:56:36.3056258Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.AVX2.cpp.o 2022-11-23T00:56:36.3166482Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.AVX2.cpp.o 2022-11-23T00:56:36.5392505Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.AVX2.cpp.o 2022-11-23T00:56:36.5733007Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.AVX2.cpp.o 2022-11-23T00:56:36.7537264Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.AVX2.cpp.o 2022-11-23T00:56:36.8221342Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.AVX2.cpp.o 2022-11-23T00:56:36.8321737Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.AVX2.cpp.o 2022-11-23T00:56:36.9122750Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.AVX2.cpp.o 2022-11-23T00:56:37.0533770Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.AVX2.cpp.o 2022-11-23T00:56:37.1186739Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.AVX2.cpp.o 2022-11-23T00:56:37.1782940Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.AVX2.cpp.o 2022-11-23T00:56:37.2721772Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.AVX2.cpp.o 2022-11-23T00:56:37.4381690Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.AVX2.cpp.o 2022-11-23T00:56:37.5091526Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.AVX2.cpp.o 2022-11-23T00:56:37.5358262Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp.o 2022-11-23T00:56:37.5416292Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.AVX2.cpp.o 2022-11-23T00:56:37.6036252Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.AVX2.cpp.o 2022-11-23T00:56:37.6202662Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.AVX2.cpp.o 2022-11-23T00:56:37.8616191Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.AVX2.cpp.o 2022-11-23T00:56:37.8701354Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.AVX2.cpp.o 2022-11-23T00:56:37.9395159Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.AVX2.cpp.o 2022-11-23T00:56:38.0316734Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp.o 2022-11-23T00:56:38.0865303Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.AVX2.cpp.o 2022-11-23T00:56:38.2458994Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.AVX2.cpp.o 2022-11-23T00:56:38.2597939Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.AVX2.cpp.o 2022-11-23T00:56:38.3883569Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.AVX2.cpp.o 2022-11-23T00:56:38.4667960Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.AVX2.cpp.o 2022-11-23T00:56:38.4863735Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.AVX2.cpp.o 2022-11-23T00:56:38.6747240Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.AVX2.cpp.o 2022-11-23T00:56:38.7010828Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.AVX2.cpp.o 2022-11-23T00:56:38.7062197Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.AVX2.cpp.o 2022-11-23T00:56:38.7955135Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.AVX2.cpp.o 2022-11-23T00:56:38.8215068Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.AVX2.cpp.o 2022-11-23T00:56:38.8512424Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.AVX2.cpp.o 2022-11-23T00:56:39.0209250Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.AVX2.cpp.o 2022-11-23T00:56:39.0868241Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp.o 2022-11-23T00:56:39.1577227Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.AVX2.cpp.o 2022-11-23T00:56:39.2094915Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.AVX2.cpp.o 2022-11-23T00:56:39.2371770Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.AVX2.cpp.o 2022-11-23T00:56:39.3293762Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.AVX2.cpp.o 2022-11-23T00:56:39.3654446Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.AVX2.cpp.o 2022-11-23T00:56:39.4565709Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.AVX2.cpp.o 2022-11-23T00:56:39.5343803Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX2.cpp.o 2022-11-23T00:56:39.5643187Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.AVX2.cpp.o 2022-11-23T00:56:39.6430656Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.AVX2.cpp.o 2022-11-23T00:56:39.8921103Z [ 89%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.AVX2.cpp.o 2022-11-23T00:56:40.0046437Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.AVX2.cpp.o 2022-11-23T00:56:40.0296515Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.AVX2.cpp.o 2022-11-23T00:56:40.0352893Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.AVX2.cpp.o 2022-11-23T00:56:40.0602522Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.AVX2.cpp.o 2022-11-23T00:56:40.3082168Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.AVX2.cpp.o 2022-11-23T00:56:40.3491025Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.AVX2.cpp.o 2022-11-23T00:56:40.3732969Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.AVX512.cpp.o 2022-11-23T00:56:40.3907548Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX512.cpp.o 2022-11-23T00:56:40.5357487Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.AVX512.cpp.o 2022-11-23T00:56:40.5939600Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.AVX512.cpp.o 2022-11-23T00:56:40.6804676Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.AVX512.cpp.o 2022-11-23T00:56:40.7540555Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.AVX512.cpp.o 2022-11-23T00:56:40.7543954Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.AVX512.cpp.o 2022-11-23T00:56:41.0437464Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.AVX512.cpp.o 2022-11-23T00:56:41.1194027Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.AVX512.cpp.o 2022-11-23T00:56:41.1446442Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.AVX512.cpp.o 2022-11-23T00:56:41.1622266Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.AVX512.cpp.o 2022-11-23T00:56:41.3243348Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.AVX512.cpp.o 2022-11-23T00:56:41.3394638Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.AVX512.cpp.o 2022-11-23T00:56:41.4949437Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.AVX512.cpp.o 2022-11-23T00:56:41.5140427Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.AVX512.cpp.o 2022-11-23T00:56:41.5229852Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.AVX512.cpp.o 2022-11-23T00:56:41.7055773Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.AVX512.cpp.o 2022-11-23T00:56:41.8638390Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.AVX512.cpp.o 2022-11-23T00:56:41.9091636Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.AVX512.cpp.o 2022-11-23T00:56:41.9321203Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.AVX512.cpp.o 2022-11-23T00:56:42.0015059Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.AVX512.cpp.o 2022-11-23T00:56:42.0758051Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.AVX512.cpp.o 2022-11-23T00:56:42.1812414Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.AVX512.cpp.o 2022-11-23T00:56:42.2302416Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX512.cpp.o 2022-11-23T00:56:42.3166312Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.AVX512.cpp.o 2022-11-23T00:56:42.4657196Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.AVX512.cpp.o 2022-11-23T00:56:42.4866664Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.AVX512.cpp.o 2022-11-23T00:56:42.5193897Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.AVX512.cpp.o 2022-11-23T00:56:42.5888806Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.AVX512.cpp.o 2022-11-23T00:56:42.7894646Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.AVX512.cpp.o 2022-11-23T00:56:42.8382484Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.AVX512.cpp.o 2022-11-23T00:56:42.8425265Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.AVX512.cpp.o 2022-11-23T00:56:42.8617574Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.AVX512.cpp.o 2022-11-23T00:56:42.8841178Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.AVX512.cpp.o 2022-11-23T00:56:42.9728333Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.AVX512.cpp.o 2022-11-23T00:56:43.1821026Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.AVX512.cpp.o 2022-11-23T00:56:43.2969662Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.AVX512.cpp.o 2022-11-23T00:56:43.3035264Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX512.cpp.o 2022-11-23T00:56:43.3235519Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.AVX512.cpp.o 2022-11-23T00:56:43.3363383Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.AVX512.cpp.o 2022-11-23T00:56:43.3729981Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.AVX512.cpp.o 2022-11-23T00:56:43.5711310Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.AVX512.cpp.o 2022-11-23T00:56:43.6763433Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.AVX512.cpp.o 2022-11-23T00:56:43.6780977Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.AVX512.cpp.o 2022-11-23T00:56:43.7112555Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX512.cpp.o 2022-11-23T00:56:43.8549391Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.AVX512.cpp.o 2022-11-23T00:56:43.9808224Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.AVX512.cpp.o 2022-11-23T00:56:44.0741385Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.AVX512.cpp.o 2022-11-23T00:56:44.2329610Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.AVX512.cpp.o 2022-11-23T00:56:44.2755934Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.AVX512.cpp.o 2022-11-23T00:56:44.3199834Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.AVX512.cpp.o 2022-11-23T00:56:44.3799947Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.AVX512.cpp.o 2022-11-23T00:56:44.4203538Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.AVX512.cpp.o 2022-11-23T00:56:44.5414242Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.AVX512.cpp.o 2022-11-23T00:56:44.9165103Z [ 90%] Linking CXX shared library ../lib/libtorch_cpu.so 2022-11-23T00:57:09.1801967Z [ 90%] Built target torch_cpu 2022-11-23T00:57:09.1923167Z [ 90%] Building CXX object test_cpp_c10d/CMakeFiles/FileStoreTest.dir/FileStoreTest.cpp.o 2022-11-23T00:57:09.1933614Z [ 90%] Building CXX object test_cpp_c10d/CMakeFiles/TCPStoreTest.dir/TCPStoreTest.cpp.o 2022-11-23T00:57:09.1940783Z [ 90%] Building CXX object test_cpp_c10d/CMakeFiles/HashStoreTest.dir/HashStoreTest.cpp.o 2022-11-23T00:57:09.1946203Z [ 90%] Building CXX object caffe2/CMakeFiles/torch.dir/__/empty.cpp.o 2022-11-23T00:57:09.1966369Z [ 90%] Building CXX object test_cpp_c10d/CMakeFiles/ProcessGroupGlooTest.dir/ProcessGroupGlooTest.cpp.o 2022-11-23T00:57:09.1985989Z [ 90%] Building CXX object test_cpp_c10d/CMakeFiles/example_allreduce.dir/example/allreduce.cpp.o 2022-11-23T00:57:09.2629594Z [ 90%] Linking CXX shared library ../lib/libtorch.so 2022-11-23T00:57:09.6624203Z [ 90%] Linking CXX executable ../bin/HashStoreTest 2022-11-23T00:57:09.6676076Z [ 90%] Built target torch 2022-11-23T00:57:09.6801354Z [ 90%] Linking CXX executable ../bin/FileStoreTest 2022-11-23T00:57:09.6803776Z [ 90%] Building CXX object caffe2/CMakeFiles/static_runtime_bench.dir/__/benchmarks/static_runtime/deep_wide_pt.cc.o 2022-11-23T00:57:09.7162608Z [ 90%] Linking CXX executable ../bin/TCPStoreTest 2022-11-23T00:57:10.0805200Z [ 90%] Built target HashStoreTest 2022-11-23T00:57:10.0854724Z [ 90%] Building CXX object caffe2/CMakeFiles/static_runtime_bench.dir/__/benchmarks/static_runtime/deep_wide_pt_bench.cc.o 2022-11-23T00:57:10.1301230Z [ 90%] Built target FileStoreTest 2022-11-23T00:57:10.1419327Z [ 90%] Building CXX object caffe2/CMakeFiles/static_runtime_test.dir/__/benchmarks/static_runtime/deep_wide_pt.cc.o 2022-11-23T00:57:10.1559366Z [ 90%] Built target TCPStoreTest 2022-11-23T00:57:10.1733452Z [ 90%] Building CXX object caffe2/CMakeFiles/Dict_test.dir/__/aten/src/ATen/test/Dict_test.cpp.o 2022-11-23T00:57:10.7976240Z [ 90%] Linking CXX executable ../bin/example_allreduce 2022-11-23T00:57:10.8331588Z [ 90%] Linking CXX executable ../bin/ProcessGroupGlooTest 2022-11-23T00:57:10.9148140Z [ 90%] Linking CXX executable ../bin/Dict_test 2022-11-23T00:57:11.0891799Z [ 90%] Building CXX object caffe2/CMakeFiles/Dimname_test.dir/__/aten/src/ATen/test/Dimname_test.cpp.o 2022-11-23T00:57:11.1318922Z [ 90%] Linking CXX executable ../bin/static_runtime_bench 2022-11-23T00:57:11.2110416Z [ 90%] Building CXX object caffe2/CMakeFiles/static_runtime_test.dir/__/benchmarks/static_runtime/test_utils.cc.o 2022-11-23T00:57:11.2695423Z [ 90%] Built target example_allreduce 2022-11-23T00:57:11.2761158Z [ 90%] Linking CXX executable ../bin/Dimname_test 2022-11-23T00:57:11.2898881Z [ 90%] Building CXX object caffe2/CMakeFiles/MaybeOwned_test.dir/__/aten/src/ATen/test/MaybeOwned_test.cpp.o 2022-11-23T00:57:11.3532363Z [ 90%] Built target ProcessGroupGlooTest 2022-11-23T00:57:11.3599371Z [ 90%] Building CXX object caffe2/CMakeFiles/static_runtime_test.dir/__/benchmarks/static_runtime/test_static_runtime.cc.o 2022-11-23T00:57:11.4156023Z [ 90%] Built target Dict_test 2022-11-23T00:57:11.4348287Z [ 90%] Building CXX object caffe2/CMakeFiles/NamedTensor_test.dir/__/aten/src/ATen/test/NamedTensor_test.cpp.o 2022-11-23T00:57:11.6104007Z [ 90%] Built target static_runtime_bench 2022-11-23T00:57:11.6166313Z [ 90%] Building CXX object caffe2/CMakeFiles/static_runtime_test.dir/__/benchmarks/static_runtime/test_static_module.cc.o 2022-11-23T00:57:11.7609796Z [ 90%] Built target Dimname_test 2022-11-23T00:57:11.7802005Z [ 90%] Building CXX object caffe2/CMakeFiles/apply_utils_test.dir/__/aten/src/ATen/test/apply_utils_test.cpp.o 2022-11-23T00:57:11.9141000Z [ 90%] Building CXX object caffe2/CMakeFiles/atest.dir/__/aten/src/ATen/test/atest.cpp.o 2022-11-23T00:57:11.9788401Z [ 90%] Linking CXX executable ../bin/MaybeOwned_test 2022-11-23T00:57:12.0147497Z [ 90%] Linking CXX executable ../bin/NamedTensor_test 2022-11-23T00:57:12.2746779Z [ 90%] Linking CXX executable ../bin/apply_utils_test 2022-11-23T00:57:12.3619598Z [ 90%] Building CXX object caffe2/CMakeFiles/static_runtime_test.dir/__/benchmarks/static_runtime/test_generated_ops.cc.o 2022-11-23T00:57:12.4194146Z [ 90%] Linking CXX executable ../bin/atest 2022-11-23T00:57:12.5774686Z [ 90%] Built target MaybeOwned_test 2022-11-23T00:57:12.5933879Z [ 90%] Building CXX object caffe2/CMakeFiles/basic.dir/__/aten/src/ATen/test/basic.cpp.o 2022-11-23T00:57:12.5968537Z [ 90%] Building CXX object caffe2/CMakeFiles/broadcast_test.dir/__/aten/src/ATen/test/broadcast_test.cpp.o 2022-11-23T00:57:12.6246087Z [ 90%] Built target NamedTensor_test 2022-11-23T00:57:12.6460946Z [ 90%] Building CXX object caffe2/CMakeFiles/cpu_generator_test.dir/__/aten/src/ATen/test/cpu_generator_test.cpp.o 2022-11-23T00:57:12.7679097Z [ 90%] Built target apply_utils_test 2022-11-23T00:57:12.7862559Z [ 90%] Building CXX object caffe2/CMakeFiles/cpu_profiling_allocator_test.dir/__/aten/src/ATen/test/cpu_profiling_allocator_test.cpp.o 2022-11-23T00:57:12.9826396Z [ 90%] Built target atest 2022-11-23T00:57:13.0017731Z [ 90%] Building CXX object caffe2/CMakeFiles/cpu_rng_test.dir/__/aten/src/ATen/test/cpu_rng_test.cpp.o 2022-11-23T00:57:13.0469164Z [ 91%] Linking CXX executable ../bin/static_runtime_test 2022-11-23T00:57:13.2892323Z [ 91%] Linking CXX executable ../bin/cpu_profiling_allocator_test 2022-11-23T00:57:13.2941406Z [ 91%] Linking CXX executable ../bin/broadcast_test 2022-11-23T00:57:13.3354835Z [ 91%] Linking CXX executable ../bin/basic 2022-11-23T00:57:13.3791967Z [ 91%] Linking CXX executable ../bin/cpu_generator_test 2022-11-23T00:57:13.7222751Z [ 91%] Built target cpu_profiling_allocator_test 2022-11-23T00:57:13.7401696Z [ 92%] Building CXX object caffe2/CMakeFiles/dispatch_key_set_test.dir/__/aten/src/ATen/test/dispatch_key_set_test.cpp.o 2022-11-23T00:57:13.7584509Z [ 92%] Built target static_runtime_test 2022-11-23T00:57:13.7623616Z [ 92%] Built target broadcast_test 2022-11-23T00:57:13.7763708Z [ 92%] Building CXX object caffe2/CMakeFiles/extension_backend_test.dir/__/aten/src/ATen/test/extension_backend_test.cpp.o 2022-11-23T00:57:13.7820460Z [ 92%] Building CXX object caffe2/CMakeFiles/dlconvertor_test.dir/__/aten/src/ATen/test/dlconvertor_test.cpp.o 2022-11-23T00:57:13.8850764Z [ 92%] Built target basic 2022-11-23T00:57:13.8982338Z [ 92%] Building CXX object caffe2/CMakeFiles/half_test.dir/__/aten/src/ATen/test/half_test.cpp.o 2022-11-23T00:57:13.9187334Z [ 92%] Built target cpu_generator_test 2022-11-23T00:57:13.9342395Z [ 92%] Building CXX object caffe2/CMakeFiles/ivalue_test.dir/__/aten/src/ATen/test/ivalue_test.cpp.o 2022-11-23T00:57:14.0398751Z [ 92%] Linking CXX executable ../bin/cpu_rng_test 2022-11-23T00:57:14.4290015Z [ 92%] Linking CXX executable ../bin/half_test 2022-11-23T00:57:14.4409684Z [ 92%] Built target cpu_rng_test 2022-11-23T00:57:14.4545742Z [ 92%] Building CXX object caffe2/CMakeFiles/lazy_tensor_test.dir/__/aten/src/ATen/test/lazy_tensor_test.cpp.o 2022-11-23T00:57:14.4859268Z [ 92%] Linking CXX executable ../bin/dispatch_key_set_test 2022-11-23T00:57:14.5097385Z [ 92%] Linking CXX executable ../bin/extension_backend_test 2022-11-23T00:57:14.5346063Z [ 92%] Linking CXX executable ../bin/dlconvertor_test 2022-11-23T00:57:14.8729064Z [ 92%] Linking CXX executable ../bin/ivalue_test 2022-11-23T00:57:14.9360096Z [ 92%] Linking CXX executable ../bin/lazy_tensor_test 2022-11-23T00:57:14.9395083Z [ 92%] Built target half_test 2022-11-23T00:57:14.9539720Z [ 92%] Building CXX object caffe2/CMakeFiles/math_kernel_test.dir/__/aten/src/ATen/test/math_kernel_test.cpp.o 2022-11-23T00:57:14.9988895Z [ 92%] Built target extension_backend_test 2022-11-23T00:57:15.0228852Z [ 92%] Building CXX object caffe2/CMakeFiles/memory_format_test.dir/__/aten/src/ATen/test/memory_format_test.cpp.o 2022-11-23T00:57:15.1065581Z [ 92%] Built target dispatch_key_set_test 2022-11-23T00:57:15.1271469Z [ 92%] Building CXX object caffe2/CMakeFiles/memory_overlapping_test.dir/__/aten/src/ATen/test/memory_overlapping_test.cpp.o 2022-11-23T00:57:15.1441256Z [ 92%] Built target dlconvertor_test 2022-11-23T00:57:15.1607588Z [ 92%] Building CXX object caffe2/CMakeFiles/mobile_memory_cleanup.dir/__/aten/src/ATen/test/mobile_memory_cleanup.cpp.o 2022-11-23T00:57:15.3439526Z [ 92%] Built target ivalue_test 2022-11-23T00:57:15.3567638Z [ 92%] Building CXX object caffe2/CMakeFiles/native_test.dir/__/aten/src/ATen/test/native_test.cpp.o 2022-11-23T00:57:15.4929932Z [ 92%] Linking CXX executable ../bin/memory_format_test 2022-11-23T00:57:15.4962385Z [ 92%] Built target lazy_tensor_test 2022-11-23T00:57:15.5169673Z [ 92%] Building CXX object caffe2/CMakeFiles/operator_name_test.dir/__/aten/src/ATen/test/operator_name_test.cpp.o 2022-11-23T00:57:15.7088850Z [ 92%] Linking CXX executable ../bin/math_kernel_test 2022-11-23T00:57:15.7129466Z [ 92%] Linking CXX executable ../bin/operator_name_test 2022-11-23T00:57:15.7812312Z [ 92%] Linking CXX executable ../bin/memory_overlapping_test 2022-11-23T00:57:15.8600733Z [ 92%] Linking CXX executable ../bin/native_test 2022-11-23T00:57:15.9069597Z [ 92%] Linking CXX executable ../bin/mobile_memory_cleanup 2022-11-23T00:57:15.9827133Z [ 92%] Built target memory_format_test 2022-11-23T00:57:15.9956598Z [ 92%] Building CXX object caffe2/CMakeFiles/operators_test.dir/__/aten/src/ATen/test/operators_test.cpp.o 2022-11-23T00:57:16.2394883Z [ 92%] Built target memory_overlapping_test 2022-11-23T00:57:16.2559009Z [ 92%] Building CXX object caffe2/CMakeFiles/packedtensoraccessor_test.dir/__/aten/src/ATen/test/packedtensoraccessor_test.cpp.o 2022-11-23T00:57:16.3303185Z [ 92%] Built target operator_name_test 2022-11-23T00:57:16.3307790Z [ 92%] Built target math_kernel_test 2022-11-23T00:57:16.3455787Z [ 92%] Building CXX object caffe2/CMakeFiles/quantized_test.dir/__/aten/src/ATen/test/quantized_test.cpp.o 2022-11-23T00:57:16.3482434Z [ 92%] Building CXX object caffe2/CMakeFiles/pow_test.dir/__/aten/src/ATen/test/pow_test.cpp.o 2022-11-23T00:57:16.4609299Z [ 92%] Linking CXX executable ../bin/operators_test 2022-11-23T00:57:16.4673642Z [ 92%] Built target native_test 2022-11-23T00:57:16.4846641Z [ 92%] Building CXX object caffe2/CMakeFiles/reduce_ops_test.dir/__/aten/src/ATen/test/reduce_ops_test.cpp.o 2022-11-23T00:57:16.4954432Z [ 92%] Built target mobile_memory_cleanup 2022-11-23T00:57:16.5110399Z [ 92%] Building CXX object caffe2/CMakeFiles/reportMemoryUsage_test.dir/__/aten/src/ATen/test/reportMemoryUsage_test.cpp.o 2022-11-23T00:57:16.9089118Z [ 92%] Linking CXX executable ../bin/pow_test 2022-11-23T00:57:16.9676613Z [ 92%] Linking CXX executable ../bin/packedtensoraccessor_test 2022-11-23T00:57:16.9854055Z [ 92%] Linking CXX executable ../bin/reduce_ops_test 2022-11-23T00:57:17.0170328Z [ 92%] Built target operators_test 2022-11-23T00:57:17.0326618Z [ 92%] Building CXX object caffe2/CMakeFiles/scalar_tensor_test.dir/__/aten/src/ATen/test/scalar_tensor_test.cpp.o 2022-11-23T00:57:17.0732497Z [ 92%] Linking CXX executable ../bin/quantized_test 2022-11-23T00:57:17.1922228Z [ 92%] Linking CXX executable ../bin/reportMemoryUsage_test 2022-11-23T00:57:17.3556508Z [ 92%] Built target pow_test 2022-11-23T00:57:17.3694052Z [ 92%] Building CXX object caffe2/CMakeFiles/scalar_test.dir/__/aten/src/ATen/test/scalar_test.cpp.o 2022-11-23T00:57:17.5744095Z [ 92%] Built target packedtensoraccessor_test 2022-11-23T00:57:17.5905673Z [ 92%] Building CXX object caffe2/CMakeFiles/stride_properties_test.dir/__/aten/src/ATen/test/stride_properties_test.cpp.o 2022-11-23T00:57:17.5906669Z [ 92%] Built target quantized_test 2022-11-23T00:57:17.6005027Z [ 92%] Built target reduce_ops_test 2022-11-23T00:57:17.6044494Z [ 92%] Building CXX object caffe2/CMakeFiles/tensor_iterator_test.dir/__/aten/src/ATen/test/tensor_iterator_test.cpp.o 2022-11-23T00:57:17.6205576Z [ 92%] Building CXX object caffe2/CMakeFiles/test_parallel.dir/__/aten/src/ATen/test/test_parallel.cpp.o 2022-11-23T00:57:17.6399125Z [ 92%] Linking CXX executable ../bin/scalar_tensor_test 2022-11-23T00:57:17.7979721Z [ 92%] Built target reportMemoryUsage_test 2022-11-23T00:57:17.8141526Z [ 92%] Building CXX object caffe2/CMakeFiles/thread_init_test.dir/__/aten/src/ATen/test/thread_init_test.cpp.o 2022-11-23T00:57:18.0465079Z [ 92%] Linking CXX executable ../bin/scalar_test 2022-11-23T00:57:18.0534983Z [ 92%] Built target scalar_tensor_test 2022-11-23T00:57:18.0664635Z [ 92%] Building CXX object caffe2/CMakeFiles/type_ptr_test.dir/__/aten/src/ATen/test/type_ptr_test.cpp.o 2022-11-23T00:57:18.2380858Z [ 92%] Linking CXX executable ../bin/test_parallel 2022-11-23T00:57:18.2769468Z [ 92%] Linking CXX executable ../bin/stride_properties_test 2022-11-23T00:57:18.3142460Z [ 92%] Linking CXX executable ../bin/type_ptr_test 2022-11-23T00:57:18.4479555Z [ 92%] Linking CXX executable ../bin/tensor_iterator_test 2022-11-23T00:57:18.4709273Z [ 92%] Linking CXX executable ../bin/thread_init_test 2022-11-23T00:57:18.5910147Z [ 92%] Built target scalar_test 2022-11-23T00:57:18.6087032Z [ 92%] Building CXX object caffe2/CMakeFiles/type_test.dir/__/aten/src/ATen/test/type_test.cpp.o 2022-11-23T00:57:18.7242743Z [ 92%] Built target test_parallel 2022-11-23T00:57:18.7399468Z [ 92%] Building CXX object caffe2/CMakeFiles/undefined_tensor_test.dir/__/aten/src/ATen/test/undefined_tensor_test.cpp.o 2022-11-23T00:57:18.7765603Z [ 92%] Built target stride_properties_test 2022-11-23T00:57:18.7903248Z [ 92%] Building CXX object caffe2/CMakeFiles/variant_test.dir/__/aten/src/ATen/test/variant_test.cpp.o 2022-11-23T00:57:18.9294946Z [ 92%] Built target type_ptr_test 2022-11-23T00:57:18.9303060Z [ 92%] Linking CXX executable ../bin/variant_test 2022-11-23T00:57:18.9406532Z [ 92%] Building CXX object caffe2/CMakeFiles/verify_api_visibility.dir/__/aten/src/ATen/test/verify_api_visibility.cpp.o 2022-11-23T00:57:19.0573104Z [ 92%] Built target tensor_iterator_test 2022-11-23T00:57:19.0697435Z [ 92%] Built target thread_init_test 2022-11-23T00:57:19.0747646Z [ 92%] Building CXX object caffe2/CMakeFiles/vmap_test.dir/__/aten/src/ATen/test/vmap_test.cpp.o 2022-11-23T00:57:19.0870211Z [ 92%] Building CXX object caffe2/CMakeFiles/weakref_test.dir/__/aten/src/ATen/test/weakref_test.cpp.o 2022-11-23T00:57:19.3495719Z [ 92%] Linking CXX executable ../bin/type_test 2022-11-23T00:57:19.3897475Z [ 92%] Linking CXX executable ../bin/undefined_tensor_test 2022-11-23T00:57:19.4364144Z [ 92%] Built target variant_test 2022-11-23T00:57:19.4567063Z [ 92%] Building CXX object caffe2/CMakeFiles/wrapdim_test.dir/__/aten/src/ATen/test/wrapdim_test.cpp.o 2022-11-23T00:57:19.5156721Z [ 92%] Linking CXX executable ../bin/verify_api_visibility 2022-11-23T00:57:19.6295223Z [ 92%] Linking CXX executable ../bin/vmap_test 2022-11-23T00:57:19.7453979Z [ 92%] Linking CXX executable ../bin/weakref_test 2022-11-23T00:57:19.8842313Z [ 92%] Built target undefined_tensor_test 2022-11-23T00:57:19.9005106Z [ 92%] Building CXX object caffe2/CMakeFiles/xla_tensor_test.dir/__/aten/src/ATen/test/xla_tensor_test.cpp.o 2022-11-23T00:57:19.9476186Z [ 92%] Built target type_test 2022-11-23T00:57:19.9670734Z [ 92%] Building CXX object caffe2/CMakeFiles/ExclusivelyOwned_test.dir/__/aten/src/ATen/test/ExclusivelyOwned_test.cpp.o 2022-11-23T00:57:19.9970775Z [ 92%] Built target verify_api_visibility 2022-11-23T00:57:20.0172458Z [ 92%] Building CXX object caffe2/CMakeFiles/tensor_interop_test.dir/__/aten/src/ATen/test/tensor_interop_test.cpp.o 2022-11-23T00:57:20.0571652Z [ 92%] Linking CXX executable ../bin/wrapdim_test 2022-11-23T00:57:20.1692678Z [ 92%] Built target vmap_test 2022-11-23T00:57:20.1848867Z [ 92%] Building CXX object caffe2/CMakeFiles/IListRef_test.dir/__/aten/src/ATen/core/IListRef_test.cpp.o 2022-11-23T00:57:20.2278110Z [ 92%] Built target weakref_test 2022-11-23T00:57:20.2422276Z [ 92%] Building CXX object caffe2/CMakeFiles/List_test.dir/__/aten/src/ATen/core/List_test.cpp.o 2022-11-23T00:57:20.4023900Z [ 93%] Linking CXX executable ../bin/xla_tensor_test 2022-11-23T00:57:20.5415126Z [ 93%] Linking CXX executable ../bin/List_test 2022-11-23T00:57:20.6326858Z [ 93%] Built target wrapdim_test 2022-11-23T00:57:20.6496743Z [ 93%] Building CXX object caffe2/CMakeFiles/TensorImpl_test.dir/__/aten/src/ATen/core/TensorImpl_test.cpp.o 2022-11-23T00:57:20.7373425Z [ 93%] Linking CXX executable ../bin/IListRef_test 2022-11-23T00:57:20.7683749Z [ 93%] Linking CXX executable ../bin/ExclusivelyOwned_test 2022-11-23T00:57:20.8516648Z [ 93%] Linking CXX executable ../bin/tensor_interop_test 2022-11-23T00:57:20.9214147Z [ 93%] Built target xla_tensor_test 2022-11-23T00:57:20.9404158Z [ 93%] Building CXX object caffe2/CMakeFiles/KernelFunction_test.dir/__/aten/src/ATen/core/boxing/KernelFunction_test.cpp.o 2022-11-23T00:57:20.9743413Z [ 93%] Linking CXX executable ../bin/TensorImpl_test 2022-11-23T00:57:21.0431449Z [ 93%] Built target List_test 2022-11-23T00:57:21.0628854Z [ 93%] Building CXX object caffe2/CMakeFiles/kernel_function_legacy_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_function_legacy_test.cpp.o 2022-11-23T00:57:21.3500057Z [ 93%] Built target IListRef_test 2022-11-23T00:57:21.3647140Z [ 94%] Building CXX object caffe2/CMakeFiles/kernel_function_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_function_test.cpp.o 2022-11-23T00:57:21.3664288Z [ 94%] Linking CXX executable ../bin/kernel_function_legacy_test 2022-11-23T00:57:21.3806682Z [ 94%] Built target ExclusivelyOwned_test 2022-11-23T00:57:21.3995765Z [ 94%] Built target TensorImpl_test 2022-11-23T00:57:21.4039666Z [ 94%] Building CXX object caffe2/CMakeFiles/kernel_lambda_legacy_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_lambda_legacy_test.cpp.o 2022-11-23T00:57:21.4208500Z [ 94%] Building CXX object caffe2/CMakeFiles/kernel_lambda_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_lambda_test.cpp.o 2022-11-23T00:57:21.4255055Z [ 94%] Built target tensor_interop_test 2022-11-23T00:57:21.4503660Z [ 94%] Building CXX object caffe2/CMakeFiles/kernel_stackbased_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_stackbased_test.cpp.o 2022-11-23T00:57:21.6445049Z [ 94%] Linking CXX executable ../bin/KernelFunction_test 2022-11-23T00:57:21.7341032Z [ 94%] Linking CXX executable ../bin/kernel_lambda_test 2022-11-23T00:57:21.8071772Z [ 94%] Linking CXX executable ../bin/kernel_function_test 2022-11-23T00:57:21.8095896Z [ 94%] Linking CXX executable ../bin/kernel_lambda_legacy_test 2022-11-23T00:57:21.8143308Z [ 94%] Linking CXX executable ../bin/kernel_stackbased_test 2022-11-23T00:57:21.9163257Z [ 94%] Built target kernel_function_legacy_test 2022-11-23T00:57:21.9364603Z [ 94%] Building CXX object caffe2/CMakeFiles/make_boxed_from_unboxed_functor_test.dir/__/aten/src/ATen/core/boxing/impl/make_boxed_from_unboxed_functor_test.cpp.o 2022-11-23T00:57:22.1287675Z [ 94%] Built target KernelFunction_test 2022-11-23T00:57:22.1438623Z [ 94%] Building CXX object caffe2/CMakeFiles/CppSignature_test.dir/__/aten/src/ATen/core/dispatch/CppSignature_test.cpp.o 2022-11-23T00:57:22.2662171Z [ 94%] Built target kernel_stackbased_test 2022-11-23T00:57:22.2783016Z [ 94%] Building CXX object caffe2/CMakeFiles/backend_fallback_test.dir/__/aten/src/ATen/core/dispatch/backend_fallback_test.cpp.o 2022-11-23T00:57:22.3204664Z [ 94%] Linking CXX executable ../bin/CppSignature_test 2022-11-23T00:57:22.3682223Z [ 94%] Built target kernel_lambda_test 2022-11-23T00:57:22.3735357Z [ 94%] Linking CXX executable ../bin/make_boxed_from_unboxed_functor_test 2022-11-23T00:57:22.3854183Z [ 94%] Built target kernel_function_test 2022-11-23T00:57:22.3893245Z [ 94%] Building CXX object caffe2/CMakeFiles/op_allowlist_test.dir/__/aten/src/ATen/core/op_registration/op_allowlist_test.cpp.o 2022-11-23T00:57:22.4013779Z [ 94%] Building CXX object caffe2/CMakeFiles/op_registration_test.dir/__/aten/src/ATen/core/op_registration/op_registration_test.cpp.o 2022-11-23T00:57:22.4548268Z [ 94%] Built target kernel_lambda_legacy_test 2022-11-23T00:57:22.4707168Z [ 94%] Building CXX object caffe2/CMakeFiles/blob_test.dir/core/blob_test.cc.o 2022-11-23T00:57:22.6168906Z [ 94%] Linking CXX executable ../bin/op_allowlist_test 2022-11-23T00:57:22.7872282Z [ 94%] Linking CXX executable ../bin/op_registration_test 2022-11-23T00:57:22.7874620Z [ 94%] Built target CppSignature_test 2022-11-23T00:57:22.8044231Z [ 94%] Building CXX object caffe2/CMakeFiles/common_test.dir/core/common_test.cc.o 2022-11-23T00:57:22.8363769Z [ 94%] Linking CXX executable ../bin/backend_fallback_test 2022-11-23T00:57:22.9405345Z [ 94%] Built target make_boxed_from_unboxed_functor_test 2022-11-23T00:57:22.9525648Z [ 94%] Building CXX object caffe2/CMakeFiles/context_test.dir/core/context_test.cc.o 2022-11-23T00:57:22.9746573Z [ 94%] Linking CXX executable ../bin/blob_test 2022-11-23T00:57:22.9792735Z [ 94%] Linking CXX executable ../bin/common_test 2022-11-23T00:57:23.2089587Z [ 94%] Built target op_allowlist_test 2022-11-23T00:57:23.2243269Z [ 94%] Building CXX object caffe2/CMakeFiles/event_test.dir/core/event_test.cc.o 2022-11-23T00:57:23.2680115Z /usr/bin/ld: CMakeFiles/blob_test.dir/core/blob_test.cc.o: in function `caffe2::(anonymous namespace)::TypedTensorTest_BigTensorSerialization_Test::TestBody()': 2022-11-23T00:57:23.2681105Z blob_test.cc:(.text+0x41046): warning: the use of `tmpnam' is dangerous, better use `mkstemp' 2022-11-23T00:57:23.2881047Z [ 94%] Built target backend_fallback_test 2022-11-23T00:57:23.2924692Z [ 94%] Linking CXX executable ../bin/context_test 2022-11-23T00:57:23.3021817Z [ 94%] Building CXX object caffe2/CMakeFiles/graph_test.dir/core/graph_test.cc.o 2022-11-23T00:57:23.4183635Z [ 94%] Built target op_registration_test 2022-11-23T00:57:23.4320615Z [ 94%] Building CXX object caffe2/CMakeFiles/init_test.dir/core/init_test.cc.o 2022-11-23T00:57:23.5088690Z [ 94%] Built target common_test 2022-11-23T00:57:23.5197554Z [ 94%] Built target blob_test 2022-11-23T00:57:23.5201348Z [ 94%] Building CXX object caffe2/CMakeFiles/module_test.dir/core/module_test.cc.o 2022-11-23T00:57:23.5348265Z [ 94%] Building CXX object caffe2/CMakeFiles/net_async_tracing_test.dir/core/net_async_tracing_test.cc.o 2022-11-23T00:57:23.5730733Z [ 94%] Linking CXX executable ../bin/event_test 2022-11-23T00:57:23.6084843Z [ 94%] Linking CXX executable ../bin/init_test 2022-11-23T00:57:23.7576168Z [ 94%] Linking CXX executable ../bin/graph_test 2022-11-23T00:57:23.7908912Z [ 94%] Built target context_test 2022-11-23T00:57:23.8086327Z [ 94%] Building CXX object caffe2/CMakeFiles/net_dag_utils_test.dir/core/net_dag_utils_test.cc.o 2022-11-23T00:57:23.8691371Z [ 94%] Linking CXX executable ../bin/module_test 2022-11-23T00:57:23.9387094Z [ 94%] Linking CXX executable ../bin/net_async_tracing_test 2022-11-23T00:57:24.1448114Z [ 94%] Linking CXX executable ../bin/net_dag_utils_test 2022-11-23T00:57:24.1721913Z [ 94%] Built target event_test 2022-11-23T00:57:24.1862417Z [ 94%] Building CXX object caffe2/CMakeFiles/net_simple_refcount_test.dir/core/net_simple_refcount_test.cc.o 2022-11-23T00:57:24.2189252Z [ 94%] Built target init_test 2022-11-23T00:57:24.2348080Z [ 94%] Building CXX object caffe2/CMakeFiles/net_test.dir/core/net_test.cc.o 2022-11-23T00:57:24.3353639Z [ 94%] Built target graph_test 2022-11-23T00:57:24.3515630Z [ 94%] Building CXX object caffe2/CMakeFiles/observer_test.dir/core/observer_test.cc.o 2022-11-23T00:57:24.3567330Z [ 94%] Built target module_test 2022-11-23T00:57:24.3725768Z [ 94%] Building CXX object caffe2/CMakeFiles/operator_schema_test.dir/core/operator_schema_test.cc.o 2022-11-23T00:57:24.4655317Z [ 94%] Built target net_async_tracing_test 2022-11-23T00:57:24.4798294Z [ 94%] Building CXX object caffe2/CMakeFiles/operator_test.dir/core/operator_test.cc.o 2022-11-23T00:57:24.6428659Z [ 94%] Built target net_dag_utils_test 2022-11-23T00:57:24.6585347Z [ 94%] Building CXX object caffe2/CMakeFiles/parallel_net_test.dir/core/parallel_net_test.cc.o 2022-11-23T00:57:24.6801864Z [ 94%] Linking CXX executable ../bin/net_simple_refcount_test 2022-11-23T00:57:24.7314589Z [ 94%] Linking CXX executable ../bin/net_test 2022-11-23T00:57:24.8236848Z [ 94%] Linking CXX executable ../bin/observer_test 2022-11-23T00:57:24.8358641Z [ 94%] Linking CXX executable ../bin/operator_schema_test 2022-11-23T00:57:24.8993151Z [ 94%] Linking CXX executable ../bin/operator_test 2022-11-23T00:57:25.0999737Z [ 94%] Linking CXX executable ../bin/parallel_net_test 2022-11-23T00:57:25.2512794Z [ 94%] Built target net_simple_refcount_test 2022-11-23T00:57:25.2680011Z [ 94%] Building CXX object caffe2/CMakeFiles/plan_executor_test.dir/core/plan_executor_test.cc.o 2022-11-23T00:57:25.2755549Z [ 94%] Built target net_test 2022-11-23T00:57:25.2890248Z [ 94%] Built target operator_schema_test 2022-11-23T00:57:25.2947975Z [ 94%] Building CXX object caffe2/CMakeFiles/serialization_test.dir/core/serialization_test.cc.o 2022-11-23T00:57:25.3092566Z [ 94%] Building CXX object caffe2/CMakeFiles/stats_test.dir/core/stats_test.cc.o 2022-11-23T00:57:25.3590613Z [ 94%] Built target operator_test 2022-11-23T00:57:25.3887717Z [ 94%] Building CXX object caffe2/CMakeFiles/timer_test.dir/core/timer_test.cc.o 2022-11-23T00:57:25.3937895Z [ 94%] Built target observer_test 2022-11-23T00:57:25.4121702Z [ 94%] Building CXX object caffe2/CMakeFiles/transform_test.dir/core/transform_test.cc.o 2022-11-23T00:57:25.5412655Z [ 94%] Linking CXX executable ../bin/stats_test 2022-11-23T00:57:25.5474922Z [ 94%] Linking CXX executable ../bin/timer_test 2022-11-23T00:57:25.6032072Z [ 94%] Built target parallel_net_test 2022-11-23T00:57:25.6209209Z [ 94%] Building CXX object caffe2/CMakeFiles/workspace_test.dir/core/workspace_test.cc.o 2022-11-23T00:57:25.6852001Z [ 94%] Linking CXX executable ../bin/serialization_test 2022-11-23T00:57:25.7460967Z [ 94%] Linking CXX executable ../bin/plan_executor_test 2022-11-23T00:57:25.7617138Z [ 94%] Linking CXX executable ../bin/transform_test 2022-11-23T00:57:26.0589498Z [ 94%] Linking CXX executable ../bin/workspace_test 2022-11-23T00:57:26.1755222Z [ 94%] Built target stats_test 2022-11-23T00:57:26.1798654Z [ 94%] Built target timer_test 2022-11-23T00:57:26.1915667Z [ 94%] Building CXX object caffe2/CMakeFiles/inline_container_test.dir/serialize/inline_container_test.cc.o 2022-11-23T00:57:26.1917030Z [ 94%] Built target serialization_test 2022-11-23T00:57:26.1966635Z [ 94%] Building CXX object caffe2/CMakeFiles/fixed_divisor_test.dir/utils/fixed_divisor_test.cc.o 2022-11-23T00:57:26.2081792Z [ 94%] Building CXX object caffe2/CMakeFiles/math_test.dir/utils/math_test.cc.o 2022-11-23T00:57:26.2635335Z [ 94%] Built target plan_executor_test 2022-11-23T00:57:26.2799344Z [ 94%] Building CXX object caffe2/CMakeFiles/fatal_signal_asan_no_sig_test.dir/utils/fatal_signal_asan_no_sig_test.cc.o 2022-11-23T00:57:26.3267843Z [ 94%] Built target transform_test 2022-11-23T00:57:26.3455459Z [ 94%] Building CXX object caffe2/CMakeFiles/simple_queue_test.dir/utils/simple_queue_test.cc.o 2022-11-23T00:57:26.3708846Z [ 94%] Linking CXX executable ../bin/fixed_divisor_test 2022-11-23T00:57:26.3757835Z [ 94%] Linking CXX executable ../bin/inline_container_test 2022-11-23T00:57:26.4979788Z [ 94%] Linking CXX executable ../bin/fatal_signal_asan_no_sig_test 2022-11-23T00:57:26.5402582Z [ 94%] Linking CXX executable ../bin/simple_queue_test 2022-11-23T00:57:26.5587685Z [ 94%] Built target workspace_test 2022-11-23T00:57:26.5718208Z [ 94%] Building CXX object caffe2/CMakeFiles/proto_utils_test.dir/utils/proto_utils_test.cc.o 2022-11-23T00:57:26.5720880Z [ 94%] Linking CXX executable ../bin/math_test 2022-11-23T00:57:26.9410578Z [ 94%] Linking CXX executable ../bin/proto_utils_test 2022-11-23T00:57:26.9748899Z [ 94%] Built target fixed_divisor_test 2022-11-23T00:57:26.9801844Z [ 94%] Built target inline_container_test 2022-11-23T00:57:26.9892935Z [ 94%] Building CXX object caffe2/CMakeFiles/cpuid_test.dir/utils/cpuid_test.cc.o 2022-11-23T00:57:26.9986041Z [ 94%] Building CXX object caffe2/CMakeFiles/smart_tensor_printer_test.dir/utils/smart_tensor_printer_test.cc.o 2022-11-23T00:57:27.0336512Z [ 94%] Built target fatal_signal_asan_no_sig_test 2022-11-23T00:57:27.0492500Z [ 94%] Building CXX object caffe2/CMakeFiles/cast_test.dir/utils/cast_test.cc.o 2022-11-23T00:57:27.0688377Z [ 94%] Built target simple_queue_test 2022-11-23T00:57:27.0856440Z [ 94%] Building CXX object caffe2/CMakeFiles/predictor_test.dir/predictor/predictor_test.cc.o 2022-11-23T00:57:27.0969503Z [ 94%] Built target math_test 2022-11-23T00:57:27.1242077Z [ 94%] Building CXX object caffe2/CMakeFiles/data_filler_test.dir/predictor/emulator/data_filler_test.cc.o 2022-11-23T00:57:27.1568917Z [ 94%] Linking CXX executable ../bin/cpuid_test 2022-11-23T00:57:27.2002833Z /usr/bin/ld: CMakeFiles/proto_utils_test.dir/utils/proto_utils_test.cc.o: in function `caffe2::ProtoUtilsTest_SimpleReadWrite_Test::TestBody()': 2022-11-23T00:57:27.2003891Z proto_utils_test.cc:(.text+0x7c1): warning: the use of `tmpnam' is dangerous, better use `mkstemp' 2022-11-23T00:57:27.2671190Z [ 94%] Linking CXX executable ../bin/cast_test 2022-11-23T00:57:27.3602470Z [ 94%] Linking CXX executable ../bin/smart_tensor_printer_test 2022-11-23T00:57:27.3790511Z [ 94%] Built target proto_utils_test 2022-11-23T00:57:27.3962857Z [ 94%] Building CXX object caffe2/CMakeFiles/AlgorithmsTest.dir/core/nomnigraph/tests/AlgorithmsTest.cc.o 2022-11-23T00:57:27.4606843Z [ 94%] Linking CXX executable ../bin/predictor_test 2022-11-23T00:57:27.6130647Z [ 94%] Built target cpuid_test 2022-11-23T00:57:27.6284299Z [ 94%] Building CXX object caffe2/CMakeFiles/BinaryMatchImplTest.dir/core/nomnigraph/tests/BinaryMatchImplTest.cc.o 2022-11-23T00:57:27.6331946Z [ 94%] Linking CXX executable ../bin/AlgorithmsTest 2022-11-23T00:57:27.6339392Z [ 94%] Linking CXX executable ../bin/data_filler_test 2022-11-23T00:57:27.8540830Z [ 94%] Linking CXX executable ../bin/BinaryMatchImplTest 2022-11-23T00:57:27.8713924Z [ 94%] Built target smart_tensor_printer_test 2022-11-23T00:57:27.8736004Z [ 94%] Built target cast_test 2022-11-23T00:57:27.8854261Z [ 94%] Building CXX object caffe2/CMakeFiles/GraphTest.dir/core/nomnigraph/tests/GraphTest.cc.o 2022-11-23T00:57:27.9038337Z [ 94%] Building CXX object caffe2/CMakeFiles/MatchTest.dir/core/nomnigraph/tests/MatchTest.cc.o 2022-11-23T00:57:28.0354741Z [ 94%] Built target predictor_test 2022-11-23T00:57:28.0508478Z [ 94%] Building CXX object caffe2/CMakeFiles/NeuralNetTest.dir/core/nomnigraph/tests/NeuralNetTest.cc.o 2022-11-23T00:57:28.0685852Z [ 94%] Linking CXX executable ../bin/MatchTest 2022-11-23T00:57:28.0716476Z [ 94%] Linking CXX executable ../bin/GraphTest 2022-11-23T00:57:28.2090027Z [ 94%] Built target data_filler_test 2022-11-23T00:57:28.2242274Z [ 94%] Built target AlgorithmsTest 2022-11-23T00:57:28.2256364Z [ 94%] Building CXX object caffe2/CMakeFiles/SubgraphMatcherTest.dir/core/nomnigraph/tests/SubgraphMatcherTest.cc.o 2022-11-23T00:57:28.2398416Z [ 94%] Building CXX object caffe2/CMakeFiles/TarjansImplTest.dir/core/nomnigraph/tests/TarjansImplTest.cc.o 2022-11-23T00:57:28.2437914Z [ 94%] Linking CXX executable ../bin/NeuralNetTest 2022-11-23T00:57:28.3821631Z [ 94%] Built target BinaryMatchImplTest 2022-11-23T00:57:28.3938347Z [ 94%] Building CXX object caffe2/CMakeFiles/TopoSortTest.dir/core/nomnigraph/tests/TopoSortTest.cc.o 2022-11-23T00:57:28.4188894Z [ 94%] Linking CXX executable ../bin/TarjansImplTest 2022-11-23T00:57:28.4713020Z [ 94%] Linking CXX executable ../bin/SubgraphMatcherTest 2022-11-23T00:57:28.5962177Z [ 94%] Built target GraphTest 2022-11-23T00:57:28.6066628Z [ 94%] Linking CXX executable ../bin/TopoSortTest 2022-11-23T00:57:28.6104391Z [ 94%] Building CXX object caffe2/CMakeFiles/time_observer_test.dir/observers/time_observer_test.cc.o 2022-11-23T00:57:28.6445223Z [ 94%] Built target MatchTest 2022-11-23T00:57:28.6666519Z [ 94%] Building CXX object caffe2/CMakeFiles/ssa_test.dir/onnx/ssa_test.cc.o 2022-11-23T00:57:28.7782404Z [ 94%] Built target NeuralNetTest 2022-11-23T00:57:28.7915613Z [ 94%] Building CXX object caffe2/CMakeFiles/batch_matmul_op_test.dir/operators/batch_matmul_op_test.cc.o 2022-11-23T00:57:28.9550788Z [ 94%] Linking CXX executable ../bin/time_observer_test 2022-11-23T00:57:29.0038653Z [ 94%] Built target TarjansImplTest 2022-11-23T00:57:29.0151185Z [ 94%] Building CXX object caffe2/CMakeFiles/boolean_unmask_ops_test.dir/operators/boolean_unmask_ops_test.cc.o 2022-11-23T00:57:29.0255288Z [ 94%] Linking CXX executable ../bin/ssa_test 2022-11-23T00:57:29.0362362Z [ 94%] Built target SubgraphMatcherTest 2022-11-23T00:57:29.0560470Z [ 94%] Building CXX object caffe2/CMakeFiles/conv_transpose_op_mobile_test.dir/operators/conv_transpose_op_mobile_test.cc.o 2022-11-23T00:57:29.1859163Z [ 94%] Built target TopoSortTest 2022-11-23T00:57:29.1909135Z [ 94%] Linking CXX executable ../bin/batch_matmul_op_test 2022-11-23T00:57:29.1990162Z [ 94%] Building CXX object caffe2/CMakeFiles/elementwise_op_test.dir/operators/elementwise_op_test.cc.o 2022-11-23T00:57:29.3775924Z [ 94%] Linking CXX executable ../bin/boolean_unmask_ops_test 2022-11-23T00:57:29.4565256Z [ 94%] Built target ssa_test 2022-11-23T00:57:29.4747478Z [ 94%] Built target time_observer_test 2022-11-23T00:57:29.4785731Z [ 94%] Building CXX object caffe2/CMakeFiles/generate_proposals_op_test.dir/operators/generate_proposals_op_test.cc.o 2022-11-23T00:57:29.5048489Z [ 94%] Building CXX object caffe2/CMakeFiles/generate_proposals_op_util_boxes_test.dir/operators/generate_proposals_op_util_boxes_test.cc.o 2022-11-23T00:57:29.5253925Z [ 94%] Linking CXX executable ../bin/conv_transpose_op_mobile_test 2022-11-23T00:57:29.7681165Z [ 94%] Built target batch_matmul_op_test 2022-11-23T00:57:29.7821852Z [ 94%] Building CXX object caffe2/CMakeFiles/generate_proposals_op_util_nms_test.dir/operators/generate_proposals_op_util_nms_test.cc.o 2022-11-23T00:57:29.7877771Z [ 94%] Built target boolean_unmask_ops_test 2022-11-23T00:57:29.7943253Z [ 94%] Linking CXX executable ../bin/elementwise_op_test 2022-11-23T00:57:29.8090764Z [ 94%] Building CXX object caffe2/CMakeFiles/half_float_ops_test.dir/operators/half_float_ops_test.cc.o 2022-11-23T00:57:29.8490374Z [ 94%] Linking CXX executable ../bin/generate_proposals_op_util_boxes_test 2022-11-23T00:57:29.9402995Z [ 94%] Linking CXX executable ../bin/generate_proposals_op_test 2022-11-23T00:57:30.0237734Z [ 94%] Built target conv_transpose_op_mobile_test 2022-11-23T00:57:30.0407877Z [ 94%] Building CXX object caffe2/CMakeFiles/string_ops_test.dir/operators/string_ops_test.cc.o 2022-11-23T00:57:30.0723152Z [ 94%] Linking CXX executable ../bin/generate_proposals_op_util_nms_test 2022-11-23T00:57:30.2951593Z [ 94%] Linking CXX executable ../bin/half_float_ops_test 2022-11-23T00:57:30.3731817Z [ 94%] Built target elementwise_op_test 2022-11-23T00:57:30.3923259Z [ 94%] Building CXX object caffe2/CMakeFiles/text_file_reader_utils_test.dir/operators/text_file_reader_utils_test.cc.o 2022-11-23T00:57:30.3942250Z [ 94%] Built target generate_proposals_op_util_boxes_test 2022-11-23T00:57:30.4109078Z [ 94%] Built target generate_proposals_op_test 2022-11-23T00:57:30.4120610Z [ 94%] Building CXX object caffe2/CMakeFiles/utility_ops_test.dir/operators/utility_ops_test.cc.o 2022-11-23T00:57:30.4293719Z [ 94%] Building CXX object caffe2/CMakeFiles/int8_test.dir/operators/quantized/int8_test.cc.o 2022-11-23T00:57:30.5294143Z [ 94%] Linking CXX executable ../bin/string_ops_test 2022-11-23T00:57:30.6589282Z [ 94%] Built target generate_proposals_op_util_nms_test 2022-11-23T00:57:30.6746876Z [ 94%] Building CXX object caffe2/CMakeFiles/int8_roi_align_op_test.dir/operators/quantized/int8_roi_align_op_test.cc.o 2022-11-23T00:57:30.7391816Z [ 94%] Linking CXX executable ../bin/text_file_reader_utils_test 2022-11-23T00:57:30.7726121Z [ 94%] Built target half_float_ops_test 2022-11-23T00:57:30.7873001Z [ 94%] Building CXX object caffe2/CMakeFiles/backend_cutting_test.dir/opt/backend_cutting_test.cc.o 2022-11-23T00:57:30.7995146Z [ 94%] Linking CXX executable ../bin/utility_ops_test 2022-11-23T00:57:31.0118164Z /usr/bin/ld: CMakeFiles/text_file_reader_utils_test.dir/operators/text_file_reader_utils_test.cc.o: in function `caffe2::TextFileReaderUtilsTest_TokenizeTest_Test::TestBody()': 2022-11-23T00:57:31.0118882Z text_file_reader_utils_test.cc:(.text+0x1b01): warning: the use of `tmpnam' is dangerous, better use `mkstemp' 2022-11-23T00:57:31.0283756Z [ 94%] Linking CXX executable ../bin/backend_cutting_test 2022-11-23T00:57:31.0327877Z [ 94%] Linking CXX executable ../bin/int8_test 2022-11-23T00:57:31.0507590Z [ 94%] Linking CXX executable ../bin/int8_roi_align_op_test 2022-11-23T00:57:31.0846596Z [ 94%] Built target string_ops_test 2022-11-23T00:57:31.1014909Z [ 94%] Building CXX object caffe2/CMakeFiles/bound_shape_inference_test.dir/opt/bound_shape_inference_test.cc.o 2022-11-23T00:57:31.3418442Z [ 94%] Built target text_file_reader_utils_test 2022-11-23T00:57:31.3570460Z [ 94%] Building CXX object caffe2/CMakeFiles/converter_nomigraph_test.dir/opt/converter_nomigraph_test.cc.o 2022-11-23T00:57:31.4007921Z [ 94%] Built target utility_ops_test 2022-11-23T00:57:31.4165962Z [ 94%] Building CXX object caffe2/CMakeFiles/dead_code_elim_test.dir/opt/dead_code_elim_test.cc.o 2022-11-23T00:57:31.4840668Z [ 94%] Built target int8_roi_align_op_test 2022-11-23T00:57:31.4988354Z [ 94%] Building CXX object caffe2/CMakeFiles/device_test.dir/opt/device_test.cc.o 2022-11-23T00:57:31.5024451Z [ 94%] Built target int8_test 2022-11-23T00:57:31.5238545Z [ 94%] Building CXX object caffe2/CMakeFiles/distributed_test.dir/opt/distributed_test.cc.o 2022-11-23T00:57:31.5525610Z [ 94%] Built target backend_cutting_test 2022-11-23T00:57:31.5677162Z [ 94%] Building CXX object caffe2/CMakeFiles/mobile_test.dir/opt/mobile_test.cc.o 2022-11-23T00:57:31.5769618Z [ 94%] Linking CXX executable ../bin/bound_shape_inference_test 2022-11-23T00:57:31.7275290Z [ 94%] Linking CXX executable ../bin/device_test 2022-11-23T00:57:31.7482229Z [ 94%] Linking CXX executable ../bin/converter_nomigraph_test 2022-11-23T00:57:31.7830082Z [ 94%] Linking CXX executable ../bin/mobile_test 2022-11-23T00:57:31.8073080Z [ 94%] Linking CXX executable ../bin/dead_code_elim_test 2022-11-23T00:57:31.8121755Z [ 94%] Linking CXX executable ../bin/distributed_test 2022-11-23T00:57:32.1776602Z [ 94%] Built target bound_shape_inference_test 2022-11-23T00:57:32.1939809Z [ 94%] Building CXX object caffe2/CMakeFiles/split_slss_test.dir/opt/split_slss_test.cc.o 2022-11-23T00:57:32.2228077Z [ 94%] Built target dead_code_elim_test 2022-11-23T00:57:32.2412184Z [ 94%] Building CXX object caffe2/CMakeFiles/nnpack_test.dir/share/contrib/nnpack/nnpack_test.cc.o 2022-11-23T00:57:32.2589454Z [ 94%] Built target distributed_test 2022-11-23T00:57:32.2842265Z [ 94%] Building CXX object caffe2/CMakeFiles/depthwise3x3_conv_op_test.dir/share/contrib/depthwise/depthwise3x3_conv_op_test.cc.o 2022-11-23T00:57:32.3284549Z [ 94%] Built target device_test 2022-11-23T00:57:32.3446657Z [ 94%] Building CXX object caffe2/CMakeFiles/common_subexpression_elimination_test.dir/transforms/common_subexpression_elimination_test.cc.o 2022-11-23T00:57:32.3526394Z [ 94%] Built target mobile_test 2022-11-23T00:57:32.3577475Z [ 94%] Built target converter_nomigraph_test 2022-11-23T00:57:32.3696701Z [ 94%] Building CXX object caffe2/CMakeFiles/conv_to_nnpack_transform_test.dir/transforms/conv_to_nnpack_transform_test.cc.o 2022-11-23T00:57:32.3721068Z [ 94%] Building CXX object caffe2/CMakeFiles/pattern_net_transform_test.dir/transforms/pattern_net_transform_test.cc.o 2022-11-23T00:57:32.6185213Z [ 94%] Linking CXX executable ../bin/depthwise3x3_conv_op_test 2022-11-23T00:57:32.7008786Z [ 94%] Linking CXX executable ../bin/nnpack_test 2022-11-23T00:57:32.7051556Z [ 94%] Linking CXX executable ../bin/split_slss_test 2022-11-23T00:57:32.7112879Z [ 94%] Linking CXX executable ../bin/common_subexpression_elimination_test 2022-11-23T00:57:32.8230710Z [ 94%] Linking CXX executable ../bin/pattern_net_transform_test 2022-11-23T00:57:32.8443135Z [ 94%] Linking CXX executable ../bin/conv_to_nnpack_transform_test 2022-11-23T00:57:33.1544387Z [ 94%] Built target nnpack_test 2022-11-23T00:57:33.1683568Z [ 94%] Building CXX object caffe2/CMakeFiles/caffe2_pybind11_state.dir/python/pybind_state.cc.o 2022-11-23T00:57:33.2024437Z [ 94%] Built target depthwise3x3_conv_op_test 2022-11-23T00:57:33.2092916Z [ 95%] Building CXX object caffe2/CMakeFiles/caffe2_pybind11_state.dir/python/pybind_workspace.cc.o 2022-11-23T00:57:33.2601636Z [ 95%] Built target pattern_net_transform_test 2022-11-23T00:57:33.2650180Z [ 95%] Building CXX object caffe2/CMakeFiles/caffe2_pybind11_state.dir/python/pybind_state_dlpack.cc.o 2022-11-23T00:57:33.2847175Z [ 95%] Built target split_slss_test 2022-11-23T00:57:33.2908424Z [ 95%] Building CXX object caffe2/CMakeFiles/caffe2_pybind11_state.dir/python/pybind_state_nomni.cc.o 2022-11-23T00:57:33.3309254Z [ 95%] Built target common_subexpression_elimination_test 2022-11-23T00:57:33.3409304Z [ 95%] Building CXX object caffe2/CMakeFiles/caffe2_pybind11_state.dir/python/pybind_state_registry.cc.o 2022-11-23T00:57:33.3881941Z [ 95%] Built target conv_to_nnpack_transform_test 2022-11-23T00:57:33.3945714Z [ 95%] Building CXX object caffe2/CMakeFiles/caffe2_pybind11_state.dir/python/pybind_state_int8.cc.o 2022-11-23T00:57:33.5456951Z [ 95%] Building CXX object test_jit/CMakeFiles/torchbind_test.dir/test_custom_class_registrations.cpp.o 2022-11-23T00:57:33.5940951Z [ 95%] Building CXX object test_jit/CMakeFiles/jitbackend_test.dir/test_backend_lib.cpp.o 2022-11-23T00:57:33.6624137Z [ 95%] Building CXX object caffe2/CMakeFiles/caffe2_pybind11_state.dir/python/pybind_state_ideep.cc.o 2022-11-23T00:57:33.6837971Z [ 95%] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/test_backend_compiler_lib.cpp.o 2022-11-23T00:57:33.6998548Z [ 95%] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/test_backend_compiler_preprocess.cpp.o 2022-11-23T00:57:33.8455342Z [ 95%] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/__/__/__/torch/csrc/jit/mobile/profiler_edge.cpp.o 2022-11-23T00:57:34.0107453Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/__/common/main.cpp.o 2022-11-23T00:57:34.0671954Z [ 95%] Linking CXX shared library ../lib/libjitbackend_test.so 2022-11-23T00:57:34.1112042Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/padded_buffer.cpp.o 2022-11-23T00:57:34.1405963Z [ 95%] Linking CXX shared library ../lib/libbackend_with_compiler.so 2022-11-23T00:57:34.1642543Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/tutorial_tensorexpr.dir/tutorial.cpp.o 2022-11-23T00:57:34.3848825Z [ 95%] Linking CXX shared library ../lib/libtorchbind_test.so 2022-11-23T00:57:34.4396312Z [ 95%] Linking CXX shared module python/caffe2_pybind11_state.cpython-37m-x86_64-linux-gnu.so 2022-11-23T00:57:34.5743117Z [ 95%] Built target backend_with_compiler 2022-11-23T00:57:34.5810568Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_approx.cpp.o 2022-11-23T00:57:34.6326949Z [ 95%] Built target jitbackend_test 2022-11-23T00:57:34.6393036Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_aten.cpp.o 2022-11-23T00:57:34.8278470Z [ 95%] Building CXX object dist_autograd/CMakeFiles/test_dist_autograd.dir/__/common/main.cpp.o 2022-11-23T00:57:34.9114129Z [ 95%] Built target torchbind_test 2022-11-23T00:57:34.9175981Z [ 95%] Building CXX object dist_autograd/CMakeFiles/test_dist_autograd.dir/test_dist_autograd.cpp.o 2022-11-23T00:57:34.9859862Z [ 95%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/__/common/main.cpp.o 2022-11-23T00:57:35.0819382Z [ 95%] Linking CXX executable ../bin/tutorial_tensorexpr 2022-11-23T00:57:35.1906993Z [ 95%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/e2e_test_base.cpp.o 2022-11-23T00:57:35.1956101Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/__/common/main.cpp.o 2022-11-23T00:57:35.3776401Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/autograd.cpp.o 2022-11-23T00:57:35.3819430Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_boundsinference.cpp.o 2022-11-23T00:57:35.5038793Z [ 95%] Built target tutorial_tensorexpr 2022-11-23T00:57:35.5087729Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_conv.cpp.o 2022-11-23T00:57:35.6461886Z [ 95%] Linking CXX executable ../bin/test_dist_autograd 2022-11-23T00:57:35.9393934Z [ 95%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_wire_serialization.cpp.o 2022-11-23T00:57:36.0353565Z [ 95%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_e2e_tensorpipe.cpp.o 2022-11-23T00:57:36.1028433Z [ 95%] Built target test_dist_autograd 2022-11-23T00:57:36.1075755Z [ 95%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_tensorpipe_serialization.cpp.o 2022-11-23T00:57:36.2358795Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/any.cpp.o 2022-11-23T00:57:36.4215847Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_cpp_codegen.cpp.o 2022-11-23T00:57:36.7488679Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_dynamic_shapes.cpp.o 2022-11-23T00:57:36.7505491Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_expr.cpp.o 2022-11-23T00:57:36.7771507Z [ 95%] Linking CXX executable ../bin/test_cpp_rpc 2022-11-23T00:57:37.0364436Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/dataloader.cpp.o 2022-11-23T00:57:37.1838584Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/enum.cpp.o 2022-11-23T00:57:37.2173457Z [ 95%] Built target test_cpp_rpc 2022-11-23T00:57:37.2221812Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/expanding-array.cpp.o 2022-11-23T00:57:37.3775712Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/fft.cpp.o 2022-11-23T00:57:37.6646371Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_external_calls.cpp.o 2022-11-23T00:57:37.8065795Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_graph_opt.cpp.o 2022-11-23T00:57:37.8284641Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ir_printer.cpp.o 2022-11-23T00:57:37.9395950Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ir_verifier.cpp.o 2022-11-23T00:57:38.1376854Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/functional.cpp.o 2022-11-23T00:57:38.1664369Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/integration.cpp.o 2022-11-23T00:57:38.3720930Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/init.cpp.o 2022-11-23T00:57:38.4508010Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/jit.cpp.o 2022-11-23T00:57:38.5713385Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_kernel.cpp.o 2022-11-23T00:57:38.8232943Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_loopnest.cpp.o 2022-11-23T00:57:39.1381904Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_memdependency.cpp.o 2022-11-23T00:57:39.1908888Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ops.cpp.o 2022-11-23T00:57:39.2288144Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/memory.cpp.o 2022-11-23T00:57:39.4132922Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/meta_tensor.cpp.o 2022-11-23T00:57:39.4323575Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_quantization.cpp.o 2022-11-23T00:57:39.5744352Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/misc.cpp.o 2022-11-23T00:57:39.7794656Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/module.cpp.o 2022-11-23T00:57:40.0171800Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/moduledict.cpp.o 2022-11-23T00:57:40.1400691Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_memplanning.cpp.o 2022-11-23T00:57:40.2129646Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_reductions.cpp.o 2022-11-23T00:57:40.4965649Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_registerizer.cpp.o 2022-11-23T00:57:40.7915747Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_simplify.cpp.o 2022-11-23T00:57:40.8221817Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/modulelist.cpp.o 2022-11-23T00:57:40.8235664Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/modules.cpp.o 2022-11-23T00:57:40.9089108Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/nested.cpp.o 2022-11-23T00:57:41.1691904Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/parameterdict.cpp.o 2022-11-23T00:57:41.4303623Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_te_fuser_pass.cpp.o 2022-11-23T00:57:41.5142606Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_type.cpp.o 2022-11-23T00:57:41.6845924Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_type_specializations.cpp.o 2022-11-23T00:57:41.7002927Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_llvm.cpp.o 2022-11-23T00:57:41.8848751Z [ 96%] Built target caffe2_pybind11_state 2022-11-23T00:57:41.8912177Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/parameterlist.cpp.o 2022-11-23T00:57:41.8993295Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/namespace.cpp.o 2022-11-23T00:57:42.1438063Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/nn_utils.cpp.o 2022-11-23T00:57:42.2310337Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/optim.cpp.o 2022-11-23T00:57:42.4508901Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/ordered_dict.cpp.o 2022-11-23T00:57:42.4760073Z [ 96%] Linking CXX executable ../bin/test_tensorexpr 2022-11-23T00:57:42.5818053Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/rnn.cpp.o 2022-11-23T00:57:42.6589867Z [ 96%] Building CXX object test_api/CMakeFiles/parallel_benchmark.dir/parallel_benchmark.cpp.o 2022-11-23T00:57:42.8851847Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/sequential.cpp.o 2022-11-23T00:57:43.0828672Z [ 96%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/__/__/cpp/lite_interpreter_runtime/main.cpp.o 2022-11-23T00:57:43.2354121Z [ 96%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/test_context.cpp.o 2022-11-23T00:57:43.4284485Z [ 96%] Linking CXX executable ../bin/parallel_benchmark 2022-11-23T00:57:43.4405080Z [ 96%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/test_nnc_backend.cpp.o 2022-11-23T00:57:43.4483569Z [ 96%] Built target test_tensorexpr 2022-11-23T00:57:43.4534308Z [ 96%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/test_registry.cpp.o 2022-11-23T00:57:43.6350541Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/transformer.cpp.o 2022-11-23T00:57:43.6669605Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/serialize.cpp.o 2022-11-23T00:57:43.6837422Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/special.cpp.o 2022-11-23T00:57:43.8091893Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/static.cpp.o 2022-11-23T00:57:43.9158506Z [ 96%] Built target parallel_benchmark 2022-11-23T00:57:43.9222220Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/support.cpp.o 2022-11-23T00:57:44.0676642Z [ 96%] Linking CXX executable ../bin/test_mobile_nnc 2022-11-23T00:57:44.4087254Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_cuda.cpp.o 2022-11-23T00:57:44.4460545Z [ 96%] Building CXX object test_mobile_nnc/CMakeFiles/aot_model_compiler_test.dir/__/__/__/binaries/aot_model_compiler.cc.o 2022-11-23T00:57:44.5350103Z [ 96%] Built target test_mobile_nnc 2022-11-23T00:57:44.5410916Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_indexing.cpp.o 2022-11-23T00:57:44.5814520Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/__/common/main.cpp.o 2022-11-23T00:57:44.5968822Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_backend_device.cpp.o 2022-11-23T00:57:44.6404847Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_cache.cpp.o 2022-11-23T00:57:44.7673289Z [ 96%] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/shm.dir/core.cpp.o 2022-11-23T00:57:44.9405740Z [ 96%] Linking CXX shared library ../../../../lib/libshm.so 2022-11-23T00:57:44.9866727Z [ 96%] Building CXX object modules/detectron/CMakeFiles/caffe2_detectron_ops.dir/group_spatial_softmax_op.cc.o 2022-11-23T00:57:45.0229212Z [ 96%] Building CXX object modules/detectron/CMakeFiles/caffe2_detectron_ops.dir/ps_roi_pool_op.cc.o 2022-11-23T00:57:45.2849750Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_ir.cpp.o 2022-11-23T00:57:45.3009870Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_ir_util.cpp.o 2022-11-23T00:57:45.3039685Z [ 96%] Linking CXX executable ../bin/aot_model_compiler_test 2022-11-23T00:57:45.4219221Z [ 96%] Building CXX object modules/detectron/CMakeFiles/caffe2_detectron_ops.dir/roi_pool_f_op.cc.o 2022-11-23T00:57:45.4358046Z [ 96%] Built target shm 2022-11-23T00:57:45.4407654Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_misc.cpp.o 2022-11-23T00:57:45.4453032Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_options_cuda.cpp.o 2022-11-23T00:57:45.6955223Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_options.cpp.o 2022-11-23T00:57:45.7321341Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor.cpp.o 2022-11-23T00:57:45.7598673Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_permutation_util.cpp.o 2022-11-23T00:57:45.8311758Z [ 96%] Built target aot_model_compiler_test 2022-11-23T00:57:45.8357654Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_shape.cpp.o 2022-11-23T00:57:45.8517432Z [ 96%] Building CXX object modules/detectron/CMakeFiles/caffe2_detectron_ops.dir/sample_as_op.cc.o 2022-11-23T00:57:45.9679460Z [ 96%] Building CXX object modules/detectron/CMakeFiles/caffe2_detectron_ops.dir/select_smooth_l1_loss_op.cc.o 2022-11-23T00:57:46.1696172Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_trie_cache.cpp.o 2022-11-23T00:57:46.1833687Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_util.cpp.o 2022-11-23T00:57:46.3088824Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/torch_include.cpp.o 2022-11-23T00:57:46.3439782Z [ 96%] Building CXX object modules/detectron/CMakeFiles/caffe2_detectron_ops.dir/sigmoid_cross_entropy_loss_op.cc.o 2022-11-23T00:57:46.3868253Z [ 96%] Building CXX object modules/detectron/CMakeFiles/caffe2_detectron_ops.dir/sigmoid_focal_loss_op.cc.o 2022-11-23T00:57:46.5355886Z [ 96%] Building CXX object modules/detectron/CMakeFiles/caffe2_detectron_ops.dir/smooth_l1_loss_op.cc.o 2022-11-23T00:57:46.6306189Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_lazy_ops.cpp.o 2022-11-23T00:57:46.6986736Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_lazy_ops_util.cpp.o 2022-11-23T00:57:46.7230443Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/inference_mode.cpp.o 2022-11-23T00:57:46.7524554Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/grad_mode.cpp.o 2022-11-23T00:57:46.9405005Z [ 96%] Building CXX object modules/detectron/CMakeFiles/caffe2_detectron_ops.dir/softmax_focal_loss_op.cc.o 2022-11-23T00:57:47.0656911Z [ 96%] Building CXX object modules/detectron/CMakeFiles/caffe2_detectron_ops.dir/spatial_narrow_as_op.cc.o 2022-11-23T00:57:47.2528912Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/operations.cpp.o 2022-11-23T00:57:47.4116550Z [ 96%] Building CXX object modules/module_test/CMakeFiles/caffe2_module_test_dynamic.dir/module_test_dynamic.cc.o 2022-11-23T00:57:47.4763142Z [ 96%] Building CXX object modules/detectron/CMakeFiles/caffe2_detectron_ops.dir/upsample_nearest_op.cc.o 2022-11-23T00:57:47.5176195Z [ 96%] Building CXX object modules/observers/CMakeFiles/caffe2_observers.dir/net_observer_reporter_print.cc.o 2022-11-23T00:57:47.5930959Z [ 96%] Building CXX object modules/observers/CMakeFiles/caffe2_observers.dir/observer_config.cc.o 2022-11-23T00:57:47.6853877Z [ 96%] Linking CXX executable ../bin/test_lazy 2022-11-23T00:57:47.7590236Z [ 96%] Building CXX object modules/observers/CMakeFiles/caffe2_observers.dir/perf_observer.cc.o 2022-11-23T00:57:47.8985756Z [ 96%] Linking CXX shared library ../../lib/libcaffe2_module_test_dynamic.so 2022-11-23T00:57:48.0338384Z [ 96%] Linking CXX executable ../bin/test_api 2022-11-23T00:57:48.0836346Z [ 96%] Linking CXX shared library ../../lib/libcaffe2_detectron_ops.so 2022-11-23T00:57:48.1867002Z [ 96%] Linking CXX shared library ../../lib/libcaffe2_observers.so 2022-11-23T00:57:48.3822954Z [ 96%] Built target caffe2_module_test_dynamic 2022-11-23T00:57:48.3988340Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/common/main.cpp.o 2022-11-23T00:57:48.4091803Z [ 96%] Built target test_lazy 2022-11-23T00:57:48.4158360Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_add_if_then_else.cpp.o 2022-11-23T00:57:48.4174477Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_0.cpp.o 2022-11-23T00:57:48.5833417Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_1.cpp.o 2022-11-23T00:57:48.7636388Z [ 96%] Built target caffe2_observers 2022-11-23T00:57:48.7705488Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_2.cpp.o 2022-11-23T00:57:49.0338548Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_alias_analysis.cpp.o 2022-11-23T00:57:49.1326122Z [ 96%] Built target test_api 2022-11-23T00:57:49.1390061Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_argument_spec.cpp.o 2022-11-23T00:57:49.2218124Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_autodiff.cpp.o 2022-11-23T00:57:49.4995602Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_load_upgraders.cpp.o 2022-11-23T00:57:49.5452757Z [ 96%] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/torch_shm_manager.dir/manager.cpp.o 2022-11-23T00:57:49.5858859Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_3.cpp.o 2022-11-23T00:57:49.6961298Z [ 96%] Linking CXX executable ../../../../bin/torch_shm_manager 2022-11-23T00:57:49.7473050Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_op_replacement.cpp.o 2022-11-23T00:57:50.0860652Z [ 96%] Built target torch_shm_manager 2022-11-23T00:57:50.0920573Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_upgrader_utils.cpp.o 2022-11-23T00:57:50.0957977Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_4.cpp.o 2022-11-23T00:57:50.2308715Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_variable_methods.cpp.o 2022-11-23T00:57:50.2700945Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_0.cpp.o 2022-11-23T00:57:50.3934469Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_backend.cpp.o 2022-11-23T00:57:50.7164545Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_import.cpp.o 2022-11-23T00:57:50.7642228Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_parser.cpp.o 2022-11-23T00:57:50.8217755Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_type.cpp.o 2022-11-23T00:57:50.8522960Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_1.cpp.o 2022-11-23T00:57:51.1792903Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_2.cpp.o 2022-11-23T00:57:51.2523101Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nn_functions.cpp.o 2022-11-23T00:57:51.3760179Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_fft_functions.cpp.o 2022-11-23T00:57:51.3932663Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_code_template.cpp.o 2022-11-23T00:57:51.4677094Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_linalg_functions.cpp.o 2022-11-23T00:57:51.6450747Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nested_functions.cpp.o 2022-11-23T00:57:51.7974850Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_concat_opt.cpp.o 2022-11-23T00:57:51.8468188Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_constant_pooling.cpp.o 2022-11-23T00:57:51.8469274Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_sparse_functions.cpp.o 2022-11-23T00:57:52.0103497Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_special_functions.cpp.o 2022-11-23T00:57:52.0755068Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_cleanup_passes.cpp.o 2022-11-23T00:57:52.1881944Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_return_types.cpp.o 2022-11-23T00:57:52.2730903Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_create_autodiff_subgraphs.cpp.o 2022-11-23T00:57:52.4414792Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_enum_tag.cpp.o 2022-11-23T00:57:52.4968174Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_class.cpp.o 2022-11-23T00:57:52.6077067Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_class_registrations.cpp.o 2022-11-23T00:57:52.6256973Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_operators.cpp.o 2022-11-23T00:57:52.8644768Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DataLoader.cpp.o 2022-11-23T00:57:53.2936449Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Device.cpp.o 2022-11-23T00:57:53.3419230Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_dce.cpp.o 2022-11-23T00:57:53.4451607Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_fuser.cpp.o 2022-11-23T00:57:53.4791185Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Dtype.cpp.o 2022-11-23T00:57:53.7224694Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_graph_executor.cpp.o 2022-11-23T00:57:53.7736703Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DynamicTypes.cpp.o 2022-11-23T00:57:54.3051435Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_graph_iterator.cpp.o 2022-11-23T00:57:54.3217370Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_cs_debug_info_serialization.cpp.o 2022-11-23T00:57:54.3591992Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Exceptions.cpp.o 2022-11-23T00:57:54.5699648Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_inliner.cpp.o 2022-11-23T00:57:54.9594738Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_interface.cpp.o 2022-11-23T00:57:55.0572718Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Generator.cpp.o 2022-11-23T00:57:55.0823143Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_interpreter.cpp.o 2022-11-23T00:57:55.2185585Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Layout.cpp.o 2022-11-23T00:57:55.2911501Z [ 98%] Built target caffe2_detectron_ops 2022-11-23T00:57:55.2970152Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/MemoryFormat.cpp.o 2022-11-23T00:57:55.5672782Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/QScheme.cpp.o 2022-11-23T00:57:55.6872500Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_ir.cpp.o 2022-11-23T00:57:55.7386507Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Module.cpp.o 2022-11-23T00:57:55.8025104Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/python_dimname.cpp.o 2022-11-23T00:57:55.8845993Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_irparser.cpp.o 2022-11-23T00:57:55.9328432Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_jit_type.cpp.o 2022-11-23T00:57:56.2727495Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Size.cpp.o 2022-11-23T00:57:56.3044285Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Storage.cpp.o 2022-11-23T00:57:56.3171467Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageMethods.cpp.o 2022-11-23T00:57:56.5524476Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_interpreter.cpp.o 2022-11-23T00:57:56.5610465Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_interpreter_direct.cpp.o 2022-11-23T00:57:56.6486291Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_trainer.cpp.o 2022-11-23T00:57:56.9283155Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_memory_dag.cpp.o 2022-11-23T00:57:57.2000509Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageSharing.cpp.o 2022-11-23T00:57:57.2280953Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_misc.cpp.o 2022-11-23T00:57:57.3517347Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Stream.cpp.o 2022-11-23T00:57:57.3591191Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_mobile_type_parser.cpp.o 2022-11-23T00:57:57.4606060Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/TypeInfo.cpp.o 2022-11-23T00:57:57.7832849Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_module_api.cpp.o 2022-11-23T00:57:57.9414831Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/api/src/python/init.cpp.o 2022-11-23T00:57:58.0767640Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/functions/init.cpp.o 2022-11-23T00:57:58.0786986Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_peephole_optimize.cpp.o 2022-11-23T00:57:58.2742895Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_qualified_name.cpp.o 2022-11-23T00:57:58.4681282Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/init.cpp.o 2022-11-23T00:57:58.5675430Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_save_load.cpp.o 2022-11-23T00:57:58.6825423Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/profiler_python.cpp.o 2022-11-23T00:57:58.7753993Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_anomaly_mode.cpp.o 2022-11-23T00:57:58.8256809Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_schema_info.cpp.o 2022-11-23T00:57:59.1115508Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_schema_matching.cpp.o 2022-11-23T00:57:59.1443647Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_stack_opt.cpp.o 2022-11-23T00:57:59.2567104Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_matcher.cpp.o 2022-11-23T00:57:59.4026467Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_saved_variable_hooks.cpp.o 2022-11-23T00:57:59.4156197Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_cpp_function.cpp.o 2022-11-23T00:57:59.4343341Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_engine.cpp.o 2022-11-23T00:57:59.7915043Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_rewriter.cpp.o 2022-11-23T00:57:59.8658571Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_function.cpp.o 2022-11-23T00:57:59.9088276Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_utils.cpp.o 2022-11-23T00:58:00.1250870Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_hook.cpp.o 2022-11-23T00:58:00.2045843Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_union.cpp.o 2022-11-23T00:58:00.5580833Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_utils.cpp.o 2022-11-23T00:58:00.5962994Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_legacy_variable.cpp.o 2022-11-23T00:58:00.6577704Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_script_profile.cpp.o 2022-11-23T00:58:00.6708139Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_nested_functions_manual.cpp.o 2022-11-23T00:58:01.0294804Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_torch_functions_manual.cpp.o 2022-11-23T00:58:01.1723215Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable.cpp.o 2022-11-23T00:58:01.2882090Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_shape_analysis.cpp.o 2022-11-23T00:58:01.3271106Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_jit_logging_levels.cpp.o 2022-11-23T00:58:01.3900775Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable_indexing.cpp.o 2022-11-23T00:58:01.4217142Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_file_format.cpp.o 2022-11-23T00:58:01.6634131Z [ 98%] Building C object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/eval_frame.c.o 2022-11-23T00:58:01.8175920Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_flatbuffer.cpp.o 2022-11-23T00:58:01.8394371Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/guards.cpp.o 2022-11-23T00:58:01.8704314Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/init.cpp.o 2022-11-23T00:58:01.8947324Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/functorch/init.cpp.o 2022-11-23T00:58:01.9868390Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/backends/backend_init.cpp.o 2022-11-23T00:58:02.1531580Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/codegen/cuda/python_frontend/python_bindings.cpp.o 2022-11-23T00:58:02.2550461Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/init.cpp.o 2022-11-23T00:58:02.4913581Z [ 98%] Linking CXX executable ../bin/test_jit 2022-11-23T00:58:02.7216202Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx.cpp.o 2022-11-23T00:58:02.7444188Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/cast_all_constant_to_floating.cpp.o 2022-11-23T00:58:02.7588137Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/deduplicate_initializers.cpp.o 2022-11-23T00:58:02.8598273Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eval_peephole.cpp.o 2022-11-23T00:58:03.0902943Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_fold.cpp.o 2022-11-23T00:58:03.1348809Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_map.cpp.o 2022-11-23T00:58:03.1552739Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eliminate_unused_items.cpp.o 2022-11-23T00:58:03.3692767Z [ 98%] Built target test_jit 2022-11-23T00:58:03.3755542Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/fixup_onnx_controlflow.cpp.o 2022-11-23T00:58:03.5013921Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/list_model_parameters.cpp.o 2022-11-23T00:58:03.5347881Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_substitution.cpp.o 2022-11-23T00:58:03.5898072Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/helper.cpp.o 2022-11-23T00:58:03.6083701Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/peephole.cpp.o 2022-11-23T00:58:03.7035634Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/preprocess_for_onnx.cpp.o 2022-11-23T00:58:03.7978634Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/prepare_division_for_onnx.cpp.o 2022-11-23T00:58:03.9898113Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/scalar_type_analysis.cpp.o 2022-11-23T00:58:04.0209922Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/unpack_quantized_weights.cpp.o 2022-11-23T00:58:04.0434602Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.cpp.o 2022-11-23T00:58:04.0935167Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/shape_type_inference.cpp.o 2022-11-23T00:58:04.1025003Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_extraction.cpp.o 2022-11-23T00:58:04.1429835Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/onnx_log.cpp.o 2022-11-23T00:58:04.2910183Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/naming.cpp.o 2022-11-23T00:58:04.2956161Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/pybind_utils.cpp.o 2022-11-23T00:58:04.4632478Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.cpp.o 2022-11-23T00:58:04.5068194Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/common.cpp.o 2022-11-23T00:58:04.5436499Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.cpp.o 2022-11-23T00:58:04.7627761Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.cpp.o 2022-11-23T00:58:04.7875571Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_arg_flatten.cpp.o 2022-11-23T00:58:04.8516506Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_custom_class.cpp.o 2022-11-23T00:58:04.9115103Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_dict.cpp.o 2022-11-23T00:58:04.9328737Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_interpreter.cpp.o 2022-11-23T00:58:05.1540819Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_ir.cpp.o 2022-11-23T00:58:05.2283159Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_list.cpp.o 2022-11-23T00:58:05.3940084Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tracer.cpp.o 2022-11-23T00:58:05.6891274Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/script_init.cpp.o 2022-11-23T00:58:05.7468069Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/concrete_module_type.cpp.o 2022-11-23T00:58:05.8431419Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/tree_views.cpp.o 2022-11-23T00:58:05.9436947Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_sugared_value.cpp.o 2022-11-23T00:58:05.9973922Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tree_views.cpp.o 2022-11-23T00:58:06.0410989Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/static/init.cpp.o 2022-11-23T00:58:06.1529922Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/tensorexpr/tensorexpr_init.cpp.o 2022-11-23T00:58:06.3220104Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/monitor/python_init.cpp.o 2022-11-23T00:58:06.4721052Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/multiprocessing/init.cpp.o 2022-11-23T00:58:06.4877842Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/onnx/init.cpp.o 2022-11-23T00:58:06.7282393Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/profiler/python/init.cpp.o 2022-11-23T00:58:06.7579134Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/serialization.cpp.o 2022-11-23T00:58:06.8487566Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/tensor/python_tensor.cpp.o 2022-11-23T00:58:06.8903324Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/init.cpp.o 2022-11-23T00:58:06.9393223Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/throughput_benchmark.cpp.o 2022-11-23T00:58:07.2142905Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils.cpp.o 2022-11-23T00:58:07.3087431Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/cuda_lazy_init.cpp.o 2022-11-23T00:58:07.4493883Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/invalid_arguments.cpp.o 2022-11-23T00:58:07.5869858Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/nested.cpp.o 2022-11-23T00:58:07.6130079Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/object_ptr.cpp.o 2022-11-23T00:58:07.7479972Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_arg_parser.cpp.o 2022-11-23T00:58:07.7918230Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_dispatch.cpp.o 2022-11-23T00:58:07.8191879Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_symnode.cpp.o 2022-11-23T00:58:07.8512178Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/pybind.cpp.o 2022-11-23T00:58:08.0425645Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/structseq.cpp.o 2022-11-23T00:58:08.2366976Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_apply.cpp.o 2022-11-23T00:58:08.2886890Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_dtypes.cpp.o 2022-11-23T00:58:08.3758999Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_layouts.cpp.o 2022-11-23T00:58:08.3915355Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_memoryformats.cpp.o 2022-11-23T00:58:08.4300492Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_qschemes.cpp.o 2022-11-23T00:58:08.5226488Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_list.cpp.o 2022-11-23T00:58:08.7211218Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_new.cpp.o 2022-11-23T00:58:08.8060202Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_numpy.cpp.o 2022-11-23T00:58:08.8098639Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_types.cpp.o 2022-11-23T00:58:09.0675153Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/disable_torch_function.cpp.o 2022-11-23T00:58:09.0705689Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/verbose.cpp.o 2022-11-23T00:58:09.1404197Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/init.cpp.o 2022-11-23T00:58:09.1551410Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/python_util.cpp.o 2022-11-23T00:58:09.3859472Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/init_flatbuffer_module.cpp.o 2022-11-23T00:58:09.5035401Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/__/test/cpp/jit/torch_python_test.cpp.o 2022-11-23T00:58:09.5054143Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/itt.cpp.o 2022-11-23T00:58:09.5226747Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/c10d/init.cpp.o 2022-11-23T00:58:09.5810977Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/c10d/python_comm_hook.cpp.o 2022-11-23T00:58:09.7972290Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/autograd/init.cpp.o 2022-11-23T00:58:09.9606755Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/init.cpp.o 2022-11-23T00:58:10.1891689Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/py_rref.cpp.o 2022-11-23T00:58:10.2230094Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/python_functions.cpp.o 2022-11-23T00:58:10.2653971Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/python_rpc_handler.cpp.o 2022-11-23T00:58:10.4147894Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/request_callback_impl.cpp.o 2022-11-23T00:58:10.4621978Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/testing/init.cpp.o 2022-11-23T00:58:10.7443239Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/unpickled_python_call.cpp.o 2022-11-23T00:58:10.9705534Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/unpickled_python_remote_call.cpp.o 2022-11-23T00:58:10.9814768Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/register_distributed_ops.cpp.o 2022-11-23T00:58:11.6331537Z [100%] Linking CXX shared library ../../lib/libtorch_python.so 2022-11-23T00:58:13.1825096Z [100%] Built target torch_python 2022-11-23T00:58:13.1953424Z [100%] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/dim/dim.cpp.o 2022-11-23T00:58:13.1953952Z [100%] Building CXX object caffe2/torch/CMakeFiles/nnapi_backend.dir/csrc/jit/backends/nnapi/nnapi_backend_lib.cpp.o 2022-11-23T00:58:13.1960192Z [100%] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/init_dim_only.cpp.o 2022-11-23T00:58:13.1960776Z [100%] Building CXX object caffe2/torch/CMakeFiles/nnapi_backend.dir/csrc/jit/backends/nnapi/nnapi_backend_preprocess.cpp.o 2022-11-23T00:58:13.7610280Z [100%] Linking CXX shared library ../../lib/libnnapi_backend.so 2022-11-23T00:58:13.7786464Z [100%] Linking CXX shared module functorch.so 2022-11-23T00:58:14.1668681Z [100%] Built target nnapi_backend 2022-11-23T00:58:14.1728281Z [100%] Built target functorch 2022-11-23T00:58:14.2004676Z Install the project... 2022-11-23T00:58:14.2047970Z -- Install configuration: "Release" 2022-11-23T00:58:14.2323891Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/protoc-3.13.0.0" to "$ORIGIN/../lib" 2022-11-23T00:58:14.4906804Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libc10.so" to "$ORIGIN" 2022-11-23T00:58:14.5138472Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_CompileTimeFunctionPointer_test" to "$ORIGIN" 2022-11-23T00:58:14.5145796Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DeviceGuard_test" to "$ORIGIN" 2022-11-23T00:58:14.5152964Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Device_test" to "$ORIGIN" 2022-11-23T00:58:14.5161328Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DispatchKeySet_test" to "$ORIGIN" 2022-11-23T00:58:14.5168997Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_StreamGuard_test" to "$ORIGIN" 2022-11-23T00:58:14.5176172Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SymInt_test" to "$ORIGIN" 2022-11-23T00:58:14.5184187Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_InlineDeviceGuard_test" to "$ORIGIN" 2022-11-23T00:58:14.5192417Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_InlineStreamGuard_test" to "$ORIGIN" 2022-11-23T00:58:14.5200470Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SizesAndStrides_test" to "$ORIGIN" 2022-11-23T00:58:14.5208831Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Array_test" to "$ORIGIN" 2022-11-23T00:58:14.5216686Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Bitset_test" to "$ORIGIN" 2022-11-23T00:58:14.5235629Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_C++17_test" to "$ORIGIN" 2022-11-23T00:58:14.5243295Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ConstexprCrc_test" to "$ORIGIN" 2022-11-23T00:58:14.5251216Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DeadlockDetection_test" to "$ORIGIN" 2022-11-23T00:58:14.5259219Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Half_test" to "$ORIGIN" 2022-11-23T00:58:14.5268108Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_LeftRight_test" to "$ORIGIN" 2022-11-23T00:58:14.5277219Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Metaprogramming_test" to "$ORIGIN" 2022-11-23T00:58:14.5297785Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SmallVectorTest" to "$ORIGIN" 2022-11-23T00:58:14.5306568Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Synchronized_test" to "$ORIGIN" 2022-11-23T00:58:14.5314503Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ThreadLocal_test" to "$ORIGIN" 2022-11-23T00:58:14.5322723Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeIndex_test" to "$ORIGIN" 2022-11-23T00:58:14.5330723Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeList_test" to "$ORIGIN" 2022-11-23T00:58:14.5338673Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeTraits_test" to "$ORIGIN" 2022-11-23T00:58:14.5347083Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_accumulate_test" to "$ORIGIN" 2022-11-23T00:58:14.5355406Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_bfloat16_test" to "$ORIGIN" 2022-11-23T00:58:14.5364017Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_complex_math_test" to "$ORIGIN" 2022-11-23T00:58:14.5372492Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_complex_test" to "$ORIGIN" 2022-11-23T00:58:14.5387939Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_either_test" to "$ORIGIN" 2022-11-23T00:58:14.5396714Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_exception_test" to "$ORIGIN" 2022-11-23T00:58:14.5405293Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_flags_test" to "$ORIGIN" 2022-11-23T00:58:14.5427069Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_intrusive_ptr_test" to "$ORIGIN" 2022-11-23T00:58:14.5435597Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_irange_test" to "$ORIGIN" 2022-11-23T00:58:14.5444741Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_logging_test" to "$ORIGIN" 2022-11-23T00:58:14.5456611Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_optional_test" to "$ORIGIN" 2022-11-23T00:58:14.5466674Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ordered_preserving_dict_test" to "$ORIGIN" 2022-11-23T00:58:14.5475422Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_registry_test" to "$ORIGIN" 2022-11-23T00:58:14.5485282Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_string_view_test" to "$ORIGIN" 2022-11-23T00:58:14.5493821Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_tempfile_test" to "$ORIGIN" 2022-11-23T00:58:14.5502895Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_typeid_test" to "$ORIGIN" 2022-11-23T00:58:14.5512742Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_intrusive_ptr_benchmark" to "$ORIGIN" 2022-11-23T00:58:15.0344987Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_cpu.so" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0349121Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch.so" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0354409Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_global_deps.so" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0365185Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/Dict_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0374075Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/Dimname_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0383946Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/MaybeOwned_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0393826Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/NamedTensor_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0403680Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/apply_utils_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0413135Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/atest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0422447Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/basic" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0432097Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/broadcast_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0441737Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpu_generator_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0450649Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpu_profiling_allocator_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0464698Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpu_rng_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0473656Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/dispatch_key_set_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0482475Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/dlconvertor_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0491989Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/extension_backend_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0500445Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/half_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0513809Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/ivalue_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0522747Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/lazy_tensor_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0531480Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/math_kernel_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0539828Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/memory_format_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0549088Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/memory_overlapping_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0558100Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/mobile_memory_cleanup" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0567536Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/native_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0575618Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/operator_name_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0583963Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/operators_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0594670Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/packedtensoraccessor_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0604706Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/pow_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0614192Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/quantized_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0623155Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/reduce_ops_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0632087Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/reportMemoryUsage_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0641478Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/scalar_tensor_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0650338Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/scalar_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0659421Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/stride_properties_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0672552Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/tensor_iterator_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0681415Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/test_parallel" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0685310Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/thread_init_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0694358Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/type_ptr_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0704217Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/type_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0713191Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/undefined_tensor_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0721311Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/variant_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0725988Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/verify_api_visibility" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0736636Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/vmap_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0745571Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/weakref_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0753572Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/wrapdim_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0762473Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/xla_tensor_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0771771Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/ExclusivelyOwned_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0785520Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/tensor_interop_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0794459Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/IListRef_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0809405Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/List_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0818242Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/TensorImpl_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0828508Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/KernelFunction_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0845815Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_function_legacy_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0859878Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_function_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0878622Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_lambda_legacy_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0893874Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_lambda_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0903189Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_stackbased_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0917655Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/make_boxed_from_unboxed_functor_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0939085Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/CppSignature_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0948492Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/backend_fallback_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0957045Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/op_allowlist_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.0998666Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/op_registration_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1031088Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/blob_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1039028Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/common_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1048167Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/context_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1057185Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/event_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1066658Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/graph_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1075422Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/init_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1084763Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/module_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1093288Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/net_async_tracing_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1102712Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/net_dag_utils_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1116241Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/net_simple_refcount_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1130296Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/net_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1143869Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/observer_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1157695Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/operator_schema_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1172967Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/operator_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1183214Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/parallel_net_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1197016Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/plan_executor_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1206368Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/serialization_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1215196Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/stats_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1223370Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/timer_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1237355Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/transform_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1246585Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/workspace_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1255491Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/inline_container_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1274752Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/fixed_divisor_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1284857Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/math_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1294120Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/fatal_signal_asan_no_sig_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1303095Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/simple_queue_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1311757Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/proto_utils_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1320569Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpuid_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1329077Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/smart_tensor_printer_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1351781Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cast_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1360510Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/predictor_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1369348Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/data_filler_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1379010Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/AlgorithmsTest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1387916Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/BinaryMatchImplTest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1396610Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/GraphTest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1405231Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/MatchTest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1416270Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/NeuralNetTest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1425735Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/SubgraphMatcherTest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1435679Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/TarjansImplTest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1444605Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/TopoSortTest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1457275Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/time_observer_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1469662Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/ssa_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1482061Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/batch_matmul_op_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1494989Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/boolean_unmask_ops_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1507945Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/conv_transpose_op_mobile_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1521051Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/elementwise_op_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1534381Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/generate_proposals_op_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1543730Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/generate_proposals_op_util_boxes_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1554620Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/generate_proposals_op_util_nms_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1567512Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/half_float_ops_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1580114Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/string_ops_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1589250Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/text_file_reader_utils_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1601942Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/utility_ops_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1617073Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/int8_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1629445Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/int8_roi_align_op_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1642456Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/backend_cutting_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1656565Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/bound_shape_inference_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1665476Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/converter_nomigraph_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1678053Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/dead_code_elim_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1690724Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/device_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1703559Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/distributed_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1716345Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/mobile_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1725314Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/split_slss_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1738648Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/nnpack_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1751809Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/depthwise3x3_conv_op_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1760974Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/common_subexpression_elimination_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1769451Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/conv_to_nnpack_transform_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.1783779Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/pattern_net_transform_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:15.2120907Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/python3.7/site-packages/caffe2/python/caffe2_pybind11_state.cpython-37m-x86_64-linux-gnu.so" to "$ORIGIN/../../torch/lib:/opt/conda/lib" 2022-11-23T00:58:17.0870489Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorchbind_test.so" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:17.0875991Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libjitbackend_test.so" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:17.0883216Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libbackend_with_compiler.so" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:17.0946120Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_jit" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:17.1080908Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_tensorexpr" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:17.1088034Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/tutorial_tensorexpr" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:17.1099216Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/FileStoreTest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:17.1109764Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/TCPStoreTest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:17.1119037Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/HashStoreTest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:17.1130134Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_dist_autograd" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:17.1142546Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_cpp_rpc" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:17.1292341Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_api" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:17.1305278Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_mobile_nnc" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:17.1311152Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/aot_model_compiler_test" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:17.1356915Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_lazy" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:17.1544413Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_python.so" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:17.1552212Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libshm.so" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:17.1560714Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/torch_shm_manager" to "$ORIGIN/../lib:/opt/conda/lib" 2022-11-23T00:58:17.1892063Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libcaffe2_detectron_ops.so" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:17.1899680Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libcaffe2_module_test_dynamic.so" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:17.1907337Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libcaffe2_observers.so" to "$ORIGIN:/opt/conda/lib" 2022-11-23T00:58:17.1917591Z -- Set runtime path of "/var/lib/jenkins/workspace/functorch/functorch.so" to "$ORIGIN/../torch/lib:/opt/conda/lib" 2022-11-23T00:58:17.2899855Z running bdist_wheel 2022-11-23T00:58:17.7468623Z running build 2022-11-23T00:58:17.7468894Z running build_py 2022-11-23T00:58:17.7512028Z creating build/lib.linux-x86_64-cpython-37 2022-11-23T00:58:17.7512403Z creating build/lib.linux-x86_64-cpython-37/caffe2 2022-11-23T00:58:17.7513121Z copying caffe2/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2 2022-11-23T00:58:17.7514999Z creating build/lib.linux-x86_64-cpython-37/functorch 2022-11-23T00:58:17.7515463Z copying functorch/__init__.py -> build/lib.linux-x86_64-cpython-37/functorch 2022-11-23T00:58:17.7520971Z creating build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:58:17.7521590Z copying torch/_VF.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:58:17.7522462Z copying torch/__config__.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:58:17.7523020Z copying torch/__future__.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:58:17.7524071Z copying torch/__init__.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:58:17.7525691Z copying torch/_appdirs.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:58:17.7526725Z copying torch/_classes.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:58:17.7527893Z copying torch/_deploy.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:58:17.7528825Z copying torch/_jit_internal.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:58:17.7530528Z copying torch/_linalg_utils.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:58:17.7531194Z copying torch/_lobpcg.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:58:17.7532499Z copying torch/_lowrank.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:58:17.7533402Z copying torch/_meta_registrations.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:58:17.7534886Z copying torch/_namedtensor_internals.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:58:17.7535779Z copying torch/_ops.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:58:17.7536911Z copying torch/_python_dispatcher.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:58:17.7537907Z copying torch/_six.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:58:17.7539380Z copying torch/_sources.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:58:17.7540249Z copying torch/_storage_docs.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:58:17.7541187Z copying torch/_tensor.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:58:17.7542770Z copying torch/_tensor_docs.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:58:17.7544599Z copying torch/_tensor_str.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:58:17.7545992Z copying torch/_torch_docs.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:58:17.7549673Z copying torch/_utils.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:58:17.7550887Z copying torch/_utils_internal.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:58:17.7551998Z copying torch/_vmap_internals.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:58:17.7552971Z copying torch/_weights_only_unpickler.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:58:17.7553888Z copying torch/functional.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:58:17.7555702Z copying torch/hub.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:58:17.7557118Z copying torch/library.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:58:17.7558095Z copying torch/overrides.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:58:17.7559765Z copying torch/quasirandom.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:58:17.7560820Z copying torch/random.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:58:17.7561725Z copying torch/return_types.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:58:17.7562679Z copying torch/serialization.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:58:17.7564243Z copying torch/storage.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:58:17.7565209Z copying torch/torch_version.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:58:17.7566258Z copying torch/types.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:58:17.7567243Z copying torch/version.py -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:58:17.7570256Z creating build/lib.linux-x86_64-cpython-37/torchgen 2022-11-23T00:58:17.7570651Z copying torchgen/__init__.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-11-23T00:58:17.7572150Z copying torchgen/code_template.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-11-23T00:58:17.7573044Z copying torchgen/context.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-11-23T00:58:17.7574197Z copying torchgen/gen.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-11-23T00:58:17.7575891Z copying torchgen/gen_backend_stubs.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-11-23T00:58:17.7576944Z copying torchgen/gen_functionalization_type.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-11-23T00:58:17.7579221Z copying torchgen/gen_lazy_tensor.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-11-23T00:58:17.7579825Z copying torchgen/gen_vmap_plumbing.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-11-23T00:58:17.7580372Z copying torchgen/local.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-11-23T00:58:17.7581013Z copying torchgen/model.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-11-23T00:58:17.7583430Z copying torchgen/native_function_generation.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-11-23T00:58:17.7584516Z copying torchgen/utils.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-11-23T00:58:17.7587440Z creating build/lib.linux-x86_64-cpython-37/caffe2/contrib 2022-11-23T00:58:17.7587842Z copying caffe2/contrib/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib 2022-11-23T00:58:17.7590744Z creating build/lib.linux-x86_64-cpython-37/caffe2/core 2022-11-23T00:58:17.7591131Z copying caffe2/core/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/core 2022-11-23T00:58:17.7593523Z creating build/lib.linux-x86_64-cpython-37/caffe2/distributed 2022-11-23T00:58:17.7594036Z copying caffe2/distributed/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/distributed 2022-11-23T00:58:17.7595027Z copying caffe2/distributed/file_store_handler_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/distributed 2022-11-23T00:58:17.7596006Z copying caffe2/distributed/redis_store_handler_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/distributed 2022-11-23T00:58:17.7596991Z copying caffe2/distributed/store_ops_test_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/distributed 2022-11-23T00:58:17.7598966Z creating build/lib.linux-x86_64-cpython-37/caffe2/experiments 2022-11-23T00:58:17.7599433Z copying caffe2/experiments/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/experiments 2022-11-23T00:58:17.7601620Z creating build/lib.linux-x86_64-cpython-37/caffe2/perfkernels 2022-11-23T00:58:17.7602411Z copying caffe2/perfkernels/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/perfkernels 2022-11-23T00:58:17.7603203Z copying caffe2/perfkernels/hp_emblookup_codegen.py -> build/lib.linux-x86_64-cpython-37/caffe2/perfkernels 2022-11-23T00:58:17.7606162Z creating build/lib.linux-x86_64-cpython-37/caffe2/proto 2022-11-23T00:58:17.7606656Z copying caffe2/proto/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/proto 2022-11-23T00:58:17.7607381Z copying caffe2/proto/gen_proto_typestubs_helper.py -> build/lib.linux-x86_64-cpython-37/caffe2/proto 2022-11-23T00:58:17.7608148Z copying caffe2/proto/torch_pb2.py -> build/lib.linux-x86_64-cpython-37/caffe2/proto 2022-11-23T00:58:17.7609313Z copying caffe2/proto/caffe2_pb2.py -> build/lib.linux-x86_64-cpython-37/caffe2/proto 2022-11-23T00:58:17.7611079Z copying caffe2/proto/caffe2_legacy_pb2.py -> build/lib.linux-x86_64-cpython-37/caffe2/proto 2022-11-23T00:58:17.7611955Z copying caffe2/proto/hsm_pb2.py -> build/lib.linux-x86_64-cpython-37/caffe2/proto 2022-11-23T00:58:17.7612661Z copying caffe2/proto/metanet_pb2.py -> build/lib.linux-x86_64-cpython-37/caffe2/proto 2022-11-23T00:58:17.7614245Z copying caffe2/proto/predictor_consts_pb2.py -> build/lib.linux-x86_64-cpython-37/caffe2/proto 2022-11-23T00:58:17.7615261Z copying caffe2/proto/prof_dag_pb2.py -> build/lib.linux-x86_64-cpython-37/caffe2/proto 2022-11-23T00:58:17.7628247Z creating build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7628795Z copying caffe2/python/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7629816Z copying caffe2/python/_import_c_extension.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7631102Z copying caffe2/python/allcompare_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7632262Z copying caffe2/python/attention.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7633127Z copying caffe2/python/benchmark_generator.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7633965Z copying caffe2/python/binarysize.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7635006Z copying caffe2/python/brew.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7636665Z copying caffe2/python/brew_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7637557Z copying caffe2/python/build.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7638518Z copying caffe2/python/cached_reader.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7639784Z copying caffe2/python/caffe_translator.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7641503Z copying caffe2/python/caffe_translator_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7642401Z copying caffe2/python/checkpoint.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7643330Z copying caffe2/python/checkpoint_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7644427Z copying caffe2/python/clean_workspace_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7645762Z copying caffe2/python/cnn.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7646870Z copying caffe2/python/context.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7648731Z copying caffe2/python/context_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7649671Z copying caffe2/python/control.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7650892Z copying caffe2/python/control_ops_grad.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7652063Z copying caffe2/python/control_ops_grad_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7652917Z copying caffe2/python/control_ops_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7654306Z copying caffe2/python/control_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7655230Z copying caffe2/python/convert.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7656141Z copying caffe2/python/convert_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7657401Z copying caffe2/python/convnet_benchmarks.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7658731Z copying caffe2/python/convnet_benchmarks_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7659610Z copying caffe2/python/core.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7661654Z copying caffe2/python/core_gradients_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7662984Z copying caffe2/python/core_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7664241Z copying caffe2/python/crf.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7665458Z copying caffe2/python/crf_predict.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7666881Z copying caffe2/python/crf_viterbi_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7668023Z copying caffe2/python/data_parallel_model.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7669648Z copying caffe2/python/data_parallel_model_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7671042Z copying caffe2/python/data_workers.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7672883Z copying caffe2/python/data_workers_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7673436Z copying caffe2/python/dataio.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7674002Z copying caffe2/python/dataio_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7675008Z copying caffe2/python/dataset.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7676306Z copying caffe2/python/db_file_reader.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7677154Z copying caffe2/python/db_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7678078Z copying caffe2/python/device_checker.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7678949Z copying caffe2/python/dyndep.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7680227Z copying caffe2/python/embedding_generation_benchmark.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7681168Z copying caffe2/python/experiment_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7681906Z copying caffe2/python/extension_loader.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7683026Z copying caffe2/python/fakefp16_transform_lib.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7684052Z copying caffe2/python/filler_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7685033Z copying caffe2/python/functional.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7686150Z copying caffe2/python/functional_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7687358Z copying caffe2/python/fused_8bit_rowwise_conversion_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7688144Z copying caffe2/python/gradient_check_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7689077Z copying caffe2/python/gradient_checker.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7690166Z copying caffe2/python/gru_cell.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7691475Z copying caffe2/python/hip_test_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7692461Z copying caffe2/python/hsm_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7693165Z copying caffe2/python/hypothesis_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7695026Z copying caffe2/python/hypothesis_test_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7696186Z copying caffe2/python/ideep_test_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7696837Z copying caffe2/python/layer_model_helper.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7698408Z copying caffe2/python/layer_model_instantiator.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7699294Z copying caffe2/python/layer_parameter_sharing_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7700585Z copying caffe2/python/layer_test_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7701441Z copying caffe2/python/layers_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7702970Z copying caffe2/python/lazy.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7704097Z copying caffe2/python/lazy_dyndep.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7705093Z copying caffe2/python/lazy_dyndep_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7706066Z copying caffe2/python/lengths_reducer_fused_8bit_rowwise_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7706990Z copying caffe2/python/lengths_reducer_rowwise_8bit_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7708143Z copying caffe2/python/lstm_benchmark.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7709248Z copying caffe2/python/memonger.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7710370Z copying caffe2/python/memonger_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7711792Z copying caffe2/python/mkl_test_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7712814Z copying caffe2/python/model_device_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7713941Z copying caffe2/python/model_helper.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7714984Z copying caffe2/python/model_helper_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7716038Z copying caffe2/python/modifier_context.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7716965Z copying caffe2/python/muji.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7718998Z copying caffe2/python/muji_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7719499Z copying caffe2/python/net_builder.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7721149Z copying caffe2/python/net_builder_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7722872Z copying caffe2/python/net_drawer.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7723375Z copying caffe2/python/net_printer.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7724365Z copying caffe2/python/net_printer_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7725531Z copying caffe2/python/nomnigraph.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7726122Z copying caffe2/python/nomnigraph_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7728002Z copying caffe2/python/nomnigraph_transformations.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7728524Z copying caffe2/python/nomnigraph_transformations_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7729828Z copying caffe2/python/normalizer.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7730895Z copying caffe2/python/normalizer_context.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7731903Z copying caffe2/python/normalizer_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7733259Z copying caffe2/python/numa_benchmark.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7734254Z copying caffe2/python/numa_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7735246Z copying caffe2/python/observer_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7736320Z copying caffe2/python/operator_fp_exceptions_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7737366Z copying caffe2/python/optimizer.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7738803Z copying caffe2/python/optimizer_context.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7739928Z copying caffe2/python/optimizer_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7741036Z copying caffe2/python/optimizer_test_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7742202Z copying caffe2/python/parallel_workers.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7743383Z copying caffe2/python/parallel_workers_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7744277Z copying caffe2/python/parallelize_bmuf_distributed_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7745328Z copying caffe2/python/pipeline.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7747214Z copying caffe2/python/pipeline_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7747824Z copying caffe2/python/predictor_constants.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7748483Z copying caffe2/python/python_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7750094Z copying caffe2/python/queue_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7750547Z copying caffe2/python/record_queue.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7751581Z copying caffe2/python/recurrent.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7752616Z copying caffe2/python/regularizer.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7754082Z copying caffe2/python/regularizer_context.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7754838Z copying caffe2/python/regularizer_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7756093Z copying caffe2/python/rnn_cell.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7757580Z copying caffe2/python/schema.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7759439Z copying caffe2/python/schema_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7760056Z copying caffe2/python/scope.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7761170Z copying caffe2/python/scope_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7762523Z copying caffe2/python/session.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7763461Z copying caffe2/python/session_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7764770Z copying caffe2/python/sparse_to_dense_mask_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7765817Z copying caffe2/python/sparse_to_dense_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7767248Z copying caffe2/python/task.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7768539Z copying caffe2/python/task_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7769597Z copying caffe2/python/test_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7770780Z copying caffe2/python/text_file_reader.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7771758Z copying caffe2/python/timeout_guard.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7773059Z copying caffe2/python/toy_regression_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7774056Z copying caffe2/python/transformations.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7775735Z copying caffe2/python/transformations_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7776586Z copying caffe2/python/tt_core.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7777761Z copying caffe2/python/tt_core_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7778812Z copying caffe2/python/utils.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7779642Z copying caffe2/python/utils_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7781179Z copying caffe2/python/visualize.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7781853Z copying caffe2/python/workspace.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7783078Z copying caffe2/python/workspace_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:17.7785785Z creating build/lib.linux-x86_64-cpython-37/caffe2/quantization 2022-11-23T00:58:17.7786211Z copying caffe2/quantization/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization 2022-11-23T00:58:17.7788008Z creating build/lib.linux-x86_64-cpython-37/caffe2/contrib/aten 2022-11-23T00:58:17.7788414Z copying caffe2/contrib/aten/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/aten 2022-11-23T00:58:17.7790067Z copying caffe2/contrib/aten/aten_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/aten 2022-11-23T00:58:17.7790504Z copying caffe2/contrib/aten/gen_op.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/aten 2022-11-23T00:58:17.7792326Z creating build/lib.linux-x86_64-cpython-37/caffe2/contrib/gloo 2022-11-23T00:58:17.7792751Z copying caffe2/contrib/gloo/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/gloo 2022-11-23T00:58:17.7793521Z copying caffe2/contrib/gloo/gloo_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/gloo 2022-11-23T00:58:17.7795711Z creating build/lib.linux-x86_64-cpython-37/caffe2/contrib/nccl 2022-11-23T00:58:17.7797201Z copying caffe2/contrib/nccl/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/nccl 2022-11-23T00:58:17.7797982Z copying caffe2/contrib/nccl/nccl_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/nccl 2022-11-23T00:58:17.7798575Z creating build/lib.linux-x86_64-cpython-37/caffe2/contrib/nnpack 2022-11-23T00:58:17.7799328Z copying caffe2/contrib/nnpack/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/nnpack 2022-11-23T00:58:17.7800242Z copying caffe2/contrib/nnpack/nnpack_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/nnpack 2022-11-23T00:58:17.7803235Z creating build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground 2022-11-23T00:58:17.7803665Z copying caffe2/contrib/playground/AnyExp.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground 2022-11-23T00:58:17.7804843Z copying caffe2/contrib/playground/AnyExpOnTerm.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground 2022-11-23T00:58:17.7806188Z copying caffe2/contrib/playground/ModuleRegister.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground 2022-11-23T00:58:17.7806875Z copying caffe2/contrib/playground/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground 2022-11-23T00:58:17.7808435Z copying caffe2/contrib/playground/checkpoint.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground 2022-11-23T00:58:17.7809454Z copying caffe2/contrib/playground/compute_loss.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground 2022-11-23T00:58:17.7810614Z copying caffe2/contrib/playground/compute_topk_accuracy.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground 2022-11-23T00:58:17.7812563Z copying caffe2/contrib/playground/meter.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground 2022-11-23T00:58:17.7813616Z copying caffe2/contrib/playground/module_map.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground 2022-11-23T00:58:17.7814683Z copying caffe2/contrib/playground/output_generator.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground 2022-11-23T00:58:17.7817305Z creating build/lib.linux-x86_64-cpython-37/caffe2/contrib/prof 2022-11-23T00:58:17.7818040Z copying caffe2/contrib/prof/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/prof 2022-11-23T00:58:17.7818848Z copying caffe2/contrib/prof/cuda_profile_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/prof 2022-11-23T00:58:17.7820816Z creating build/lib.linux-x86_64-cpython-37/caffe2/contrib/script 2022-11-23T00:58:17.7821470Z copying caffe2/contrib/script/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/script 2022-11-23T00:58:17.7823670Z creating build/lib.linux-x86_64-cpython-37/caffe2/contrib/tensorboard 2022-11-23T00:58:17.7824323Z copying caffe2/contrib/tensorboard/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/tensorboard 2022-11-23T00:58:17.7825293Z copying caffe2/contrib/tensorboard/tensorboard.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/tensorboard 2022-11-23T00:58:17.7826227Z copying caffe2/contrib/tensorboard/tensorboard_exporter.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/tensorboard 2022-11-23T00:58:17.7828083Z copying caffe2/contrib/tensorboard/tensorboard_exporter_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/tensorboard 2022-11-23T00:58:17.7828986Z copying caffe2/contrib/tensorboard/tensorboard_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/tensorboard 2022-11-23T00:58:17.7830945Z creating build/lib.linux-x86_64-cpython-37/caffe2/contrib/warpctc 2022-11-23T00:58:17.7831542Z copying caffe2/contrib/warpctc/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/warpctc 2022-11-23T00:58:17.7832360Z copying caffe2/contrib/warpctc/ctc_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/warpctc 2022-11-23T00:58:17.7833938Z creating build/lib.linux-x86_64-cpython-37/caffe2/contrib/aten/docs 2022-11-23T00:58:17.7834467Z copying caffe2/contrib/aten/docs/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/aten/docs 2022-11-23T00:58:17.7835336Z copying caffe2/contrib/aten/docs/sample.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/aten/docs 2022-11-23T00:58:17.7838148Z creating build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo 2022-11-23T00:58:17.7838842Z copying caffe2/contrib/playground/resnetdemo/IN1k_resnet.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo 2022-11-23T00:58:17.7839803Z copying caffe2/contrib/playground/resnetdemo/IN1k_resnet_no_test_model.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo 2022-11-23T00:58:17.7840832Z copying caffe2/contrib/playground/resnetdemo/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo 2022-11-23T00:58:17.7841744Z copying caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_forward.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo 2022-11-23T00:58:17.7842924Z copying caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_param_update.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo 2022-11-23T00:58:17.7843668Z copying caffe2/contrib/playground/resnetdemo/explicit_resnet_forward.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo 2022-11-23T00:58:17.7845184Z copying caffe2/contrib/playground/resnetdemo/explicit_resnet_param_update.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo 2022-11-23T00:58:17.7854440Z copying caffe2/contrib/playground/resnetdemo/gfs_IN1k.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo 2022-11-23T00:58:17.7855988Z copying caffe2/contrib/playground/resnetdemo/override_no_test_model_no_checkpoint.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo 2022-11-23T00:58:17.7856911Z copying caffe2/contrib/playground/resnetdemo/rendezvous_filestore.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo 2022-11-23T00:58:17.7857369Z creating build/lib.linux-x86_64-cpython-37/caffe2/contrib/script/examples 2022-11-23T00:58:17.7857836Z copying caffe2/contrib/script/examples/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/script/examples 2022-11-23T00:58:17.7858258Z creating build/lib.linux-x86_64-cpython-37/caffe2/core/nomnigraph 2022-11-23T00:58:17.7858716Z copying caffe2/core/nomnigraph/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/core/nomnigraph 2022-11-23T00:58:17.7859201Z copying caffe2/core/nomnigraph/op_gen.py -> build/lib.linux-x86_64-cpython-37/caffe2/core/nomnigraph 2022-11-23T00:58:17.7859679Z creating build/lib.linux-x86_64-cpython-37/caffe2/experiments/python 2022-11-23T00:58:17.7860176Z copying caffe2/experiments/python/SparseTransformer.py -> build/lib.linux-x86_64-cpython-37/caffe2/experiments/python 2022-11-23T00:58:17.7860704Z copying caffe2/experiments/python/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/experiments/python 2022-11-23T00:58:17.7861192Z copying caffe2/experiments/python/convnet_benchmarks.py -> build/lib.linux-x86_64-cpython-37/caffe2/experiments/python 2022-11-23T00:58:17.7861913Z copying caffe2/experiments/python/device_reduce_sum_bench.py -> build/lib.linux-x86_64-cpython-37/caffe2/experiments/python 2022-11-23T00:58:17.7862454Z copying caffe2/experiments/python/funhash_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/experiments/python 2022-11-23T00:58:17.7863062Z copying caffe2/experiments/python/net_construct_bench.py -> build/lib.linux-x86_64-cpython-37/caffe2/experiments/python 2022-11-23T00:58:17.7863997Z copying caffe2/experiments/python/sparse_funhash_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/experiments/python 2022-11-23T00:58:17.7865214Z copying caffe2/experiments/python/sparse_reshape_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/experiments/python 2022-11-23T00:58:17.7866320Z copying caffe2/experiments/python/tt_contraction_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/experiments/python 2022-11-23T00:58:17.7867285Z copying caffe2/experiments/python/tt_pad_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/experiments/python 2022-11-23T00:58:17.7869433Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/docs 2022-11-23T00:58:17.7870280Z copying caffe2/python/docs/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/docs 2022-11-23T00:58:17.7871159Z copying caffe2/python/docs/formatter.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/docs 2022-11-23T00:58:17.7871947Z copying caffe2/python/docs/generator.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/docs 2022-11-23T00:58:17.7873052Z copying caffe2/python/docs/github.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/docs 2022-11-23T00:58:17.7874123Z copying caffe2/python/docs/parser.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/docs 2022-11-23T00:58:17.7876271Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/examples 2022-11-23T00:58:17.7876802Z copying caffe2/python/examples/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/examples 2022-11-23T00:58:17.7877755Z copying caffe2/python/examples/char_rnn.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/examples 2022-11-23T00:58:17.7879454Z copying caffe2/python/examples/imagenet_trainer.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/examples 2022-11-23T00:58:17.7880596Z copying caffe2/python/examples/lmdb_create_example.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/examples 2022-11-23T00:58:17.7881320Z copying caffe2/python/examples/resnet50_trainer.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/examples 2022-11-23T00:58:17.7883775Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/fakelowp 2022-11-23T00:58:17.7884331Z copying caffe2/python/fakelowp/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/fakelowp 2022-11-23T00:58:17.7885015Z copying caffe2/python/fakelowp/init_shared_libs.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/fakelowp 2022-11-23T00:58:17.7885917Z copying caffe2/python/fakelowp/test_utils.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/fakelowp 2022-11-23T00:58:17.7889457Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-11-23T00:58:17.7890226Z copying caffe2/python/helpers/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-11-23T00:58:17.7891039Z copying caffe2/python/helpers/algebra.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-11-23T00:58:17.7892042Z copying caffe2/python/helpers/arg_scope.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-11-23T00:58:17.7893191Z copying caffe2/python/helpers/array_helpers.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-11-23T00:58:17.7894626Z copying caffe2/python/helpers/control_ops.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-11-23T00:58:17.7896611Z copying caffe2/python/helpers/conv.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-11-23T00:58:17.7897409Z copying caffe2/python/helpers/db_input.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-11-23T00:58:17.7898524Z copying caffe2/python/helpers/dropout.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-11-23T00:58:17.7899732Z copying caffe2/python/helpers/elementwise_linear.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-11-23T00:58:17.7900938Z copying caffe2/python/helpers/fc.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-11-23T00:58:17.7902290Z copying caffe2/python/helpers/nonlinearity.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-11-23T00:58:17.7903599Z copying caffe2/python/helpers/normalization.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-11-23T00:58:17.7905210Z copying caffe2/python/helpers/pooling.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-11-23T00:58:17.7906451Z copying caffe2/python/helpers/quantization.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-11-23T00:58:17.7907710Z copying caffe2/python/helpers/tools.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-11-23T00:58:17.7909001Z copying caffe2/python/helpers/train.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-11-23T00:58:17.7914237Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:58:17.7914770Z copying caffe2/python/ideep/LRN_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:58:17.7915551Z copying caffe2/python/ideep/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:58:17.7916461Z copying caffe2/python/ideep/adam_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:58:17.7917560Z copying caffe2/python/ideep/blobs_queue_db_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:58:17.7918696Z copying caffe2/python/ideep/channel_shuffle_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:58:17.7919858Z copying caffe2/python/ideep/concat_split_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:58:17.7920910Z copying caffe2/python/ideep/conv_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:58:17.7922057Z copying caffe2/python/ideep/conv_transpose_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:58:17.7923163Z copying caffe2/python/ideep/convfusion_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:58:17.7924230Z copying caffe2/python/ideep/copy_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:58:17.7925269Z copying caffe2/python/ideep/dropout_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:58:17.7926337Z copying caffe2/python/ideep/elementwise_sum_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:58:17.7927483Z copying caffe2/python/ideep/expanddims_squeeze_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:58:17.7928877Z copying caffe2/python/ideep/fc_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:58:17.7929819Z copying caffe2/python/ideep/leaky_relu_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:58:17.7930855Z copying caffe2/python/ideep/moment_sgd_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:58:17.7931912Z copying caffe2/python/ideep/operator_fallback_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:58:17.7933595Z copying caffe2/python/ideep/order_switch_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:58:17.7934452Z copying caffe2/python/ideep/pool_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:58:17.7935695Z copying caffe2/python/ideep/pre_convert_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:58:17.7936807Z copying caffe2/python/ideep/relu_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:58:17.7937979Z copying caffe2/python/ideep/reshape_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:58:17.7939266Z copying caffe2/python/ideep/shape_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:58:17.7940260Z copying caffe2/python/ideep/sigmoid_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:58:17.7941258Z copying caffe2/python/ideep/softmax_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:58:17.7942417Z copying caffe2/python/ideep/spatial_bn_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:58:17.7943320Z copying caffe2/python/ideep/test_ideep_net.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:58:17.7944302Z copying caffe2/python/ideep/transform_ideep_net.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:58:17.7945513Z copying caffe2/python/ideep/transpose_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:58:17.7947056Z copying caffe2/python/ideep/weightedsum_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-11-23T00:58:17.7952436Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.7952883Z copying caffe2/python/layers/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.7954036Z copying caffe2/python/layers/adaptive_weight.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.7955248Z copying caffe2/python/layers/add_bias.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.7956371Z copying caffe2/python/layers/arc_cosine_feature_map.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.7957448Z copying caffe2/python/layers/batch_huber_loss.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.7958749Z copying caffe2/python/layers/batch_lr_loss.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.7959959Z copying caffe2/python/layers/batch_mse_loss.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.7960997Z copying caffe2/python/layers/batch_normalization.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.7962148Z copying caffe2/python/layers/batch_sigmoid_cross_entropy_loss.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.7963097Z copying caffe2/python/layers/batch_softmax_loss.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.7964086Z copying caffe2/python/layers/blob_weighted_sum.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.7965165Z copying caffe2/python/layers/bpr_loss.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.7966070Z copying caffe2/python/layers/bucket_weighted.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.7967621Z copying caffe2/python/layers/build_index.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.7968603Z copying caffe2/python/layers/concat.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.7969747Z copying caffe2/python/layers/constant_weight.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.7970952Z copying caffe2/python/layers/conv.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.7971862Z copying caffe2/python/layers/dropout.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.7972981Z copying caffe2/python/layers/fc.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.7974492Z copying caffe2/python/layers/fc_with_bootstrap.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.7975422Z copying caffe2/python/layers/fc_without_bias.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.7976871Z copying caffe2/python/layers/feature_sparse_to_dense.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.7977747Z copying caffe2/python/layers/functional.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.7979014Z copying caffe2/python/layers/gather_record.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.7980179Z copying caffe2/python/layers/homotopy_weight.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.7981391Z copying caffe2/python/layers/label_smooth.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.7982480Z copying caffe2/python/layers/last_n_window_collector.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.7983665Z copying caffe2/python/layers/layer_normalization.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.7984876Z copying caffe2/python/layers/layers.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.7986044Z copying caffe2/python/layers/margin_rank_loss.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.7987154Z copying caffe2/python/layers/merge_id_lists.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.7987952Z copying caffe2/python/layers/pairwise_similarity.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.7989094Z copying caffe2/python/layers/position_weighted.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.7990121Z copying caffe2/python/layers/random_fourier_features.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.7991302Z copying caffe2/python/layers/reservoir_sampling.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.7992363Z copying caffe2/python/layers/sampling_train.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.7993440Z copying caffe2/python/layers/sampling_trainable_mixin.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.7994637Z copying caffe2/python/layers/select_record_by_context.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.7995618Z copying caffe2/python/layers/semi_random_features.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.7997271Z copying caffe2/python/layers/sparse_dropout_with_replacement.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.7997921Z copying caffe2/python/layers/sparse_feature_hash.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.7998523Z copying caffe2/python/layers/sparse_itemwise_dropout_with_replacement.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.7999687Z copying caffe2/python/layers/sparse_lookup.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.8001122Z copying caffe2/python/layers/split.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.8002428Z copying caffe2/python/layers/tags.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.8003690Z copying caffe2/python/layers/uniform_sampling.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-11-23T00:58:17.8006297Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/mint 2022-11-23T00:58:17.8007028Z copying caffe2/python/mint/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mint 2022-11-23T00:58:17.8007929Z copying caffe2/python/mint/app.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mint 2022-11-23T00:58:17.8012267Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-11-23T00:58:17.8012988Z copying caffe2/python/mkl/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-11-23T00:58:17.8013774Z copying caffe2/python/mkl/mkl_LRN_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-11-23T00:58:17.8014995Z copying caffe2/python/mkl/mkl_LRN_speed_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-11-23T00:58:17.8016031Z copying caffe2/python/mkl/mkl_concat_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-11-23T00:58:17.8017512Z copying caffe2/python/mkl/mkl_conv_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-11-23T00:58:17.8018807Z copying caffe2/python/mkl/mkl_copy_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-11-23T00:58:17.8020096Z copying caffe2/python/mkl/mkl_elementwise_add_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-11-23T00:58:17.8021272Z copying caffe2/python/mkl/mkl_elementwise_sum_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-11-23T00:58:17.8022519Z copying caffe2/python/mkl/mkl_fc_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-11-23T00:58:17.8023931Z copying caffe2/python/mkl/mkl_fc_speed_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-11-23T00:58:17.8025390Z copying caffe2/python/mkl/mkl_fill_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-11-23T00:58:17.8026439Z copying caffe2/python/mkl/mkl_pool_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-11-23T00:58:17.8027935Z copying caffe2/python/mkl/mkl_pool_speed_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-11-23T00:58:17.8030235Z copying caffe2/python/mkl/mkl_relu_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-11-23T00:58:17.8031221Z copying caffe2/python/mkl/mkl_sbn_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-11-23T00:58:17.8032433Z copying caffe2/python/mkl/mkl_sbn_speed_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-11-23T00:58:17.8033865Z copying caffe2/python/mkl/mkl_sigmoid_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-11-23T00:58:17.8035049Z copying caffe2/python/mkl/mkl_speed_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-11-23T00:58:17.8036344Z copying caffe2/python/mkl/mkl_squeeze_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-11-23T00:58:17.8037566Z copying caffe2/python/mkl/rewrite_graph.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-11-23T00:58:17.8038993Z copying caffe2/python/mkl/rewrite_graph_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-11-23T00:58:17.8043300Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-11-23T00:58:17.8044059Z copying caffe2/python/modeling/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-11-23T00:58:17.8044945Z copying caffe2/python/modeling/compute_histogram_for_blobs.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-11-23T00:58:17.8046005Z copying caffe2/python/modeling/compute_histogram_for_blobs_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-11-23T00:58:17.8047275Z copying caffe2/python/modeling/compute_norm_for_blobs.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-11-23T00:58:17.8048519Z copying caffe2/python/modeling/compute_norm_for_blobs_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-11-23T00:58:17.8049854Z copying caffe2/python/modeling/compute_statistics_for_blobs.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-11-23T00:58:17.8051095Z copying caffe2/python/modeling/compute_statistics_for_blobs_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-11-23T00:58:17.8052316Z copying caffe2/python/modeling/get_entry_from_blobs.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-11-23T00:58:17.8053569Z copying caffe2/python/modeling/get_entry_from_blobs_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-11-23T00:58:17.8054779Z copying caffe2/python/modeling/gradient_clipping.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-11-23T00:58:17.8056432Z copying caffe2/python/modeling/gradient_clipping_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-11-23T00:58:17.8057809Z copying caffe2/python/modeling/initializers.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-11-23T00:58:17.8059128Z copying caffe2/python/modeling/initializers_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-11-23T00:58:17.8060429Z copying caffe2/python/modeling/net_modifier.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-11-23T00:58:17.8061698Z copying caffe2/python/modeling/parameter_info.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-11-23T00:58:17.8062929Z copying caffe2/python/modeling/parameter_sharing.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-11-23T00:58:17.8064248Z copying caffe2/python/modeling/parameter_sharing_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-11-23T00:58:17.8067875Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/models 2022-11-23T00:58:17.8068657Z copying caffe2/python/models/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models 2022-11-23T00:58:17.8069381Z copying caffe2/python/models/__sym_init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models 2022-11-23T00:58:17.8070466Z copying caffe2/python/models/download.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models 2022-11-23T00:58:17.8071699Z copying caffe2/python/models/imagenet_trainer_test_utils.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models 2022-11-23T00:58:17.8072646Z copying caffe2/python/models/resnet.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models 2022-11-23T00:58:17.8073803Z copying caffe2/python/models/resnet_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models 2022-11-23T00:58:17.8074822Z copying caffe2/python/models/shufflenet.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models 2022-11-23T00:58:17.8075930Z copying caffe2/python/models/shufflenet_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models 2022-11-23T00:58:17.8078685Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/onnx 2022-11-23T00:58:17.8079223Z copying caffe2/python/onnx/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx 2022-11-23T00:58:17.8080142Z copying caffe2/python/onnx/backend.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx 2022-11-23T00:58:17.8081635Z copying caffe2/python/onnx/backend_cpp_rep.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx 2022-11-23T00:58:17.8083690Z copying caffe2/python/onnx/backend_rep.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx 2022-11-23T00:58:17.8084355Z copying caffe2/python/onnx/error.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx 2022-11-23T00:58:17.8085144Z copying caffe2/python/onnx/frontend.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx 2022-11-23T00:58:17.8085954Z copying caffe2/python/onnx/helper.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx 2022-11-23T00:58:17.8087115Z copying caffe2/python/onnx/onnxifi.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx 2022-11-23T00:58:17.8087877Z copying caffe2/python/onnx/test_onnxifi.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx 2022-11-23T00:58:17.8089156Z copying caffe2/python/onnx/workspace.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx 2022-11-23T00:58:17.8107368Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8107827Z copying caffe2/python/operator_test/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8108756Z copying caffe2/python/operator_test/_utils.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8109923Z copying caffe2/python/operator_test/activation_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8110904Z copying caffe2/python/operator_test/adadelta_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8112067Z copying caffe2/python/operator_test/adagrad_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8113116Z copying caffe2/python/operator_test/adagrad_test_helper.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8114021Z copying caffe2/python/operator_test/adam_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8115864Z copying caffe2/python/operator_test/affine_channel_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8116502Z copying caffe2/python/operator_test/alias_with_name_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8117439Z copying caffe2/python/operator_test/apmeter_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8118422Z copying caffe2/python/operator_test/arg_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8119532Z copying caffe2/python/operator_test/assert_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8120692Z copying caffe2/python/operator_test/async_net_barrier_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8121904Z copying caffe2/python/operator_test/atomic_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8123240Z copying caffe2/python/operator_test/basic_rnn_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8123965Z copying caffe2/python/operator_test/batch_box_cox_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8124959Z copying caffe2/python/operator_test/batch_bucketize_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8126074Z copying caffe2/python/operator_test/batch_moments_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8126949Z copying caffe2/python/operator_test/batch_sparse_to_dense_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8129034Z copying caffe2/python/operator_test/bbox_transform_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8129612Z copying caffe2/python/operator_test/bisect_percentile_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8130371Z copying caffe2/python/operator_test/blobs_queue_db_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8131659Z copying caffe2/python/operator_test/boolean_mask_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8132779Z copying caffe2/python/operator_test/boolean_unmask_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8133929Z copying caffe2/python/operator_test/box_with_nms_limit_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8135100Z copying caffe2/python/operator_test/bucketize_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8136233Z copying caffe2/python/operator_test/cast_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8137373Z copying caffe2/python/operator_test/ceil_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8138560Z copying caffe2/python/operator_test/channel_backprop_stats_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8139694Z copying caffe2/python/operator_test/channel_shuffle_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8140877Z copying caffe2/python/operator_test/channel_stats_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8142016Z copying caffe2/python/operator_test/checkpoint_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8143091Z copying caffe2/python/operator_test/clip_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8144274Z copying caffe2/python/operator_test/clip_tensor_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8145688Z copying caffe2/python/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8147722Z copying caffe2/python/operator_test/concat_op_cost_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8148973Z copying caffe2/python/operator_test/concat_split_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8149815Z copying caffe2/python/operator_test/conditional_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8150931Z copying caffe2/python/operator_test/conftest.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8152147Z copying caffe2/python/operator_test/conv_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8153627Z copying caffe2/python/operator_test/conv_transpose_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8154696Z copying caffe2/python/operator_test/copy_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8155935Z copying caffe2/python/operator_test/copy_rows_to_tensor_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8157647Z copying caffe2/python/operator_test/cosine_embedding_criterion_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8158259Z copying caffe2/python/operator_test/counter_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8159869Z copying caffe2/python/operator_test/crf_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8160949Z copying caffe2/python/operator_test/cross_entropy_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8162696Z copying caffe2/python/operator_test/ctc_beam_search_decoder_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8163480Z copying caffe2/python/operator_test/ctc_greedy_decoder_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8164666Z copying caffe2/python/operator_test/cudnn_recurrent_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8165869Z copying caffe2/python/operator_test/data_couple_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8166963Z copying caffe2/python/operator_test/dataset_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8168711Z copying caffe2/python/operator_test/decay_adagrad_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8169838Z copying caffe2/python/operator_test/deform_conv_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8171166Z copying caffe2/python/operator_test/dense_vector_to_id_list_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8172392Z copying caffe2/python/operator_test/depthwise_3x3_conv_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8173601Z copying caffe2/python/operator_test/detectron_keypoints.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8174815Z copying caffe2/python/operator_test/distance_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8176987Z copying caffe2/python/operator_test/dropout_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8178365Z copying caffe2/python/operator_test/duplicate_operands_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8179592Z copying caffe2/python/operator_test/elementwise_linear_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8180868Z copying caffe2/python/operator_test/elementwise_logical_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8182163Z copying caffe2/python/operator_test/elementwise_op_broadcast_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8183559Z copying caffe2/python/operator_test/elementwise_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8185417Z copying caffe2/python/operator_test/emptysample_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8186727Z copying caffe2/python/operator_test/enforce_finite_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8187999Z copying caffe2/python/operator_test/ensure_clipped_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8189292Z copying caffe2/python/operator_test/ensure_cpu_output_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8190490Z copying caffe2/python/operator_test/erf_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8191747Z copying caffe2/python/operator_test/expand_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8193005Z copying caffe2/python/operator_test/fc_operator_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8194318Z copying caffe2/python/operator_test/feature_maps_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8195826Z copying caffe2/python/operator_test/filler_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8197074Z copying caffe2/python/operator_test/find_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8198397Z copying caffe2/python/operator_test/flatten_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8199780Z copying caffe2/python/operator_test/flexible_top_k_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8201032Z copying caffe2/python/operator_test/floor_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8202394Z copying caffe2/python/operator_test/fused_nbit_rowwise_conversion_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8203705Z copying caffe2/python/operator_test/fused_nbit_rowwise_test_helper.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8204945Z copying caffe2/python/operator_test/gather_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8206305Z copying caffe2/python/operator_test/gather_ranges_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8207875Z copying caffe2/python/operator_test/given_tensor_byte_string_to_uint8_fill_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8209159Z copying caffe2/python/operator_test/given_tensor_fill_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8210384Z copying caffe2/python/operator_test/glu_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8211708Z copying caffe2/python/operator_test/group_conv_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8213031Z copying caffe2/python/operator_test/group_norm_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8214326Z copying caffe2/python/operator_test/gru_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8215903Z copying caffe2/python/operator_test/heatmap_max_keypoint_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8217293Z copying caffe2/python/operator_test/histogram_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8218561Z copying caffe2/python/operator_test/hsm_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8219961Z copying caffe2/python/operator_test/hyperbolic_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8221248Z copying caffe2/python/operator_test/im2col_col2im_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8222565Z copying caffe2/python/operator_test/image_input_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8223950Z copying caffe2/python/operator_test/index_hash_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8225514Z copying caffe2/python/operator_test/index_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8226757Z copying caffe2/python/operator_test/instance_norm_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8228243Z copying caffe2/python/operator_test/integral_image_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8229585Z copying caffe2/python/operator_test/jsd_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8230852Z copying caffe2/python/operator_test/key_split_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8232297Z copying caffe2/python/operator_test/lars_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8233395Z copying caffe2/python/operator_test/layer_norm_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8234750Z copying caffe2/python/operator_test/leaky_relu_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8236236Z copying caffe2/python/operator_test/learning_rate_adaption_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8237516Z copying caffe2/python/operator_test/learning_rate_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8238882Z copying caffe2/python/operator_test/load_save_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8240577Z copying caffe2/python/operator_test/length_split_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8242000Z copying caffe2/python/operator_test/lengths_pad_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8243614Z copying caffe2/python/operator_test/lengths_reducer_fused_nbit_rowwise_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8245058Z copying caffe2/python/operator_test/lengths_tile_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8246445Z copying caffe2/python/operator_test/lengths_top_k_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8247709Z copying caffe2/python/operator_test/listwise_l2r_operator_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8249071Z copying caffe2/python/operator_test/locally_connected_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8250292Z copying caffe2/python/operator_test/loss_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8251613Z copying caffe2/python/operator_test/lpnorm_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8252972Z copying caffe2/python/operator_test/map_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8254546Z copying caffe2/python/operator_test/margin_loss_l2r_operator_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8255880Z copying caffe2/python/operator_test/margin_ranking_criterion_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8257019Z copying caffe2/python/operator_test/math_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8258311Z copying caffe2/python/operator_test/matmul_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8259579Z copying caffe2/python/operator_test/mean_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8260881Z copying caffe2/python/operator_test/merge_id_lists_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8262091Z copying caffe2/python/operator_test/mkl_conv_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8264193Z copying caffe2/python/operator_test/mkl_packed_fc_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8265461Z copying caffe2/python/operator_test/mod_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8266729Z copying caffe2/python/operator_test/moments_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8267993Z copying caffe2/python/operator_test/momentum_sgd_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8269573Z copying caffe2/python/operator_test/mpi_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8270802Z copying caffe2/python/operator_test/mul_gradient_benchmark.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8272160Z copying caffe2/python/operator_test/negate_gradient_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8273381Z copying caffe2/python/operator_test/ngram_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8274711Z copying caffe2/python/operator_test/normalize_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8275978Z copying caffe2/python/operator_test/numpy_tile_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8277244Z copying caffe2/python/operator_test/one_hot_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8278525Z copying caffe2/python/operator_test/onnx_while_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8279834Z copying caffe2/python/operator_test/order_switch_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8281197Z copying caffe2/python/operator_test/pack_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8282736Z copying caffe2/python/operator_test/pack_rnn_sequence_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8283972Z copying caffe2/python/operator_test/pad_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8285272Z copying caffe2/python/operator_test/partition_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8286543Z copying caffe2/python/operator_test/percentile_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8287941Z copying caffe2/python/operator_test/piecewise_linear_transform_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8289146Z copying caffe2/python/operator_test/pooling_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8290733Z copying caffe2/python/operator_test/prepend_dim_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8292018Z copying caffe2/python/operator_test/python_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8293310Z copying caffe2/python/operator_test/quantile_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8294660Z copying caffe2/python/operator_test/rand_quantization_op_speed_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8295928Z copying caffe2/python/operator_test/rank_loss_operator_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8297195Z copying caffe2/python/operator_test/rebatching_queue_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8298544Z copying caffe2/python/operator_test/record_queue_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8300010Z copying caffe2/python/operator_test/recurrent_net_executor_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8301394Z copying caffe2/python/operator_test/recurrent_network_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8302794Z copying caffe2/python/operator_test/reduce_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8304241Z copying caffe2/python/operator_test/reduction_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8305788Z copying caffe2/python/operator_test/reshape_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8307156Z copying caffe2/python/operator_test/resize_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8308527Z copying caffe2/python/operator_test/rmac_regions_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8309799Z copying caffe2/python/operator_test/rms_norm_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8311046Z copying caffe2/python/operator_test/rnn_cell_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8313143Z copying caffe2/python/operator_test/roi_align_rotated_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8314357Z copying caffe2/python/operator_test/rowwise_counter_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8315668Z copying caffe2/python/operator_test/scale_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8316995Z copying caffe2/python/operator_test/segment_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8318577Z copying caffe2/python/operator_test/self_binning_histogram_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8320022Z copying caffe2/python/operator_test/selu_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8321437Z copying caffe2/python/operator_test/sequence_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8322845Z copying caffe2/python/operator_test/shape_inference_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8324520Z copying caffe2/python/operator_test/sinusoid_position_encoding_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8325769Z copying caffe2/python/operator_test/softmax_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8327295Z copying caffe2/python/operator_test/softplus_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8328698Z copying caffe2/python/operator_test/sparse_dropout_with_replacement_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8330010Z copying caffe2/python/operator_test/sparse_gradient_checker_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8331382Z copying caffe2/python/operator_test/sparse_itemwise_dropout_with_replacement_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8332704Z copying caffe2/python/operator_test/sparse_lengths_sum_benchmark.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8333972Z copying caffe2/python/operator_test/sparse_lp_regularizer_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8335279Z copying caffe2/python/operator_test/sparse_normalize_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8336649Z copying caffe2/python/operator_test/sparse_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8337868Z copying caffe2/python/operator_test/sparse_to_dense_mask_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8339174Z copying caffe2/python/operator_test/spatial_bn_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8340659Z copying caffe2/python/operator_test/specialized_segment_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8342155Z copying caffe2/python/operator_test/split_op_cost_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8343548Z copying caffe2/python/operator_test/square_root_divide_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8344935Z copying caffe2/python/operator_test/stats_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8346204Z copying caffe2/python/operator_test/stats_put_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8348822Z copying caffe2/python/operator_test/storm_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8349921Z copying caffe2/python/operator_test/string_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8351166Z copying caffe2/python/operator_test/text_file_reader_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8353349Z copying caffe2/python/operator_test/thresholded_relu_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8354491Z copying caffe2/python/operator_test/tile_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8355739Z copying caffe2/python/operator_test/top_k_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8357172Z copying caffe2/python/operator_test/torch_integration_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8358837Z copying caffe2/python/operator_test/transpose_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8360258Z copying caffe2/python/operator_test/trigonometric_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8361564Z copying caffe2/python/operator_test/unique_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8362881Z copying caffe2/python/operator_test/unique_uniform_fill_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8364251Z copying caffe2/python/operator_test/unsafe_coalesce_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8365486Z copying caffe2/python/operator_test/upsample_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8366745Z copying caffe2/python/operator_test/utility_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8368136Z copying caffe2/python/operator_test/video_input_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8369596Z copying caffe2/python/operator_test/weight_scale_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8370867Z copying caffe2/python/operator_test/weighted_multi_sample_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8372127Z copying caffe2/python/operator_test/weighted_sample_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8373385Z copying caffe2/python/operator_test/weighted_sum_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8374830Z copying caffe2/python/operator_test/wngrad_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-11-23T00:58:17.8378638Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/predictor 2022-11-23T00:58:17.8379221Z copying caffe2/python/predictor/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/predictor 2022-11-23T00:58:17.8379914Z copying caffe2/python/predictor/mobile_exporter.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/predictor 2022-11-23T00:58:17.8380823Z copying caffe2/python/predictor/mobile_exporter_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/predictor 2022-11-23T00:58:17.8381974Z copying caffe2/python/predictor/predictor_exporter.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/predictor 2022-11-23T00:58:17.8383097Z copying caffe2/python/predictor/predictor_exporter_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/predictor 2022-11-23T00:58:17.8384326Z copying caffe2/python/predictor/predictor_py_utils.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/predictor 2022-11-23T00:58:17.8386079Z copying caffe2/python/predictor/predictor_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/predictor 2022-11-23T00:58:17.8387094Z copying caffe2/python/predictor/serde.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/predictor 2022-11-23T00:58:17.8389764Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/rnn 2022-11-23T00:58:17.8390259Z copying caffe2/python/rnn/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/rnn 2022-11-23T00:58:17.8391012Z copying caffe2/python/rnn/lstm_comparison.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/rnn 2022-11-23T00:58:17.8391925Z copying caffe2/python/rnn/rnn_cell_test_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/rnn 2022-11-23T00:58:17.8393997Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test 2022-11-23T00:58:17.8394498Z copying caffe2/python/serialized_test/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test 2022-11-23T00:58:17.8395429Z copying caffe2/python/serialized_test/coverage.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test 2022-11-23T00:58:17.8396523Z copying caffe2/python/serialized_test/serialized_test_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test 2022-11-23T00:58:17.8398926Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/test 2022-11-23T00:58:17.8399755Z copying caffe2/python/test/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/test 2022-11-23T00:58:17.8400636Z copying caffe2/python/test/blob_deallocation_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/test 2022-11-23T00:58:17.8401546Z copying caffe2/python/test/do_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/test 2022-11-23T00:58:17.8402766Z copying caffe2/python/test/executor_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/test 2022-11-23T00:58:17.8403478Z copying caffe2/python/test/executor_test_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/test 2022-11-23T00:58:17.8404795Z copying caffe2/python/test/fakefp16_transform_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/test 2022-11-23T00:58:17.8405538Z copying caffe2/python/test/gpu_context_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/test 2022-11-23T00:58:17.8406688Z copying caffe2/python/test/inference_lstm_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/test 2022-11-23T00:58:17.8407766Z copying caffe2/python/test/python_protobuf_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/test 2022-11-23T00:58:17.8409947Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/trt 2022-11-23T00:58:17.8410645Z copying caffe2/python/trt/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/trt 2022-11-23T00:58:17.8411455Z copying caffe2/python/trt/test_pt_onnx_trt.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/trt 2022-11-23T00:58:17.8412895Z copying caffe2/python/trt/test_trt.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/trt 2022-11-23T00:58:17.8413637Z copying caffe2/python/trt/transform.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/trt 2022-11-23T00:58:17.8416161Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq 2022-11-23T00:58:17.8416762Z copying caffe2/python/models/seq2seq/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq 2022-11-23T00:58:17.8417763Z copying caffe2/python/models/seq2seq/beam_search.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq 2022-11-23T00:58:17.8419078Z copying caffe2/python/models/seq2seq/seq2seq_beam_search_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq 2022-11-23T00:58:17.8419781Z copying caffe2/python/models/seq2seq/seq2seq_model_helper.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq 2022-11-23T00:58:17.8420926Z copying caffe2/python/models/seq2seq/seq2seq_model_helper_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq 2022-11-23T00:58:17.8422055Z copying caffe2/python/models/seq2seq/seq2seq_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq 2022-11-23T00:58:17.8423029Z copying caffe2/python/models/seq2seq/train.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq 2022-11-23T00:58:17.8424137Z copying caffe2/python/models/seq2seq/translate.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq 2022-11-23T00:58:17.8426728Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/bin 2022-11-23T00:58:17.8427260Z copying caffe2/python/onnx/bin/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/bin 2022-11-23T00:58:17.8427825Z copying caffe2/python/onnx/bin/conversion.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/bin 2022-11-23T00:58:17.8430329Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/tests 2022-11-23T00:58:17.8430886Z copying caffe2/python/onnx/tests/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/tests 2022-11-23T00:58:17.8431780Z copying caffe2/python/onnx/tests/c2_ref_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/tests 2022-11-23T00:58:17.8433189Z copying caffe2/python/onnx/tests/conversion_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/tests 2022-11-23T00:58:17.8434261Z copying caffe2/python/onnx/tests/helper_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/tests 2022-11-23T00:58:17.8435639Z copying caffe2/python/onnx/tests/onnx_backend_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/tests 2022-11-23T00:58:17.8436735Z copying caffe2/python/onnx/tests/ssa_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/tests 2022-11-23T00:58:17.8437780Z copying caffe2/python/onnx/tests/test_utils.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/tests 2022-11-23T00:58:17.8443901Z creating build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:58:17.8444546Z copying caffe2/quantization/server/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:58:17.8445724Z copying caffe2/quantization/server/batch_matmul_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:58:17.8446726Z copying caffe2/quantization/server/batch_permutation_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:58:17.8447928Z copying caffe2/quantization/server/channel_shuffle_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:58:17.8448755Z copying caffe2/quantization/server/compute_equalization_scale_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:58:17.8449898Z copying caffe2/quantization/server/concat_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:58:17.8450773Z copying caffe2/quantization/server/conv_depthwise_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:58:17.8452031Z copying caffe2/quantization/server/conv_dnnlowp_acc16_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:58:17.8453103Z copying caffe2/quantization/server/conv_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:58:17.8454643Z copying caffe2/quantization/server/conv_groupwise_dnnlowp_acc16_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:58:17.8455851Z copying caffe2/quantization/server/conv_groupwise_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:58:17.8456633Z copying caffe2/quantization/server/dequantize_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:58:17.8457291Z copying caffe2/quantization/server/dnnlowp_test_utils.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:58:17.8458530Z copying caffe2/quantization/server/elementwise_add_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:58:17.8459726Z copying caffe2/quantization/server/elementwise_linear_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:58:17.8460670Z copying caffe2/quantization/server/elementwise_mul_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:58:17.8461483Z copying caffe2/quantization/server/elementwise_sum_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:58:17.8462995Z copying caffe2/quantization/server/fully_connected_dnnlowp_acc16_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:58:17.8464034Z copying caffe2/quantization/server/fully_connected_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:58:17.8465571Z copying caffe2/quantization/server/fully_connected_fp16_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:58:17.8466593Z copying caffe2/quantization/server/fully_connected_rowwise_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:58:17.8467729Z copying caffe2/quantization/server/gather_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:58:17.8468547Z copying caffe2/quantization/server/group_norm_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:58:17.8469848Z copying caffe2/quantization/server/int8_gen_quant_params_min_max_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:58:17.8470726Z copying caffe2/quantization/server/int8_gen_quant_params_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:58:17.8471895Z copying caffe2/quantization/server/int8_quant_scheme_blob_fill_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:58:17.8473058Z copying caffe2/quantization/server/lstm_unit_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:58:17.8474040Z copying caffe2/quantization/server/observer_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:58:17.8475085Z copying caffe2/quantization/server/pool_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:58:17.8476384Z copying caffe2/quantization/server/quantize_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:58:17.8477708Z copying caffe2/quantization/server/relu_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:58:17.8478606Z copying caffe2/quantization/server/resize_nearest_3d_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:58:17.8479741Z copying caffe2/quantization/server/resize_nearest_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:58:17.8480857Z copying caffe2/quantization/server/sigmoid_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:58:17.8481995Z copying caffe2/quantization/server/spatial_batch_norm_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:58:17.8482849Z copying caffe2/quantization/server/tanh_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:58:17.8484286Z copying caffe2/quantization/server/utils.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-11-23T00:58:17.8487478Z creating build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:58:17.8487945Z copying functorch/_src/__init__.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:58:17.8495576Z copying functorch/_src/aot_autograd.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:58:17.8497215Z copying functorch/_src/benchmark_utils.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:58:17.8498439Z copying functorch/_src/compile_utils.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:58:17.8499502Z copying functorch/_src/compilers.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:58:17.8500959Z copying functorch/_src/config.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:58:17.8501690Z copying functorch/_src/eager_transforms.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:58:17.8503796Z copying functorch/_src/fx_minifier.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:58:17.8504999Z copying functorch/_src/make_functional.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:58:17.8506231Z copying functorch/_src/named_members_polyfill.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:58:17.8507569Z copying functorch/_src/partitioners.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:58:17.8509083Z copying functorch/_src/python_key.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:58:17.8510316Z copying functorch/_src/pytree_hacks.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:58:17.8511618Z copying functorch/_src/top_operators_github_usage.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:58:17.8513649Z copying functorch/_src/vmap.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-11-23T00:58:17.8516189Z creating build/lib.linux-x86_64-cpython-37/functorch/compile 2022-11-23T00:58:17.8516613Z copying functorch/compile/__init__.py -> build/lib.linux-x86_64-cpython-37/functorch/compile 2022-11-23T00:58:17.8525558Z creating build/lib.linux-x86_64-cpython-37/functorch/dim 2022-11-23T00:58:17.8525951Z copying functorch/dim/__init__.py -> build/lib.linux-x86_64-cpython-37/functorch/dim 2022-11-23T00:58:17.8527260Z copying functorch/dim/batch_tensor.py -> build/lib.linux-x86_64-cpython-37/functorch/dim 2022-11-23T00:58:17.8528044Z copying functorch/dim/delayed_mul_tensor.py -> build/lib.linux-x86_64-cpython-37/functorch/dim 2022-11-23T00:58:17.8529855Z copying functorch/dim/dim.py -> build/lib.linux-x86_64-cpython-37/functorch/dim 2022-11-23T00:58:17.8530361Z copying functorch/dim/magic_trace.py -> build/lib.linux-x86_64-cpython-37/functorch/dim 2022-11-23T00:58:17.8531813Z copying functorch/dim/op_properties.py -> build/lib.linux-x86_64-cpython-37/functorch/dim 2022-11-23T00:58:17.8532948Z copying functorch/dim/reference.py -> build/lib.linux-x86_64-cpython-37/functorch/dim 2022-11-23T00:58:17.8534426Z copying functorch/dim/tree_map.py -> build/lib.linux-x86_64-cpython-37/functorch/dim 2022-11-23T00:58:17.8535669Z copying functorch/dim/wrap_type.py -> build/lib.linux-x86_64-cpython-37/functorch/dim 2022-11-23T00:58:17.8538776Z creating build/lib.linux-x86_64-cpython-37/functorch/experimental 2022-11-23T00:58:17.8539238Z copying functorch/experimental/__init__.py -> build/lib.linux-x86_64-cpython-37/functorch/experimental 2022-11-23T00:58:17.8544606Z copying functorch/experimental/_map.py -> build/lib.linux-x86_64-cpython-37/functorch/experimental 2022-11-23T00:58:17.8545727Z copying functorch/experimental/batch_norm_replacement.py -> build/lib.linux-x86_64-cpython-37/functorch/experimental 2022-11-23T00:58:17.8546738Z copying functorch/experimental/cond.py -> build/lib.linux-x86_64-cpython-37/functorch/experimental 2022-11-23T00:58:17.8547685Z copying functorch/experimental/control_flow.py -> build/lib.linux-x86_64-cpython-37/functorch/experimental 2022-11-23T00:58:17.8548778Z copying functorch/experimental/ops.py -> build/lib.linux-x86_64-cpython-37/functorch/experimental 2022-11-23T00:58:17.8550872Z creating build/lib.linux-x86_64-cpython-37/torch/_decomp 2022-11-23T00:58:17.8551316Z copying torch/_decomp/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_decomp 2022-11-23T00:58:17.8562846Z copying torch/_decomp/decompositions.py -> build/lib.linux-x86_64-cpython-37/torch/_decomp 2022-11-23T00:58:17.8564552Z copying torch/_decomp/decompositions_for_jvp.py -> build/lib.linux-x86_64-cpython-37/torch/_decomp 2022-11-23T00:58:17.8566443Z creating build/lib.linux-x86_64-cpython-37/torch/_dispatch 2022-11-23T00:58:17.8567127Z copying torch/_dispatch/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_dispatch 2022-11-23T00:58:17.8567909Z copying torch/_dispatch/python.py -> build/lib.linux-x86_64-cpython-37/torch/_dispatch 2022-11-23T00:58:17.8572086Z creating build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:58:17.8572489Z copying torch/_dynamo/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:58:17.8583218Z copying torch/_dynamo/allowed_functions.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:58:17.8584134Z copying torch/_dynamo/bytecode_analysis.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:58:17.8585504Z copying torch/_dynamo/bytecode_transformation.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:58:17.8586942Z copying torch/_dynamo/codegen.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:58:17.8588310Z copying torch/_dynamo/config.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:58:17.8589653Z copying torch/_dynamo/convert_frame.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:58:17.8591173Z copying torch/_dynamo/debug_utils.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:58:17.8592774Z copying torch/_dynamo/eval_frame.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:58:17.8594494Z copying torch/_dynamo/exc.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:58:17.8596608Z copying torch/_dynamo/guards.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:58:17.8597927Z copying torch/_dynamo/logging.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:58:17.8599349Z copying torch/_dynamo/mutation_guard.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:58:17.8600634Z copying torch/_dynamo/output_graph.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:58:17.8602072Z copying torch/_dynamo/profiler.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:58:17.8603523Z copying torch/_dynamo/replay_record.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:58:17.8605064Z copying torch/_dynamo/resume_execution.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:58:17.8606418Z copying torch/_dynamo/side_effects.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:58:17.8607868Z copying torch/_dynamo/skipfiles.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:58:17.8609161Z copying torch/_dynamo/source.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:58:17.8610445Z copying torch/_dynamo/symbolic_convert.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:58:17.8612479Z copying torch/_dynamo/test_case.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:58:17.8613682Z copying torch/_dynamo/test_minifier_common.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:58:17.8614999Z copying torch/_dynamo/testing.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:58:17.8616227Z copying torch/_dynamo/utils.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo 2022-11-23T00:58:17.8619320Z creating build/lib.linux-x86_64-cpython-37/torch/_functorch 2022-11-23T00:58:17.8620026Z copying torch/_functorch/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_functorch 2022-11-23T00:58:17.8620892Z copying torch/_functorch/pyfunctorch.py -> build/lib.linux-x86_64-cpython-37/torch/_functorch 2022-11-23T00:58:17.8621905Z copying torch/_functorch/utils.py -> build/lib.linux-x86_64-cpython-37/torch/_functorch 2022-11-23T00:58:17.8626518Z creating build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:58:17.8627213Z copying torch/_inductor/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:58:17.8627973Z copying torch/_inductor/codecache.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:58:17.8628848Z copying torch/_inductor/compile_fx.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:58:17.8630016Z copying torch/_inductor/config.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:58:17.8631204Z copying torch/_inductor/cuda_properties.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:58:17.8632393Z copying torch/_inductor/debug.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:58:17.8633475Z copying torch/_inductor/decomposition.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:58:17.8634511Z copying torch/_inductor/dependencies.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:58:17.8635650Z copying torch/_inductor/exc.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:58:17.8636580Z copying torch/_inductor/graph.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:58:17.8637729Z copying torch/_inductor/ir.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:58:17.8640151Z copying torch/_inductor/lowering.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:58:17.8642027Z copying torch/_inductor/metrics.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:58:17.8643193Z copying torch/_inductor/overrides.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:58:17.8644569Z copying torch/_inductor/scheduler.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:58:17.8645975Z copying torch/_inductor/sizevars.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:58:17.8647106Z copying torch/_inductor/utils.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:58:17.8648150Z copying torch/_inductor/virtualized.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor 2022-11-23T00:58:17.8651271Z creating build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-11-23T00:58:17.8651851Z copying torch/_lazy/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-11-23T00:58:17.8658170Z copying torch/_lazy/closure.py -> build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-11-23T00:58:17.8659198Z copying torch/_lazy/computation.py -> build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-11-23T00:58:17.8660827Z copying torch/_lazy/config.py -> build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-11-23T00:58:17.8661221Z copying torch/_lazy/debug.py -> build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-11-23T00:58:17.8662574Z copying torch/_lazy/device_context.py -> build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-11-23T00:58:17.8663608Z copying torch/_lazy/extract_compiled_graph.py -> build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-11-23T00:58:17.8665003Z copying torch/_lazy/ir_cache.py -> build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-11-23T00:58:17.8665969Z copying torch/_lazy/metrics.py -> build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-11-23T00:58:17.8667684Z copying torch/_lazy/tensor_factory_functions.py -> build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-11-23T00:58:17.8668337Z copying torch/_lazy/ts_backend.py -> build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-11-23T00:58:17.8670491Z creating build/lib.linux-x86_64-cpython-37/torch/_prims 2022-11-23T00:58:17.8671098Z copying torch/_prims/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_prims 2022-11-23T00:58:17.8696638Z copying torch/_prims/context.py -> build/lib.linux-x86_64-cpython-37/torch/_prims 2022-11-23T00:58:17.8697713Z copying torch/_prims/executor.py -> build/lib.linux-x86_64-cpython-37/torch/_prims 2022-11-23T00:58:17.8698553Z copying torch/_prims/nvfuser_executor.py -> build/lib.linux-x86_64-cpython-37/torch/_prims 2022-11-23T00:58:17.8699944Z copying torch/_prims/nvfuser_prims.py -> build/lib.linux-x86_64-cpython-37/torch/_prims 2022-11-23T00:58:17.8701968Z creating build/lib.linux-x86_64-cpython-37/torch/_prims_common 2022-11-23T00:58:17.8702675Z copying torch/_prims_common/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_prims_common 2022-11-23T00:58:17.8726821Z copying torch/_prims_common/wrappers.py -> build/lib.linux-x86_64-cpython-37/torch/_prims_common 2022-11-23T00:58:17.8727747Z creating build/lib.linux-x86_64-cpython-37/torch/_refs 2022-11-23T00:58:17.8728264Z copying torch/_refs/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_refs 2022-11-23T00:58:17.8755639Z copying torch/_refs/_conversions.py -> build/lib.linux-x86_64-cpython-37/torch/_refs 2022-11-23T00:58:17.8756453Z copying torch/_refs/fft.py -> build/lib.linux-x86_64-cpython-37/torch/_refs 2022-11-23T00:58:17.8758824Z creating build/lib.linux-x86_64-cpython-37/torch/_subclasses 2022-11-23T00:58:17.8759300Z copying torch/_subclasses/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_subclasses 2022-11-23T00:58:17.8765287Z copying torch/_subclasses/fake_tensor.py -> build/lib.linux-x86_64-cpython-37/torch/_subclasses 2022-11-23T00:58:17.8766368Z copying torch/_subclasses/fake_utils.py -> build/lib.linux-x86_64-cpython-37/torch/_subclasses 2022-11-23T00:58:17.8767507Z copying torch/_subclasses/meta_utils.py -> build/lib.linux-x86_64-cpython-37/torch/_subclasses 2022-11-23T00:58:17.8769926Z creating build/lib.linux-x86_64-cpython-37/torch/amp 2022-11-23T00:58:17.8770343Z copying torch/amp/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/amp 2022-11-23T00:58:17.8775833Z copying torch/amp/autocast_mode.py -> build/lib.linux-x86_64-cpython-37/torch/amp 2022-11-23T00:58:17.8778227Z creating build/lib.linux-x86_64-cpython-37/torch/ao 2022-11-23T00:58:17.8778802Z copying torch/ao/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao 2022-11-23T00:58:17.8786601Z creating build/lib.linux-x86_64-cpython-37/torch/autograd 2022-11-23T00:58:17.8787066Z copying torch/autograd/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-11-23T00:58:17.8802119Z copying torch/autograd/anomaly_mode.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-11-23T00:58:17.8803037Z copying torch/autograd/forward_ad.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-11-23T00:58:17.8804212Z copying torch/autograd/function.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-11-23T00:58:17.8805671Z copying torch/autograd/functional.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-11-23T00:58:17.8807655Z copying torch/autograd/grad_mode.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-11-23T00:58:17.8808863Z copying torch/autograd/gradcheck.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-11-23T00:58:17.8811082Z copying torch/autograd/graph.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-11-23T00:58:17.8812272Z copying torch/autograd/profiler.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-11-23T00:58:17.8813878Z copying torch/autograd/profiler_legacy.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-11-23T00:58:17.8815239Z copying torch/autograd/profiler_util.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-11-23T00:58:17.8816818Z copying torch/autograd/variable.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-11-23T00:58:17.8819424Z creating build/lib.linux-x86_64-cpython-37/torch/backends 2022-11-23T00:58:17.8819812Z copying torch/backends/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends 2022-11-23T00:58:17.8827198Z creating build/lib.linux-x86_64-cpython-37/torch/contrib 2022-11-23T00:58:17.8827878Z copying torch/contrib/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/contrib 2022-11-23T00:58:17.8828806Z copying torch/contrib/_tensorboard_vis.py -> build/lib.linux-x86_64-cpython-37/torch/contrib 2022-11-23T00:58:17.8830959Z creating build/lib.linux-x86_64-cpython-37/torch/cpu 2022-11-23T00:58:17.8831371Z copying torch/cpu/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/cpu 2022-11-23T00:58:17.8839171Z creating build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:58:17.8839620Z copying torch/cuda/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:58:17.8854432Z copying torch/cuda/_dynamo_graphs.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:58:17.8855619Z copying torch/cuda/_memory_viz.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:58:17.8856582Z copying torch/cuda/_sanitizer.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:58:17.8857694Z copying torch/cuda/_utils.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:58:17.8859086Z copying torch/cuda/comm.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:58:17.8859844Z copying torch/cuda/error.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:58:17.8861243Z copying torch/cuda/graphs.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:58:17.8862441Z copying torch/cuda/jiterator.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:58:17.8863543Z copying torch/cuda/memory.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:58:17.8865422Z copying torch/cuda/nccl.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:58:17.8866354Z copying torch/cuda/nvtx.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:58:17.8868083Z copying torch/cuda/profiler.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:58:17.8869285Z copying torch/cuda/random.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:58:17.8870671Z copying torch/cuda/sparse.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:58:17.8871884Z copying torch/cuda/streams.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-11-23T00:58:17.8875573Z creating build/lib.linux-x86_64-cpython-37/torch/distributed 2022-11-23T00:58:17.8876267Z copying torch/distributed/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed 2022-11-23T00:58:17.8877217Z copying torch/distributed/argparse_util.py -> build/lib.linux-x86_64-cpython-37/torch/distributed 2022-11-23T00:58:17.8878418Z copying torch/distributed/c10d_error_logger.py -> build/lib.linux-x86_64-cpython-37/torch/distributed 2022-11-23T00:58:17.8879760Z copying torch/distributed/constants.py -> build/lib.linux-x86_64-cpython-37/torch/distributed 2022-11-23T00:58:17.8880963Z copying torch/distributed/distributed_c10d.py -> build/lib.linux-x86_64-cpython-37/torch/distributed 2022-11-23T00:58:17.8883679Z copying torch/distributed/launch.py -> build/lib.linux-x86_64-cpython-37/torch/distributed 2022-11-23T00:58:17.8884808Z copying torch/distributed/logging_handlers.py -> build/lib.linux-x86_64-cpython-37/torch/distributed 2022-11-23T00:58:17.8886051Z copying torch/distributed/remote_device.py -> build/lib.linux-x86_64-cpython-37/torch/distributed 2022-11-23T00:58:17.8887205Z copying torch/distributed/rendezvous.py -> build/lib.linux-x86_64-cpython-37/torch/distributed 2022-11-23T00:58:17.8888511Z copying torch/distributed/run.py -> build/lib.linux-x86_64-cpython-37/torch/distributed 2022-11-23T00:58:17.8889952Z copying torch/distributed/utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed 2022-11-23T00:58:17.8896393Z creating build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8896818Z copying torch/distributions/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8903876Z copying torch/distributions/bernoulli.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8904734Z copying torch/distributions/beta.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8905918Z copying torch/distributions/binomial.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8907490Z copying torch/distributions/categorical.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8908142Z copying torch/distributions/cauchy.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8909719Z copying torch/distributions/chi2.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8910762Z copying torch/distributions/constraint_registry.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8911750Z copying torch/distributions/constraints.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8913397Z copying torch/distributions/continuous_bernoulli.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8914078Z copying torch/distributions/dirichlet.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8915572Z copying torch/distributions/distribution.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8916604Z copying torch/distributions/exp_family.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8917658Z copying torch/distributions/exponential.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8918923Z copying torch/distributions/fishersnedecor.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8919806Z copying torch/distributions/gamma.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8921056Z copying torch/distributions/geometric.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8922255Z copying torch/distributions/gumbel.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8923165Z copying torch/distributions/half_cauchy.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8924278Z copying torch/distributions/half_normal.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8925384Z copying torch/distributions/independent.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8926369Z copying torch/distributions/kl.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8927672Z copying torch/distributions/kumaraswamy.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8928708Z copying torch/distributions/laplace.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8929691Z copying torch/distributions/lkj_cholesky.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8931492Z copying torch/distributions/log_normal.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8931933Z copying torch/distributions/logistic_normal.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8932804Z copying torch/distributions/lowrank_multivariate_normal.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8934221Z copying torch/distributions/mixture_same_family.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8935682Z copying torch/distributions/multinomial.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8936666Z copying torch/distributions/multivariate_normal.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8937790Z copying torch/distributions/negative_binomial.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8939158Z copying torch/distributions/normal.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8940236Z copying torch/distributions/one_hot_categorical.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8941096Z copying torch/distributions/pareto.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8943023Z copying torch/distributions/poisson.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8943557Z copying torch/distributions/relaxed_bernoulli.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8944304Z copying torch/distributions/relaxed_categorical.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8945559Z copying torch/distributions/studentT.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8946458Z copying torch/distributions/transformed_distribution.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8947851Z copying torch/distributions/transforms.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8949174Z copying torch/distributions/uniform.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8950230Z copying torch/distributions/utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8951205Z copying torch/distributions/von_mises.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8952828Z copying torch/distributions/weibull.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8953317Z copying torch/distributions/wishart.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-11-23T00:58:17.8955656Z creating build/lib.linux-x86_64-cpython-37/torch/fft 2022-11-23T00:58:17.8956030Z copying torch/fft/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fft 2022-11-23T00:58:17.8980183Z creating build/lib.linux-x86_64-cpython-37/torch/futures 2022-11-23T00:58:17.8980766Z copying torch/futures/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/futures 2022-11-23T00:58:17.8996648Z creating build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:58:17.8997203Z copying torch/fx/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:58:17.8997953Z copying torch/fx/_compatibility.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:58:17.8998489Z copying torch/fx/_pytree.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:58:17.8999586Z copying torch/fx/_symbolic_trace.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:58:17.9001552Z copying torch/fx/annotate.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:58:17.9002188Z copying torch/fx/graph.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:58:17.9003671Z copying torch/fx/graph_module.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:58:17.9004580Z copying torch/fx/immutable_collections.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:58:17.9005589Z copying torch/fx/interpreter.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:58:17.9007329Z copying torch/fx/node.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:58:17.9007949Z copying torch/fx/operator_schemas.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:58:17.9009433Z copying torch/fx/proxy.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:58:17.9010407Z copying torch/fx/subgraph_rewriter.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:58:17.9011618Z copying torch/fx/tensor_type.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:58:17.9012529Z copying torch/fx/traceback.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-11-23T00:58:17.9016432Z creating build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:58:17.9017169Z copying torch/jit/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:58:17.9023567Z copying torch/jit/_async.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:58:17.9024445Z copying torch/jit/_builtins.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:58:17.9025939Z copying torch/jit/_check.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:58:17.9027767Z copying torch/jit/_dataclass_impls.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:58:17.9028579Z copying torch/jit/_decomposition_utils.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:58:17.9029777Z copying torch/jit/_decompositions.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:58:17.9030771Z copying torch/jit/_freeze.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:58:17.9031983Z copying torch/jit/_fuser.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:58:17.9033378Z copying torch/jit/_ir_utils.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:58:17.9034560Z copying torch/jit/_logging.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:58:17.9035850Z copying torch/jit/_monkeytype_config.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:58:17.9037110Z copying torch/jit/_pickle.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:58:17.9038393Z copying torch/jit/_recursive.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:58:17.9040444Z copying torch/jit/_script.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:58:17.9042349Z copying torch/jit/_serialization.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:58:17.9043770Z copying torch/jit/_shape_functions.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:58:17.9045731Z copying torch/jit/_state.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:58:17.9046769Z copying torch/jit/_trace.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:58:17.9048907Z copying torch/jit/annotations.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:58:17.9049939Z copying torch/jit/frontend.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:58:17.9051690Z copying torch/jit/generate_bytecode.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:58:17.9052958Z copying torch/jit/quantized.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:58:17.9054704Z copying torch/jit/supported_ops.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:58:17.9055902Z copying torch/jit/unsupported_tensor_ops.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-11-23T00:58:17.9058324Z creating build/lib.linux-x86_64-cpython-37/torch/linalg 2022-11-23T00:58:17.9058765Z copying torch/linalg/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/linalg 2022-11-23T00:58:17.9092249Z creating build/lib.linux-x86_64-cpython-37/torch/masked 2022-11-23T00:58:17.9092500Z copying torch/masked/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/masked 2022-11-23T00:58:17.9098793Z copying torch/masked/_docs.py -> build/lib.linux-x86_64-cpython-37/torch/masked 2022-11-23T00:58:17.9100121Z copying torch/masked/_ops.py -> build/lib.linux-x86_64-cpython-37/torch/masked 2022-11-23T00:58:17.9102139Z creating build/lib.linux-x86_64-cpython-37/torch/monitor 2022-11-23T00:58:17.9102381Z copying torch/monitor/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/monitor 2022-11-23T00:58:17.9110448Z creating build/lib.linux-x86_64-cpython-37/torch/multiprocessing 2022-11-23T00:58:17.9110933Z copying torch/multiprocessing/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/multiprocessing 2022-11-23T00:58:17.9118714Z copying torch/multiprocessing/_atfork.py -> build/lib.linux-x86_64-cpython-37/torch/multiprocessing 2022-11-23T00:58:17.9119283Z copying torch/multiprocessing/pool.py -> build/lib.linux-x86_64-cpython-37/torch/multiprocessing 2022-11-23T00:58:17.9120165Z copying torch/multiprocessing/queue.py -> build/lib.linux-x86_64-cpython-37/torch/multiprocessing 2022-11-23T00:58:17.9121345Z copying torch/multiprocessing/reductions.py -> build/lib.linux-x86_64-cpython-37/torch/multiprocessing 2022-11-23T00:58:17.9122628Z copying torch/multiprocessing/spawn.py -> build/lib.linux-x86_64-cpython-37/torch/multiprocessing 2022-11-23T00:58:17.9124587Z creating build/lib.linux-x86_64-cpython-37/torch/nested 2022-11-23T00:58:17.9125023Z copying torch/nested/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nested 2022-11-23T00:58:17.9137803Z creating build/lib.linux-x86_64-cpython-37/torch/nn 2022-11-23T00:58:17.9138448Z copying torch/nn/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn 2022-11-23T00:58:17.9145463Z copying torch/nn/_reduction.py -> build/lib.linux-x86_64-cpython-37/torch/nn 2022-11-23T00:58:17.9145937Z copying torch/nn/common_types.py -> build/lib.linux-x86_64-cpython-37/torch/nn 2022-11-23T00:58:17.9147192Z copying torch/nn/cpp.py -> build/lib.linux-x86_64-cpython-37/torch/nn 2022-11-23T00:58:17.9148024Z copying torch/nn/functional.py -> build/lib.linux-x86_64-cpython-37/torch/nn 2022-11-23T00:58:17.9151036Z copying torch/nn/grad.py -> build/lib.linux-x86_64-cpython-37/torch/nn 2022-11-23T00:58:17.9152116Z copying torch/nn/init.py -> build/lib.linux-x86_64-cpython-37/torch/nn 2022-11-23T00:58:17.9153530Z copying torch/nn/parameter.py -> build/lib.linux-x86_64-cpython-37/torch/nn 2022-11-23T00:58:17.9158205Z creating build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:58:17.9158461Z copying torch/onnx/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:58:17.9159857Z copying torch/onnx/_constants.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:58:17.9160660Z copying torch/onnx/_deprecation.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:58:17.9162272Z copying torch/onnx/_experimental.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:58:17.9163387Z copying torch/onnx/_exporter_states.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:58:17.9164198Z copying torch/onnx/_globals.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:58:17.9166007Z copying torch/onnx/_onnx_supported_ops.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:58:17.9166950Z copying torch/onnx/_patch_torch.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:58:17.9168160Z copying torch/onnx/_type_utils.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:58:17.9169106Z copying torch/onnx/errors.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:58:17.9170274Z copying torch/onnx/operators.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:58:17.9171217Z copying torch/onnx/symbolic_caffe2.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:58:17.9172326Z copying torch/onnx/symbolic_helper.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:58:17.9174277Z copying torch/onnx/symbolic_opset10.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:58:17.9175210Z copying torch/onnx/symbolic_opset11.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:58:17.9177332Z copying torch/onnx/symbolic_opset12.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:58:17.9178040Z copying torch/onnx/symbolic_opset13.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:58:17.9179147Z copying torch/onnx/symbolic_opset14.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:58:17.9180158Z copying torch/onnx/symbolic_opset15.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:58:17.9181357Z copying torch/onnx/symbolic_opset16.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:58:17.9182639Z copying torch/onnx/symbolic_opset17.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:58:17.9183894Z copying torch/onnx/symbolic_opset7.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:58:17.9185417Z copying torch/onnx/symbolic_opset8.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:58:17.9186610Z copying torch/onnx/symbolic_opset9.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:58:17.9189949Z copying torch/onnx/utils.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:58:17.9191244Z copying torch/onnx/verification.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-11-23T00:58:17.9195406Z creating build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:58:17.9195807Z copying torch/optim/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:58:17.9202438Z copying torch/optim/_functional.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:58:17.9202734Z copying torch/optim/adadelta.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:58:17.9204388Z copying torch/optim/adagrad.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:58:17.9205240Z copying torch/optim/adam.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:58:17.9206697Z copying torch/optim/adamax.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:58:17.9207550Z copying torch/optim/adamw.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:58:17.9209092Z copying torch/optim/asgd.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:58:17.9210211Z copying torch/optim/lbfgs.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:58:17.9211564Z copying torch/optim/lr_scheduler.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:58:17.9213688Z copying torch/optim/nadam.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:58:17.9214702Z copying torch/optim/optimizer.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:58:17.9215940Z copying torch/optim/radam.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:58:17.9217258Z copying torch/optim/rmsprop.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:58:17.9218796Z copying torch/optim/rprop.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:58:17.9220022Z copying torch/optim/sgd.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:58:17.9221328Z copying torch/optim/sparse_adam.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:58:17.9222606Z copying torch/optim/swa_utils.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:58:17.9226502Z creating build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:58:17.9226739Z copying torch/package/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:58:17.9233155Z copying torch/package/_digraph.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:58:17.9234003Z copying torch/package/_directory_reader.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:58:17.9235191Z copying torch/package/_importlib.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:58:17.9236485Z copying torch/package/_mangling.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:58:17.9237760Z copying torch/package/_mock.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:58:17.9239008Z copying torch/package/_package_pickler.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:58:17.9240506Z copying torch/package/_package_unpickler.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:58:17.9241764Z copying torch/package/_stdlib.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:58:17.9243137Z copying torch/package/file_structure_representation.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:58:17.9244375Z copying torch/package/find_file_dependencies.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:58:17.9245575Z copying torch/package/glob_group.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:58:17.9246812Z copying torch/package/importer.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:58:17.9248163Z copying torch/package/package_exporter.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:58:17.9250765Z copying torch/package/package_importer.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-11-23T00:58:17.9253522Z creating build/lib.linux-x86_64-cpython-37/torch/profiler 2022-11-23T00:58:17.9253778Z copying torch/profiler/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/profiler 2022-11-23T00:58:17.9269068Z copying torch/profiler/_memory_profiler.py -> build/lib.linux-x86_64-cpython-37/torch/profiler 2022-11-23T00:58:17.9269960Z copying torch/profiler/_pattern_matcher.py -> build/lib.linux-x86_64-cpython-37/torch/profiler 2022-11-23T00:58:17.9271291Z copying torch/profiler/_utils.py -> build/lib.linux-x86_64-cpython-37/torch/profiler 2022-11-23T00:58:17.9272740Z copying torch/profiler/itt.py -> build/lib.linux-x86_64-cpython-37/torch/profiler 2022-11-23T00:58:17.9274008Z copying torch/profiler/profiler.py -> build/lib.linux-x86_64-cpython-37/torch/profiler 2022-11-23T00:58:17.9275674Z copying torch/profiler/python_tracer.py -> build/lib.linux-x86_64-cpython-37/torch/profiler 2022-11-23T00:58:17.9278610Z creating build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:58:17.9278963Z copying torch/quantization/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:58:17.9293593Z copying torch/quantization/_numeric_suite.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:58:17.9294458Z copying torch/quantization/_numeric_suite_fx.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:58:17.9295454Z copying torch/quantization/fake_quantize.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:58:17.9296412Z copying torch/quantization/fuse_modules.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:58:17.9297863Z copying torch/quantization/fuser_method_mappings.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:58:17.9298417Z copying torch/quantization/observer.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:58:17.9299820Z copying torch/quantization/qconfig.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:58:17.9300658Z copying torch/quantization/quant_type.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:58:17.9301854Z copying torch/quantization/quantization_mappings.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:58:17.9302761Z copying torch/quantization/quantize.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:58:17.9303729Z copying torch/quantization/quantize_fx.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:58:17.9304730Z copying torch/quantization/quantize_jit.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:58:17.9305821Z copying torch/quantization/stubs.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:58:17.9307388Z copying torch/quantization/utils.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-11-23T00:58:17.9309221Z creating build/lib.linux-x86_64-cpython-37/torch/signal 2022-11-23T00:58:17.9309448Z copying torch/signal/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/signal 2022-11-23T00:58:17.9315973Z creating build/lib.linux-x86_64-cpython-37/torch/sparse 2022-11-23T00:58:17.9316804Z copying torch/sparse/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/sparse 2022-11-23T00:58:17.9331434Z creating build/lib.linux-x86_64-cpython-37/torch/special 2022-11-23T00:58:17.9331681Z copying torch/special/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/special 2022-11-23T00:58:17.9347650Z creating build/lib.linux-x86_64-cpython-37/torch/testing 2022-11-23T00:58:17.9347885Z copying torch/testing/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing 2022-11-23T00:58:17.9355134Z copying torch/testing/_comparison.py -> build/lib.linux-x86_64-cpython-37/torch/testing 2022-11-23T00:58:17.9356258Z copying torch/testing/_creation.py -> build/lib.linux-x86_64-cpython-37/torch/testing 2022-11-23T00:58:17.9357262Z copying torch/testing/_deprecated.py -> build/lib.linux-x86_64-cpython-37/torch/testing 2022-11-23T00:58:17.9361091Z creating build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:58:17.9361492Z copying torch/utils/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:58:17.9367596Z copying torch/utils/_cpp_extension_versioner.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:58:17.9368509Z copying torch/utils/_crash_handler.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:58:17.9369541Z copying torch/utils/_cuda_trace.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:58:17.9370127Z copying torch/utils/_freeze.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:58:17.9371464Z copying torch/utils/_mode_utils.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:58:17.9372533Z copying torch/utils/_python_dispatch.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:58:17.9373402Z copying torch/utils/_pytree.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:58:17.9374504Z copying torch/utils/_zip.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:58:17.9375506Z copying torch/utils/backend_registration.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:58:17.9376661Z copying torch/utils/bundled_inputs.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:58:17.9378009Z copying torch/utils/checkpoint.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:58:17.9379011Z copying torch/utils/collect_env.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:58:17.9380430Z copying torch/utils/cpp_backtrace.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:58:17.9381569Z copying torch/utils/cpp_extension.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:58:17.9383473Z copying torch/utils/dlpack.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:58:17.9385488Z copying torch/utils/file_baton.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:58:17.9386062Z copying torch/utils/hooks.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:58:17.9386987Z copying torch/utils/mkldnn.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:58:17.9388115Z copying torch/utils/mobile_optimizer.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:58:17.9389218Z copying torch/utils/model_zoo.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:58:17.9390229Z copying torch/utils/show_pickle.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:58:17.9391302Z copying torch/utils/throughput_benchmark.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-11-23T00:58:17.9394232Z creating build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations 2022-11-23T00:58:17.9394519Z copying torch/_dynamo/optimizations/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations 2022-11-23T00:58:17.9402408Z copying torch/_dynamo/optimizations/analysis.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations 2022-11-23T00:58:17.9403378Z copying torch/_dynamo/optimizations/backends.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations 2022-11-23T00:58:17.9404546Z copying torch/_dynamo/optimizations/distributed.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations 2022-11-23T00:58:17.9405503Z copying torch/_dynamo/optimizations/inference.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations 2022-11-23T00:58:17.9407006Z copying torch/_dynamo/optimizations/log_args.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations 2022-11-23T00:58:17.9407466Z copying torch/_dynamo/optimizations/normalize.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations 2022-11-23T00:58:17.9409056Z copying torch/_dynamo/optimizations/subgraph.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations 2022-11-23T00:58:17.9409405Z copying torch/_dynamo/optimizations/torchxla_integration.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations 2022-11-23T00:58:17.9410823Z copying torch/_dynamo/optimizations/training.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations 2022-11-23T00:58:17.9413611Z creating build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables 2022-11-23T00:58:17.9414870Z copying torch/_dynamo/variables/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables 2022-11-23T00:58:17.9424226Z copying torch/_dynamo/variables/base.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables 2022-11-23T00:58:17.9425128Z copying torch/_dynamo/variables/builder.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables 2022-11-23T00:58:17.9426571Z copying torch/_dynamo/variables/builtin.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables 2022-11-23T00:58:17.9427560Z copying torch/_dynamo/variables/constant.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables 2022-11-23T00:58:17.9428918Z copying torch/_dynamo/variables/dicts.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables 2022-11-23T00:58:17.9430047Z copying torch/_dynamo/variables/functions.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables 2022-11-23T00:58:17.9430902Z copying torch/_dynamo/variables/lists.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables 2022-11-23T00:58:17.9432486Z copying torch/_dynamo/variables/misc.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables 2022-11-23T00:58:17.9433378Z copying torch/_dynamo/variables/nn_module.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables 2022-11-23T00:58:17.9435028Z copying torch/_dynamo/variables/tensor.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables 2022-11-23T00:58:17.9436279Z copying torch/_dynamo/variables/torch.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables 2022-11-23T00:58:17.9437437Z copying torch/_dynamo/variables/user_defined.py -> build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables 2022-11-23T00:58:17.9440067Z creating build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen 2022-11-23T00:58:17.9440672Z copying torch/_inductor/codegen/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen 2022-11-23T00:58:17.9441760Z copying torch/_inductor/codegen/autotuner.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen 2022-11-23T00:58:17.9442688Z copying torch/_inductor/codegen/common.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen 2022-11-23T00:58:17.9444141Z copying torch/_inductor/codegen/cpp.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen 2022-11-23T00:58:17.9445281Z copying torch/_inductor/codegen/triton.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen 2022-11-23T00:58:17.9446688Z copying torch/_inductor/codegen/triton_template.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen 2022-11-23T00:58:17.9447742Z copying torch/_inductor/codegen/wrapper.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen 2022-11-23T00:58:17.9450218Z creating build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops 2022-11-23T00:58:17.9450495Z copying torch/_inductor/triton_ops/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops 2022-11-23T00:58:17.9456616Z copying torch/_inductor/triton_ops/autotune.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops 2022-11-23T00:58:17.9458130Z copying torch/_inductor/triton_ops/batched_matmul.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops 2022-11-23T00:58:17.9458955Z copying torch/_inductor/triton_ops/conv.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops 2022-11-23T00:58:17.9461231Z copying torch/_inductor/triton_ops/conv1x1.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops 2022-11-23T00:58:17.9462048Z copying torch/_inductor/triton_ops/conv_perf_model.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops 2022-11-23T00:58:17.9463352Z copying torch/_inductor/triton_ops/matmul.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops 2022-11-23T00:58:17.9464130Z copying torch/_inductor/triton_ops/mm_perf_model.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops 2022-11-23T00:58:17.9465789Z copying torch/_inductor/triton_ops/utils.py -> build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops 2022-11-23T00:58:17.9467946Z creating build/lib.linux-x86_64-cpython-37/torch/_refs/linalg 2022-11-23T00:58:17.9468305Z copying torch/_refs/linalg/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_refs/linalg 2022-11-23T00:58:17.9485059Z creating build/lib.linux-x86_64-cpython-37/torch/_refs/nn 2022-11-23T00:58:17.9485496Z copying torch/_refs/nn/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_refs/nn 2022-11-23T00:58:17.9491573Z creating build/lib.linux-x86_64-cpython-37/torch/_refs/special 2022-11-23T00:58:17.9491829Z copying torch/_refs/special/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_refs/special 2022-11-23T00:58:17.9499583Z creating build/lib.linux-x86_64-cpython-37/torch/_refs/nn/functional 2022-11-23T00:58:17.9499953Z copying torch/_refs/nn/functional/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_refs/nn/functional 2022-11-23T00:58:17.9517258Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn 2022-11-23T00:58:17.9517481Z copying torch/ao/nn/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn 2022-11-23T00:58:17.9524845Z creating build/lib.linux-x86_64-cpython-37/torch/ao/ns 2022-11-23T00:58:17.9525122Z copying torch/ao/ns/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns 2022-11-23T00:58:17.9526430Z copying torch/ao/ns/_numeric_suite.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns 2022-11-23T00:58:17.9527343Z copying torch/ao/ns/_numeric_suite_fx.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns 2022-11-23T00:58:17.9529527Z creating build/lib.linux-x86_64-cpython-37/torch/ao/pruning 2022-11-23T00:58:17.9529765Z copying torch/ao/pruning/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning 2022-11-23T00:58:17.9539736Z copying torch/ao/pruning/_mappings.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning 2022-11-23T00:58:17.9543025Z creating build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:58:17.9543286Z copying torch/ao/quantization/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:58:17.9550594Z copying torch/ao/quantization/_correct_bias.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:58:17.9551899Z copying torch/ao/quantization/_equalize.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:58:17.9552656Z copying torch/ao/quantization/_learnable_fake_quantize.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:58:17.9553724Z copying torch/ao/quantization/fake_quantize.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:58:17.9555027Z copying torch/ao/quantization/fuse_modules.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:58:17.9556234Z copying torch/ao/quantization/fuser_method_mappings.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:58:17.9557244Z copying torch/ao/quantization/observer.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:58:17.9558865Z copying torch/ao/quantization/qconfig.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:58:17.9560443Z copying torch/ao/quantization/qconfig_mapping.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:58:17.9562160Z copying torch/ao/quantization/qconfig_mapping_utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:58:17.9562662Z copying torch/ao/quantization/quant_type.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:58:17.9564427Z copying torch/ao/quantization/quantization_mappings.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:58:17.9565012Z copying torch/ao/quantization/quantize.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:58:17.9566583Z copying torch/ao/quantization/quantize_fx.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:58:17.9567608Z copying torch/ao/quantization/quantize_jit.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:58:17.9568672Z copying torch/ao/quantization/stubs.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:58:17.9569746Z copying torch/ao/quantization/utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-11-23T00:58:17.9571724Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic 2022-11-23T00:58:17.9572145Z copying torch/ao/nn/intrinsic/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic 2022-11-23T00:58:17.9580098Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat 2022-11-23T00:58:17.9580636Z copying torch/ao/nn/qat/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat 2022-11-23T00:58:17.9593637Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantizable 2022-11-23T00:58:17.9594137Z copying torch/ao/nn/quantizable/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantizable 2022-11-23T00:58:17.9600237Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized 2022-11-23T00:58:17.9600575Z copying torch/ao/nn/quantized/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized 2022-11-23T00:58:17.9606451Z copying torch/ao/nn/quantized/functional.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized 2022-11-23T00:58:17.9608686Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse 2022-11-23T00:58:17.9608957Z copying torch/ao/nn/sparse/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse 2022-11-23T00:58:17.9616160Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/modules 2022-11-23T00:58:17.9616886Z copying torch/ao/nn/intrinsic/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/modules 2022-11-23T00:58:17.9627764Z copying torch/ao/nn/intrinsic/modules/fused.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/modules 2022-11-23T00:58:17.9629537Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/qat 2022-11-23T00:58:17.9629859Z copying torch/ao/nn/intrinsic/qat/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/qat 2022-11-23T00:58:17.9636814Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/quantized 2022-11-23T00:58:17.9637211Z copying torch/ao/nn/intrinsic/quantized/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/quantized 2022-11-23T00:58:17.9644341Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/qat/modules 2022-11-23T00:58:17.9644637Z copying torch/ao/nn/intrinsic/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/qat/modules 2022-11-23T00:58:17.9652449Z copying torch/ao/nn/intrinsic/qat/modules/conv_fused.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/qat/modules 2022-11-23T00:58:17.9653810Z copying torch/ao/nn/intrinsic/qat/modules/linear_fused.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/qat/modules 2022-11-23T00:58:17.9654740Z copying torch/ao/nn/intrinsic/qat/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/qat/modules 2022-11-23T00:58:17.9657257Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/quantized/dynamic 2022-11-23T00:58:17.9657833Z copying torch/ao/nn/intrinsic/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/quantized/dynamic 2022-11-23T00:58:17.9669535Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T00:58:17.9669859Z copying torch/ao/nn/intrinsic/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T00:58:17.9675864Z copying torch/ao/nn/intrinsic/quantized/modules/bn_relu.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T00:58:17.9676885Z copying torch/ao/nn/intrinsic/quantized/modules/conv_relu.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T00:58:17.9678122Z copying torch/ao/nn/intrinsic/quantized/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T00:58:17.9680658Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/quantized/dynamic/modules 2022-11-23T00:58:17.9681103Z copying torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/quantized/dynamic/modules 2022-11-23T00:58:17.9689087Z copying torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/quantized/dynamic/modules 2022-11-23T00:58:17.9690537Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/dynamic 2022-11-23T00:58:17.9691098Z copying torch/ao/nn/qat/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/dynamic 2022-11-23T00:58:17.9698690Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/modules 2022-11-23T00:58:17.9699117Z copying torch/ao/nn/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/modules 2022-11-23T00:58:17.9709156Z copying torch/ao/nn/qat/modules/conv.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/modules 2022-11-23T00:58:17.9710866Z copying torch/ao/nn/qat/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/modules 2022-11-23T00:58:17.9712085Z copying torch/ao/nn/qat/modules/linear.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/modules 2022-11-23T00:58:17.9714041Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/dynamic/modules 2022-11-23T00:58:17.9714575Z copying torch/ao/nn/qat/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/dynamic/modules 2022-11-23T00:58:17.9721705Z copying torch/ao/nn/qat/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/dynamic/modules 2022-11-23T00:58:17.9723626Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantizable/modules 2022-11-23T00:58:17.9724030Z copying torch/ao/nn/quantizable/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantizable/modules 2022-11-23T00:58:17.9730690Z copying torch/ao/nn/quantizable/modules/activation.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantizable/modules 2022-11-23T00:58:17.9731996Z copying torch/ao/nn/quantizable/modules/rnn.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantizable/modules 2022-11-23T00:58:17.9733680Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/dynamic 2022-11-23T00:58:17.9733957Z copying torch/ao/nn/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/dynamic 2022-11-23T00:58:17.9743069Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-11-23T00:58:17.9743371Z copying torch/ao/nn/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-11-23T00:58:17.9758259Z copying torch/ao/nn/quantized/modules/activation.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-11-23T00:58:17.9759325Z copying torch/ao/nn/quantized/modules/batchnorm.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-11-23T00:58:17.9760701Z copying torch/ao/nn/quantized/modules/conv.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-11-23T00:58:17.9762316Z copying torch/ao/nn/quantized/modules/dropout.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-11-23T00:58:17.9763228Z copying torch/ao/nn/quantized/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-11-23T00:58:17.9764786Z copying torch/ao/nn/quantized/modules/functional_modules.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-11-23T00:58:17.9765635Z copying torch/ao/nn/quantized/modules/linear.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-11-23T00:58:17.9767161Z copying torch/ao/nn/quantized/modules/normalization.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-11-23T00:58:17.9768080Z copying torch/ao/nn/quantized/modules/rnn.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-11-23T00:58:17.9769668Z copying torch/ao/nn/quantized/modules/utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-11-23T00:58:17.9771924Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/reference 2022-11-23T00:58:17.9772230Z copying torch/ao/nn/quantized/reference/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/reference 2022-11-23T00:58:17.9779294Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/dynamic/modules 2022-11-23T00:58:17.9779604Z copying torch/ao/nn/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/dynamic/modules 2022-11-23T00:58:17.9785909Z copying torch/ao/nn/quantized/dynamic/modules/conv.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/dynamic/modules 2022-11-23T00:58:17.9787073Z copying torch/ao/nn/quantized/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/dynamic/modules 2022-11-23T00:58:17.9788177Z copying torch/ao/nn/quantized/dynamic/modules/rnn.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/dynamic/modules 2022-11-23T00:58:17.9790820Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/reference/modules 2022-11-23T00:58:17.9791153Z copying torch/ao/nn/quantized/reference/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/reference/modules 2022-11-23T00:58:17.9797580Z copying torch/ao/nn/quantized/reference/modules/conv.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/reference/modules 2022-11-23T00:58:17.9798618Z copying torch/ao/nn/quantized/reference/modules/linear.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/reference/modules 2022-11-23T00:58:17.9800051Z copying torch/ao/nn/quantized/reference/modules/rnn.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/reference/modules 2022-11-23T00:58:17.9801969Z copying torch/ao/nn/quantized/reference/modules/sparse.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/reference/modules 2022-11-23T00:58:17.9803161Z copying torch/ao/nn/quantized/reference/modules/utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/reference/modules 2022-11-23T00:58:17.9806089Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse/quantized 2022-11-23T00:58:17.9806378Z copying torch/ao/nn/sparse/quantized/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse/quantized 2022-11-23T00:58:17.9817214Z copying torch/ao/nn/sparse/quantized/linear.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse/quantized 2022-11-23T00:58:17.9818212Z copying torch/ao/nn/sparse/quantized/utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse/quantized 2022-11-23T00:58:17.9820009Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse/quantized/dynamic 2022-11-23T00:58:17.9820410Z copying torch/ao/nn/sparse/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse/quantized/dynamic 2022-11-23T00:58:17.9827547Z copying torch/ao/nn/sparse/quantized/dynamic/linear.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse/quantized/dynamic 2022-11-23T00:58:17.9830502Z creating build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx 2022-11-23T00:58:17.9830818Z copying torch/ao/ns/fx/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx 2022-11-23T00:58:17.9832199Z copying torch/ao/ns/fx/graph_matcher.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx 2022-11-23T00:58:17.9833520Z copying torch/ao/ns/fx/graph_passes.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx 2022-11-23T00:58:17.9834895Z copying torch/ao/ns/fx/mappings.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx 2022-11-23T00:58:17.9836406Z copying torch/ao/ns/fx/n_shadows_utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx 2022-11-23T00:58:17.9837703Z copying torch/ao/ns/fx/ns_types.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx 2022-11-23T00:58:17.9838882Z copying torch/ao/ns/fx/pattern_utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx 2022-11-23T00:58:17.9840508Z copying torch/ao/ns/fx/qconfig_multi_mapping.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx 2022-11-23T00:58:17.9841804Z copying torch/ao/ns/fx/utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx 2022-11-23T00:58:17.9842379Z copying torch/ao/ns/fx/weight_utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx 2022-11-23T00:58:17.9844174Z creating build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental 2022-11-23T00:58:17.9844703Z copying torch/ao/pruning/_experimental/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental 2022-11-23T00:58:17.9846946Z creating build/lib.linux-x86_64-cpython-37/torch/ao/pruning/scheduler 2022-11-23T00:58:17.9847318Z copying torch/ao/pruning/scheduler/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/scheduler 2022-11-23T00:58:17.9848974Z copying torch/ao/pruning/scheduler/base_scheduler.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/scheduler 2022-11-23T00:58:17.9850302Z copying torch/ao/pruning/scheduler/cubic_scheduler.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/scheduler 2022-11-23T00:58:17.9850992Z copying torch/ao/pruning/scheduler/lambda_scheduler.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/scheduler 2022-11-23T00:58:17.9852994Z creating build/lib.linux-x86_64-cpython-37/torch/ao/pruning/sparsifier 2022-11-23T00:58:17.9853809Z copying torch/ao/pruning/sparsifier/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/sparsifier 2022-11-23T00:58:17.9854684Z copying torch/ao/pruning/sparsifier/base_sparsifier.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/sparsifier 2022-11-23T00:58:17.9855731Z copying torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/sparsifier 2022-11-23T00:58:17.9856811Z copying torch/ao/pruning/sparsifier/utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/sparsifier 2022-11-23T00:58:17.9857789Z copying torch/ao/pruning/sparsifier/weight_norm_sparsifier.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/sparsifier 2022-11-23T00:58:17.9859755Z creating build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T00:58:17.9860514Z copying torch/ao/pruning/_experimental/activation_sparsifier/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T00:58:17.9861377Z copying torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T00:58:17.9863899Z creating build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_scheduler 2022-11-23T00:58:17.9864489Z copying torch/ao/pruning/_experimental/data_scheduler/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_scheduler 2022-11-23T00:58:17.9865880Z copying torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_scheduler 2022-11-23T00:58:17.9868028Z creating build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T00:58:17.9868386Z copying torch/ao/pruning/_experimental/data_sparsifier/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T00:58:17.9869847Z copying torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T00:58:17.9870827Z copying torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T00:58:17.9872250Z copying torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T00:58:17.9874284Z creating build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/pruner 2022-11-23T00:58:17.9874760Z copying torch/ao/pruning/_experimental/pruner/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/pruner 2022-11-23T00:58:17.9875660Z copying torch/ao/pruning/_experimental/pruner/base_pruner.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/pruner 2022-11-23T00:58:17.9876555Z copying torch/ao/pruning/_experimental/pruner/parametrization.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/pruner 2022-11-23T00:58:17.9878609Z creating build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_sparsifier/lightning 2022-11-23T00:58:17.9878993Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_sparsifier/lightning 2022-11-23T00:58:17.9881397Z creating build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T00:58:17.9881913Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T00:58:17.9883163Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T00:58:17.9884133Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py -> build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T00:58:17.9886753Z creating build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config 2022-11-23T00:58:17.9887472Z copying torch/ao/quantization/backend_config/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config 2022-11-23T00:58:17.9888427Z copying torch/ao/quantization/backend_config/_common_operator_config_utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config 2022-11-23T00:58:17.9889585Z copying torch/ao/quantization/backend_config/backend_config.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config 2022-11-23T00:58:17.9890691Z copying torch/ao/quantization/backend_config/executorch.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config 2022-11-23T00:58:17.9891730Z copying torch/ao/quantization/backend_config/fbgemm.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config 2022-11-23T00:58:17.9892720Z copying torch/ao/quantization/backend_config/native.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config 2022-11-23T00:58:17.9893871Z copying torch/ao/quantization/backend_config/observation_type.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config 2022-11-23T00:58:17.9895265Z copying torch/ao/quantization/backend_config/qnnpack.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config 2022-11-23T00:58:17.9896272Z copying torch/ao/quantization/backend_config/tensorrt.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config 2022-11-23T00:58:17.9897368Z copying torch/ao/quantization/backend_config/utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config 2022-11-23T00:58:17.9899127Z copying torch/ao/quantization/backend_config/x86.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config 2022-11-23T00:58:17.9901556Z creating build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:58:17.9902256Z copying torch/ao/quantization/fx/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:58:17.9903768Z copying torch/ao/quantization/fx/_decomposed.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:58:17.9904714Z copying torch/ao/quantization/fx/_equalize.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:58:17.9906234Z copying torch/ao/quantization/fx/_lower_to_native_backend.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:58:17.9907435Z copying torch/ao/quantization/fx/backend_config_utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:58:17.9908288Z copying torch/ao/quantization/fx/convert.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:58:17.9909903Z copying torch/ao/quantization/fx/custom_config.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:58:17.9910891Z copying torch/ao/quantization/fx/fuse.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:58:17.9911731Z copying torch/ao/quantization/fx/fusion_patterns.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:58:17.9913187Z copying torch/ao/quantization/fx/graph_module.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:58:17.9913902Z copying torch/ao/quantization/fx/lower_to_fbgemm.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:58:17.9915209Z copying torch/ao/quantization/fx/lower_to_qnnpack.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:58:17.9916008Z copying torch/ao/quantization/fx/match_utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:58:17.9917007Z copying torch/ao/quantization/fx/pattern_utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:58:17.9918504Z copying torch/ao/quantization/fx/prepare.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:58:17.9920202Z copying torch/ao/quantization/fx/qconfig_mapping_utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:58:17.9921144Z copying torch/ao/quantization/fx/quantization_patterns.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:58:17.9922200Z copying torch/ao/quantization/fx/tracer.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:58:17.9923235Z copying torch/ao/quantization/fx/utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-11-23T00:58:17.9926111Z creating build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/_model_report 2022-11-23T00:58:17.9926688Z copying torch/ao/quantization/fx/_model_report/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/_model_report 2022-11-23T00:58:17.9927688Z copying torch/ao/quantization/fx/_model_report/detector.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/_model_report 2022-11-23T00:58:17.9930002Z copying torch/ao/quantization/fx/_model_report/model_report.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/_model_report 2022-11-23T00:58:17.9931242Z copying torch/ao/quantization/fx/_model_report/model_report_observer.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/_model_report 2022-11-23T00:58:17.9932626Z copying torch/ao/quantization/fx/_model_report/model_report_visualizer.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/_model_report 2022-11-23T00:58:17.9935299Z creating build/lib.linux-x86_64-cpython-37/torch/autograd/_functions 2022-11-23T00:58:17.9935580Z copying torch/autograd/_functions/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/autograd/_functions 2022-11-23T00:58:17.9942884Z copying torch/autograd/_functions/tensor.py -> build/lib.linux-x86_64-cpython-37/torch/autograd/_functions 2022-11-23T00:58:17.9943916Z copying torch/autograd/_functions/utils.py -> build/lib.linux-x86_64-cpython-37/torch/autograd/_functions 2022-11-23T00:58:17.9945970Z creating build/lib.linux-x86_64-cpython-37/torch/backends/_coreml 2022-11-23T00:58:17.9946286Z copying torch/backends/_coreml/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/_coreml 2022-11-23T00:58:17.9947457Z copying torch/backends/_coreml/preprocess.py -> build/lib.linux-x86_64-cpython-37/torch/backends/_coreml 2022-11-23T00:58:17.9949475Z creating build/lib.linux-x86_64-cpython-37/torch/backends/_nnapi 2022-11-23T00:58:17.9950225Z copying torch/backends/_nnapi/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/_nnapi 2022-11-23T00:58:17.9950851Z copying torch/backends/_nnapi/prepare.py -> build/lib.linux-x86_64-cpython-37/torch/backends/_nnapi 2022-11-23T00:58:17.9951928Z copying torch/backends/_nnapi/serializer.py -> build/lib.linux-x86_64-cpython-37/torch/backends/_nnapi 2022-11-23T00:58:17.9954342Z creating build/lib.linux-x86_64-cpython-37/torch/backends/cuda 2022-11-23T00:58:17.9954818Z copying torch/backends/cuda/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/cuda 2022-11-23T00:58:17.9968893Z creating build/lib.linux-x86_64-cpython-37/torch/backends/cudnn 2022-11-23T00:58:17.9969163Z copying torch/backends/cudnn/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/cudnn 2022-11-23T00:58:17.9976864Z copying torch/backends/cudnn/rnn.py -> build/lib.linux-x86_64-cpython-37/torch/backends/cudnn 2022-11-23T00:58:17.9978711Z creating build/lib.linux-x86_64-cpython-37/torch/backends/mkl 2022-11-23T00:58:17.9979176Z copying torch/backends/mkl/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/mkl 2022-11-23T00:58:17.9985948Z creating build/lib.linux-x86_64-cpython-37/torch/backends/mkldnn 2022-11-23T00:58:17.9986424Z copying torch/backends/mkldnn/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/mkldnn 2022-11-23T00:58:18.0001323Z creating build/lib.linux-x86_64-cpython-37/torch/backends/mps 2022-11-23T00:58:18.0001578Z copying torch/backends/mps/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/mps 2022-11-23T00:58:18.0008070Z creating build/lib.linux-x86_64-cpython-37/torch/backends/openmp 2022-11-23T00:58:18.0008435Z copying torch/backends/openmp/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/openmp 2022-11-23T00:58:18.0016601Z creating build/lib.linux-x86_64-cpython-37/torch/backends/opt_einsum 2022-11-23T00:58:18.0016869Z copying torch/backends/opt_einsum/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/opt_einsum 2022-11-23T00:58:18.0023143Z creating build/lib.linux-x86_64-cpython-37/torch/backends/quantized 2022-11-23T00:58:18.0023868Z copying torch/backends/quantized/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/quantized 2022-11-23T00:58:18.0036179Z creating build/lib.linux-x86_64-cpython-37/torch/backends/xeon 2022-11-23T00:58:18.0036635Z copying torch/backends/xeon/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/xeon 2022-11-23T00:58:18.0037539Z copying torch/backends/xeon/run_cpu.py -> build/lib.linux-x86_64-cpython-37/torch/backends/xeon 2022-11-23T00:58:18.0039981Z creating build/lib.linux-x86_64-cpython-37/torch/backends/xnnpack 2022-11-23T00:58:18.0040465Z copying torch/backends/xnnpack/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/xnnpack 2022-11-23T00:58:18.0046986Z creating build/lib.linux-x86_64-cpython-37/torch/cpu/amp 2022-11-23T00:58:18.0047307Z copying torch/cpu/amp/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/cpu/amp 2022-11-23T00:58:18.0053895Z copying torch/cpu/amp/autocast_mode.py -> build/lib.linux-x86_64-cpython-37/torch/cpu/amp 2022-11-23T00:58:18.0055931Z creating build/lib.linux-x86_64-cpython-37/torch/cuda/amp 2022-11-23T00:58:18.0056374Z copying torch/cuda/amp/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/cuda/amp 2022-11-23T00:58:18.0062820Z copying torch/cuda/amp/autocast_mode.py -> build/lib.linux-x86_64-cpython-37/torch/cuda/amp 2022-11-23T00:58:18.0063756Z copying torch/cuda/amp/common.py -> build/lib.linux-x86_64-cpython-37/torch/cuda/amp 2022-11-23T00:58:18.0064470Z copying torch/cuda/amp/grad_scaler.py -> build/lib.linux-x86_64-cpython-37/torch/cuda/amp 2022-11-23T00:58:18.0067720Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_composable 2022-11-23T00:58:18.0068198Z copying torch/distributed/_composable/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_composable 2022-11-23T00:58:18.0079628Z copying torch/distributed/_composable/_ddp.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_composable 2022-11-23T00:58:18.0081675Z copying torch/distributed/_composable/checkpoint_activation.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_composable 2022-11-23T00:58:18.0082378Z copying torch/distributed/_composable/contract.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_composable 2022-11-23T00:58:18.0083751Z copying torch/distributed/_composable/fully_shard.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_composable 2022-11-23T00:58:18.0084446Z copying torch/distributed/_composable/replicate.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_composable 2022-11-23T00:58:18.0087424Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_shard 2022-11-23T00:58:18.0088012Z copying torch/distributed/_shard/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard 2022-11-23T00:58:18.0095130Z copying torch/distributed/_shard/_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard 2022-11-23T00:58:18.0096217Z copying torch/distributed/_shard/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard 2022-11-23T00:58:18.0097207Z copying torch/distributed/_shard/common_op_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard 2022-11-23T00:58:18.0098574Z copying torch/distributed/_shard/metadata.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard 2022-11-23T00:58:18.0099677Z copying torch/distributed/_shard/op_registry_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard 2022-11-23T00:58:18.0100532Z copying torch/distributed/_shard/partial_tensor.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard 2022-11-23T00:58:18.0101772Z copying torch/distributed/_shard/replicated_tensor.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard 2022-11-23T00:58:18.0102700Z copying torch/distributed/_shard/sharder.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard 2022-11-23T00:58:18.0104593Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_sharded_tensor 2022-11-23T00:58:18.0105106Z copying torch/distributed/_sharded_tensor/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_sharded_tensor 2022-11-23T00:58:18.0111586Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_sharding_spec 2022-11-23T00:58:18.0111889Z copying torch/distributed/_sharding_spec/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_sharding_spec 2022-11-23T00:58:18.0118840Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_spmd 2022-11-23T00:58:18.0119402Z copying torch/distributed/_spmd/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_spmd 2022-11-23T00:58:18.0120130Z copying torch/distributed/_spmd/comm_tensor.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_spmd 2022-11-23T00:58:18.0122491Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor 2022-11-23T00:58:18.0123124Z copying torch/distributed/_tensor/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor 2022-11-23T00:58:18.0124595Z copying torch/distributed/_tensor/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor 2022-11-23T00:58:18.0125578Z copying torch/distributed/_tensor/device_mesh.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor 2022-11-23T00:58:18.0126940Z copying torch/distributed/_tensor/dispatch.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor 2022-11-23T00:58:18.0127887Z copying torch/distributed/_tensor/placement_types.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor 2022-11-23T00:58:18.0128701Z copying torch/distributed/_tensor/redistribute.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor 2022-11-23T00:58:18.0129627Z copying torch/distributed/_tensor/utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor 2022-11-23T00:58:18.0131571Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms 2022-11-23T00:58:18.0132172Z copying torch/distributed/algorithms/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms 2022-11-23T00:58:18.0147013Z copying torch/distributed/algorithms/join.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms 2022-11-23T00:58:18.0148966Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/autograd 2022-11-23T00:58:18.0149557Z copying torch/distributed/autograd/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/autograd 2022-11-23T00:58:18.0156881Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint 2022-11-23T00:58:18.0157183Z copying torch/distributed/checkpoint/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint 2022-11-23T00:58:18.0163690Z copying torch/distributed/checkpoint/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint 2022-11-23T00:58:18.0164709Z copying torch/distributed/checkpoint/dedup_tensors.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint 2022-11-23T00:58:18.0165938Z copying torch/distributed/checkpoint/default_planner.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint 2022-11-23T00:58:18.0167853Z copying torch/distributed/checkpoint/filesystem.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint 2022-11-23T00:58:18.0168404Z copying torch/distributed/checkpoint/metadata.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint 2022-11-23T00:58:18.0169254Z copying torch/distributed/checkpoint/planner.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint 2022-11-23T00:58:18.0170676Z copying torch/distributed/checkpoint/planner_helpers.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint 2022-11-23T00:58:18.0171530Z copying torch/distributed/checkpoint/resharding.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint 2022-11-23T00:58:18.0172748Z copying torch/distributed/checkpoint/state_dict_loader.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint 2022-11-23T00:58:18.0173704Z copying torch/distributed/checkpoint/state_dict_saver.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint 2022-11-23T00:58:18.0174661Z copying torch/distributed/checkpoint/storage.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint 2022-11-23T00:58:18.0175860Z copying torch/distributed/checkpoint/traverse.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint 2022-11-23T00:58:18.0176759Z copying torch/distributed/checkpoint/utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint 2022-11-23T00:58:18.0178895Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/elastic 2022-11-23T00:58:18.0179383Z copying torch/distributed/elastic/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic 2022-11-23T00:58:18.0188232Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:58:18.0188693Z copying torch/distributed/fsdp/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:58:18.0201721Z copying torch/distributed/fsdp/_common_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:58:18.0202777Z copying torch/distributed/fsdp/_exec_order_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:58:18.0204012Z copying torch/distributed/fsdp/_fsdp_extensions.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:58:18.0205304Z copying torch/distributed/fsdp/_init_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:58:18.0207031Z copying torch/distributed/fsdp/_limiter_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:58:18.0208189Z copying torch/distributed/fsdp/_optim_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:58:18.0210096Z copying torch/distributed/fsdp/_runtime_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:58:18.0211554Z copying torch/distributed/fsdp/_shard_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:58:18.0213810Z copying torch/distributed/fsdp/_state_dict_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:58:18.0215035Z copying torch/distributed/fsdp/_symbolic_trace.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:58:18.0216412Z copying torch/distributed/fsdp/_unshard_param_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:58:18.0217677Z copying torch/distributed/fsdp/_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:58:18.0219035Z copying torch/distributed/fsdp/_wrap_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:58:18.0220678Z copying torch/distributed/fsdp/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:58:18.0222033Z copying torch/distributed/fsdp/flat_param.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:58:18.0224501Z copying torch/distributed/fsdp/fully_sharded_data_parallel.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:58:18.0226404Z copying torch/distributed/fsdp/sharded_grad_scaler.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:58:18.0227712Z copying torch/distributed/fsdp/wrap.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-11-23T00:58:18.0230267Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/launcher 2022-11-23T00:58:18.0230668Z copying torch/distributed/launcher/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/launcher 2022-11-23T00:58:18.0238819Z copying torch/distributed/launcher/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/launcher 2022-11-23T00:58:18.0240925Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/nn 2022-11-23T00:58:18.0241282Z copying torch/distributed/nn/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/nn 2022-11-23T00:58:18.0248173Z copying torch/distributed/nn/functional.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/nn 2022-11-23T00:58:18.0251496Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-11-23T00:58:18.0251771Z copying torch/distributed/optim/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-11-23T00:58:18.0259311Z copying torch/distributed/optim/apply_optimizer_in_backward.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-11-23T00:58:18.0260317Z copying torch/distributed/optim/functional_adadelta.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-11-23T00:58:18.0261407Z copying torch/distributed/optim/functional_adagrad.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-11-23T00:58:18.0262333Z copying torch/distributed/optim/functional_adam.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-11-23T00:58:18.0263405Z copying torch/distributed/optim/functional_adamax.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-11-23T00:58:18.0264347Z copying torch/distributed/optim/functional_adamw.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-11-23T00:58:18.0265489Z copying torch/distributed/optim/functional_rmsprop.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-11-23T00:58:18.0266957Z copying torch/distributed/optim/functional_rprop.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-11-23T00:58:18.0267824Z copying torch/distributed/optim/functional_sgd.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-11-23T00:58:18.0268679Z copying torch/distributed/optim/optimizer.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-11-23T00:58:18.0270281Z copying torch/distributed/optim/post_localSGD_optimizer.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-11-23T00:58:18.0271225Z copying torch/distributed/optim/utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-11-23T00:58:18.0272299Z copying torch/distributed/optim/zero_redundancy_optimizer.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-11-23T00:58:18.0274597Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline 2022-11-23T00:58:18.0275123Z copying torch/distributed/pipeline/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline 2022-11-23T00:58:18.0277744Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/rpc 2022-11-23T00:58:18.0277994Z copying torch/distributed/rpc/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc 2022-11-23T00:58:18.0288226Z copying torch/distributed/rpc/_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc 2022-11-23T00:58:18.0289214Z copying torch/distributed/rpc/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc 2022-11-23T00:58:18.0290674Z copying torch/distributed/rpc/backend_registry.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc 2022-11-23T00:58:18.0291754Z copying torch/distributed/rpc/constants.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc 2022-11-23T00:58:18.0293077Z copying torch/distributed/rpc/functions.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc 2022-11-23T00:58:18.0294325Z copying torch/distributed/rpc/internal.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc 2022-11-23T00:58:18.0295440Z copying torch/distributed/rpc/options.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc 2022-11-23T00:58:18.0296406Z copying torch/distributed/rpc/rref_proxy.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc 2022-11-23T00:58:18.0297816Z copying torch/distributed/rpc/server_process_global_profiler.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc 2022-11-23T00:58:18.0299799Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/checkpoint 2022-11-23T00:58:18.0300129Z copying torch/distributed/_shard/checkpoint/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/checkpoint 2022-11-23T00:58:18.0307605Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_optim 2022-11-23T00:58:18.0307911Z copying torch/distributed/_shard/sharded_optim/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_optim 2022-11-23T00:58:18.0313352Z copying torch/distributed/_shard/sharded_optim/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_optim 2022-11-23T00:58:18.0315417Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor 2022-11-23T00:58:18.0315912Z copying torch/distributed/_shard/sharded_tensor/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor 2022-11-23T00:58:18.0331562Z copying torch/distributed/_shard/sharded_tensor/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor 2022-11-23T00:58:18.0333391Z copying torch/distributed/_shard/sharded_tensor/metadata.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor 2022-11-23T00:58:18.0334043Z copying torch/distributed/_shard/sharded_tensor/reshard.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor 2022-11-23T00:58:18.0335053Z copying torch/distributed/_shard/sharded_tensor/shard.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor 2022-11-23T00:58:18.0336157Z copying torch/distributed/_shard/sharded_tensor/utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor 2022-11-23T00:58:18.0337965Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_plan 2022-11-23T00:58:18.0338273Z copying torch/distributed/_shard/sharding_plan/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_plan 2022-11-23T00:58:18.0344587Z copying torch/distributed/_shard/sharding_plan/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_plan 2022-11-23T00:58:18.0346989Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec 2022-11-23T00:58:18.0347369Z copying torch/distributed/_shard/sharding_spec/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec 2022-11-23T00:58:18.0353989Z copying torch/distributed/_shard/sharding_spec/_internals.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec 2022-11-23T00:58:18.0355591Z copying torch/distributed/_shard/sharding_spec/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec 2022-11-23T00:58:18.0356565Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec 2022-11-23T00:58:18.0359195Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:58:18.0359707Z copying torch/distributed/_shard/sharded_tensor/_ops/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:58:18.0366360Z copying torch/distributed/_shard/sharded_tensor/_ops/_common.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:58:18.0367199Z copying torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:58:18.0368363Z copying torch/distributed/_shard/sharded_tensor/_ops/chunk.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:58:18.0369620Z copying torch/distributed/_shard/sharded_tensor/_ops/elementwise_ops.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:58:18.0370520Z copying torch/distributed/_shard/sharded_tensor/_ops/init.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:58:18.0371504Z copying torch/distributed/_shard/sharded_tensor/_ops/math_ops.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:58:18.0372443Z copying torch/distributed/_shard/sharded_tensor/_ops/matrix_ops.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:58:18.0373528Z copying torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:58:18.0374609Z copying torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:58:18.0376884Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T00:58:18.0377361Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T00:58:18.0378811Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T00:58:18.0380332Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T00:58:18.0381163Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T00:58:18.0382307Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/linear.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T00:58:18.0383412Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/math_ops.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T00:58:18.0385657Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/matrix_ops.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T00:58:18.0386605Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/softmax.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T00:58:18.0389087Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops 2022-11-23T00:58:18.0389407Z copying torch/distributed/_tensor/ops/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops 2022-11-23T00:58:18.0403801Z copying torch/distributed/_tensor/ops/common_rules.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops 2022-11-23T00:58:18.0404712Z copying torch/distributed/_tensor/ops/math_ops.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops 2022-11-23T00:58:18.0405966Z copying torch/distributed/_tensor/ops/matrix_ops.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops 2022-11-23T00:58:18.0406943Z copying torch/distributed/_tensor/ops/pointwise_ops.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops 2022-11-23T00:58:18.0408424Z copying torch/distributed/_tensor/ops/tensor_ops.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops 2022-11-23T00:58:18.0409555Z copying torch/distributed/_tensor/ops/tp_sharding_ops.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops 2022-11-23T00:58:18.0412065Z copying torch/distributed/_tensor/ops/utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops 2022-11-23T00:58:18.0412874Z copying torch/distributed/_tensor/ops/view_ops.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops 2022-11-23T00:58:18.0414792Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/parallel 2022-11-23T00:58:18.0415270Z copying torch/distributed/_tensor/parallel/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/parallel 2022-11-23T00:58:18.0421500Z copying torch/distributed/_tensor/parallel/_view_with_dim_change.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/parallel 2022-11-23T00:58:18.0422289Z copying torch/distributed/_tensor/parallel/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/parallel 2022-11-23T00:58:18.0423293Z copying torch/distributed/_tensor/parallel/fsdp.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/parallel 2022-11-23T00:58:18.0424470Z copying torch/distributed/_tensor/parallel/multihead_attention_tp.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/parallel 2022-11-23T00:58:18.0427072Z copying torch/distributed/_tensor/parallel/style.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/parallel 2022-11-23T00:58:18.0427628Z copying torch/distributed/_tensor/parallel/utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/parallel 2022-11-23T00:58:18.0429476Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_checkpoint 2022-11-23T00:58:18.0430078Z copying torch/distributed/algorithms/_checkpoint/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_checkpoint 2022-11-23T00:58:18.0430865Z copying torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_checkpoint 2022-11-23T00:58:18.0432630Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_comm_hooks 2022-11-23T00:58:18.0433845Z copying torch/distributed/algorithms/_comm_hooks/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_comm_hooks 2022-11-23T00:58:18.0439949Z copying torch/distributed/algorithms/_comm_hooks/default_hooks.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_comm_hooks 2022-11-23T00:58:18.0441852Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T00:58:18.0442496Z copying torch/distributed/algorithms/_optimizer_overlap/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T00:58:18.0448609Z copying torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T00:58:18.0450880Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_quantization 2022-11-23T00:58:18.0451597Z copying torch/distributed/algorithms/_quantization/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_quantization 2022-11-23T00:58:18.0452179Z copying torch/distributed/algorithms/_quantization/quantization.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_quantization 2022-11-23T00:58:18.0454755Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T00:58:18.0455303Z copying torch/distributed/algorithms/ddp_comm_hooks/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T00:58:18.0472852Z copying torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T00:58:18.0473913Z copying torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T00:58:18.0475132Z copying torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T00:58:18.0476412Z copying torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T00:58:18.0477760Z copying torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T00:58:18.0479163Z copying torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T00:58:18.0480628Z copying torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T00:58:18.0483689Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/model_averaging 2022-11-23T00:58:18.0484293Z copying torch/distributed/algorithms/model_averaging/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/model_averaging 2022-11-23T00:58:18.0485367Z copying torch/distributed/algorithms/model_averaging/averagers.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/model_averaging 2022-11-23T00:58:18.0486220Z copying torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/model_averaging 2022-11-23T00:58:18.0487787Z copying torch/distributed/algorithms/model_averaging/utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/model_averaging 2022-11-23T00:58:18.0489547Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/agent 2022-11-23T00:58:18.0490033Z copying torch/distributed/elastic/agent/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/agent 2022-11-23T00:58:18.0491881Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/events 2022-11-23T00:58:18.0492355Z copying torch/distributed/elastic/events/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/events 2022-11-23T00:58:18.0498958Z copying torch/distributed/elastic/events/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/events 2022-11-23T00:58:18.0499831Z copying torch/distributed/elastic/events/handlers.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/events 2022-11-23T00:58:18.0502218Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/metrics 2022-11-23T00:58:18.0502779Z copying torch/distributed/elastic/metrics/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/metrics 2022-11-23T00:58:18.0510317Z copying torch/distributed/elastic/metrics/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/metrics 2022-11-23T00:58:18.0512346Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing 2022-11-23T00:58:18.0512862Z copying torch/distributed/elastic/multiprocessing/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing 2022-11-23T00:58:18.0522305Z copying torch/distributed/elastic/multiprocessing/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing 2022-11-23T00:58:18.0523560Z copying torch/distributed/elastic/multiprocessing/redirects.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing 2022-11-23T00:58:18.0524327Z copying torch/distributed/elastic/multiprocessing/tail_log.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing 2022-11-23T00:58:18.0527864Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-11-23T00:58:18.0528378Z copying torch/distributed/elastic/rendezvous/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-11-23T00:58:18.0541606Z copying torch/distributed/elastic/rendezvous/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-11-23T00:58:18.0542610Z copying torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-11-23T00:58:18.0543721Z copying torch/distributed/elastic/rendezvous/dynamic_rendezvous.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-11-23T00:58:18.0545408Z copying torch/distributed/elastic/rendezvous/etcd_rendezvous.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-11-23T00:58:18.0547002Z copying torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-11-23T00:58:18.0548243Z copying torch/distributed/elastic/rendezvous/etcd_server.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-11-23T00:58:18.0549331Z copying torch/distributed/elastic/rendezvous/etcd_store.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-11-23T00:58:18.0551255Z copying torch/distributed/elastic/rendezvous/registry.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-11-23T00:58:18.0551826Z copying torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-11-23T00:58:18.0553764Z copying torch/distributed/elastic/rendezvous/utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-11-23T00:58:18.0556080Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/timer 2022-11-23T00:58:18.0556549Z copying torch/distributed/elastic/timer/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/timer 2022-11-23T00:58:18.0562208Z copying torch/distributed/elastic/timer/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/timer 2022-11-23T00:58:18.0563493Z copying torch/distributed/elastic/timer/file_based_local_timer.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/timer 2022-11-23T00:58:18.0564615Z copying torch/distributed/elastic/timer/local_timer.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/timer 2022-11-23T00:58:18.0566910Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils 2022-11-23T00:58:18.0567444Z copying torch/distributed/elastic/utils/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils 2022-11-23T00:58:18.0582367Z copying torch/distributed/elastic/utils/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils 2022-11-23T00:58:18.0583576Z copying torch/distributed/elastic/utils/distributed.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils 2022-11-23T00:58:18.0584311Z copying torch/distributed/elastic/utils/log_level.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils 2022-11-23T00:58:18.0585437Z copying torch/distributed/elastic/utils/logging.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils 2022-11-23T00:58:18.0587081Z copying torch/distributed/elastic/utils/store.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils 2022-11-23T00:58:18.0589138Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/agent/server 2022-11-23T00:58:18.0589636Z copying torch/distributed/elastic/agent/server/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/agent/server 2022-11-23T00:58:18.0595644Z copying torch/distributed/elastic/agent/server/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/agent/server 2022-11-23T00:58:18.0597046Z copying torch/distributed/elastic/agent/server/local_elastic_agent.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/agent/server 2022-11-23T00:58:18.0599506Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing/errors 2022-11-23T00:58:18.0600067Z copying torch/distributed/elastic/multiprocessing/errors/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing/errors 2022-11-23T00:58:18.0609598Z copying torch/distributed/elastic/multiprocessing/errors/error_handler.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing/errors 2022-11-23T00:58:18.0610483Z copying torch/distributed/elastic/multiprocessing/errors/handlers.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing/errors 2022-11-23T00:58:18.0612949Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils/data 2022-11-23T00:58:18.0613465Z copying torch/distributed/elastic/utils/data/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils/data 2022-11-23T00:58:18.0620623Z copying torch/distributed/elastic/utils/data/cycling_iterator.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils/data 2022-11-23T00:58:18.0621752Z copying torch/distributed/elastic/utils/data/elastic_distributed_sampler.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils/data 2022-11-23T00:58:18.0623113Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/nn/api 2022-11-23T00:58:18.0623641Z copying torch/distributed/nn/api/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/nn/api 2022-11-23T00:58:18.0624681Z copying torch/distributed/nn/api/remote_module.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/nn/api 2022-11-23T00:58:18.0626928Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/nn/jit 2022-11-23T00:58:18.0627411Z copying torch/distributed/nn/jit/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/nn/jit 2022-11-23T00:58:18.0628826Z copying torch/distributed/nn/jit/instantiator.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/nn/jit 2022-11-23T00:58:18.0630754Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/nn/jit/templates 2022-11-23T00:58:18.0631384Z copying torch/distributed/nn/jit/templates/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/nn/jit/templates 2022-11-23T00:58:18.0632356Z copying torch/distributed/nn/jit/templates/remote_module_template.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/nn/jit/templates 2022-11-23T00:58:18.0634993Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-11-23T00:58:18.0635582Z copying torch/distributed/pipeline/sync/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-11-23T00:58:18.0636557Z copying torch/distributed/pipeline/sync/batchnorm.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-11-23T00:58:18.0637803Z copying torch/distributed/pipeline/sync/checkpoint.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-11-23T00:58:18.0639642Z copying torch/distributed/pipeline/sync/copy.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-11-23T00:58:18.0640782Z copying torch/distributed/pipeline/sync/dependency.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-11-23T00:58:18.0641730Z copying torch/distributed/pipeline/sync/microbatch.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-11-23T00:58:18.0642784Z copying torch/distributed/pipeline/sync/phony.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-11-23T00:58:18.0643903Z copying torch/distributed/pipeline/sync/pipe.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-11-23T00:58:18.0645475Z copying torch/distributed/pipeline/sync/pipeline.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-11-23T00:58:18.0646330Z copying torch/distributed/pipeline/sync/stream.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-11-23T00:58:18.0647520Z copying torch/distributed/pipeline/sync/utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-11-23T00:58:18.0648674Z copying torch/distributed/pipeline/sync/worker.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-11-23T00:58:18.0651314Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/_balance 2022-11-23T00:58:18.0651846Z copying torch/distributed/pipeline/sync/_balance/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/_balance 2022-11-23T00:58:18.0657644Z copying torch/distributed/pipeline/sync/_balance/blockpartition.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/_balance 2022-11-23T00:58:18.0658667Z copying torch/distributed/pipeline/sync/_balance/profile.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/_balance 2022-11-23T00:58:18.0661059Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/skip 2022-11-23T00:58:18.0661550Z copying torch/distributed/pipeline/sync/skip/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/skip 2022-11-23T00:58:18.0672239Z copying torch/distributed/pipeline/sync/skip/layout.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/skip 2022-11-23T00:58:18.0673052Z copying torch/distributed/pipeline/sync/skip/namespace.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/skip 2022-11-23T00:58:18.0674355Z copying torch/distributed/pipeline/sync/skip/portal.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/skip 2022-11-23T00:58:18.0675423Z copying torch/distributed/pipeline/sync/skip/skippable.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/skip 2022-11-23T00:58:18.0676563Z copying torch/distributed/pipeline/sync/skip/tracker.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/skip 2022-11-23T00:58:18.0678628Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/rpc/_testing 2022-11-23T00:58:18.0679241Z copying torch/distributed/rpc/_testing/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc/_testing 2022-11-23T00:58:18.0685596Z copying torch/distributed/rpc/_testing/faulty_agent_backend_registry.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc/_testing 2022-11-23T00:58:18.0688323Z creating build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:58:18.0689306Z copying torch/fx/experimental/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:58:18.0690432Z copying torch/fx/experimental/accelerator_partitioner.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:58:18.0691934Z copying torch/fx/experimental/const_fold.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:58:18.0692892Z copying torch/fx/experimental/debug.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:58:18.0697632Z copying torch/fx/experimental/graph_gradual_typechecker.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:58:18.0698387Z copying torch/fx/experimental/merge_matmul.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:58:18.0698925Z copying torch/fx/experimental/meta_tracer.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:58:18.0699534Z copying torch/fx/experimental/normalize.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:58:18.0700147Z copying torch/fx/experimental/optimization.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:58:18.0700767Z copying torch/fx/experimental/partitioner_utils.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:58:18.0701244Z copying torch/fx/experimental/proxy_tensor.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:58:18.0702481Z copying torch/fx/experimental/refinement_types.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:58:18.0703434Z copying torch/fx/experimental/rewriter.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:58:18.0704603Z copying torch/fx/experimental/schema_type_annotation.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:58:18.0705966Z copying torch/fx/experimental/symbolic_shapes.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:58:18.0707618Z copying torch/fx/experimental/unify_refinements.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-11-23T00:58:18.0711811Z creating build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-11-23T00:58:18.0712414Z copying torch/fx/passes/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-11-23T00:58:18.0713953Z copying torch/fx/passes/fake_tensor_prop.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-11-23T00:58:18.0715353Z copying torch/fx/passes/graph_drawer.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-11-23T00:58:18.0716348Z copying torch/fx/passes/graph_manipulation.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-11-23T00:58:18.0717443Z copying torch/fx/passes/net_min_base.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-11-23T00:58:18.0718464Z copying torch/fx/passes/operator_support.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-11-23T00:58:18.0719984Z copying torch/fx/passes/param_fetch.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-11-23T00:58:18.0720965Z copying torch/fx/passes/pass_manager.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-11-23T00:58:18.0722171Z copying torch/fx/passes/reinplace.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-11-23T00:58:18.0723294Z copying torch/fx/passes/shape_prop.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-11-23T00:58:18.0725080Z copying torch/fx/passes/split_module.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-11-23T00:58:18.0726111Z copying torch/fx/passes/split_utils.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-11-23T00:58:18.0727047Z copying torch/fx/passes/splitter_base.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-11-23T00:58:18.0728530Z copying torch/fx/passes/tools_common.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-11-23T00:58:18.0731656Z creating build/lib.linux-x86_64-cpython-37/torch/fx/experimental/migrate_gradual_types 2022-11-23T00:58:18.0732566Z copying torch/fx/experimental/migrate_gradual_types/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/migrate_gradual_types 2022-11-23T00:58:18.0733581Z copying torch/fx/experimental/migrate_gradual_types/constraint.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/migrate_gradual_types 2022-11-23T00:58:18.0734799Z copying torch/fx/experimental/migrate_gradual_types/constraint_generator.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/migrate_gradual_types 2022-11-23T00:58:18.0736445Z copying torch/fx/experimental/migrate_gradual_types/constraint_transformation.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/migrate_gradual_types 2022-11-23T00:58:18.0738426Z copying torch/fx/experimental/migrate_gradual_types/operation.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/migrate_gradual_types 2022-11-23T00:58:18.0739602Z copying torch/fx/experimental/migrate_gradual_types/transform_to_z3.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/migrate_gradual_types 2022-11-23T00:58:18.0740825Z copying torch/fx/experimental/migrate_gradual_types/util.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/migrate_gradual_types 2022-11-23T00:58:18.0741894Z copying torch/fx/experimental/migrate_gradual_types/z3_types.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/migrate_gradual_types 2022-11-23T00:58:18.0744529Z creating build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification 2022-11-23T00:58:18.0745260Z copying torch/fx/experimental/unification/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification 2022-11-23T00:58:18.0746486Z copying torch/fx/experimental/unification/core.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification 2022-11-23T00:58:18.0759625Z copying torch/fx/experimental/unification/dispatch.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification 2022-11-23T00:58:18.0760353Z copying torch/fx/experimental/unification/match.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification 2022-11-23T00:58:18.0760976Z copying torch/fx/experimental/unification/more.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification 2022-11-23T00:58:18.0761506Z copying torch/fx/experimental/unification/unification_tools.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification 2022-11-23T00:58:18.0762028Z copying torch/fx/experimental/unification/utils.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification 2022-11-23T00:58:18.0762534Z copying torch/fx/experimental/unification/variable.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification 2022-11-23T00:58:18.0763076Z creating build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/multipledispatch 2022-11-23T00:58:18.0763688Z copying torch/fx/experimental/unification/multipledispatch/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/multipledispatch 2022-11-23T00:58:18.0764433Z copying torch/fx/experimental/unification/multipledispatch/conflict.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/multipledispatch 2022-11-23T00:58:18.0765281Z copying torch/fx/experimental/unification/multipledispatch/core.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/multipledispatch 2022-11-23T00:58:18.0766524Z copying torch/fx/experimental/unification/multipledispatch/dispatcher.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/multipledispatch 2022-11-23T00:58:18.0767742Z copying torch/fx/experimental/unification/multipledispatch/utils.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/multipledispatch 2022-11-23T00:58:18.0768765Z copying torch/fx/experimental/unification/multipledispatch/variadic.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/multipledispatch 2022-11-23T00:58:18.0771153Z creating build/lib.linux-x86_64-cpython-37/torch/fx/passes/backends 2022-11-23T00:58:18.0771893Z copying torch/fx/passes/backends/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/backends 2022-11-23T00:58:18.0773020Z copying torch/fx/passes/backends/cudagraphs.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/backends 2022-11-23T00:58:18.0774698Z creating build/lib.linux-x86_64-cpython-37/torch/fx/passes/dialect 2022-11-23T00:58:18.0775320Z copying torch/fx/passes/dialect/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/dialect 2022-11-23T00:58:18.0777217Z creating build/lib.linux-x86_64-cpython-37/torch/fx/passes/infra 2022-11-23T00:58:18.0777974Z copying torch/fx/passes/infra/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/infra 2022-11-23T00:58:18.0783543Z copying torch/fx/passes/infra/partitioner.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/infra 2022-11-23T00:58:18.0784862Z copying torch/fx/passes/infra/pass_base.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/infra 2022-11-23T00:58:18.0785903Z copying torch/fx/passes/infra/pass_manager.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/infra 2022-11-23T00:58:18.0787797Z creating build/lib.linux-x86_64-cpython-37/torch/fx/passes/tests 2022-11-23T00:58:18.0788562Z copying torch/fx/passes/tests/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/tests 2022-11-23T00:58:18.0789437Z copying torch/fx/passes/tests/test_pass_manager.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/tests 2022-11-23T00:58:18.0791430Z creating build/lib.linux-x86_64-cpython-37/torch/fx/passes/utils 2022-11-23T00:58:18.0791870Z copying torch/fx/passes/utils/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/utils 2022-11-23T00:58:18.0803725Z copying torch/fx/passes/utils/common.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/utils 2022-11-23T00:58:18.0804562Z copying torch/fx/passes/utils/fuser_utils.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/utils 2022-11-23T00:58:18.0805828Z copying torch/fx/passes/utils/matcher_utils.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/utils 2022-11-23T00:58:18.0808221Z creating build/lib.linux-x86_64-cpython-37/torch/fx/passes/dialect/common 2022-11-23T00:58:18.0808755Z copying torch/fx/passes/dialect/common/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/dialect/common 2022-11-23T00:58:18.0809513Z copying torch/fx/passes/dialect/common/cse_pass.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/dialect/common 2022-11-23T00:58:18.0811982Z creating build/lib.linux-x86_64-cpython-37/torch/jit/_passes 2022-11-23T00:58:18.0812468Z copying torch/jit/_passes/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/jit/_passes 2022-11-23T00:58:18.0813436Z copying torch/jit/_passes/_property_propagation.py -> build/lib.linux-x86_64-cpython-37/torch/jit/_passes 2022-11-23T00:58:18.0814982Z creating build/lib.linux-x86_64-cpython-37/torch/jit/mobile 2022-11-23T00:58:18.0815605Z copying torch/jit/mobile/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/jit/mobile 2022-11-23T00:58:18.0831799Z creating build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor 2022-11-23T00:58:18.0832339Z copying torch/masked/maskedtensor/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor 2022-11-23T00:58:18.0839740Z copying torch/masked/maskedtensor/_ops_refs.py -> build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor 2022-11-23T00:58:18.0840734Z copying torch/masked/maskedtensor/binary.py -> build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor 2022-11-23T00:58:18.0842273Z copying torch/masked/maskedtensor/core.py -> build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor 2022-11-23T00:58:18.0843430Z copying torch/masked/maskedtensor/creation.py -> build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor 2022-11-23T00:58:18.0844520Z copying torch/masked/maskedtensor/passthrough.py -> build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor 2022-11-23T00:58:18.0845370Z copying torch/masked/maskedtensor/reductions.py -> build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor 2022-11-23T00:58:18.0846492Z copying torch/masked/maskedtensor/unary.py -> build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor 2022-11-23T00:58:18.0848783Z creating build/lib.linux-x86_64-cpython-37/torch/nn/backends 2022-11-23T00:58:18.0849317Z copying torch/nn/backends/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/backends 2022-11-23T00:58:18.0850124Z copying torch/nn/backends/thnn.py -> build/lib.linux-x86_64-cpython-37/torch/nn/backends 2022-11-23T00:58:18.0852152Z creating build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic 2022-11-23T00:58:18.0852869Z copying torch/nn/intrinsic/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic 2022-11-23T00:58:18.0862110Z creating build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:58:18.0862811Z copying torch/nn/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:58:18.0875504Z copying torch/nn/modules/_functions.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:58:18.0876485Z copying torch/nn/modules/activation.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:58:18.0877679Z copying torch/nn/modules/adaptive.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:58:18.0878898Z copying torch/nn/modules/batchnorm.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:58:18.0880318Z copying torch/nn/modules/channelshuffle.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:58:18.0881486Z copying torch/nn/modules/container.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:58:18.0882658Z copying torch/nn/modules/conv.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:58:18.0884359Z copying torch/nn/modules/distance.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:58:18.0885244Z copying torch/nn/modules/dropout.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:58:18.0886293Z copying torch/nn/modules/flatten.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:58:18.0887387Z copying torch/nn/modules/fold.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:58:18.0888511Z copying torch/nn/modules/instancenorm.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:58:18.0889495Z copying torch/nn/modules/lazy.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:58:18.0890911Z copying torch/nn/modules/linear.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:58:18.0891886Z copying torch/nn/modules/loss.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:58:18.0893931Z copying torch/nn/modules/module.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:58:18.0895580Z copying torch/nn/modules/normalization.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:58:18.0897003Z copying torch/nn/modules/padding.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:58:18.0898265Z copying torch/nn/modules/pixelshuffle.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:58:18.0899283Z copying torch/nn/modules/pooling.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:58:18.0900698Z copying torch/nn/modules/rnn.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:58:18.0902199Z copying torch/nn/modules/sparse.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:58:18.0903338Z copying torch/nn/modules/transformer.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:58:18.0905324Z copying torch/nn/modules/upsampling.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:58:18.0906038Z copying torch/nn/modules/utils.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-11-23T00:58:18.0908812Z creating build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:58:18.0910279Z copying torch/nn/parallel/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:58:18.0915366Z copying torch/nn/parallel/_functions.py -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:58:18.0916306Z copying torch/nn/parallel/_replicated_tensor_ddp_interop.py -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:58:18.0917554Z copying torch/nn/parallel/_replicated_tensor_ddp_utils.py -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:58:18.0918427Z copying torch/nn/parallel/comm.py -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:58:18.0919566Z copying torch/nn/parallel/data_parallel.py -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:58:18.0920828Z copying torch/nn/parallel/distributed.py -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:58:18.0923045Z copying torch/nn/parallel/parallel_apply.py -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:58:18.0923834Z copying torch/nn/parallel/replicate.py -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:58:18.0924528Z copying torch/nn/parallel/scatter_gather.py -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:58:18.0926681Z creating build/lib.linux-x86_64-cpython-37/torch/nn/qat 2022-11-23T00:58:18.0927060Z copying torch/nn/qat/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/qat 2022-11-23T00:58:18.0933790Z creating build/lib.linux-x86_64-cpython-37/torch/nn/quantizable 2022-11-23T00:58:18.0934217Z copying torch/nn/quantizable/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantizable 2022-11-23T00:58:18.0944126Z creating build/lib.linux-x86_64-cpython-37/torch/nn/quantized 2022-11-23T00:58:18.0944535Z copying torch/nn/quantized/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized 2022-11-23T00:58:18.0958299Z copying torch/nn/quantized/functional.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized 2022-11-23T00:58:18.0961390Z creating build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:58:18.0961958Z copying torch/nn/utils/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:58:18.0968491Z copying torch/nn/utils/_deprecation_utils.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:58:18.0969556Z copying torch/nn/utils/_per_sample_grad.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:58:18.0970508Z copying torch/nn/utils/_stateless.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:58:18.0971747Z copying torch/nn/utils/clip_grad.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:58:18.0972931Z copying torch/nn/utils/convert_parameters.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:58:18.0973538Z copying torch/nn/utils/fusion.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:58:18.0974710Z copying torch/nn/utils/init.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:58:18.0975605Z copying torch/nn/utils/memory_format.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:58:18.0976990Z copying torch/nn/utils/parametrizations.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:58:18.0978385Z copying torch/nn/utils/parametrize.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:58:18.0979346Z copying torch/nn/utils/prune.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:58:18.0980875Z copying torch/nn/utils/rnn.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:58:18.0981911Z copying torch/nn/utils/spectral_norm.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:58:18.0983308Z copying torch/nn/utils/stateless.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:58:18.0984442Z copying torch/nn/utils/weight_norm.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-11-23T00:58:18.0987054Z creating build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/modules 2022-11-23T00:58:18.0987477Z copying torch/nn/intrinsic/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/modules 2022-11-23T00:58:18.0993857Z copying torch/nn/intrinsic/modules/fused.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/modules 2022-11-23T00:58:18.0995589Z creating build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/qat 2022-11-23T00:58:18.0996177Z copying torch/nn/intrinsic/qat/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/qat 2022-11-23T00:58:18.1003404Z creating build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized 2022-11-23T00:58:18.1003885Z copying torch/nn/intrinsic/quantized/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized 2022-11-23T00:58:18.1014081Z creating build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/qat/modules 2022-11-23T00:58:18.1014785Z copying torch/nn/intrinsic/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/qat/modules 2022-11-23T00:58:18.1020196Z copying torch/nn/intrinsic/qat/modules/conv_fused.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/qat/modules 2022-11-23T00:58:18.1021223Z copying torch/nn/intrinsic/qat/modules/linear_fused.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/qat/modules 2022-11-23T00:58:18.1022205Z copying torch/nn/intrinsic/qat/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/qat/modules 2022-11-23T00:58:18.1023895Z creating build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/dynamic 2022-11-23T00:58:18.1024703Z copying torch/nn/intrinsic/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/dynamic 2022-11-23T00:58:18.1032142Z creating build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/modules 2022-11-23T00:58:18.1032649Z copying torch/nn/intrinsic/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/modules 2022-11-23T00:58:18.1038678Z copying torch/nn/intrinsic/quantized/modules/bn_relu.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/modules 2022-11-23T00:58:18.1039706Z copying torch/nn/intrinsic/quantized/modules/conv_relu.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/modules 2022-11-23T00:58:18.1040434Z copying torch/nn/intrinsic/quantized/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/modules 2022-11-23T00:58:18.1042381Z creating build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/dynamic/modules 2022-11-23T00:58:18.1042908Z copying torch/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/dynamic/modules 2022-11-23T00:58:18.1054356Z copying torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/dynamic/modules 2022-11-23T00:58:18.1056131Z creating build/lib.linux-x86_64-cpython-37/torch/nn/qat/dynamic 2022-11-23T00:58:18.1056523Z copying torch/nn/qat/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/qat/dynamic 2022-11-23T00:58:18.1064269Z creating build/lib.linux-x86_64-cpython-37/torch/nn/qat/modules 2022-11-23T00:58:18.1064703Z copying torch/nn/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/qat/modules 2022-11-23T00:58:18.1077271Z copying torch/nn/qat/modules/conv.py -> build/lib.linux-x86_64-cpython-37/torch/nn/qat/modules 2022-11-23T00:58:18.1078695Z copying torch/nn/qat/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-37/torch/nn/qat/modules 2022-11-23T00:58:18.1079507Z copying torch/nn/qat/modules/linear.py -> build/lib.linux-x86_64-cpython-37/torch/nn/qat/modules 2022-11-23T00:58:18.1081716Z creating build/lib.linux-x86_64-cpython-37/torch/nn/qat/dynamic/modules 2022-11-23T00:58:18.1082427Z copying torch/nn/qat/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/qat/dynamic/modules 2022-11-23T00:58:18.1088297Z copying torch/nn/qat/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-37/torch/nn/qat/dynamic/modules 2022-11-23T00:58:18.1089996Z creating build/lib.linux-x86_64-cpython-37/torch/nn/quantizable/modules 2022-11-23T00:58:18.1090446Z copying torch/nn/quantizable/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantizable/modules 2022-11-23T00:58:18.1104528Z copying torch/nn/quantizable/modules/activation.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantizable/modules 2022-11-23T00:58:18.1107407Z copying torch/nn/quantizable/modules/rnn.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantizable/modules 2022-11-23T00:58:18.1108075Z creating build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference 2022-11-23T00:58:18.1109939Z copying torch/nn/quantized/_reference/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference 2022-11-23T00:58:18.1117549Z creating build/lib.linux-x86_64-cpython-37/torch/nn/quantized/dynamic 2022-11-23T00:58:18.1118044Z copying torch/nn/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/dynamic 2022-11-23T00:58:18.1126925Z creating build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-11-23T00:58:18.1127397Z copying torch/nn/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-11-23T00:58:18.1134473Z copying torch/nn/quantized/modules/activation.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-11-23T00:58:18.1135448Z copying torch/nn/quantized/modules/batchnorm.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-11-23T00:58:18.1136373Z copying torch/nn/quantized/modules/conv.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-11-23T00:58:18.1137494Z copying torch/nn/quantized/modules/dropout.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-11-23T00:58:18.1138495Z copying torch/nn/quantized/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-11-23T00:58:18.1139452Z copying torch/nn/quantized/modules/functional_modules.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-11-23T00:58:18.1140469Z copying torch/nn/quantized/modules/linear.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-11-23T00:58:18.1141522Z copying torch/nn/quantized/modules/normalization.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-11-23T00:58:18.1143304Z copying torch/nn/quantized/modules/rnn.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-11-23T00:58:18.1143751Z copying torch/nn/quantized/modules/utils.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-11-23T00:58:18.1145984Z creating build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference/modules 2022-11-23T00:58:18.1146567Z copying torch/nn/quantized/_reference/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference/modules 2022-11-23T00:58:18.1153762Z copying torch/nn/quantized/_reference/modules/conv.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference/modules 2022-11-23T00:58:18.1154896Z copying torch/nn/quantized/_reference/modules/linear.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference/modules 2022-11-23T00:58:18.1155834Z copying torch/nn/quantized/_reference/modules/rnn.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference/modules 2022-11-23T00:58:18.1157079Z copying torch/nn/quantized/_reference/modules/sparse.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference/modules 2022-11-23T00:58:18.1158136Z copying torch/nn/quantized/_reference/modules/utils.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference/modules 2022-11-23T00:58:18.1160232Z creating build/lib.linux-x86_64-cpython-37/torch/nn/quantized/dynamic/modules 2022-11-23T00:58:18.1160734Z copying torch/nn/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/dynamic/modules 2022-11-23T00:58:18.1166781Z copying torch/nn/quantized/dynamic/modules/conv.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/dynamic/modules 2022-11-23T00:58:18.1168741Z copying torch/nn/quantized/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/dynamic/modules 2022-11-23T00:58:18.1169328Z copying torch/nn/quantized/dynamic/modules/rnn.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/dynamic/modules 2022-11-23T00:58:18.1171781Z creating build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights 2022-11-23T00:58:18.1172268Z copying torch/nn/utils/_expanded_weights/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights 2022-11-23T00:58:18.1180000Z copying torch/nn/utils/_expanded_weights/conv_expanded_weights.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights 2022-11-23T00:58:18.1180768Z copying torch/nn/utils/_expanded_weights/conv_utils.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights 2022-11-23T00:58:18.1181721Z copying torch/nn/utils/_expanded_weights/embedding_expanded_weights.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights 2022-11-23T00:58:18.1182688Z copying torch/nn/utils/_expanded_weights/expanded_weights_impl.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights 2022-11-23T00:58:18.1183936Z copying torch/nn/utils/_expanded_weights/expanded_weights_utils.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights 2022-11-23T00:58:18.1184920Z copying torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights 2022-11-23T00:58:18.1185845Z copying torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights 2022-11-23T00:58:18.1186982Z copying torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights 2022-11-23T00:58:18.1187927Z copying torch/nn/utils/_expanded_weights/linear_expanded_weights.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights 2022-11-23T00:58:18.1190376Z creating build/lib.linux-x86_64-cpython-37/torch/onnx/_internal 2022-11-23T00:58:18.1191136Z copying torch/onnx/_internal/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal 2022-11-23T00:58:18.1191905Z copying torch/onnx/_internal/_beartype.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal 2022-11-23T00:58:18.1193035Z copying torch/onnx/_internal/jit_utils.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal 2022-11-23T00:58:18.1194122Z copying torch/onnx/_internal/onnx_proto_utils.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal 2022-11-23T00:58:18.1195149Z copying torch/onnx/_internal/registration.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal 2022-11-23T00:58:18.1197017Z creating build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics 2022-11-23T00:58:18.1197485Z copying torch/onnx/_internal/diagnostics/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics 2022-11-23T00:58:18.1198646Z copying torch/onnx/_internal/diagnostics/_diagnostic.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics 2022-11-23T00:58:18.1200102Z copying torch/onnx/_internal/diagnostics/_rules.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics 2022-11-23T00:58:18.1202282Z creating build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra 2022-11-23T00:58:18.1202796Z copying torch/onnx/_internal/diagnostics/infra/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra 2022-11-23T00:58:18.1209325Z copying torch/onnx/_internal/diagnostics/infra/_infra.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra 2022-11-23T00:58:18.1211000Z copying torch/onnx/_internal/diagnostics/infra/engine.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra 2022-11-23T00:58:18.1211877Z copying torch/onnx/_internal/diagnostics/infra/formatter.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra 2022-11-23T00:58:18.1213221Z copying torch/onnx/_internal/diagnostics/infra/utils.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra 2022-11-23T00:58:18.1223221Z creating build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1224010Z copying torch/onnx/_internal/diagnostics/infra/sarif/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1230860Z copying torch/onnx/_internal/diagnostics/infra/sarif/_address.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1232755Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1234019Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1235489Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1236515Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1237785Z copying torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1238730Z copying torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1239768Z copying torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1240485Z copying torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1241560Z copying torch/onnx/_internal/diagnostics/infra/sarif/_edge.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1242927Z copying torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1244075Z copying torch/onnx/_internal/diagnostics/infra/sarif/_exception.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1244893Z copying torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1246506Z copying torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1247383Z copying torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1248520Z copying torch/onnx/_internal/diagnostics/infra/sarif/_fix.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1249814Z copying torch/onnx/_internal/diagnostics/infra/sarif/_graph.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1251698Z copying torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1252899Z copying torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1253991Z copying torch/onnx/_internal/diagnostics/infra/sarif/_location.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1255118Z copying torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1256197Z copying torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1257594Z copying torch/onnx/_internal/diagnostics/infra/sarif/_message.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1258818Z copying torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1260418Z copying torch/onnx/_internal/diagnostics/infra/sarif/_node.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1261787Z copying torch/onnx/_internal/diagnostics/infra/sarif/_notification.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1262842Z copying torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1263894Z copying torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1265312Z copying torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1266169Z copying torch/onnx/_internal/diagnostics/infra/sarif/_region.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1267811Z copying torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1269129Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1270132Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1271217Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1272473Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1273176Z copying torch/onnx/_internal/diagnostics/infra/sarif/_result.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1274087Z copying torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1275196Z copying torch/onnx/_internal/diagnostics/infra/sarif/_run.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1276480Z copying torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1278149Z copying torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1279039Z copying torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1280382Z copying torch/onnx/_internal/diagnostics/infra/sarif/_stack.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1281653Z copying torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1282712Z copying torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1284038Z copying torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1285982Z copying torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1286764Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1287491Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1288451Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1289665Z copying torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1290649Z copying torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1292032Z copying torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1293110Z copying torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1294380Z copying torch/onnx/_internal/diagnostics/infra/sarif/version.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:18.1295729Z creating build/lib.linux-x86_64-cpython-37/torch/optim/_multi_tensor 2022-11-23T00:58:18.1296501Z copying torch/optim/_multi_tensor/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/optim/_multi_tensor 2022-11-23T00:58:18.1306736Z creating build/lib.linux-x86_64-cpython-37/torch/package/analyze 2022-11-23T00:58:18.1307316Z copying torch/package/analyze/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/package/analyze 2022-11-23T00:58:18.1313123Z copying torch/package/analyze/find_first_use_of_broken_modules.py -> build/lib.linux-x86_64-cpython-37/torch/package/analyze 2022-11-23T00:58:18.1314183Z copying torch/package/analyze/is_from_package.py -> build/lib.linux-x86_64-cpython-37/torch/package/analyze 2022-11-23T00:58:18.1315081Z copying torch/package/analyze/trace_dependencies.py -> build/lib.linux-x86_64-cpython-37/torch/package/analyze 2022-11-23T00:58:18.1317862Z creating build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-11-23T00:58:18.1318288Z copying torch/quantization/fx/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-11-23T00:58:18.1324716Z copying torch/quantization/fx/_equalize.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-11-23T00:58:18.1325467Z copying torch/quantization/fx/convert.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-11-23T00:58:18.1326436Z copying torch/quantization/fx/fuse.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-11-23T00:58:18.1327424Z copying torch/quantization/fx/fusion_patterns.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-11-23T00:58:18.1328348Z copying torch/quantization/fx/graph_module.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-11-23T00:58:18.1329342Z copying torch/quantization/fx/match_utils.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-11-23T00:58:18.1331130Z copying torch/quantization/fx/pattern_utils.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-11-23T00:58:18.1332191Z copying torch/quantization/fx/prepare.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-11-23T00:58:18.1333473Z copying torch/quantization/fx/quantization_patterns.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-11-23T00:58:18.1334025Z copying torch/quantization/fx/quantization_types.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-11-23T00:58:18.1336102Z copying torch/quantization/fx/utils.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-11-23T00:58:18.1337235Z creating build/lib.linux-x86_64-cpython-37/torch/signal/windows 2022-11-23T00:58:18.1337647Z copying torch/signal/windows/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/signal/windows 2022-11-23T00:58:18.1350411Z copying torch/signal/windows/windows.py -> build/lib.linux-x86_64-cpython-37/torch/signal/windows 2022-11-23T00:58:18.1354446Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:58:18.1354964Z copying torch/testing/_internal/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:58:18.1355719Z copying torch/testing/_internal/autocast_test_lists.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:58:18.1357013Z copying torch/testing/_internal/check_kernel_launches.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:58:18.1358208Z copying torch/testing/_internal/common_cuda.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:58:18.1359380Z copying torch/testing/_internal/common_device_type.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:58:18.1361045Z copying torch/testing/_internal/common_distributed.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:58:18.1362233Z copying torch/testing/_internal/common_dtype.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:58:18.1363343Z copying torch/testing/_internal/common_fsdp.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:58:18.1364547Z copying torch/testing/_internal/common_jit.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:58:18.1366520Z copying torch/testing/_internal/common_methods_invocations.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:58:18.1373117Z copying torch/testing/_internal/common_modules.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:58:18.1374319Z copying torch/testing/_internal/common_nn.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:58:18.1377159Z copying torch/testing/_internal/common_quantization.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:58:18.1379221Z copying torch/testing/_internal/common_quantized.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:58:18.1380688Z copying torch/testing/_internal/common_subclass.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:58:18.1382441Z copying torch/testing/_internal/common_utils.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:58:18.1384175Z copying torch/testing/_internal/composite_compliance.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:58:18.1385811Z copying torch/testing/_internal/dist_utils.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:58:18.1386928Z copying torch/testing/_internal/hypothesis_utils.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:58:18.1388114Z copying torch/testing/_internal/inductor_utils.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:58:18.1389265Z copying torch/testing/_internal/jit_metaprogramming_utils.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:58:18.1390724Z copying torch/testing/_internal/jit_utils.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:58:18.1392343Z copying torch/testing/_internal/logging_tensor.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:58:18.1393391Z copying torch/testing/_internal/quantization_torch_package_models.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:58:18.1394167Z copying torch/testing/_internal/schema_check_mode.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-11-23T00:58:18.1396406Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/codegen 2022-11-23T00:58:18.1397096Z copying torch/testing/_internal/codegen/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/codegen 2022-11-23T00:58:18.1397793Z copying torch/testing/_internal/codegen/random_topo_test.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/codegen 2022-11-23T00:58:18.1400370Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/data 2022-11-23T00:58:18.1401064Z copying torch/testing/_internal/data/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/data 2022-11-23T00:58:18.1401686Z copying torch/testing/_internal/data/network1.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/data 2022-11-23T00:58:18.1402779Z copying torch/testing/_internal/data/network2.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/data 2022-11-23T00:58:18.1405600Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed 2022-11-23T00:58:18.1406212Z copying torch/testing/_internal/distributed/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed 2022-11-23T00:58:18.1406962Z copying torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed 2022-11-23T00:58:18.1408360Z copying torch/testing/_internal/distributed/distributed_test.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed 2022-11-23T00:58:18.1412537Z copying torch/testing/_internal/distributed/distributed_utils.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed 2022-11-23T00:58:18.1413175Z copying torch/testing/_internal/distributed/multi_threaded_pg.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed 2022-11-23T00:58:18.1414198Z copying torch/testing/_internal/distributed/pipe_with_ddp_test.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed 2022-11-23T00:58:18.1415297Z copying torch/testing/_internal/distributed/rpc_utils.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed 2022-11-23T00:58:18.1417480Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/generated 2022-11-23T00:58:18.1418035Z copying torch/testing/_internal/generated/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/generated 2022-11-23T00:58:18.1418902Z copying torch/testing/_internal/generated/annotated_fn_args.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/generated 2022-11-23T00:58:18.1423256Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo 2022-11-23T00:58:18.1423548Z copying torch/testing/_internal/opinfo/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo 2022-11-23T00:58:18.1432320Z copying torch/testing/_internal/opinfo/core.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo 2022-11-23T00:58:18.1434156Z copying torch/testing/_internal/opinfo/refs.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo 2022-11-23T00:58:18.1435141Z copying torch/testing/_internal/opinfo/utils.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo 2022-11-23T00:58:18.1437604Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/test_module 2022-11-23T00:58:18.1438116Z copying torch/testing/_internal/test_module/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/test_module 2022-11-23T00:58:18.1439016Z copying torch/testing/_internal/test_module/future_div.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/test_module 2022-11-23T00:58:18.1440355Z copying torch/testing/_internal/test_module/no_future_div.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/test_module 2022-11-23T00:58:18.1442131Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_shard 2022-11-23T00:58:18.1442729Z copying torch/testing/_internal/distributed/_shard/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_shard 2022-11-23T00:58:18.1443720Z copying torch/testing/_internal/distributed/_shard/test_common.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_shard 2022-11-23T00:58:18.1445482Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_tensor 2022-11-23T00:58:18.1446048Z copying torch/testing/_internal/distributed/_tensor/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_tensor 2022-11-23T00:58:18.1447160Z copying torch/testing/_internal/distributed/_tensor/common_dtensor.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_tensor 2022-11-23T00:58:18.1448446Z copying torch/testing/_internal/distributed/_tensor/dtensor_lagging_op_db.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_tensor 2022-11-23T00:58:18.1449672Z copying torch/testing/_internal/distributed/_tensor/gen_dtensor_lagging_op_db.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_tensor 2022-11-23T00:58:18.1451505Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/nn 2022-11-23T00:58:18.1451985Z copying torch/testing/_internal/distributed/nn/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/nn 2022-11-23T00:58:18.1453515Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/pipeline 2022-11-23T00:58:18.1454054Z copying torch/testing/_internal/distributed/pipeline/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/pipeline 2022-11-23T00:58:18.1456486Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc 2022-11-23T00:58:18.1457247Z copying torch/testing/_internal/distributed/rpc/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc 2022-11-23T00:58:18.1458544Z copying torch/testing/_internal/distributed/rpc/dist_autograd_test.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc 2022-11-23T00:58:18.1460639Z copying torch/testing/_internal/distributed/rpc/dist_optimizer_test.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc 2022-11-23T00:58:18.1461753Z copying torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc 2022-11-23T00:58:18.1463014Z copying torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc 2022-11-23T00:58:18.1464060Z copying torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc 2022-11-23T00:58:18.1465325Z copying torch/testing/_internal/distributed/rpc/rpc_test.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc 2022-11-23T00:58:18.1468317Z copying torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc 2022-11-23T00:58:18.1470162Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T00:58:18.1470682Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T00:58:18.1477001Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T00:58:18.1478544Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T00:58:18.1480172Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/nn/api 2022-11-23T00:58:18.1480899Z copying torch/testing/_internal/distributed/nn/api/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/nn/api 2022-11-23T00:58:18.1482030Z copying torch/testing/_internal/distributed/nn/api/remote_module_test.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/nn/api 2022-11-23T00:58:18.1484273Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/examples 2022-11-23T00:58:18.1484640Z copying torch/testing/_internal/distributed/rpc/examples/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/examples 2022-11-23T00:58:18.1486034Z copying torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/examples 2022-11-23T00:58:18.1487337Z copying torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/examples 2022-11-23T00:58:18.1489284Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/jit 2022-11-23T00:58:18.1489701Z copying torch/testing/_internal/distributed/rpc/jit/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/jit 2022-11-23T00:58:18.1491120Z copying torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/jit 2022-11-23T00:58:18.1492563Z copying torch/testing/_internal/distributed/rpc/jit/rpc_test.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/jit 2022-11-23T00:58:18.1493798Z copying torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/jit 2022-11-23T00:58:18.1495914Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/definitions 2022-11-23T00:58:18.1496460Z copying torch/testing/_internal/opinfo/definitions/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/definitions 2022-11-23T00:58:18.1502423Z copying torch/testing/_internal/opinfo/definitions/_masked.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/definitions 2022-11-23T00:58:18.1503865Z copying torch/testing/_internal/opinfo/definitions/fft.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/definitions 2022-11-23T00:58:18.1505321Z copying torch/testing/_internal/opinfo/definitions/linalg.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/definitions 2022-11-23T00:58:18.1506871Z copying torch/testing/_internal/opinfo/definitions/signal.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/definitions 2022-11-23T00:58:18.1507909Z copying torch/testing/_internal/opinfo/definitions/special.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/definitions 2022-11-23T00:58:18.1509978Z creating build/lib.linux-x86_64-cpython-37/torch/utils/backcompat 2022-11-23T00:58:18.1510469Z copying torch/utils/backcompat/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/backcompat 2022-11-23T00:58:18.1526397Z creating build/lib.linux-x86_64-cpython-37/torch/utils/benchmark 2022-11-23T00:58:18.1526669Z copying torch/utils/benchmark/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark 2022-11-23T00:58:18.1528527Z creating build/lib.linux-x86_64-cpython-37/torch/utils/bottleneck 2022-11-23T00:58:18.1529045Z copying torch/utils/bottleneck/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/bottleneck 2022-11-23T00:58:18.1530123Z copying torch/utils/bottleneck/__main__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/bottleneck 2022-11-23T00:58:18.1532451Z creating build/lib.linux-x86_64-cpython-37/torch/utils/data 2022-11-23T00:58:18.1532833Z copying torch/utils/data/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data 2022-11-23T00:58:18.1539497Z copying torch/utils/data/backward_compatibility.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data 2022-11-23T00:58:18.1540412Z copying torch/utils/data/dataloader.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data 2022-11-23T00:58:18.1541959Z copying torch/utils/data/dataset.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data 2022-11-23T00:58:18.1543111Z copying torch/utils/data/distributed.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data 2022-11-23T00:58:18.1544150Z copying torch/utils/data/graph.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data 2022-11-23T00:58:18.1545222Z copying torch/utils/data/graph_settings.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data 2022-11-23T00:58:18.1546299Z copying torch/utils/data/sampler.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data 2022-11-23T00:58:18.1548472Z creating build/lib.linux-x86_64-cpython-37/torch/utils/hipify 2022-11-23T00:58:18.1548756Z copying torch/utils/hipify/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/hipify 2022-11-23T00:58:18.1555130Z copying torch/utils/hipify/constants.py -> build/lib.linux-x86_64-cpython-37/torch/utils/hipify 2022-11-23T00:58:18.1556260Z copying torch/utils/hipify/cuda_to_hip_mappings.py -> build/lib.linux-x86_64-cpython-37/torch/utils/hipify 2022-11-23T00:58:18.1559238Z copying torch/utils/hipify/hipify_python.py -> build/lib.linux-x86_64-cpython-37/torch/utils/hipify 2022-11-23T00:58:18.1560486Z copying torch/utils/hipify/version.py -> build/lib.linux-x86_64-cpython-37/torch/utils/hipify 2022-11-23T00:58:18.1562415Z creating build/lib.linux-x86_64-cpython-37/torch/utils/jit 2022-11-23T00:58:18.1562722Z copying torch/utils/jit/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/jit 2022-11-23T00:58:18.1568688Z copying torch/utils/jit/log_extract.py -> build/lib.linux-x86_64-cpython-37/torch/utils/jit 2022-11-23T00:58:18.1570605Z creating build/lib.linux-x86_64-cpython-37/torch/utils/model_dump 2022-11-23T00:58:18.1570855Z copying torch/utils/model_dump/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/model_dump 2022-11-23T00:58:18.1585815Z copying torch/utils/model_dump/__main__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/model_dump 2022-11-23T00:58:18.1588800Z creating build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard 2022-11-23T00:58:18.1589078Z copying torch/utils/tensorboard/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard 2022-11-23T00:58:18.1594837Z copying torch/utils/tensorboard/_caffe2_graph.py -> build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard 2022-11-23T00:58:18.1596086Z copying torch/utils/tensorboard/_convert_np.py -> build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard 2022-11-23T00:58:18.1597037Z copying torch/utils/tensorboard/_embedding.py -> build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard 2022-11-23T00:58:18.1598061Z copying torch/utils/tensorboard/_onnx_graph.py -> build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard 2022-11-23T00:58:18.1599162Z copying torch/utils/tensorboard/_proto_graph.py -> build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard 2022-11-23T00:58:18.1600386Z copying torch/utils/tensorboard/_pytorch_graph.py -> build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard 2022-11-23T00:58:18.1601575Z copying torch/utils/tensorboard/_utils.py -> build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard 2022-11-23T00:58:18.1602737Z copying torch/utils/tensorboard/summary.py -> build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard 2022-11-23T00:58:18.1604156Z copying torch/utils/tensorboard/writer.py -> build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard 2022-11-23T00:58:18.1606954Z creating build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples 2022-11-23T00:58:18.1607585Z copying torch/utils/benchmark/examples/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples 2022-11-23T00:58:18.1608617Z copying torch/utils/benchmark/examples/blas_compare.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples 2022-11-23T00:58:18.1610161Z copying torch/utils/benchmark/examples/blas_compare_setup.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples 2022-11-23T00:58:18.1611012Z copying torch/utils/benchmark/examples/compare.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples 2022-11-23T00:58:18.1612097Z copying torch/utils/benchmark/examples/end_to_end.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples 2022-11-23T00:58:18.1613325Z copying torch/utils/benchmark/examples/fuzzer.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples 2022-11-23T00:58:18.1615006Z copying torch/utils/benchmark/examples/op_benchmark.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples 2022-11-23T00:58:18.1616301Z copying torch/utils/benchmark/examples/simple_timeit.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples 2022-11-23T00:58:18.1617646Z copying torch/utils/benchmark/examples/spectral_ops_fuzz_test.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples 2022-11-23T00:58:18.1620436Z creating build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/op_fuzzers 2022-11-23T00:58:18.1620970Z copying torch/utils/benchmark/op_fuzzers/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/op_fuzzers 2022-11-23T00:58:18.1622031Z copying torch/utils/benchmark/op_fuzzers/binary.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/op_fuzzers 2022-11-23T00:58:18.1623451Z copying torch/utils/benchmark/op_fuzzers/sparse_binary.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/op_fuzzers 2022-11-23T00:58:18.1625147Z copying torch/utils/benchmark/op_fuzzers/sparse_unary.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/op_fuzzers 2022-11-23T00:58:18.1626937Z copying torch/utils/benchmark/op_fuzzers/spectral.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/op_fuzzers 2022-11-23T00:58:18.1627448Z copying torch/utils/benchmark/op_fuzzers/unary.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/op_fuzzers 2022-11-23T00:58:18.1630651Z creating build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils 2022-11-23T00:58:18.1631081Z copying torch/utils/benchmark/utils/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils 2022-11-23T00:58:18.1632010Z copying torch/utils/benchmark/utils/_stubs.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils 2022-11-23T00:58:18.1633036Z copying torch/utils/benchmark/utils/common.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils 2022-11-23T00:58:18.1634763Z copying torch/utils/benchmark/utils/compare.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils 2022-11-23T00:58:18.1635433Z copying torch/utils/benchmark/utils/cpp_jit.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils 2022-11-23T00:58:18.1636435Z copying torch/utils/benchmark/utils/fuzzer.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils 2022-11-23T00:58:18.1637727Z copying torch/utils/benchmark/utils/sparse_fuzzer.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils 2022-11-23T00:58:18.1639147Z copying torch/utils/benchmark/utils/timer.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils 2022-11-23T00:58:18.1641174Z creating build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T00:58:18.1641658Z copying torch/utils/benchmark/utils/valgrind_wrapper/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T00:58:18.1642500Z copying torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T00:58:18.1645152Z creating build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils 2022-11-23T00:58:18.1645523Z copying torch/utils/data/_utils/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils 2022-11-23T00:58:18.1652053Z copying torch/utils/data/_utils/collate.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils 2022-11-23T00:58:18.1653338Z copying torch/utils/data/_utils/fetch.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils 2022-11-23T00:58:18.1654205Z copying torch/utils/data/_utils/pin_memory.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils 2022-11-23T00:58:18.1655536Z copying torch/utils/data/_utils/serialization.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils 2022-11-23T00:58:18.1656300Z copying torch/utils/data/_utils/signal_handling.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils 2022-11-23T00:58:18.1657865Z copying torch/utils/data/_utils/worker.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils 2022-11-23T00:58:18.1660615Z creating build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes 2022-11-23T00:58:18.1661379Z copying torch/utils/data/datapipes/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes 2022-11-23T00:58:18.1662342Z copying torch/utils/data/datapipes/_decorator.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes 2022-11-23T00:58:18.1663721Z copying torch/utils/data/datapipes/_hook_iterator.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes 2022-11-23T00:58:18.1665631Z copying torch/utils/data/datapipes/_typing.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes 2022-11-23T00:58:18.1666754Z copying torch/utils/data/datapipes/datapipe.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes 2022-11-23T00:58:18.1668141Z copying torch/utils/data/datapipes/gen_pyi.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes 2022-11-23T00:58:18.1671149Z creating build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/dataframe 2022-11-23T00:58:18.1671750Z copying torch/utils/data/datapipes/dataframe/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/dataframe 2022-11-23T00:58:18.1672692Z copying torch/utils/data/datapipes/dataframe/dataframe_wrapper.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/dataframe 2022-11-23T00:58:18.1673660Z copying torch/utils/data/datapipes/dataframe/dataframes.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/dataframe 2022-11-23T00:58:18.1674956Z copying torch/utils/data/datapipes/dataframe/datapipes.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/dataframe 2022-11-23T00:58:18.1675984Z copying torch/utils/data/datapipes/dataframe/structures.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/dataframe 2022-11-23T00:58:18.1678638Z creating build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-11-23T00:58:18.1679134Z copying torch/utils/data/datapipes/iter/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-11-23T00:58:18.1680179Z copying torch/utils/data/datapipes/iter/callable.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-11-23T00:58:18.1682108Z copying torch/utils/data/datapipes/iter/combinatorics.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-11-23T00:58:18.1682499Z copying torch/utils/data/datapipes/iter/combining.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-11-23T00:58:18.1683182Z copying torch/utils/data/datapipes/iter/filelister.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-11-23T00:58:18.1684009Z copying torch/utils/data/datapipes/iter/fileopener.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-11-23T00:58:18.1685230Z copying torch/utils/data/datapipes/iter/grouping.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-11-23T00:58:18.1686703Z copying torch/utils/data/datapipes/iter/routeddecoder.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-11-23T00:58:18.1687393Z copying torch/utils/data/datapipes/iter/selecting.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-11-23T00:58:18.1688225Z copying torch/utils/data/datapipes/iter/streamreader.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-11-23T00:58:18.1689245Z copying torch/utils/data/datapipes/iter/utils.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-11-23T00:58:18.1691660Z creating build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/map 2022-11-23T00:58:18.1692486Z copying torch/utils/data/datapipes/map/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/map 2022-11-23T00:58:18.1693376Z copying torch/utils/data/datapipes/map/callable.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/map 2022-11-23T00:58:18.1694733Z copying torch/utils/data/datapipes/map/combinatorics.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/map 2022-11-23T00:58:18.1696094Z copying torch/utils/data/datapipes/map/combining.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/map 2022-11-23T00:58:18.1697363Z copying torch/utils/data/datapipes/map/grouping.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/map 2022-11-23T00:58:18.1698550Z copying torch/utils/data/datapipes/map/utils.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/map 2022-11-23T00:58:18.1701313Z creating build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/utils 2022-11-23T00:58:18.1701627Z copying torch/utils/data/datapipes/utils/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/utils 2022-11-23T00:58:18.1702759Z copying torch/utils/data/datapipes/utils/common.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/utils 2022-11-23T00:58:18.1703706Z copying torch/utils/data/datapipes/utils/decoder.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/utils 2022-11-23T00:58:18.1705270Z copying torch/utils/data/datapipes/utils/snapshot.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/utils 2022-11-23T00:58:18.1707896Z creating build/lib.linux-x86_64-cpython-37/torchgen/api 2022-11-23T00:58:18.1708419Z copying torchgen/api/__init__.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-11-23T00:58:18.1709268Z copying torchgen/api/autograd.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-11-23T00:58:18.1710745Z copying torchgen/api/cpp.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-11-23T00:58:18.1711627Z copying torchgen/api/dispatcher.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-11-23T00:58:18.1712912Z copying torchgen/api/functionalization.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-11-23T00:58:18.1714130Z copying torchgen/api/lazy.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-11-23T00:58:18.1714977Z copying torchgen/api/meta.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-11-23T00:58:18.1715817Z copying torchgen/api/native.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-11-23T00:58:18.1717064Z copying torchgen/api/python.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-11-23T00:58:18.1718685Z copying torchgen/api/structured.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-11-23T00:58:18.1719610Z copying torchgen/api/translate.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-11-23T00:58:18.1721007Z copying torchgen/api/types.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-11-23T00:58:18.1721900Z copying torchgen/api/ufunc.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-11-23T00:58:18.1723271Z copying torchgen/api/unboxing.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-11-23T00:58:18.1725439Z creating build/lib.linux-x86_64-cpython-37/torchgen/dest 2022-11-23T00:58:18.1726800Z copying torchgen/dest/__init__.py -> build/lib.linux-x86_64-cpython-37/torchgen/dest 2022-11-23T00:58:18.1728322Z copying torchgen/dest/lazy_ir.py -> build/lib.linux-x86_64-cpython-37/torchgen/dest 2022-11-23T00:58:18.1728587Z copying torchgen/dest/lazy_ts_lowering.py -> build/lib.linux-x86_64-cpython-37/torchgen/dest 2022-11-23T00:58:18.1729302Z copying torchgen/dest/native_functions.py -> build/lib.linux-x86_64-cpython-37/torchgen/dest 2022-11-23T00:58:18.1731139Z copying torchgen/dest/register_dispatch_key.py -> build/lib.linux-x86_64-cpython-37/torchgen/dest 2022-11-23T00:58:18.1732119Z copying torchgen/dest/ufunc.py -> build/lib.linux-x86_64-cpython-37/torchgen/dest 2022-11-23T00:58:18.1734064Z creating build/lib.linux-x86_64-cpython-37/torchgen/operator_versions 2022-11-23T00:58:18.1734596Z copying torchgen/operator_versions/__init__.py -> build/lib.linux-x86_64-cpython-37/torchgen/operator_versions 2022-11-23T00:58:18.1735639Z copying torchgen/operator_versions/gen_mobile_upgraders.py -> build/lib.linux-x86_64-cpython-37/torchgen/operator_versions 2022-11-23T00:58:18.1736661Z copying torchgen/operator_versions/gen_mobile_upgraders_constant.py -> build/lib.linux-x86_64-cpython-37/torchgen/operator_versions 2022-11-23T00:58:18.1738290Z creating build/lib.linux-x86_64-cpython-37/torchgen/selective_build 2022-11-23T00:58:18.1738964Z copying torchgen/selective_build/__init__.py -> build/lib.linux-x86_64-cpython-37/torchgen/selective_build 2022-11-23T00:58:18.1739962Z copying torchgen/selective_build/operator.py -> build/lib.linux-x86_64-cpython-37/torchgen/selective_build 2022-11-23T00:58:18.1741189Z copying torchgen/selective_build/selector.py -> build/lib.linux-x86_64-cpython-37/torchgen/selective_build 2022-11-23T00:58:18.1743353Z creating build/lib.linux-x86_64-cpython-37/torchgen/static_runtime 2022-11-23T00:58:18.1743840Z copying torchgen/static_runtime/__init__.py -> build/lib.linux-x86_64-cpython-37/torchgen/static_runtime 2022-11-23T00:58:18.1744898Z copying torchgen/static_runtime/config.py -> build/lib.linux-x86_64-cpython-37/torchgen/static_runtime 2022-11-23T00:58:18.1746159Z copying torchgen/static_runtime/gen_static_runtime_ops.py -> build/lib.linux-x86_64-cpython-37/torchgen/static_runtime 2022-11-23T00:58:18.1747560Z copying torchgen/static_runtime/generator.py -> build/lib.linux-x86_64-cpython-37/torchgen/static_runtime 2022-11-23T00:58:18.3544368Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data 2022-11-23T00:58:18.3544711Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3545219Z copying caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_elu.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3546367Z copying caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_leaky_relu.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3547823Z copying caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_relu.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3548958Z copying caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_relu_n.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3550450Z copying caffe2/python/serialized_test/data/operator_test/adadelta_test.test_adadelta.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3551216Z copying caffe2/python/serialized_test/data/operator_test/adadelta_test.test_sparse_adadelta_empty.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3552719Z copying caffe2/python/serialized_test/data/operator_test/adagrad_test.test_adagrad.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3554276Z copying caffe2/python/serialized_test/data/operator_test/adagrad_test.test_row_wise_sparse_adagrad_empty.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3555111Z copying caffe2/python/serialized_test/data/operator_test/adagrad_test.test_sparse_adagrad_empty.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3555702Z copying caffe2/python/serialized_test/data/operator_test/affine_channel_op_test.test_affine_channel_2d.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3557184Z copying caffe2/python/serialized_test/data/operator_test/arg_ops_test.test_argmax.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3558104Z copying caffe2/python/serialized_test/data/operator_test/arg_ops_test.test_argmin.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3559669Z copying caffe2/python/serialized_test/data/operator_test/batch_box_cox_test.test_batch_box_cox.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3561411Z copying caffe2/python/serialized_test/data/operator_test/batch_bucketize_op_test.test_batch_bucketize_example.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3562416Z copying caffe2/python/serialized_test/data/operator_test/batch_moments_op_test.test_batch_moments_2d.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3564531Z copying caffe2/python/serialized_test/data/operator_test/batch_sparse_to_dense_op_test.test_batch_sparse_to_dense.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3565198Z copying caffe2/python/serialized_test/data/operator_test/bbox_transform_test.test_bbox_transform.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3566067Z copying caffe2/python/serialized_test/data/operator_test/boolean_mask_test.test_boolean_mask.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3567252Z copying caffe2/python/serialized_test/data/operator_test/boolean_mask_test.test_sequence_mask_with_lengths.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3568258Z copying caffe2/python/serialized_test/data/operator_test/boolean_unmask_test.test.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3569348Z copying caffe2/python/serialized_test/data/operator_test/box_with_nms_limit_op_test.test_simple.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3570372Z copying caffe2/python/serialized_test/data/operator_test/ceil_op_test.test_ceil.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3571850Z copying caffe2/python/serialized_test/data/operator_test/channel_backprop_stats_op_test.testChannelBackpropStats.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3572757Z copying caffe2/python/serialized_test/data/operator_test/channel_shuffle_test.test_channel_shuffle.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3573934Z copying caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.testChannelStats.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3575412Z copying caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.test_channel_stats_2d.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3576339Z copying caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.test_channel_stats_3d.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3578228Z copying caffe2/python/serialized_test/data/operator_test/clip_op_test.test_clip.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3578713Z copying caffe2/python/serialized_test/data/operator_test/clip_tensor_op_test.test_clip_tensor_by_scaling.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3580272Z copying caffe2/python/serialized_test/data/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.test_collect_and_dist.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3581425Z copying caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_concat.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3582495Z copying caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_split.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3583675Z copying caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_split_by_lengths.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3584723Z copying caffe2/python/serialized_test/data/operator_test/conditional_test.test_conditional.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3585910Z copying caffe2/python/serialized_test/data/operator_test/conv_test.test_1x1_conv.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3587054Z copying caffe2/python/serialized_test/data/operator_test/cosine_embedding_criterion_op_test.test_cosine_embedding_criterion.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3587962Z copying caffe2/python/serialized_test/data/operator_test/ctc_beam_search_decoder_op_test.test_ctc_beam_search_decoder.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3589576Z copying caffe2/python/serialized_test/data/operator_test/ctc_greedy_decoder_op_test.test_ctc_greedy_decoder.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3590660Z copying caffe2/python/serialized_test/data/operator_test/distance_op_test.test_dot_product.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3591981Z copying caffe2/python/serialized_test/data/operator_test/dropout_op_test.test_dropout_is_test.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3592915Z copying caffe2/python/serialized_test/data/operator_test/elementwise_linear_op_test.test.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3593944Z copying caffe2/python/serialized_test/data/operator_test/elementwise_logical_ops_test.test_is_member_of.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3594907Z copying caffe2/python/serialized_test/data/operator_test/elementwise_logical_ops_test.test_where.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3595958Z copying caffe2/python/serialized_test/data/operator_test/elementwise_op_broadcast_test.test_broadcast_powt.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3596899Z copying caffe2/python/serialized_test/data/operator_test/erf_op_test.test_erf.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3598333Z copying caffe2/python/serialized_test/data/operator_test/expand_op_test.test_expand_rand_shape.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3599783Z copying caffe2/python/serialized_test/data/operator_test/fc_operator_test.test_fc.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3600348Z copying caffe2/python/serialized_test/data/operator_test/filler_ops_test.test_diagonal_fill_op_float.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3601270Z copying caffe2/python/serialized_test/data/operator_test/filler_ops_test.test_lengths_range_fill.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3602164Z copying caffe2/python/serialized_test/data/operator_test/find_op_test.test_find.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3603237Z copying caffe2/python/serialized_test/data/operator_test/flexible_top_k_test.test_flexible_top_k.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3604191Z copying caffe2/python/serialized_test/data/operator_test/floor_op_test.test_floor.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3605390Z copying caffe2/python/serialized_test/data/operator_test/gather_ops_test.test_batch_gather_ops.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3606410Z copying caffe2/python/serialized_test/data/operator_test/gather_ops_test.test_gather_ops.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3607650Z copying caffe2/python/serialized_test/data/operator_test/gather_ranges_op_test.test_gather_ranges.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3609302Z copying caffe2/python/serialized_test/data/operator_test/gather_ranges_op_test.test_gather_ranges_split.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3609836Z copying caffe2/python/serialized_test/data/operator_test/glu_op_test.test_glu_old.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3610737Z copying caffe2/python/serialized_test/data/operator_test/group_norm_op_test.test_group_norm_2d.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3611691Z copying caffe2/python/serialized_test/data/operator_test/gru_test.test_gru_unit_op.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3612676Z copying caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_cosh.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3613621Z copying caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_sinh.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3614675Z copying caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_tanh.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3615800Z copying caffe2/python/serialized_test/data/operator_test/index_hash_ops_test.test_index_hash_ops.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3617201Z copying caffe2/python/serialized_test/data/operator_test/instance_norm_test.test_instance_norm_reference_check.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3618317Z copying caffe2/python/serialized_test/data/operator_test/integral_image_ops_test.test_integral_image_gradient_ops.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3619354Z copying caffe2/python/serialized_test/data/operator_test/integral_image_ops_test.test_integral_image_ops.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3620329Z copying caffe2/python/serialized_test/data/operator_test/jsd_ops_test.test_bernoulli_jsd.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3621477Z copying caffe2/python/serialized_test/data/operator_test/layer_norm_op_test.test_layer_norm_grad_op.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3622661Z copying caffe2/python/serialized_test/data/operator_test/learning_rate_adaption_op_test.test_learning_rate_adaption_op_normalization.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3623669Z copying caffe2/python/serialized_test/data/operator_test/length_split_op_test.test_length_split_edge.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3624906Z copying caffe2/python/serialized_test/data/operator_test/learning_rate_op_test.test_alter_learning_rate_op.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3626528Z copying caffe2/python/serialized_test/data/operator_test/lengths_pad_op_test.test_lengths_pad.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3627545Z copying caffe2/python/serialized_test/data/operator_test/lengths_tile_op_test.test_lengths_tile.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3628621Z copying caffe2/python/serialized_test/data/operator_test/lengths_top_k_ops_test.test_lengths_top_k_op.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3629699Z copying caffe2/python/serialized_test/data/operator_test/locally_connected_op_test.test_lc_2d.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3630632Z copying caffe2/python/serialized_test/data/operator_test/loss_ops_test.test_averaged_loss.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3631875Z copying caffe2/python/serialized_test/data/operator_test/margin_ranking_criterion_op_test.test_margin_ranking_criterion.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3633559Z copying caffe2/python/serialized_test/data/operator_test/math_ops_test.test_sign.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3634383Z copying caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_batch_matmul.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3635610Z copying caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_matmul.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3636582Z copying caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_numpy_batch_matmul.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3637534Z copying caffe2/python/serialized_test/data/operator_test/mean_op_test.test_mean.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3638607Z copying caffe2/python/serialized_test/data/operator_test/merge_id_lists_op_test.test_merge_id_lists_op.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3639899Z copying caffe2/python/serialized_test/data/operator_test/moments_op_test.test_moments.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3640803Z copying caffe2/python/serialized_test/data/operator_test/momentum_sgd_test.test_momentum_sgd.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3641826Z copying caffe2/python/serialized_test/data/operator_test/momentum_sgd_test.test_sparse_momentum_sgd.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3643172Z copying caffe2/python/serialized_test/data/operator_test/negate_gradient_op_test.test_forward.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3644123Z copying caffe2/python/serialized_test/data/operator_test/numpy_tile_op_test.test_numpy_tile.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3645139Z copying caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_batch_bucketized_one_hot.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3646206Z copying caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_batch_one_hot.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3647536Z copying caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_one_hot.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3648598Z copying caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_segment_one_hot.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3649732Z copying caffe2/python/serialized_test/data/operator_test/onnx_while_test.test_onnx_while_fibb.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3650860Z copying caffe2/python/serialized_test/data/operator_test/pack_ops_test.test_pack_with_max_length_ops.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3652302Z copying caffe2/python/serialized_test/data/operator_test/pack_rnn_sequence_op_test.test_pack_rnn_seqence.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3653243Z copying caffe2/python/serialized_test/data/operator_test/pack_rnn_sequence_op_test.test_unpack_rnn_seqence.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3654322Z copying caffe2/python/serialized_test/data/operator_test/pad_test.test_crop.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3655781Z copying caffe2/python/serialized_test/data/operator_test/piecewise_linear_transform_test.test_multi_predictions_params_from_arg.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3656820Z copying caffe2/python/serialized_test/data/operator_test/rank_loss_operator_test.test_pair_wise_loss_batch.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3657691Z copying caffe2/python/serialized_test/data/operator_test/recurrent_network_test.test_mul.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3658741Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_back_max.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3659860Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_back_mean.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3661221Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_max.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3662143Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_mean.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3663503Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_sum.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3664521Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_l2.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3665595Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_max.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3666638Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_mean.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3667631Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_min.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3668708Z copying caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_columnwise_max.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3669760Z copying caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_int_sum.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3670952Z copying caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_sqrsum.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3672573Z copying caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_sum.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3673473Z copying caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_rowwise_max.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3674219Z copying caffe2/python/serialized_test/data/operator_test/selu_op_test.test_selu_1.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3675242Z copying caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_add_padding.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3676453Z copying caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_find_duplicate_elements.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3677385Z copying caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_gather_padding.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3678621Z copying caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_remove_data_blocks.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3679286Z copying caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_reverse_packed_segs.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3680485Z copying caffe2/python/serialized_test/data/operator_test/sinusoid_position_encoding_op_test.test_sinusoid_embedding.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3681512Z copying caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3682584Z copying caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax_grad.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3683429Z copying caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax_with_loss.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3684784Z copying caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_spatial_softmax_with_loss.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3685792Z copying caffe2/python/serialized_test/data/operator_test/sparse_ops_test.testScatterAssign.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3686951Z copying caffe2/python/serialized_test/data/operator_test/sparse_ops_test.testScatterWeightedSum.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3687953Z copying caffe2/python/serialized_test/data/operator_test/spatial_bn_op_test.test_spatialbn_test_mode_3d.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3689054Z copying caffe2/python/serialized_test/data/operator_test/square_root_divide_op_test.test_square_root_divide.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3689990Z copying caffe2/python/serialized_test/data/operator_test/string_ops_test.test_string_ends_with.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3691162Z copying caffe2/python/serialized_test/data/operator_test/string_ops_test.test_string_starts_with.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3692613Z copying caffe2/python/serialized_test/data/operator_test/thresholded_relu_op_test.test_thresholded_relu_1.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3693855Z copying caffe2/python/serialized_test/data/operator_test/tile_op_test.test_tile.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3695074Z copying caffe2/python/serialized_test/data/operator_test/top_k_test.test_top_k.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3695943Z copying caffe2/python/serialized_test/data/operator_test/transpose_op_test.test_transpose.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3697105Z copying caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_acos.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3698156Z copying caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_asin.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3699289Z copying caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_atan.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3700851Z copying caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_tan.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3701799Z copying caffe2/python/serialized_test/data/operator_test/unique_ops_test.test_unique_op.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3703204Z copying caffe2/python/serialized_test/data/operator_test/upsample_op_test.test_upsample.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3704951Z copying caffe2/python/serialized_test/data/operator_test/upsample_op_test.test_upsample_grad.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3706353Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_max.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3707411Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_max_grad.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3708508Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_min.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3710002Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_min_grad.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3710707Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_lengths_gather.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3711801Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_lengths_to_ranges.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3712845Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_nan_check.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3713988Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_size_op.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3715135Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_slice.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3716729Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_sum.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3717583Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_transpose.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3718716Z copying caffe2/python/serialized_test/data/operator_test/weighted_sum_test.test_weighted_sum.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3719920Z copying caffe2/python/serialized_test/data/operator_test/wngrad_test.test_sparse_wngrad_empty.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3721030Z copying caffe2/python/serialized_test/data/operator_test/wngrad_test.test_wngrad_dense_base.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:18.3721895Z copying torch/py.typed -> build/lib.linux-x86_64-cpython-37/torch 2022-11-23T00:58:18.3722769Z creating build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:58:18.3723255Z copying torch/bin/protoc-3.13.0.0 -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:58:18.3754135Z copying torch/bin/protoc -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:58:18.3785942Z copying torch/bin/test_jit -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:58:18.3831948Z copying torch/bin/test_tensorexpr -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:58:18.3928089Z copying torch/bin/tutorial_tensorexpr -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:58:18.3930227Z copying torch/bin/FileStoreTest -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:58:18.3934835Z copying torch/bin/TCPStoreTest -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:58:18.3939860Z copying torch/bin/HashStoreTest -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:58:18.3944359Z copying torch/bin/test_dist_autograd -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:58:18.3949344Z copying torch/bin/test_cpp_rpc -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:58:18.3954900Z copying torch/bin/test_api -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:58:18.4063545Z copying torch/bin/test_mobile_nnc -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:58:18.4069088Z copying torch/bin/aot_model_compiler_test -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:58:18.4070832Z copying torch/bin/test_lazy -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:58:18.4101322Z copying torch/bin/torch_shm_manager -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-11-23T00:58:18.4102666Z creating build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4103015Z copying torch/test/c10_CompileTimeFunctionPointer_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4107841Z copying torch/test/c10_DeviceGuard_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4112203Z copying torch/test/c10_Device_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4116579Z copying torch/test/c10_DispatchKeySet_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4121686Z copying torch/test/c10_StreamGuard_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4125906Z copying torch/test/c10_SymInt_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4130270Z copying torch/test/c10_InlineDeviceGuard_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4134931Z copying torch/test/c10_InlineStreamGuard_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4139584Z copying torch/test/c10_SizesAndStrides_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4144442Z copying torch/test/c10_Array_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4148745Z copying torch/test/c10_Bitset_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4153329Z copying torch/test/c10_C++17_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4158234Z copying torch/test/c10_ConstexprCrc_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4162776Z copying torch/test/c10_DeadlockDetection_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4167239Z copying torch/test/c10_Half_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4171803Z copying torch/test/c10_LeftRight_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4176771Z copying torch/test/c10_Metaprogramming_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4182295Z copying torch/test/c10_SmallVectorTest -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4196366Z copying torch/test/c10_Synchronized_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4201527Z copying torch/test/c10_ThreadLocal_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4206411Z copying torch/test/c10_TypeIndex_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4211141Z copying torch/test/c10_TypeList_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4215707Z copying torch/test/c10_TypeTraits_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4220177Z copying torch/test/c10_accumulate_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4224916Z copying torch/test/c10_bfloat16_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4230372Z copying torch/test/c10_complex_math_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4235359Z copying torch/test/c10_complex_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4240460Z copying torch/test/c10_either_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4249635Z copying torch/test/c10_exception_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4254399Z copying torch/test/c10_flags_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4259090Z copying torch/test/c10_intrusive_ptr_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4273469Z copying torch/test/c10_irange_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4278012Z copying torch/test/c10_logging_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4283161Z copying torch/test/c10_optional_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4290299Z copying torch/test/c10_ordered_preserving_dict_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4295994Z copying torch/test/c10_registry_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4300856Z copying torch/test/c10_string_view_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4306388Z copying torch/test/c10_tempfile_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4311096Z copying torch/test/c10_typeid_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4316094Z copying torch/test/c10_intrusive_ptr_benchmark -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4320566Z copying torch/test/Dict_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4326577Z copying torch/test/Dimname_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4331244Z copying torch/test/MaybeOwned_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4337034Z copying torch/test/NamedTensor_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4342108Z copying torch/test/apply_utils_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4347407Z copying torch/test/atest -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4352534Z copying torch/test/basic -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4357917Z copying torch/test/broadcast_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4362918Z copying torch/test/cpu_generator_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4368020Z copying torch/test/cpu_profiling_allocator_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4372822Z copying torch/test/cpu_rng_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4380758Z copying torch/test/dispatch_key_set_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4385446Z copying torch/test/dlconvertor_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4389867Z copying torch/test/extension_backend_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4395072Z copying torch/test/half_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4399839Z copying torch/test/ivalue_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4407859Z copying torch/test/lazy_tensor_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4412218Z copying torch/test/math_kernel_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4416960Z copying torch/test/memory_format_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4421663Z copying torch/test/memory_overlapping_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4426696Z copying torch/test/mobile_memory_cleanup -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4431387Z copying torch/test/native_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4436430Z copying torch/test/operator_name_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4441175Z copying torch/test/operators_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4445754Z copying torch/test/packedtensoraccessor_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4450342Z copying torch/test/pow_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4456678Z copying torch/test/quantized_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4461563Z copying torch/test/reduce_ops_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4466314Z copying torch/test/reportMemoryUsage_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4470783Z copying torch/test/scalar_tensor_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4475732Z copying torch/test/scalar_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4480755Z copying torch/test/stride_properties_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4485408Z copying torch/test/tensor_iterator_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4492729Z copying torch/test/test_parallel -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4497555Z copying torch/test/thread_init_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4498896Z copying torch/test/type_ptr_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4503391Z copying torch/test/type_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4509005Z copying torch/test/undefined_tensor_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4513534Z copying torch/test/variant_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4517932Z copying torch/test/verify_api_visibility -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4519809Z copying torch/test/vmap_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4525465Z copying torch/test/weakref_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4529879Z copying torch/test/wrapdim_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4534849Z copying torch/test/xla_tensor_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4539212Z copying torch/test/ExclusivelyOwned_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4544142Z copying torch/test/tensor_interop_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4552313Z copying torch/test/IListRef_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4557239Z copying torch/test/List_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4566452Z copying torch/test/TensorImpl_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4570619Z copying torch/test/KernelFunction_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4576346Z copying torch/test/kernel_function_legacy_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4587678Z copying torch/test/kernel_function_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4595805Z copying torch/test/kernel_lambda_legacy_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4607350Z copying torch/test/kernel_lambda_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4616566Z copying torch/test/kernel_stackbased_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4621826Z copying torch/test/make_boxed_from_unboxed_functor_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4630241Z copying torch/test/CppSignature_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4635028Z copying torch/test/backend_fallback_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4639934Z copying torch/test/op_allowlist_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4644512Z copying torch/test/op_registration_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4673598Z copying torch/test/blob_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4694218Z copying torch/test/common_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4698528Z copying torch/test/context_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4703020Z copying torch/test/event_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4707694Z copying torch/test/graph_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4712730Z copying torch/test/init_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4717287Z copying torch/test/module_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4722354Z copying torch/test/net_async_tracing_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4726964Z copying torch/test/net_dag_utils_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4731935Z copying torch/test/net_simple_refcount_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4739436Z copying torch/test/net_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4747981Z copying torch/test/observer_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4755525Z copying torch/test/operator_schema_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4763707Z copying torch/test/operator_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4772746Z copying torch/test/parallel_net_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4777873Z copying torch/test/plan_executor_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4786025Z copying torch/test/serialization_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4790994Z copying torch/test/stats_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4795837Z copying torch/test/timer_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4800357Z copying torch/test/transform_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4808476Z copying torch/test/workspace_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4813466Z copying torch/test/inline_container_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4818089Z copying torch/test/math_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4823373Z copying torch/test/fixed_divisor_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4828140Z copying torch/test/fatal_signal_asan_no_sig_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4832737Z copying torch/test/simple_queue_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4837314Z copying torch/test/proto_utils_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4842154Z copying torch/test/cpuid_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4846787Z copying torch/test/smart_tensor_printer_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4851145Z copying torch/test/cast_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4865874Z copying torch/test/predictor_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4871007Z copying torch/test/data_filler_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4875447Z copying torch/test/AlgorithmsTest -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4880478Z copying torch/test/BinaryMatchImplTest -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4885154Z copying torch/test/GraphTest -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4890267Z copying torch/test/MatchTest -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4894770Z copying torch/test/NeuralNetTest -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4899637Z copying torch/test/SubgraphMatcherTest -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4904734Z copying torch/test/TarjansImplTest -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4910056Z copying torch/test/TopoSortTest -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4914589Z copying torch/test/time_observer_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4922272Z copying torch/test/ssa_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4929582Z copying torch/test/batch_matmul_op_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4937273Z copying torch/test/boolean_unmask_ops_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4944917Z copying torch/test/conv_transpose_op_mobile_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4952533Z copying torch/test/elementwise_op_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4960426Z copying torch/test/generate_proposals_op_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4969147Z copying torch/test/generate_proposals_op_util_boxes_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4974029Z copying torch/test/generate_proposals_op_util_nms_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4979840Z copying torch/test/half_float_ops_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4987782Z copying torch/test/string_ops_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.4995563Z copying torch/test/text_file_reader_utils_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.5000129Z copying torch/test/utility_ops_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.5007672Z copying torch/test/int8_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.5016897Z copying torch/test/int8_roi_align_op_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.5024508Z copying torch/test/backend_cutting_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.5031932Z copying torch/test/bound_shape_inference_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.5040692Z copying torch/test/converter_nomigraph_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.5045212Z copying torch/test/dead_code_elim_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.5052571Z copying torch/test/device_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.5059968Z copying torch/test/distributed_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.5067864Z copying torch/test/mobile_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.5075009Z copying torch/test/split_slss_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.5079870Z copying torch/test/nnpack_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.5087881Z copying torch/test/depthwise3x3_conv_op_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.5095710Z copying torch/test/common_subexpression_elimination_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.5100384Z copying torch/test/conv_to_nnpack_transform_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.5105184Z copying torch/test/pattern_net_transform_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-11-23T00:58:18.5113637Z creating build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:58:18.5114442Z copying torch/_C/_autograd.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:58:18.5115507Z copying torch/_C/_cudnn.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:58:18.5117100Z copying torch/_C/_distributed_autograd.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:58:18.5117915Z copying torch/_C/_distributed_c10d.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:58:18.5118801Z copying torch/_C/_distributed_rpc.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:58:18.5119832Z copying torch/_C/_distributed_rpc_testing.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:58:18.5121802Z copying torch/_C/_functions.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:58:18.5122127Z copying torch/_C/_functorch.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:58:18.5123066Z copying torch/_C/_itt.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:58:18.5123785Z copying torch/_C/_lazy.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:58:18.5125161Z copying torch/_C/_lazy_ts_backend.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:58:18.5126768Z copying torch/_C/_monitor.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:58:18.5126958Z copying torch/_C/_nvtx.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:58:18.5127964Z copying torch/_C/_onnx.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:58:18.5129168Z copying torch/_C/_profiler.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:58:18.5130716Z copying torch/_C/_verbose.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:58:18.5131540Z copying torch/_C/__init__.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:58:18.5133522Z copying torch/_C/_VariableFunctions.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:58:18.5135566Z copying torch/_C/_nn.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-11-23T00:58:18.5136905Z creating build/lib.linux-x86_64-cpython-37/torch/_C_flatbuffer 2022-11-23T00:58:18.5137163Z copying torch/_C_flatbuffer/__init__.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C_flatbuffer 2022-11-23T00:58:18.5144382Z copying torch/optim/__init__.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:58:18.5145835Z copying torch/optim/adadelta.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:58:18.5147180Z copying torch/optim/adagrad.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:58:18.5148482Z copying torch/optim/adam.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:58:18.5149514Z copying torch/optim/adamax.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:58:18.5150659Z copying torch/optim/adamw.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:58:18.5151961Z copying torch/optim/asgd.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:58:18.5153076Z copying torch/optim/lbfgs.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:58:18.5154277Z copying torch/optim/lr_scheduler.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:58:18.5156207Z copying torch/optim/nadam.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:58:18.5157244Z copying torch/optim/optimizer.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:58:18.5158442Z copying torch/optim/radam.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:58:18.5159693Z copying torch/optim/rmsprop.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:58:18.5161306Z copying torch/optim/rprop.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:58:18.5162367Z copying torch/optim/sgd.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:58:18.5163984Z copying torch/optim/sparse_adam.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:58:18.5165047Z copying torch/optim/swa_utils.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-11-23T00:58:18.5166686Z copying torch/nn/parameter.pyi -> build/lib.linux-x86_64-cpython-37/torch/nn 2022-11-23T00:58:18.5167937Z copying torch/nn/functional.pyi -> build/lib.linux-x86_64-cpython-37/torch/nn 2022-11-23T00:58:18.5169660Z copying torch/nn/parallel/__init__.pyi -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:58:18.5170882Z copying torch/nn/parallel/common_types.pyi -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:58:18.5172226Z copying torch/nn/parallel/data_parallel.pyi -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:58:18.5173554Z copying torch/nn/parallel/parallel_apply.pyi -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:58:18.5175416Z copying torch/nn/parallel/replicate.pyi -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:58:18.5176587Z copying torch/nn/parallel/scatter_gather.pyi -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-11-23T00:58:18.5178424Z copying torch/utils/data/datapipes/datapipe.pyi -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes 2022-11-23T00:58:18.5179335Z creating build/lib.linux-x86_64-cpython-37/torch/lib 2022-11-23T00:58:18.5180280Z copying torch/lib/libc10.so -> build/lib.linux-x86_64-cpython-37/torch/lib 2022-11-23T00:58:18.5186377Z copying torch/lib/libtorch_cpu.so -> build/lib.linux-x86_64-cpython-37/torch/lib 2022-11-23T00:58:18.7141454Z copying torch/lib/libtorch.so -> build/lib.linux-x86_64-cpython-37/torch/lib 2022-11-23T00:58:18.7142246Z copying torch/lib/libtorch_global_deps.so -> build/lib.linux-x86_64-cpython-37/torch/lib 2022-11-23T00:58:18.7142975Z copying torch/lib/libtorchbind_test.so -> build/lib.linux-x86_64-cpython-37/torch/lib 2022-11-23T00:58:18.7150097Z copying torch/lib/libjitbackend_test.so -> build/lib.linux-x86_64-cpython-37/torch/lib 2022-11-23T00:58:18.7153530Z copying torch/lib/libbackend_with_compiler.so -> build/lib.linux-x86_64-cpython-37/torch/lib 2022-11-23T00:58:18.7157186Z copying torch/lib/libtorch_python.so -> build/lib.linux-x86_64-cpython-37/torch/lib 2022-11-23T00:58:18.7295507Z copying torch/lib/libshm.so -> build/lib.linux-x86_64-cpython-37/torch/lib 2022-11-23T00:58:18.7296686Z copying torch/lib/libcaffe2_detectron_ops.so -> build/lib.linux-x86_64-cpython-37/torch/lib 2022-11-23T00:58:18.7537872Z copying torch/lib/libcaffe2_module_test_dynamic.so -> build/lib.linux-x86_64-cpython-37/torch/lib 2022-11-23T00:58:18.7538344Z copying torch/lib/libcaffe2_observers.so -> build/lib.linux-x86_64-cpython-37/torch/lib 2022-11-23T00:58:18.7540145Z creating build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:58:18.7540858Z copying torch/include/pthreadpool.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:58:18.7542684Z copying torch/include/fxdiv.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:58:18.7543540Z copying torch/include/cpuinfo.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:58:18.7545198Z copying torch/include/clog.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:58:18.7546282Z copying torch/include/qnnpack.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:58:18.7547926Z copying torch/include/psimd.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:58:18.7549624Z copying torch/include/fp16.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:58:18.7550866Z copying torch/include/qnnpack_func.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:58:18.7551838Z copying torch/include/nnpack.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:58:18.7553361Z copying torch/include/xnnpack.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:58:18.7556230Z copying torch/include/dnnl.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:58:18.7557156Z copying torch/include/dnnl_config.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:58:18.7558368Z copying torch/include/dnnl_debug.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:58:18.7559717Z copying torch/include/dnnl_ocl.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:58:18.7561961Z copying torch/include/dnnl_sycl.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:58:18.7563048Z copying torch/include/dnnl_sycl_types.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:58:18.7564273Z copying torch/include/dnnl_threadpool.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:58:18.7566741Z copying torch/include/dnnl_types.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:58:18.7567661Z copying torch/include/dnnl_version.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:58:18.7569265Z copying torch/include/sleef.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:58:18.7572948Z copying torch/include/libshm.h -> build/lib.linux-x86_64-cpython-37/torch/include 2022-11-23T00:58:18.7573825Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7574614Z copying torch/include/ATen/ATen.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7576024Z copying torch/include/ATen/AccumulateType.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7577504Z copying torch/include/ATen/ArrayRef.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7578708Z copying torch/include/ATen/Backend.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7579995Z copying torch/include/ATen/Backtrace.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7581467Z copying torch/include/ATen/BatchedFallback.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7582903Z copying torch/include/ATen/BatchedTensorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7584160Z copying torch/include/ATen/CPUApplyUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7585922Z copying torch/include/ATen/CPUFixedAllocator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7587390Z copying torch/include/ATen/CPUGeneratorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7588667Z copying torch/include/ATen/CollapseDims.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7589831Z copying torch/include/ATen/Config.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7591376Z copying torch/include/ATen/Context.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7592683Z copying torch/include/ATen/DLConvertor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7595020Z copying torch/include/ATen/Device.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7596109Z copying torch/include/ATen/DeviceGuard.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7597729Z copying torch/include/ATen/DimVector.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7598902Z copying torch/include/ATen/Dimname.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7600341Z copying torch/include/ATen/Dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7601979Z copying torch/include/ATen/DynamicLibrary.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7603684Z copying torch/include/ATen/EmptyTensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7604903Z copying torch/include/ATen/ExpandBase.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7606190Z copying torch/include/ATen/ExpandUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7607510Z copying torch/include/ATen/Formatting.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7608792Z copying torch/include/ATen/FuncTorchTLS.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7610144Z copying torch/include/ATen/FunctionalStorageImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7611694Z copying torch/include/ATen/FunctionalTensorWrapper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7613105Z copying torch/include/ATen/Generator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7615134Z copying torch/include/ATen/InferSize.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7616430Z copying torch/include/ATen/InitialTensorOptions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7617750Z copying torch/include/ATen/Layout.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7618954Z copying torch/include/ATen/LinalgBackend.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7621063Z copying torch/include/ATen/MapAllocator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7621850Z copying torch/include/ATen/MatrixRef.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7622930Z copying torch/include/ATen/MemoryOverlap.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7624168Z copying torch/include/ATen/NamedTensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7625667Z copying torch/include/ATen/NamedTensorUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7627216Z copying torch/include/ATen/NestedTensorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7628654Z copying torch/include/ATen/NumericUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7630168Z copying torch/include/ATen/OpMathType.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7631690Z copying torch/include/ATen/OpaqueTensorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7633065Z copying torch/include/ATen/PTThreadPool.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7634420Z copying torch/include/ATen/PadNd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7635732Z copying torch/include/ATen/Parallel-inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7638191Z copying torch/include/ATen/Parallel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7639420Z copying torch/include/ATen/ParallelFuture.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7640830Z copying torch/include/ATen/ParallelNative.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7642305Z copying torch/include/ATen/ParallelNativeTBB.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7643467Z copying torch/include/ATen/ParallelOpenMP.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7644927Z copying torch/include/ATen/PythonTorchFunctionTLS.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7646031Z copying torch/include/ATen/SavedTensorHooks.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7647296Z copying torch/include/ATen/Scalar.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7648561Z copying torch/include/ATen/ScalarOps.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7649912Z copying torch/include/ATen/ScalarType.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7651291Z copying torch/include/ATen/SequenceNumber.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7652665Z copying torch/include/ATen/SmallVector.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7654022Z copying torch/include/ATen/SparseCsrTensorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7655524Z copying torch/include/ATen/SparseCsrTensorUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7656983Z copying torch/include/ATen/SparseTensorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7658370Z copying torch/include/ATen/SparseTensorUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7659629Z copying torch/include/ATen/Storage.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7660881Z copying torch/include/ATen/Tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7662264Z copying torch/include/ATen/TensorAccessor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7663841Z copying torch/include/ATen/TensorGeometry.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7666078Z copying torch/include/ATen/TensorIndexing.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7667227Z copying torch/include/ATen/TensorIterator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7669253Z copying torch/include/ATen/TensorIteratorInternal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7671638Z copying torch/include/ATen/TensorMeta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7672341Z copying torch/include/ATen/TensorNames.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7673057Z copying torch/include/ATen/TensorOperators.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7674002Z copying torch/include/ATen/TensorOptions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7675424Z copying torch/include/ATen/TensorSubclassLikeUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7676361Z copying torch/include/ATen/TensorUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7677593Z copying torch/include/ATen/ThreadLocalState.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7678497Z copying torch/include/ATen/TracerMode.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7680186Z copying torch/include/ATen/TypeDefault.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7681156Z copying torch/include/ATen/Utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7682196Z copying torch/include/ATen/Version.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7683918Z copying torch/include/ATen/VmapMode.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7685539Z copying torch/include/ATen/VmapTransforms.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7687052Z copying torch/include/ATen/WrapDimUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7687945Z copying torch/include/ATen/WrapDimUtilsMulti.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7688631Z copying torch/include/ATen/autocast_mode.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7690072Z copying torch/include/ATen/ceil_div.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7690878Z copying torch/include/ATen/code_template.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7691900Z copying torch/include/ATen/cpp_custom_type_hack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7693537Z copying torch/include/ATen/div_rtn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7693988Z copying torch/include/ATen/dlpack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7695486Z copying torch/include/ATen/jit_macros.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7696642Z copying torch/include/ATen/jiterator_macros.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7697831Z copying torch/include/ATen/record_function.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7698781Z copying torch/include/ATen/CPUFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7699552Z copying torch/include/ATen/CPUFunctions_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7701352Z copying torch/include/ATen/CompositeExplicitAutogradFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7702004Z copying torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7703905Z copying torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7705317Z copying torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7706625Z copying torch/include/ATen/CompositeImplicitAutogradFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7707906Z copying torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7709816Z copying torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7711405Z copying torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7712757Z copying torch/include/ATen/Functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7714907Z copying torch/include/ATen/MetaFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7716005Z copying torch/include/ATen/MetaFunctions_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7717188Z copying torch/include/ATen/MethodOperators.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7718288Z copying torch/include/ATen/NativeFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7720085Z copying torch/include/ATen/NativeMetaFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7721902Z copying torch/include/ATen/Operators.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7723582Z copying torch/include/ATen/RedispatchFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7736274Z copying torch/include/ATen/RegistrationDeclarations.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7742147Z copying torch/include/ATen/VmapGeneratedPlumbing.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7753560Z copying torch/include/ATen/CUDAFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7754850Z copying torch/include/ATen/CUDAFunctions_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-11-23T00:58:18.7755752Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu 2022-11-23T00:58:18.7756808Z copying torch/include/ATen/cpu/FlushDenormal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu 2022-11-23T00:58:18.7757634Z copying torch/include/ATen/cpu/vml.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu 2022-11-23T00:58:18.7759740Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec 2022-11-23T00:58:18.7760134Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:58:18.7760676Z copying torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:58:18.7761612Z copying torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:58:18.7763239Z copying torch/include/ATen/cpu/vec/vec256/vec256.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:58:18.7764047Z copying torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:58:18.7765467Z copying torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:58:18.7767185Z copying torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:58:18.7767912Z copying torch/include/ATen/cpu/vec/vec256/vec256_double.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:58:18.7769134Z copying torch/include/ATen/cpu/vec/vec256/vec256_float.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:58:18.7770307Z copying torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:58:18.7772030Z copying torch/include/ATen/cpu/vec/vec256/vec256_int.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:58:18.7773044Z copying torch/include/ATen/cpu/vec/vec256/vec256_qint.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:58:18.7774712Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec512 2022-11-23T00:58:18.7775479Z copying torch/include/ATen/cpu/vec/vec512/vec512.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec512 2022-11-23T00:58:18.7776578Z copying torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec512 2022-11-23T00:58:18.7778033Z copying torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec512 2022-11-23T00:58:18.7779144Z copying torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec512 2022-11-23T00:58:18.7780274Z copying torch/include/ATen/cpu/vec/vec512/vec512_double.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec512 2022-11-23T00:58:18.7781374Z copying torch/include/ATen/cpu/vec/vec512/vec512_float.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec512 2022-11-23T00:58:18.7782861Z copying torch/include/ATen/cpu/vec/vec512/vec512_int.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec512 2022-11-23T00:58:18.7784264Z copying torch/include/ATen/cpu/vec/vec512/vec512_qint.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec512 2022-11-23T00:58:18.7785683Z copying torch/include/ATen/cpu/vec/functional.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec 2022-11-23T00:58:18.7786792Z copying torch/include/ATen/cpu/vec/functional_base.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec 2022-11-23T00:58:18.7788288Z copying torch/include/ATen/cpu/vec/functional_bfloat16.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec 2022-11-23T00:58:18.7789692Z copying torch/include/ATen/cpu/vec/intrinsics.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec 2022-11-23T00:58:18.7790738Z copying torch/include/ATen/cpu/vec/vec.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec 2022-11-23T00:58:18.7791994Z copying torch/include/ATen/cpu/vec/vec_base.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec 2022-11-23T00:58:18.7793349Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7793847Z copying torch/include/ATen/core/ATenGeneral.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7795425Z copying torch/include/ATen/core/ATenOpList.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7796519Z copying torch/include/ATen/core/ATen_fwd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7797072Z copying torch/include/ATen/core/ATen_pch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7798724Z copying torch/include/ATen/core/Array.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7799974Z copying torch/include/ATen/core/Backtrace.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7800765Z copying torch/include/ATen/core/CheckMemoryFormat.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7801924Z copying torch/include/ATen/core/DeprecatedTypeProperties.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7803885Z copying torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7804564Z copying torch/include/ATen/core/Dict.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7805055Z copying torch/include/ATen/core/Dict_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7806028Z copying torch/include/ATen/core/DimVector.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7807135Z copying torch/include/ATen/core/Dimname.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7808213Z copying torch/include/ATen/core/DistributionsHelper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7809620Z copying torch/include/ATen/core/Formatting.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7810771Z copying torch/include/ATen/core/Generator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7812160Z copying torch/include/ATen/core/IListRef.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7813467Z copying torch/include/ATen/core/IListRef_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7814512Z copying torch/include/ATen/core/LegacyTypeDispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7815782Z copying torch/include/ATen/core/List.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7817261Z copying torch/include/ATen/core/List_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7818508Z copying torch/include/ATen/core/MT19937RNGEngine.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7819633Z copying torch/include/ATen/core/NamedTensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7820970Z copying torch/include/ATen/core/PhiloxRNGEngine.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7822300Z copying torch/include/ATen/core/PythonFallbackKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7823280Z copying torch/include/ATen/core/PythonOpRegistrationTrampoline.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7824644Z copying torch/include/ATen/core/QuantizerBase.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7826005Z copying torch/include/ATen/core/Range.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7827579Z copying torch/include/ATen/core/Reduction.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7828525Z copying torch/include/ATen/core/Scalar.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7829809Z copying torch/include/ATen/core/ScalarType.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7830858Z copying torch/include/ATen/core/Tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7831940Z copying torch/include/ATen/core/TensorAccessor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7832862Z copying torch/include/ATen/core/TensorBase.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7834906Z copying torch/include/ATen/core/TorchDispatchUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7835690Z copying torch/include/ATen/core/TransformationHelper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7837690Z copying torch/include/ATen/core/UndefinedTensorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7838316Z copying torch/include/ATen/core/UnsafeFromTH.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7839219Z copying torch/include/ATen/core/VariableHooksInterface.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7839777Z copying torch/include/ATen/core/Variadic.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7841071Z copying torch/include/ATen/core/Vitals.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7841758Z copying torch/include/ATen/core/alias_info.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7842872Z copying torch/include/ATen/core/blob.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7844229Z copying torch/include/ATen/core/builtin_function.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7845054Z copying torch/include/ATen/core/class_type.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7846620Z copying torch/include/ATen/core/custom_class.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7847427Z copying torch/include/ATen/core/dynamic_type.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7848624Z copying torch/include/ATen/core/enum_type.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7849568Z copying torch/include/ATen/core/function.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7851379Z copying torch/include/ATen/core/function_schema.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7852452Z copying torch/include/ATen/core/function_schema_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7853923Z copying torch/include/ATen/core/functional.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7854867Z copying torch/include/ATen/core/grad_mode.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7855849Z copying torch/include/ATen/core/interned_strings.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7857512Z copying torch/include/ATen/core/interned_strings_class.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7858792Z copying torch/include/ATen/core/ivalue.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7860458Z copying torch/include/ATen/core/ivalue_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7862595Z copying torch/include/ATen/core/ivalue_to.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7863465Z copying torch/include/ATen/core/jit_type.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7865098Z copying torch/include/ATen/core/jit_type_base.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7866259Z copying torch/include/ATen/core/operator_name.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7867298Z copying torch/include/ATen/core/qualified_name.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7868494Z copying torch/include/ATen/core/rref_interface.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7869485Z copying torch/include/ATen/core/stack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7870861Z copying torch/include/ATen/core/symbol.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7871841Z copying torch/include/ATen/core/type_factory.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7872791Z copying torch/include/ATen/core/type_ptr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7873745Z copying torch/include/ATen/core/typeid.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7874741Z copying torch/include/ATen/core/TensorBody.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7877462Z copying torch/include/ATen/core/aten_interned_strings.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7878845Z copying torch/include/ATen/core/enum_tag.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-11-23T00:58:18.7880328Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:58:18.7881008Z copying torch/include/ATen/cuda/ApplyGridUtils.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:58:18.7882064Z copying torch/include/ATen/cuda/AsmUtils.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:58:18.7883339Z copying torch/include/ATen/cuda/Atomic.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:58:18.7884537Z copying torch/include/ATen/cuda/CUDAApplyUtils.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:58:18.7885921Z copying torch/include/ATen/cuda/CUDAGraphsUtils.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:58:18.7886937Z copying torch/include/ATen/cuda/CUDATensorMethods.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:58:18.7887934Z copying torch/include/ATen/cuda/DeviceUtils.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:58:18.7888983Z copying torch/include/ATen/cuda/NumericLimits.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:58:18.7890067Z copying torch/include/ATen/cuda/ScanUtils.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:58:18.7891099Z copying torch/include/ATen/cuda/cub.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:58:18.7892239Z copying torch/include/ATen/cuda/cub_definitions.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:58:18.7893377Z copying torch/include/ATen/cuda/ATenCUDAGeneral.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:58:18.7894711Z copying torch/include/ATen/cuda/CUDABlas.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:58:18.7895792Z copying torch/include/ATen/cuda/CUDAContext.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:58:18.7897071Z copying torch/include/ATen/cuda/CUDADataType.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:58:18.7898417Z copying torch/include/ATen/cuda/CUDADevice.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:58:18.7899252Z copying torch/include/ATen/cuda/CUDAEvent.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:58:18.7900551Z copying torch/include/ATen/cuda/CUDAGeneratorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:58:18.7901553Z copying torch/include/ATen/cuda/CUDAGraph.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:58:18.7902621Z copying torch/include/ATen/cuda/CUDASparse.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:58:18.7904394Z copying torch/include/ATen/cuda/CUDASparseBlas.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:58:18.7905299Z copying torch/include/ATen/cuda/CUDASparseDescriptors.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:58:18.7906405Z copying torch/include/ATen/cuda/CUDAUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:58:18.7907590Z copying torch/include/ATen/cuda/CachingHostAllocator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:58:18.7908874Z copying torch/include/ATen/cuda/EmptyTensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:58:18.7909882Z copying torch/include/ATen/cuda/Exceptions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:58:18.7910728Z copying torch/include/ATen/cuda/PeerToPeerAccess.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:58:18.7911680Z copying torch/include/ATen/cuda/PinnedMemoryAllocator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:58:18.7912636Z copying torch/include/ATen/cuda/Sleep.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:58:18.7914268Z copying torch/include/ATen/cuda/ThrustAllocator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:58:18.7915221Z copying torch/include/ATen/cuda/cub.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:58:18.7916062Z copying torch/include/ATen/cuda/jiterator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:58:18.7918005Z copying torch/include/ATen/cuda/jiterator_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:58:18.7918636Z copying torch/include/ATen/cuda/llvm_jit_strings.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-11-23T00:58:18.7920918Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail 2022-11-23T00:58:18.7921768Z copying torch/include/ATen/cuda/detail/IndexUtils.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail 2022-11-23T00:58:18.7922995Z copying torch/include/ATen/cuda/detail/IntegerDivider.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail 2022-11-23T00:58:18.7924801Z copying torch/include/ATen/cuda/detail/OffsetCalculator.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail 2022-11-23T00:58:18.7927520Z copying torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail 2022-11-23T00:58:18.7928611Z copying torch/include/ATen/cuda/detail/TensorInfo.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail 2022-11-23T00:58:18.7929777Z copying torch/include/ATen/cuda/detail/UnpackRaw.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail 2022-11-23T00:58:18.7931472Z copying torch/include/ATen/cuda/detail/CUDAHooks.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail 2022-11-23T00:58:18.7933027Z copying torch/include/ATen/cuda/detail/DeviceThreadHandles.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail 2022-11-23T00:58:18.7934806Z copying torch/include/ATen/cuda/detail/KernelUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail 2022-11-23T00:58:18.7935930Z copying torch/include/ATen/cuda/detail/LazyNVRTC.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail 2022-11-23T00:58:18.7937055Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn 2022-11-23T00:58:18.7937837Z copying torch/include/ATen/cudnn/Descriptors.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn 2022-11-23T00:58:18.7939366Z copying torch/include/ATen/cudnn/Exceptions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn 2022-11-23T00:58:18.7940423Z copying torch/include/ATen/cudnn/Handle.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn 2022-11-23T00:58:18.7941777Z copying torch/include/ATen/cudnn/Handles.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn 2022-11-23T00:58:18.7942914Z copying torch/include/ATen/cudnn/Types.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn 2022-11-23T00:58:18.7944376Z copying torch/include/ATen/cudnn/Utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn 2022-11-23T00:58:18.7945956Z copying torch/include/ATen/cudnn/cudnn-wrapper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn 2022-11-23T00:58:18.7947524Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-11-23T00:58:18.7948357Z copying torch/include/ATen/functorch/ADInterpreters.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-11-23T00:58:18.7950108Z copying torch/include/ATen/functorch/BatchRulesHelper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-11-23T00:58:18.7951394Z copying torch/include/ATen/functorch/BatchedFallback.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-11-23T00:58:18.7952633Z copying torch/include/ATen/functorch/BatchedTensorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-11-23T00:58:18.7954114Z copying torch/include/ATen/functorch/BatchingMetaprogramming.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-11-23T00:58:18.7955326Z copying torch/include/ATen/functorch/DynamicLayer.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-11-23T00:58:18.7957520Z copying torch/include/ATen/functorch/FunctionalizeInterpreter.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-11-23T00:58:18.7958606Z copying torch/include/ATen/functorch/Interpreter.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-11-23T00:58:18.7960085Z copying torch/include/ATen/functorch/LegacyVmapTransforms.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-11-23T00:58:18.7961424Z copying torch/include/ATen/functorch/Macros.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-11-23T00:58:18.7962669Z copying torch/include/ATen/functorch/PlumbingHelper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-11-23T00:58:18.7963831Z copying torch/include/ATen/functorch/TensorWrapper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-11-23T00:58:18.7965336Z copying torch/include/ATen/functorch/VmapInterpreter.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-11-23T00:58:18.7966580Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.7967323Z copying torch/include/ATen/ops/from_blob.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.7968663Z copying torch/include/ATen/ops/tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.7970054Z copying torch/include/ATen/ops/_adaptive_avg_pool2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.7971158Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.7972930Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.7974314Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.7975369Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.7976477Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.7977613Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.7978978Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.7980078Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.7981377Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.7982414Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.7983759Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.7984987Z copying torch/include/ATen/ops/_adaptive_avg_pool3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.7986268Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.7987371Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.7988246Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.7989507Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.7990722Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.7992081Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.7993536Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.7995313Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.7996173Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.7996985Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.7997994Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.7999139Z copying torch/include/ATen/ops/_add_batch_dim.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8000794Z copying torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8001812Z copying torch/include/ATen/ops/_add_batch_dim_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8003066Z copying torch/include/ATen/ops/_add_batch_dim_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8004128Z copying torch/include/ATen/ops/_add_relu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8005237Z copying torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8006305Z copying torch/include/ATen/ops/_add_relu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8007305Z copying torch/include/ATen/ops/_add_relu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8008496Z copying torch/include/ATen/ops/_add_relu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8009551Z copying torch/include/ATen/ops/_add_relu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8010772Z copying torch/include/ATen/ops/_addmm_activation.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8011954Z copying torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8013257Z copying torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8014261Z copying torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8015292Z copying torch/include/ATen/ops/_addmm_activation_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8016569Z copying torch/include/ATen/ops/_addmm_activation_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8017692Z copying torch/include/ATen/ops/_addmm_activation_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8018754Z copying torch/include/ATen/ops/_addmm_activation_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8019787Z copying torch/include/ATen/ops/_aminmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8021060Z copying torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8022179Z copying torch/include/ATen/ops/_aminmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8023585Z copying torch/include/ATen/ops/_aminmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8024576Z copying torch/include/ATen/ops/_aminmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8025899Z copying torch/include/ATen/ops/_aminmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8027072Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8028405Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8029557Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8030590Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8031793Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8033255Z copying torch/include/ATen/ops/_amp_update_scale.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8033972Z copying torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8035279Z copying torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8036003Z copying torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8037633Z copying torch/include/ATen/ops/_amp_update_scale_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8038488Z copying torch/include/ATen/ops/_amp_update_scale_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8039445Z copying torch/include/ATen/ops/_assert_async.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8040759Z copying torch/include/ATen/ops/_assert_async_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8041548Z copying torch/include/ATen/ops/_assert_async_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8042714Z copying torch/include/ATen/ops/_assert_async_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8043741Z copying torch/include/ATen/ops/_assert_async_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8044872Z copying torch/include/ATen/ops/_assert_tensor_metadata.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8045790Z copying torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8047510Z copying torch/include/ATen/ops/_assert_tensor_metadata_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8048577Z copying torch/include/ATen/ops/_assert_tensor_metadata_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8049335Z copying torch/include/ATen/ops/_autocast_to_full_precision.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8050728Z copying torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8051916Z copying torch/include/ATen/ops/_autocast_to_full_precision_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8053020Z copying torch/include/ATen/ops/_autocast_to_full_precision_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8054180Z copying torch/include/ATen/ops/_autocast_to_reduced_precision.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8055495Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8056220Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8058348Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8059098Z copying torch/include/ATen/ops/_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8059729Z copying torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8060434Z copying torch/include/ATen/ops/_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8062295Z copying torch/include/ATen/ops/_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8062851Z copying torch/include/ATen/ops/_batch_norm_impl_index.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8063636Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8064688Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8066094Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8067741Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8068949Z copying torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8069760Z copying torch/include/ATen/ops/_batch_norm_impl_index_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8071032Z copying torch/include/ATen/ops/_batch_norm_impl_index_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8071816Z copying torch/include/ATen/ops/_cast_Byte.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8073013Z copying torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8073847Z copying torch/include/ATen/ops/_cast_Byte_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8074996Z copying torch/include/ATen/ops/_cast_Byte_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8076048Z copying torch/include/ATen/ops/_cast_Char.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8077303Z copying torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8078200Z copying torch/include/ATen/ops/_cast_Char_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8079366Z copying torch/include/ATen/ops/_cast_Char_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8080918Z copying torch/include/ATen/ops/_cast_Double.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8081892Z copying torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8082978Z copying torch/include/ATen/ops/_cast_Double_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8084135Z copying torch/include/ATen/ops/_cast_Double_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8085128Z copying torch/include/ATen/ops/_cast_Float.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8086215Z copying torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8087207Z copying torch/include/ATen/ops/_cast_Float_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8088463Z copying torch/include/ATen/ops/_cast_Float_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8089413Z copying torch/include/ATen/ops/_cast_Half.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8090616Z copying torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8091658Z copying torch/include/ATen/ops/_cast_Half_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8092592Z copying torch/include/ATen/ops/_cast_Half_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8093719Z copying torch/include/ATen/ops/_cast_Int.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8094970Z copying torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8096047Z copying torch/include/ATen/ops/_cast_Int_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8097072Z copying torch/include/ATen/ops/_cast_Int_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8098213Z copying torch/include/ATen/ops/_cast_Long.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8099388Z copying torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8100370Z copying torch/include/ATen/ops/_cast_Long_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8101949Z copying torch/include/ATen/ops/_cast_Long_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8102800Z copying torch/include/ATen/ops/_cast_Short.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8103791Z copying torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8104933Z copying torch/include/ATen/ops/_cast_Short_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8105973Z copying torch/include/ATen/ops/_cast_Short_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8106763Z copying torch/include/ATen/ops/_cdist_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8108068Z copying torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8108998Z copying torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8110028Z copying torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8111189Z copying torch/include/ATen/ops/_cdist_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8112223Z copying torch/include/ATen/ops/_cdist_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8113162Z copying torch/include/ATen/ops/_cdist_forward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8114715Z copying torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8115478Z copying torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8116658Z copying torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8118507Z copying torch/include/ATen/ops/_cdist_forward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8119586Z copying torch/include/ATen/ops/_cdist_forward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8121617Z copying torch/include/ATen/ops/_cholesky_solve_helper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8122750Z copying torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8123795Z copying torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8124908Z copying torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8126026Z copying torch/include/ATen/ops/_cholesky_solve_helper_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8127386Z copying torch/include/ATen/ops/_cholesky_solve_helper_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8129083Z copying torch/include/ATen/ops/_choose_qparams_per_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8130308Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8130987Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8131992Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8133018Z copying torch/include/ATen/ops/_coalesce.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8134147Z copying torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8135362Z copying torch/include/ATen/ops/_coalesce_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8136349Z copying torch/include/ATen/ops/_coalesce_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8137098Z copying torch/include/ATen/ops/_coalesced.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8138192Z copying torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8139122Z copying torch/include/ATen/ops/_coalesced_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8140067Z copying torch/include/ATen/ops/_coalesced_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8142054Z copying torch/include/ATen/ops/_coalesced_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8142741Z copying torch/include/ATen/ops/_compute_linear_combination.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8143668Z copying torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8145275Z copying torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8146125Z copying torch/include/ATen/ops/_compute_linear_combination_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8146850Z copying torch/include/ATen/ops/_compute_linear_combination_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8147531Z copying torch/include/ATen/ops/_conj.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8148889Z copying torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8149738Z copying torch/include/ATen/ops/_conj_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8152189Z copying torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8152890Z copying torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8153871Z copying torch/include/ATen/ops/_conj_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8154728Z copying torch/include/ATen/ops/_conj_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8155540Z copying torch/include/ATen/ops/_conj_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8156464Z copying torch/include/ATen/ops/_conj_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8157616Z copying torch/include/ATen/ops/_conj_physical.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8158857Z copying torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8159969Z copying torch/include/ATen/ops/_conj_physical_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8161060Z copying torch/include/ATen/ops/_conj_physical_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8162336Z copying torch/include/ATen/ops/_conv_depthwise2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8163379Z copying torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8164518Z copying torch/include/ATen/ops/_conv_depthwise2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8165555Z copying torch/include/ATen/ops/_convolution.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8167145Z copying torch/include/ATen/ops/_conv_depthwise2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8168316Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8169704Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8170827Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8171986Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8173205Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8174342Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8175594Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8176910Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8178169Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8179527Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8180707Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8181828Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8182942Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8184069Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8185327Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8186318Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8187612Z copying torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8188641Z copying torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8189647Z copying torch/include/ATen/ops/_convolution_double_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8190573Z copying torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8192374Z copying torch/include/ATen/ops/_convolution_double_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8194162Z copying torch/include/ATen/ops/_convolution_double_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8196129Z copying torch/include/ATen/ops/_convolution_mode.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8196786Z copying torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8197502Z copying torch/include/ATen/ops/_convolution_mode_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8198567Z copying torch/include/ATen/ops/_convolution_mode_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8199592Z copying torch/include/ATen/ops/_convolution_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8200734Z copying torch/include/ATen/ops/_convolution_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8202155Z copying torch/include/ATen/ops/_copy_from.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8202993Z copying torch/include/ATen/ops/_copy_from_and_resize.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8204130Z copying torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8205137Z copying torch/include/ATen/ops/_copy_from_and_resize_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8206218Z copying torch/include/ATen/ops/_copy_from_and_resize_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8207388Z copying torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8208429Z copying torch/include/ATen/ops/_copy_from_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8209583Z copying torch/include/ATen/ops/_copy_from_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8210653Z copying torch/include/ATen/ops/_ctc_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8211850Z copying torch/include/ATen/ops/_ctc_loss_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8212943Z copying torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8214202Z copying torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8215337Z copying torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8216424Z copying torch/include/ATen/ops/_ctc_loss_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8217392Z copying torch/include/ATen/ops/_ctc_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8218701Z copying torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8219639Z copying torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8220693Z copying torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8221760Z copying torch/include/ATen/ops/_ctc_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8222829Z copying torch/include/ATen/ops/_ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8224197Z copying torch/include/ATen/ops/_cudnn_ctc_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8225283Z copying torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8226689Z copying torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8227596Z copying torch/include/ATen/ops/_cudnn_ctc_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8228515Z copying torch/include/ATen/ops/_cudnn_ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8229724Z copying torch/include/ATen/ops/_cudnn_init_dropout_state.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8230858Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8232306Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8233080Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8234723Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8235519Z copying torch/include/ATen/ops/_cudnn_rnn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8236689Z copying torch/include/ATen/ops/_cudnn_rnn_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8238097Z copying torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8238944Z copying torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8240407Z copying torch/include/ATen/ops/_cudnn_rnn_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8241153Z copying torch/include/ATen/ops/_cudnn_rnn_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8242640Z copying torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8243946Z copying torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8244845Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8246207Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8247012Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8248524Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8249426Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8250336Z copying torch/include/ATen/ops/_cudnn_rnn_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8251325Z copying torch/include/ATen/ops/_cudnn_rnn_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8252550Z copying torch/include/ATen/ops/_cufft_clear_plan_cache.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8253888Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8254582Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8255525Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8256663Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8257857Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8259130Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8260311Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8261483Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8262608Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8263960Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8265726Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8267368Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8268606Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8269895Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8270556Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8272042Z copying torch/include/ATen/ops/_cummax_helper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8272948Z copying torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8274179Z copying torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8275152Z copying torch/include/ATen/ops/_cummax_helper_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8276472Z copying torch/include/ATen/ops/_cummax_helper_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8277525Z copying torch/include/ATen/ops/_cummin_helper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8278950Z copying torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8279880Z copying torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8281473Z copying torch/include/ATen/ops/_cummin_helper_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8282583Z copying torch/include/ATen/ops/_cummin_helper_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8283427Z copying torch/include/ATen/ops/_debug_has_internal_overlap.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8284893Z copying torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8285836Z copying torch/include/ATen/ops/_debug_has_internal_overlap_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8286779Z copying torch/include/ATen/ops/_debug_has_internal_overlap_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8287877Z copying torch/include/ATen/ops/_dimI.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8289142Z copying torch/include/ATen/ops/_dimI_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8289804Z copying torch/include/ATen/ops/_dimI_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8291574Z copying torch/include/ATen/ops/_dimV.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8292325Z copying torch/include/ATen/ops/_dimV_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8292975Z copying torch/include/ATen/ops/_dimV_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8294181Z copying torch/include/ATen/ops/_dim_arange.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8295518Z copying torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8296310Z copying torch/include/ATen/ops/_dim_arange_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8297300Z copying torch/include/ATen/ops/_dim_arange_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8299000Z copying torch/include/ATen/ops/_dirichlet_grad.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8299975Z copying torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8301020Z copying torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8302481Z copying torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8303314Z copying torch/include/ATen/ops/_dirichlet_grad_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8304493Z copying torch/include/ATen/ops/_dirichlet_grad_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8305557Z copying torch/include/ATen/ops/_efficient_attention_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8306991Z copying torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8307793Z copying torch/include/ATen/ops/_efficient_attention_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8309315Z copying torch/include/ATen/ops/_efficient_attention_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8310153Z copying torch/include/ATen/ops/_efficient_attention_forward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8311810Z copying torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8312520Z copying torch/include/ATen/ops/_efficient_attention_forward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8313895Z copying torch/include/ATen/ops/_efficient_attention_forward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8314921Z copying torch/include/ATen/ops/_efficientzerotensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8316690Z copying torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8317254Z copying torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8318907Z copying torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8319805Z copying torch/include/ATen/ops/_efficientzerotensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8321184Z copying torch/include/ATen/ops/_efficientzerotensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8322346Z copying torch/include/ATen/ops/_embedding_bag.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8323612Z copying torch/include/ATen/ops/_embedding_bag_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8324802Z copying torch/include/ATen/ops/_embedding_bag_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8326955Z copying torch/include/ATen/ops/_embedding_bag_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8327360Z copying torch/include/ATen/ops/_embedding_bag_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8328431Z copying torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8329172Z copying torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8330272Z copying torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8331512Z copying torch/include/ATen/ops/_embedding_bag_dense_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8332503Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8333457Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8334370Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8335485Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8336780Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8338196Z copying torch/include/ATen/ops/_embedding_bag_forward_only.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8339263Z copying torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8354420Z copying torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8355200Z copying torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8355701Z copying torch/include/ATen/ops/_embedding_bag_forward_only_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8356208Z copying torch/include/ATen/ops/_embedding_bag_forward_only_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8356629Z copying torch/include/ATen/ops/_embedding_bag_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8357018Z copying torch/include/ATen/ops/_embedding_bag_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8357402Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8357784Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8358221Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8358556Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8358847Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8359338Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8359658Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8360019Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8361029Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8361548Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8362092Z copying torch/include/ATen/ops/_empty_affine_quantized.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8362447Z copying torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8362747Z copying torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8363034Z copying torch/include/ATen/ops/_empty_affine_quantized_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8363324Z copying torch/include/ATen/ops/_empty_affine_quantized_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8363863Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8365263Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8366493Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8367517Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8368770Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8369893Z copying torch/include/ATen/ops/_euclidean_dist.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8371150Z copying torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8372365Z copying torch/include/ATen/ops/_euclidean_dist_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8373304Z copying torch/include/ATen/ops/_euclidean_dist_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8375258Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8376126Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8377124Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8378899Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8379799Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8380968Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8382092Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8382930Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8383925Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8384979Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8385994Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8387320Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8388226Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8389575Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8390507Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8391420Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8392756Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8393913Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8394930Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8396272Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8397489Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8398898Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8399669Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8401610Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8402181Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8403114Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8404114Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8405213Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8406454Z copying torch/include/ATen/ops/_fft_c2c.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8408109Z copying torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8408444Z copying torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8409853Z copying torch/include/ATen/ops/_fft_c2c_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8410673Z copying torch/include/ATen/ops/_fft_c2c_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8412079Z copying torch/include/ATen/ops/_fft_c2r.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8412989Z copying torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8413982Z copying torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8414994Z copying torch/include/ATen/ops/_fft_c2r_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8416028Z copying torch/include/ATen/ops/_fft_c2r_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8417115Z copying torch/include/ATen/ops/_fft_r2c.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8418175Z copying torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8419237Z copying torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8420295Z copying torch/include/ATen/ops/_fft_r2c_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8421351Z copying torch/include/ATen/ops/_fft_r2c_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8422555Z copying torch/include/ATen/ops/_flash_attention_forward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8423566Z copying torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8424603Z copying torch/include/ATen/ops/_flash_attention_forward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8426114Z copying torch/include/ATen/ops/_flash_attention_forward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8427396Z copying torch/include/ATen/ops/_foobar.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8428638Z copying torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8429613Z copying torch/include/ATen/ops/_foobar_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8430704Z copying torch/include/ATen/ops/_foobar_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8432024Z copying torch/include/ATen/ops/_foobar_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8432984Z copying torch/include/ATen/ops/_foreach_abs.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8434118Z copying torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8435100Z copying torch/include/ATen/ops/_foreach_abs_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8436093Z copying torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8437552Z copying torch/include/ATen/ops/_foreach_abs_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8438125Z copying torch/include/ATen/ops/_foreach_abs_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8439121Z copying torch/include/ATen/ops/_foreach_acos.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8440143Z copying torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8441661Z copying torch/include/ATen/ops/_foreach_acos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8442559Z copying torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8443542Z copying torch/include/ATen/ops/_foreach_acos_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8444504Z copying torch/include/ATen/ops/_foreach_acos_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8445748Z copying torch/include/ATen/ops/_foreach_add.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8446738Z copying torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8447766Z copying torch/include/ATen/ops/_foreach_add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8449223Z copying torch/include/ATen/ops/_foreach_add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8450236Z copying torch/include/ATen/ops/_foreach_add_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8452377Z copying torch/include/ATen/ops/_foreach_add_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8452831Z copying torch/include/ATen/ops/_foreach_addcdiv.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8454112Z copying torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8455080Z copying torch/include/ATen/ops/_foreach_addcdiv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8456094Z copying torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8456956Z copying torch/include/ATen/ops/_foreach_addcdiv_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8458350Z copying torch/include/ATen/ops/_foreach_addcdiv_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8458999Z copying torch/include/ATen/ops/_foreach_addcmul.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8460267Z copying torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8461372Z copying torch/include/ATen/ops/_foreach_addcmul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8462632Z copying torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8463561Z copying torch/include/ATen/ops/_foreach_addcmul_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8464887Z copying torch/include/ATen/ops/_foreach_addcmul_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8466157Z copying torch/include/ATen/ops/_foreach_asin.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8467165Z copying torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8468532Z copying torch/include/ATen/ops/_foreach_asin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8469539Z copying torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8470864Z copying torch/include/ATen/ops/_foreach_asin_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8472126Z copying torch/include/ATen/ops/_foreach_asin_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8472912Z copying torch/include/ATen/ops/_foreach_atan.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8474070Z copying torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8474962Z copying torch/include/ATen/ops/_foreach_atan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8475978Z copying torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8477401Z copying torch/include/ATen/ops/_foreach_atan_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8478424Z copying torch/include/ATen/ops/_foreach_atan_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8479378Z copying torch/include/ATen/ops/_foreach_ceil.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8480419Z copying torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8481890Z copying torch/include/ATen/ops/_foreach_ceil_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8482901Z copying torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8484083Z copying torch/include/ATen/ops/_foreach_ceil_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8485169Z copying torch/include/ATen/ops/_foreach_ceil_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8486334Z copying torch/include/ATen/ops/_foreach_cos.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8487590Z copying torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8488711Z copying torch/include/ATen/ops/_foreach_cos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8489797Z copying torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8490967Z copying torch/include/ATen/ops/_foreach_cos_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8492162Z copying torch/include/ATen/ops/_foreach_cos_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8493254Z copying torch/include/ATen/ops/_foreach_cosh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8494474Z copying torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8495583Z copying torch/include/ATen/ops/_foreach_cosh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8496859Z copying torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8497870Z copying torch/include/ATen/ops/_foreach_cosh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8499063Z copying torch/include/ATen/ops/_foreach_cosh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8500124Z copying torch/include/ATen/ops/_foreach_div.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8501412Z copying torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8502606Z copying torch/include/ATen/ops/_foreach_div_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8503646Z copying torch/include/ATen/ops/_foreach_div_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8504885Z copying torch/include/ATen/ops/_foreach_div_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8506015Z copying torch/include/ATen/ops/_foreach_div_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8507389Z copying torch/include/ATen/ops/_foreach_erf.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8508537Z copying torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8509538Z copying torch/include/ATen/ops/_foreach_erf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8510697Z copying torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8511882Z copying torch/include/ATen/ops/_foreach_erf_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8512935Z copying torch/include/ATen/ops/_foreach_erf_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8514028Z copying torch/include/ATen/ops/_foreach_erfc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8515717Z copying torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8516718Z copying torch/include/ATen/ops/_foreach_erfc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8517716Z copying torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8518548Z copying torch/include/ATen/ops/_foreach_erfc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8519761Z copying torch/include/ATen/ops/_foreach_erfc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8521546Z copying torch/include/ATen/ops/_foreach_exp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8522449Z copying torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8523366Z copying torch/include/ATen/ops/_foreach_exp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8525298Z copying torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8526773Z copying torch/include/ATen/ops/_foreach_exp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8528059Z copying torch/include/ATen/ops/_foreach_exp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8529471Z copying torch/include/ATen/ops/_foreach_expm1.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8530366Z copying torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8531301Z copying torch/include/ATen/ops/_foreach_expm1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8532264Z copying torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8533359Z copying torch/include/ATen/ops/_foreach_expm1_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8534448Z copying torch/include/ATen/ops/_foreach_expm1_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8535448Z copying torch/include/ATen/ops/_foreach_floor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8536984Z copying torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8537559Z copying torch/include/ATen/ops/_fw_primal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8538705Z copying torch/include/ATen/ops/_foreach_floor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8540889Z copying torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8541177Z copying torch/include/ATen/ops/_foreach_floor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8542507Z copying torch/include/ATen/ops/_foreach_floor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8543996Z copying torch/include/ATen/ops/_foreach_frac.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8544980Z copying torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8545997Z copying torch/include/ATen/ops/_foreach_frac_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8547007Z copying torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8548233Z copying torch/include/ATen/ops/_foreach_frac_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8549338Z copying torch/include/ATen/ops/_foreach_frac_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8550337Z copying torch/include/ATen/ops/_foreach_lgamma.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8551772Z copying torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8553089Z copying torch/include/ATen/ops/_foreach_lgamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8553695Z copying torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8555010Z copying torch/include/ATen/ops/_foreach_lgamma_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8555997Z copying torch/include/ATen/ops/_foreach_lgamma_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8557657Z copying torch/include/ATen/ops/_foreach_log.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8558679Z copying torch/include/ATen/ops/_foreach_log10.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8559989Z copying torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8561028Z copying torch/include/ATen/ops/_foreach_log10_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8561991Z copying torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8563562Z copying torch/include/ATen/ops/_foreach_log10_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8564389Z copying torch/include/ATen/ops/_foreach_log10_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8565383Z copying torch/include/ATen/ops/_foreach_log1p.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8566289Z copying torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8567291Z copying torch/include/ATen/ops/_foreach_log1p_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8568667Z copying torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8569518Z copying torch/include/ATen/ops/_foreach_log1p_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8570735Z copying torch/include/ATen/ops/_foreach_log1p_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8571804Z copying torch/include/ATen/ops/_foreach_log2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8573049Z copying torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8574005Z copying torch/include/ATen/ops/_foreach_log2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8575524Z copying torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8576465Z copying torch/include/ATen/ops/_foreach_log2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8577855Z copying torch/include/ATen/ops/_foreach_log2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8578914Z copying torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8580162Z copying torch/include/ATen/ops/_foreach_log_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8581172Z copying torch/include/ATen/ops/_foreach_log_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8582368Z copying torch/include/ATen/ops/_foreach_log_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8583442Z copying torch/include/ATen/ops/_foreach_log_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8584458Z copying torch/include/ATen/ops/_foreach_maximum.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8585709Z copying torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8586734Z copying torch/include/ATen/ops/_foreach_maximum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8587689Z copying torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8588901Z copying torch/include/ATen/ops/_foreach_maximum_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8589699Z copying torch/include/ATen/ops/_foreach_maximum_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8591063Z copying torch/include/ATen/ops/_foreach_minimum.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8592072Z copying torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8593238Z copying torch/include/ATen/ops/_foreach_minimum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8594214Z copying torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8595411Z copying torch/include/ATen/ops/_foreach_minimum_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8596134Z copying torch/include/ATen/ops/_foreach_minimum_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8597997Z copying torch/include/ATen/ops/_foreach_mul.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8598519Z copying torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8600277Z copying torch/include/ATen/ops/_foreach_mul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8600949Z copying torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8602300Z copying torch/include/ATen/ops/_foreach_mul_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8603485Z copying torch/include/ATen/ops/_foreach_mul_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8605166Z copying torch/include/ATen/ops/_foreach_neg.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8606146Z copying torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8607520Z copying torch/include/ATen/ops/_foreach_neg_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8608551Z copying torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8609614Z copying torch/include/ATen/ops/_foreach_neg_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8610839Z copying torch/include/ATen/ops/_foreach_neg_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8611742Z copying torch/include/ATen/ops/_foreach_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8613397Z copying torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8614096Z copying torch/include/ATen/ops/_foreach_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8615914Z copying torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8616802Z copying torch/include/ATen/ops/_foreach_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8617726Z copying torch/include/ATen/ops/_foreach_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8618870Z copying torch/include/ATen/ops/_foreach_reciprocal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8620489Z copying torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8621302Z copying torch/include/ATen/ops/_foreach_reciprocal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8622974Z copying torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8623592Z copying torch/include/ATen/ops/_foreach_reciprocal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8624098Z copying torch/include/ATen/ops/_foreach_reciprocal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8625821Z copying torch/include/ATen/ops/_foreach_round.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8627971Z copying torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8628876Z copying torch/include/ATen/ops/_foreach_round_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8630288Z copying torch/include/ATen/ops/_foreach_round_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8632180Z copying torch/include/ATen/ops/_foreach_round_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8632819Z copying torch/include/ATen/ops/_foreach_round_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8634651Z copying torch/include/ATen/ops/_foreach_sigmoid.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8635405Z copying torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8636850Z copying torch/include/ATen/ops/_foreach_sigmoid_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8637558Z copying torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8639468Z copying torch/include/ATen/ops/_foreach_sigmoid_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8640160Z copying torch/include/ATen/ops/_foreach_sigmoid_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8641702Z copying torch/include/ATen/ops/_foreach_sin.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8642649Z copying torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8644039Z copying torch/include/ATen/ops/_foreach_sin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8644895Z copying torch/include/ATen/ops/_indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8646280Z copying torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8647502Z copying torch/include/ATen/ops/_foreach_sin_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8648702Z copying torch/include/ATen/ops/_foreach_sin_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8649914Z copying torch/include/ATen/ops/_foreach_sinh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8651021Z copying torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8652412Z copying torch/include/ATen/ops/_foreach_sinh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8653613Z copying torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8654523Z copying torch/include/ATen/ops/_foreach_sinh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8655895Z copying torch/include/ATen/ops/_foreach_sinh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8657201Z copying torch/include/ATen/ops/_foreach_sqrt.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8658308Z copying torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8659365Z copying torch/include/ATen/ops/_foreach_sqrt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8660989Z copying torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8661904Z copying torch/include/ATen/ops/_foreach_sqrt_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8663249Z copying torch/include/ATen/ops/_foreach_sqrt_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8664886Z copying torch/include/ATen/ops/_foreach_sub.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8665740Z copying torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8667260Z copying torch/include/ATen/ops/_foreach_sub_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8668156Z copying torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8669906Z copying torch/include/ATen/ops/_foreach_sub_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8671707Z copying torch/include/ATen/ops/_foreach_sub_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8671980Z copying torch/include/ATen/ops/_foreach_tan.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8673658Z copying torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8674322Z copying torch/include/ATen/ops/_foreach_tan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8675302Z copying torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8676599Z copying torch/include/ATen/ops/_foreach_tan_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8678066Z copying torch/include/ATen/ops/_foreach_tan_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8678950Z copying torch/include/ATen/ops/_foreach_tanh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8680325Z copying torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8681381Z copying torch/include/ATen/ops/_foreach_tanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8682864Z copying torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8683730Z copying torch/include/ATen/ops/_foreach_tanh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8685204Z copying torch/include/ATen/ops/_foreach_tanh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8686176Z copying torch/include/ATen/ops/_foreach_trunc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8687900Z copying torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8688612Z copying torch/include/ATen/ops/_foreach_trunc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8689327Z copying torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8691073Z copying torch/include/ATen/ops/_foreach_trunc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8691934Z copying torch/include/ATen/ops/_foreach_trunc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8693048Z copying torch/include/ATen/ops/_foreach_zero.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8694249Z copying torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8695263Z copying torch/include/ATen/ops/_foreach_zero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8696458Z copying torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8697458Z copying torch/include/ATen/ops/_foreach_zero_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8698831Z copying torch/include/ATen/ops/_foreach_zero_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8700170Z copying torch/include/ATen/ops/_fused_adam.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8701219Z copying torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8702560Z copying torch/include/ATen/ops/_fused_adam_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8703528Z copying torch/include/ATen/ops/_fused_adam_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8705043Z copying torch/include/ATen/ops/_fused_adam_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8706157Z copying torch/include/ATen/ops/_fused_dropout.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8707678Z copying torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8709145Z copying torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8710267Z copying torch/include/ATen/ops/_fused_dropout_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8711421Z copying torch/include/ATen/ops/_fused_dropout_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8712700Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8714051Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8715189Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8716375Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8717548Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8718722Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8720293Z copying torch/include/ATen/ops/_fused_sdp_choice.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8721301Z copying torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8722487Z copying torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8723527Z copying torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8724548Z copying torch/include/ATen/ops/_fused_sdp_choice_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8725649Z copying torch/include/ATen/ops/_fused_sdp_choice_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8727204Z copying torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8728066Z copying torch/include/ATen/ops/_fw_primal_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8729377Z copying torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8730948Z copying torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8731675Z copying torch/include/ATen/ops/_fw_primal_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8732734Z copying torch/include/ATen/ops/_fw_primal_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8733813Z copying torch/include/ATen/ops/_fw_primal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8734841Z copying torch/include/ATen/ops/_fw_primal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8736159Z copying torch/include/ATen/ops/_gather_sparse_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8737138Z copying torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8738979Z copying torch/include/ATen/ops/_gather_sparse_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8739482Z copying torch/include/ATen/ops/_gather_sparse_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8740443Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8741719Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8743058Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8744283Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8746155Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8746713Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8747923Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8748895Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8750198Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8751442Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8752665Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8753611Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8755097Z copying torch/include/ATen/ops/_has_same_storage_numel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8756157Z copying torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8757116Z copying torch/include/ATen/ops/_has_same_storage_numel_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8758124Z copying torch/include/ATen/ops/_has_same_storage_numel_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8759411Z copying torch/include/ATen/ops/_histogramdd_bin_edges.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8760721Z copying torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8761868Z copying torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8762817Z copying torch/include/ATen/ops/_histogramdd_bin_edges_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8763982Z copying torch/include/ATen/ops/_histogramdd_bin_edges_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8765038Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8766199Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8767328Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8769072Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8769704Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8770534Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8771914Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8773093Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8774452Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8775290Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8776372Z copying torch/include/ATen/ops/_index_put_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8777634Z copying torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8778711Z copying torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8779619Z copying torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8780692Z copying torch/include/ATen/ops/_index_put_impl_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8781938Z copying torch/include/ATen/ops/_index_put_impl_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8783715Z copying torch/include/ATen/ops/_index_put_impl_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8784665Z copying torch/include/ATen/ops/_indices_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8785927Z copying torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8787591Z copying torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8788744Z copying torch/include/ATen/ops/_indices_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8789597Z copying torch/include/ATen/ops/_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8790908Z copying torch/include/ATen/ops/_indices_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8791601Z copying torch/include/ATen/ops/_indices_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8792788Z copying torch/include/ATen/ops/_is_zerotensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8793953Z copying torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8794874Z copying torch/include/ATen/ops/_is_zerotensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8795837Z copying torch/include/ATen/ops/_is_zerotensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8796872Z copying torch/include/ATen/ops/_linalg_check_errors.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8797860Z copying torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8799273Z copying torch/include/ATen/ops/_linalg_check_errors_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8800280Z copying torch/include/ATen/ops/_linalg_check_errors_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8801247Z copying torch/include/ATen/ops/_linalg_det.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8802612Z copying torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8803179Z copying torch/include/ATen/ops/_linalg_det_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8804277Z copying torch/include/ATen/ops/_linalg_det_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8805287Z copying torch/include/ATen/ops/_linalg_det_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8806261Z copying torch/include/ATen/ops/_linalg_det_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8807284Z copying torch/include/ATen/ops/_linalg_det_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8808243Z copying torch/include/ATen/ops/_linalg_det_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8809350Z copying torch/include/ATen/ops/_linalg_eigh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8810375Z copying torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8811303Z copying torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8812297Z copying torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8813285Z copying torch/include/ATen/ops/_linalg_eigh_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8814282Z copying torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8815339Z copying torch/include/ATen/ops/_linalg_eigh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8816979Z copying torch/include/ATen/ops/_linalg_eigh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8817837Z copying torch/include/ATen/ops/_linalg_slogdet.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8819219Z copying torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8820118Z copying torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8820935Z copying torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8822291Z copying torch/include/ATen/ops/_linalg_slogdet_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8823503Z copying torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8825122Z copying torch/include/ATen/ops/_linalg_slogdet_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8826101Z copying torch/include/ATen/ops/_linalg_slogdet_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8827641Z copying torch/include/ATen/ops/_linalg_solve_ex.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8828835Z copying torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8829843Z copying torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8831199Z copying torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8832433Z copying torch/include/ATen/ops/_linalg_solve_ex_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8833643Z copying torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8834907Z copying torch/include/ATen/ops/_linalg_solve_ex_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8837106Z copying torch/include/ATen/ops/_linalg_solve_ex_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8837417Z copying torch/include/ATen/ops/_linalg_svd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8838814Z copying torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8839642Z copying torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8841073Z copying torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8841394Z copying torch/include/ATen/ops/_linalg_svd_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8843088Z copying torch/include/ATen/ops/_linalg_svd_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8843869Z copying torch/include/ATen/ops/_linalg_svd_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8845333Z copying torch/include/ATen/ops/_linalg_svd_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8845863Z copying torch/include/ATen/ops/eq.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8847683Z copying torch/include/ATen/ops/_local_scalar_dense.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8848783Z copying torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8849828Z copying torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8851224Z copying torch/include/ATen/ops/_local_scalar_dense_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8852453Z copying torch/include/ATen/ops/_local_scalar_dense_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8853458Z copying torch/include/ATen/ops/_log_softmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8854928Z copying torch/include/ATen/ops/_log_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8856642Z copying torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8857580Z copying torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8858834Z copying torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8860886Z copying torch/include/ATen/ops/_log_softmax_backward_data_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8861242Z copying torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8862250Z copying torch/include/ATen/ops/_log_softmax_backward_data_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8863468Z copying torch/include/ATen/ops/_log_softmax_backward_data_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8864433Z copying torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8865657Z copying torch/include/ATen/ops/_log_softmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8867003Z copying torch/include/ATen/ops/_log_softmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8867850Z copying torch/include/ATen/ops/_log_softmax_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8868846Z copying torch/include/ATen/ops/_log_softmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8869840Z copying torch/include/ATen/ops/_log_softmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8871020Z copying torch/include/ATen/ops/_log_softmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8872221Z copying torch/include/ATen/ops/_logcumsumexp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8873072Z copying torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8873852Z copying torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8875325Z copying torch/include/ATen/ops/_logcumsumexp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8876427Z copying torch/include/ATen/ops/_logcumsumexp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8877619Z copying torch/include/ATen/ops/_lstm_mps.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8878752Z copying torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8880012Z copying torch/include/ATen/ops/_lstm_mps_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8881024Z copying torch/include/ATen/ops/_lstm_mps_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8882586Z copying torch/include/ATen/ops/_lu_with_info.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8883721Z copying torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8884974Z copying torch/include/ATen/ops/_lu_with_info_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8886054Z copying torch/include/ATen/ops/_lu_with_info_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8887148Z copying torch/include/ATen/ops/_make_dual.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8888856Z copying torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8889223Z copying torch/include/ATen/ops/_make_dual_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8890643Z copying torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8891544Z copying torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8892537Z copying torch/include/ATen/ops/_make_dual_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8893737Z copying torch/include/ATen/ops/_make_dual_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8894729Z copying torch/include/ATen/ops/_make_dual_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8896324Z copying torch/include/ATen/ops/_make_dual_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8897116Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8898800Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8899763Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8900829Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8901808Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8902978Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8903953Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8905581Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8906421Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8907337Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8908240Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8909199Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8910800Z copying torch/include/ATen/ops/_masked_scale.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8911465Z copying torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8912453Z copying torch/include/ATen/ops/_masked_scale_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8913798Z copying torch/include/ATen/ops/_masked_scale_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8914663Z copying torch/include/ATen/ops/_masked_scale_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8915962Z copying torch/include/ATen/ops/_masked_softmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8917206Z copying torch/include/ATen/ops/_masked_softmax_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8918250Z copying torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8919717Z copying torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8920653Z copying torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8921660Z copying torch/include/ATen/ops/_masked_softmax_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8923063Z copying torch/include/ATen/ops/_masked_softmax_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8924150Z copying torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8925064Z copying torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8926348Z copying torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8927232Z copying torch/include/ATen/ops/_masked_softmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8928777Z copying torch/include/ATen/ops/_masked_softmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8929722Z copying torch/include/ATen/ops/_mkldnn_reshape.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8930585Z copying torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8931979Z copying torch/include/ATen/ops/_mkldnn_reshape_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8932864Z copying torch/include/ATen/ops/_mkldnn_reshape_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8934272Z copying torch/include/ATen/ops/_mkldnn_transpose.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8935022Z copying torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8936416Z copying torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8937737Z copying torch/include/ATen/ops/_mkldnn_transpose_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8938561Z copying torch/include/ATen/ops/_mkldnn_transpose_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8939855Z copying torch/include/ATen/ops/_mps_convolution.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8941346Z copying torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8941968Z copying torch/include/ATen/ops/_mps_convolution_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8943542Z copying torch/include/ATen/ops/_mps_convolution_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8944884Z copying torch/include/ATen/ops/_mps_convolution_transpose.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8946356Z copying torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8948550Z copying torch/include/ATen/ops/_mps_convolution_transpose_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8949689Z copying torch/include/ATen/ops/_mps_convolution_transpose_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8950310Z copying torch/include/ATen/ops/_mps_max_pool2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8952270Z copying torch/include/ATen/ops/_mps_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8952804Z copying torch/include/ATen/ops/_mps_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8954275Z copying torch/include/ATen/ops/_mps_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8955256Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8956995Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8958329Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8959591Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8960692Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8962157Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8963391Z copying torch/include/ATen/ops/_native_multi_head_attention.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8964942Z copying torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8965531Z copying torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8967357Z copying torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8967957Z copying torch/include/ATen/ops/_native_multi_head_attention_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8969426Z copying torch/include/ATen/ops/_native_multi_head_attention_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8970755Z copying torch/include/ATen/ops/_neg_view.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8972108Z copying torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8972792Z copying torch/include/ATen/ops/_neg_view_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8974652Z copying torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8975281Z copying torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8976319Z copying torch/include/ATen/ops/_neg_view_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8977197Z copying torch/include/ATen/ops/_neg_view_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8979185Z copying torch/include/ATen/ops/_neg_view_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8979522Z copying torch/include/ATen/ops/_neg_view_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8980832Z copying torch/include/ATen/ops/_nested_from_padded.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8981861Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8983307Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8984133Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8985571Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8986524Z copying torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8987527Z copying torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8988541Z copying torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8989822Z copying torch/include/ATen/ops/_nested_from_padded_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8991112Z copying torch/include/ATen/ops/_nested_from_padded_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8992110Z copying torch/include/ATen/ops/_nested_select_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8993407Z copying torch/include/ATen/ops/_nested_select_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8995523Z copying torch/include/ATen/ops/_nested_select_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8995886Z copying torch/include/ATen/ops/_nested_sum_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8996611Z copying torch/include/ATen/ops/_nested_sum_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8997831Z copying torch/include/ATen/ops/_nested_sum_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.8998788Z copying torch/include/ATen/ops/_nested_tensor_from_mask.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9000160Z copying torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9001561Z copying torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9002517Z copying torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9003583Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9005223Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9006214Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9007245Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9008317Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9009449Z copying torch/include/ATen/ops/_nested_tensor_from_mask_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9010662Z copying torch/include/ATen/ops/_nested_tensor_from_mask_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9011654Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9012956Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9013998Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9014908Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9016123Z copying torch/include/ATen/ops/_nested_tensor_offsets.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9017381Z copying torch/include/ATen/ops/_nested_tensor_offsets_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9018771Z copying torch/include/ATen/ops/_nested_tensor_offsets_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9019439Z copying torch/include/ATen/ops/_nested_tensor_size.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9021159Z copying torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9022065Z copying torch/include/ATen/ops/_nested_tensor_size_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9023430Z copying torch/include/ATen/ops/_nested_tensor_size_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9024693Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9025786Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9027167Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9028319Z copying torch/include/ATen/ops/_nested_tensor_strides.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9029539Z copying torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9030503Z copying torch/include/ATen/ops/_nested_tensor_strides_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9031757Z copying torch/include/ATen/ops/_nested_tensor_strides_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9032905Z copying torch/include/ATen/ops/_nested_view_from_buffer.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9034015Z copying torch/include/ATen/ops/ge.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9035254Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9037076Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9038882Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9039720Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9041059Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9042099Z copying torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9043525Z copying torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9044464Z copying torch/include/ATen/ops/_nested_view_from_buffer_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9046027Z copying torch/include/ATen/ops/_nested_view_from_buffer_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9046990Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9048237Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9049233Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9050620Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9052519Z copying torch/include/ATen/ops/_nnpack_available.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9053168Z copying torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9054500Z copying torch/include/ATen/ops/_nnpack_available_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9055252Z copying torch/include/ATen/ops/_nnpack_available_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9057044Z copying torch/include/ATen/ops/_nnpack_spatial_convolution.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9057737Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9059379Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9060665Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9061602Z copying torch/include/ATen/ops/_nnz.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9062657Z copying torch/include/ATen/ops/_nnz_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9063924Z copying torch/include/ATen/ops/_nnz_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9065536Z copying torch/include/ATen/ops/_pack_padded_sequence.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9066267Z copying torch/include/ATen/ops/_pack_padded_sequence_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9067788Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9068648Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9069733Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9071010Z copying torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9072380Z copying torch/include/ATen/ops/_pack_padded_sequence_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9073689Z copying torch/include/ATen/ops/_pack_padded_sequence_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9074598Z copying torch/include/ATen/ops/_pad_circular.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9075717Z copying torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9077008Z copying torch/include/ATen/ops/_pad_circular_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9077955Z copying torch/include/ATen/ops/_pad_circular_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9078916Z copying torch/include/ATen/ops/_pad_enum.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9080359Z copying torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9081975Z copying torch/include/ATen/ops/_pad_enum_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9082665Z copying torch/include/ATen/ops/_pad_enum_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9083757Z copying torch/include/ATen/ops/_pad_packed_sequence.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9085158Z copying torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9086143Z copying torch/include/ATen/ops/_pad_packed_sequence_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9087126Z copying torch/include/ATen/ops/_pad_packed_sequence_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9088830Z copying torch/include/ATen/ops/_pdist_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9090205Z copying torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9091128Z copying torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9092572Z copying torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9093369Z copying torch/include/ATen/ops/_pdist_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9094285Z copying torch/include/ATen/ops/_pdist_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9095738Z copying torch/include/ATen/ops/_pdist_forward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9096653Z copying torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9097641Z copying torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9098726Z copying torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9099682Z copying torch/include/ATen/ops/_pdist_forward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9100767Z copying torch/include/ATen/ops/_pdist_forward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9101736Z copying torch/include/ATen/ops/_pin_memory.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9102692Z copying torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9103938Z copying torch/include/ATen/ops/_pin_memory_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9104972Z copying torch/include/ATen/ops/_pin_memory_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9106032Z copying torch/include/ATen/ops/_pin_memory_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9108279Z copying torch/include/ATen/ops/_remove_batch_dim.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9109138Z copying torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9110500Z copying torch/include/ATen/ops/_remove_batch_dim_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9111381Z copying torch/include/ATen/ops/_remove_batch_dim_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9112863Z copying torch/include/ATen/ops/_reshape_alias.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9113970Z copying torch/include/ATen/ops/_reshape_alias_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9115407Z copying torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9116432Z copying torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9117462Z copying torch/include/ATen/ops/_reshape_alias_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9119400Z copying torch/include/ATen/ops/_reshape_alias_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9119790Z copying torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9121960Z copying torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9122949Z copying torch/include/ATen/ops/_reshape_alias_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9124322Z copying torch/include/ATen/ops/_reshape_alias_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9125352Z copying torch/include/ATen/ops/_reshape_alias_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9126622Z copying torch/include/ATen/ops/_reshape_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9127590Z copying torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9128725Z copying torch/include/ATen/ops/_reshape_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9129913Z copying torch/include/ATen/ops/_reshape_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9131058Z copying torch/include/ATen/ops/_reshape_from_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9132403Z copying torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9133633Z copying torch/include/ATen/ops/_reshape_from_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9134616Z copying torch/include/ATen/ops/_resize_output.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9135962Z copying torch/include/ATen/ops/_reshape_from_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9137211Z copying torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9138155Z copying torch/include/ATen/ops/_resize_output_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9139628Z copying torch/include/ATen/ops/_resize_output_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9140606Z copying torch/include/ATen/ops/_resize_output_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9141803Z copying torch/include/ATen/ops/_rowwise_prune.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9142784Z copying torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9144107Z copying torch/include/ATen/ops/_rowwise_prune_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9145821Z copying torch/include/ATen/ops/_rowwise_prune_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9146768Z copying torch/include/ATen/ops/_sample_dirichlet.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9148157Z copying torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9149467Z copying torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9150873Z copying torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9151810Z copying torch/include/ATen/ops/_sample_dirichlet_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9153397Z copying torch/include/ATen/ops/_sample_dirichlet_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9154188Z copying torch/include/ATen/ops/_saturate_weight_to_fp16.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9155349Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9156335Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9158129Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9159224Z copying torch/include/ATen/ops/_scaled_dot_product_attention.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9160535Z copying torch/include/ATen/ops/_scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9161347Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9162844Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9163945Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9165274Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9166204Z copying torch/include/ATen/ops/_scaled_dot_product_attention_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9167337Z copying torch/include/ATen/ops/_scaled_dot_product_attention_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9168255Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9169317Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9170399Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9171460Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9172293Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9173738Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9174623Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9175661Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9176621Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9177726Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9179058Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9180960Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9181840Z copying torch/include/ATen/ops/_segment_reduce_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9182463Z copying torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9183164Z copying torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9185076Z copying torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9185639Z copying torch/include/ATen/ops/_segment_reduce_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9186710Z copying torch/include/ATen/ops/_segment_reduce_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9188071Z copying torch/include/ATen/ops/_shape_as_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9189018Z copying torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9189957Z copying torch/include/ATen/ops/_shape_as_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9190881Z copying torch/include/ATen/ops/_shape_as_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9192136Z copying torch/include/ATen/ops/_slow_conv2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9193118Z copying torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9195373Z copying torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9195753Z copying torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9197174Z copying torch/include/ATen/ops/_slow_conv2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9197949Z copying torch/include/ATen/ops/_slow_conv2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9199694Z copying torch/include/ATen/ops/_slow_conv2d_forward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9200592Z copying torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9202308Z copying torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9203565Z copying torch/include/ATen/ops/_slow_conv2d_forward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9204635Z copying torch/include/ATen/ops/_slow_conv2d_forward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9206206Z copying torch/include/ATen/ops/_sobol_engine_draw.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9207167Z copying torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9208194Z copying torch/include/ATen/ops/_sobol_engine_draw_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9209454Z copying torch/include/ATen/ops/_sobol_engine_draw_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9210459Z copying torch/include/ATen/ops/_sobol_engine_ff.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9212560Z copying torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9213491Z copying torch/include/ATen/ops/_sobol_engine_ff_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9213830Z copying torch/include/ATen/ops/_sobol_engine_ff_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9215052Z copying torch/include/ATen/ops/_sobol_engine_initialize_state.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9216247Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9216830Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9218619Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9219617Z copying torch/include/ATen/ops/_sobol_engine_scramble.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9221191Z copying torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9222434Z copying torch/include/ATen/ops/_sobol_engine_scramble_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9224148Z copying torch/include/ATen/ops/_sobol_engine_scramble_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9225424Z copying torch/include/ATen/ops/_softmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9226955Z copying torch/include/ATen/ops/_sparse_mm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9228681Z copying torch/include/ATen/ops/_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9230214Z copying torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9231461Z copying torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9232887Z copying torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9235088Z copying torch/include/ATen/ops/_softmax_backward_data_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9236316Z copying torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9237708Z copying torch/include/ATen/ops/_softmax_backward_data_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9239045Z copying torch/include/ATen/ops/_softmax_backward_data_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9240662Z copying torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9242410Z copying torch/include/ATen/ops/_softmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9243426Z copying torch/include/ATen/ops/_softmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9244749Z copying torch/include/ATen/ops/_softmax_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9246128Z copying torch/include/ATen/ops/_softmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9247479Z copying torch/include/ATen/ops/_softmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9248564Z copying torch/include/ATen/ops/_softmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9250098Z copying torch/include/ATen/ops/_sparse_addmm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9251422Z copying torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9252702Z copying torch/include/ATen/ops/_sparse_addmm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9253978Z copying torch/include/ATen/ops/_sparse_addmm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9255640Z copying torch/include/ATen/ops/_sparse_broadcast_to.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9256908Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9258486Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9259935Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9261196Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9262618Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9264339Z copying torch/include/ATen/ops/_sparse_broadcast_to_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9265561Z copying torch/include/ATen/ops/_sparse_broadcast_to_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9267399Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9268787Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9270059Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9271450Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9272840Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9274396Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9275666Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9277038Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9278809Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9280206Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9281546Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9282983Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9284401Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9286406Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9287418Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9288709Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9290126Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9291538Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9293586Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9294180Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9295588Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9296551Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9298121Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9298995Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9300477Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9301776Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9303005Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9304053Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9305642Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9307585Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9308589Z copying torch/include/ATen/ops/_sparse_csr_prod.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9310108Z copying torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9311379Z copying torch/include/ATen/ops/_sparse_csr_prod_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9312623Z copying torch/include/ATen/ops/_sparse_csr_prod_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9313818Z copying torch/include/ATen/ops/_sparse_csr_sum.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9315085Z copying torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9315946Z copying torch/include/ATen/ops/_sparse_csr_sum_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9317665Z copying torch/include/ATen/ops/_sparse_csr_sum_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9318012Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9319764Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9320428Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9322109Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9323067Z copying torch/include/ATen/ops/_sparse_log_softmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9323999Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9325248Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9326166Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9327175Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9328308Z copying torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9329286Z copying torch/include/ATen/ops/_spdiags.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9330318Z copying torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9331493Z copying torch/include/ATen/ops/_sparse_log_softmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9333195Z copying torch/include/ATen/ops/_sparse_log_softmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9333877Z copying torch/include/ATen/ops/_sparse_mask_helper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9334762Z copying torch/include/ATen/ops/_sparse_mask_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9336243Z copying torch/include/ATen/ops/_sparse_mask_helper_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9336637Z copying torch/include/ATen/ops/_sparse_mask_helper_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9338055Z copying torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9338878Z copying torch/include/ATen/ops/_sparse_mm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9340405Z copying torch/include/ATen/ops/_sparse_mm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9341215Z copying torch/include/ATen/ops/_sparse_softmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9342499Z copying torch/include/ATen/ops/_sparse_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9343593Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9344695Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9345873Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9347212Z copying torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9348246Z copying torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9349120Z copying torch/include/ATen/ops/_sparse_softmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9350383Z copying torch/include/ATen/ops/_sparse_softmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9351668Z copying torch/include/ATen/ops/_sparse_sparse_matmul.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9352401Z copying torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9354196Z copying torch/include/ATen/ops/_sparse_sparse_matmul_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9354645Z copying torch/include/ATen/ops/_sparse_sparse_matmul_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9355820Z copying torch/include/ATen/ops/_sparse_sum.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9356902Z copying torch/include/ATen/ops/_sparse_sum_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9357975Z copying torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9358909Z copying torch/include/ATen/ops/_sparse_sum_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9360322Z copying torch/include/ATen/ops/_sparse_sum_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9361359Z copying torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9362696Z copying torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9363751Z copying torch/include/ATen/ops/_sparse_sum_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9364665Z copying torch/include/ATen/ops/_sparse_sum_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9366108Z copying torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9366602Z copying torch/include/ATen/ops/_spdiags_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9368064Z copying torch/include/ATen/ops/_spdiags_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9369049Z copying torch/include/ATen/ops/_spdiags_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9369907Z copying torch/include/ATen/ops/_stack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9370855Z copying torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9372138Z copying torch/include/ATen/ops/_stack_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9373169Z copying torch/include/ATen/ops/_stack_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9374328Z copying torch/include/ATen/ops/_stack_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9375490Z copying torch/include/ATen/ops/_standard_gamma.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9377409Z copying torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9378437Z copying torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9379464Z copying torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9380670Z copying torch/include/ATen/ops/_standard_gamma_grad.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9382007Z copying torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9383081Z copying torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9384286Z copying torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9385424Z copying torch/include/ATen/ops/_standard_gamma_grad_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9386734Z copying torch/include/ATen/ops/_standard_gamma_grad_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9387988Z copying torch/include/ATen/ops/_standard_gamma_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9389030Z copying torch/include/ATen/ops/_standard_gamma_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9390438Z copying torch/include/ATen/ops/_symeig_helper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9391828Z copying torch/include/ATen/ops/_symeig_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9392690Z copying torch/include/ATen/ops/_symeig_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9394581Z copying torch/include/ATen/ops/_symeig_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9395337Z copying torch/include/ATen/ops/_symeig_helper_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9396797Z copying torch/include/ATen/ops/_symeig_helper_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9397762Z copying torch/include/ATen/ops/_test_ambiguous_defaults.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9399238Z copying torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9400199Z copying torch/include/ATen/ops/_test_ambiguous_defaults_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9401520Z copying torch/include/ATen/ops/_test_ambiguous_defaults_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9402522Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9403909Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9404958Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9406083Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9407217Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9408456Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9409721Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9410737Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9412090Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9413108Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9414198Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9415180Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9416596Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9417910Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9418813Z copying torch/include/ATen/ops/_test_optional_filled_intlist.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9420157Z copying torch/include/ATen/ops/_test_optional_floatlist.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9421202Z copying torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9422688Z copying torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9423608Z copying torch/include/ATen/ops/_test_optional_filled_intlist_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9425051Z copying torch/include/ATen/ops/_test_optional_filled_intlist_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9426055Z copying torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9427758Z copying torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9428671Z copying torch/include/ATen/ops/_test_optional_floatlist_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9430145Z copying torch/include/ATen/ops/_test_optional_floatlist_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9431349Z copying torch/include/ATen/ops/_test_optional_intlist.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9432602Z copying torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9433544Z copying torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9434840Z copying torch/include/ATen/ops/_test_optional_intlist_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9436071Z copying torch/include/ATen/ops/_test_optional_intlist_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9437192Z copying torch/include/ATen/ops/_test_serialization_subcmul.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9438492Z copying torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9439949Z copying torch/include/ATen/ops/_test_serialization_subcmul_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9441002Z copying torch/include/ATen/ops/_test_serialization_subcmul_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9442252Z copying torch/include/ATen/ops/_test_string_default.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9443823Z copying torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9444604Z copying torch/include/ATen/ops/_test_string_default_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9445897Z copying torch/include/ATen/ops/_test_string_default_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9446854Z copying torch/include/ATen/ops/_test_warn_in_autograd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9448353Z copying torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9449304Z copying torch/include/ATen/ops/_test_warn_in_autograd_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9450856Z copying torch/include/ATen/ops/_test_warn_in_autograd_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9451794Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9453262Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9454375Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9455958Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9456893Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9458094Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9459434Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9460343Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9461079Z copying torch/include/ATen/ops/_thnn_fused_gru_cell.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9462389Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9464200Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9464886Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9466225Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9466999Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9468767Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9469178Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9470643Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9472104Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9472940Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9474232Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9475717Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9476533Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9478134Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9479210Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9480832Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9481558Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9483650Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9484581Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9485711Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9486508Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9487806Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9489100Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9489948Z copying torch/include/ATen/ops/_to_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9491602Z copying torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9492596Z copying torch/include/ATen/ops/_to_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9493837Z copying torch/include/ATen/ops/_to_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9494782Z copying torch/include/ATen/ops/_to_cpu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9496056Z copying torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9496953Z copying torch/include/ATen/ops/_to_cpu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9498217Z copying torch/include/ATen/ops/_to_cpu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9499188Z copying torch/include/ATen/ops/_to_dense.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9500776Z copying torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9501707Z copying torch/include/ATen/ops/_to_dense_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9503024Z copying torch/include/ATen/ops/_to_dense_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9504215Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9505372Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9506236Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9507686Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9508509Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9510009Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9510802Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9512703Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9513530Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9514962Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9515708Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9517243Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9518017Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9519517Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9520391Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9522066Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9522915Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9523913Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9525260Z copying torch/include/ATen/ops/_trilinear.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9526273Z copying torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9527366Z copying torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9528280Z copying torch/include/ATen/ops/_trilinear_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9529494Z copying torch/include/ATen/ops/_trilinear_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9530816Z copying torch/include/ATen/ops/_triton_multi_head_attention.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9531925Z copying torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9533131Z copying torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9534431Z copying torch/include/ATen/ops/_triton_multi_head_attention_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9535439Z copying torch/include/ATen/ops/_triton_multi_head_attention_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9536909Z copying torch/include/ATen/ops/_triton_scaled_dot_attention.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9537977Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9538971Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9540176Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9541186Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9542677Z copying torch/include/ATen/ops/_unique.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9543595Z copying torch/include/ATen/ops/_unique2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9544920Z copying torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9546621Z copying torch/include/ATen/ops/_unique2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9547481Z copying torch/include/ATen/ops/_unique2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9548557Z copying torch/include/ATen/ops/_unique2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9549813Z copying torch/include/ATen/ops/_unique2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9550868Z copying torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9552214Z copying torch/include/ATen/ops/_unique_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9553116Z copying torch/include/ATen/ops/_unique_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9554308Z copying torch/include/ATen/ops/_unique_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9555196Z copying torch/include/ATen/ops/_unique_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9556567Z copying torch/include/ATen/ops/_unpack_dual.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9558516Z copying torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9560019Z copying torch/include/ATen/ops/_unpack_dual_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9560686Z copying torch/include/ATen/ops/_unpack_dual_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9562263Z copying torch/include/ATen/ops/_unsafe_view.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9563270Z copying torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9564608Z copying torch/include/ATen/ops/_unsafe_view_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9565241Z copying torch/include/ATen/ops/_unsafe_view_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9566952Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9568212Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9569055Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9570076Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9571324Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9572325Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9573623Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9574810Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9576237Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9577331Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9579079Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9580702Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9582105Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9584092Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9584417Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9585805Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9587518Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9588567Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9589864Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9591021Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9592104Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9593346Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9594772Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9595685Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9597134Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9598172Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9599646Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9600546Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9602172Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9602950Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9604379Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9605088Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9606770Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9607195Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9608838Z copying torch/include/ATen/ops/_upsample_nearest_exact1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9610195Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9611578Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9612659Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9613545Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9615114Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9616116Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9617545Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9618451Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9619565Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9620485Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9622038Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9622554Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9624465Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9625833Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9627352Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9628191Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9630051Z copying torch/include/ATen/ops/_upsample_nearest_exact2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9630356Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9631938Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9632474Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9633479Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9634649Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9635735Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9637270Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9638309Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9639776Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9640736Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9641847Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9642768Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9643815Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9645332Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9646014Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9647283Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9648251Z copying torch/include/ATen/ops/_upsample_nearest_exact3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9649505Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9650911Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9651965Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9653179Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9654027Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9655116Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9656254Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9657324Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9658656Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9659573Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9661003Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9661823Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9663670Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9664524Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9665518Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9667195Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9668103Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9669418Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9670483Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9671970Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9672971Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9674633Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9675319Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9676767Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9677860Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9678964Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9680149Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9681163Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9682603Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9683422Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9684664Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9685606Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9686577Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9687512Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9688934Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9689600Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9690483Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9692433Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9692998Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9694325Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9695397Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9697187Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9698498Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9699473Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9700539Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9701656Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9703147Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9704002Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9705420Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9707355Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9708685Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9709685Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9710910Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9711808Z copying torch/include/ATen/ops/_values.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9712871Z copying torch/include/ATen/ops/_values_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9714616Z copying torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9715706Z copying torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9716581Z copying torch/include/ATen/ops/_values_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9717842Z copying torch/include/ATen/ops/_values_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9719476Z copying torch/include/ATen/ops/_values_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9720060Z copying torch/include/ATen/ops/_values_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9721398Z copying torch/include/ATen/ops/_version.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9722691Z copying torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9723852Z copying torch/include/ATen/ops/_version_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9725145Z copying torch/include/ATen/ops/_version_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9726547Z copying torch/include/ATen/ops/_weight_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9728356Z copying torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9729506Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9731016Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9732465Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9733701Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9735109Z copying torch/include/ATen/ops/_weight_norm_interface.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9736441Z copying torch/include/ATen/ops/_weight_norm_interface_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9737982Z copying torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9739356Z copying torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9741178Z copying torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9742156Z copying torch/include/ATen/ops/_weight_norm_interface_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9743454Z copying torch/include/ATen/ops/_weight_norm_interface_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9745354Z copying torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9746563Z copying torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9748256Z copying torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9749404Z copying torch/include/ATen/ops/_weight_norm_interface_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9750776Z copying torch/include/ATen/ops/_weight_norm_interface_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9752210Z copying torch/include/ATen/ops/_weight_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9753601Z copying torch/include/ATen/ops/_weight_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9755198Z copying torch/include/ATen/ops/abs.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9756571Z copying torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9757901Z copying torch/include/ATen/ops/abs_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9759395Z copying torch/include/ATen/ops/abs_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9761248Z copying torch/include/ATen/ops/abs_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9763015Z copying torch/include/ATen/ops/abs_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9764097Z copying torch/include/ATen/ops/absolute.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9765491Z copying torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9766850Z copying torch/include/ATen/ops/absolute_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9768164Z copying torch/include/ATen/ops/absolute_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9769599Z copying torch/include/ATen/ops/acos.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9771506Z copying torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9772513Z copying torch/include/ATen/ops/acos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9773903Z copying torch/include/ATen/ops/acos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9775253Z copying torch/include/ATen/ops/acos_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9776989Z copying torch/include/ATen/ops/acos_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9778154Z copying torch/include/ATen/ops/acos_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9779581Z copying torch/include/ATen/ops/acos_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9781158Z copying torch/include/ATen/ops/acosh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9782506Z copying torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9783854Z copying torch/include/ATen/ops/acosh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9786140Z copying torch/include/ATen/ops/acosh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9787271Z copying torch/include/ATen/ops/acosh_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9788582Z copying torch/include/ATen/ops/acosh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9789946Z copying torch/include/ATen/ops/acosh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9791625Z copying torch/include/ATen/ops/acosh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9792939Z copying torch/include/ATen/ops/adaptive_avg_pool1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9794507Z copying torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9795826Z copying torch/include/ATen/ops/adaptive_avg_pool1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9797224Z copying torch/include/ATen/ops/adaptive_avg_pool1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9798617Z copying torch/include/ATen/ops/adaptive_avg_pool2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9800222Z copying torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9801614Z copying torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9803054Z copying torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9804441Z copying torch/include/ATen/ops/adaptive_avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9805828Z copying torch/include/ATen/ops/adaptive_avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9807215Z copying torch/include/ATen/ops/adaptive_avg_pool3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9809065Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9810388Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9811813Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9813177Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9814553Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9816085Z copying torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9817380Z copying torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9818777Z copying torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9820125Z copying torch/include/ATen/ops/adaptive_avg_pool3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9821547Z copying torch/include/ATen/ops/adaptive_avg_pool3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9822902Z copying torch/include/ATen/ops/adaptive_max_pool1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9824398Z copying torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9825787Z copying torch/include/ATen/ops/adaptive_max_pool1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9826993Z copying torch/include/ATen/ops/adaptive_max_pool1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9828192Z copying torch/include/ATen/ops/adaptive_max_pool2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9829447Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9830797Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9831978Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9833253Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9834452Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9835862Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9837241Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9838186Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9840467Z copying torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9840798Z copying torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9842306Z copying torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9842981Z copying torch/include/ATen/ops/adaptive_max_pool2d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9844686Z copying torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9845484Z copying torch/include/ATen/ops/adaptive_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9847099Z copying torch/include/ATen/ops/adaptive_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9848444Z copying torch/include/ATen/ops/adaptive_max_pool3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9849347Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9851005Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9851709Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9852586Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9854115Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9854975Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9856074Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9856998Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9858157Z copying torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9859036Z copying torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9860036Z copying torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9861513Z copying torch/include/ATen/ops/adaptive_max_pool3d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9862477Z copying torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9863350Z copying torch/include/ATen/ops/adaptive_max_pool3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9864888Z copying torch/include/ATen/ops/adaptive_max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9865824Z copying torch/include/ATen/ops/add.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9866968Z copying torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9868669Z copying torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9869576Z copying torch/include/ATen/ops/add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9871071Z copying torch/include/ATen/ops/add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9871946Z copying torch/include/ATen/ops/add_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9873279Z copying torch/include/ATen/ops/add_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9874183Z copying torch/include/ATen/ops/add_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9875647Z copying torch/include/ATen/ops/add_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9876582Z copying torch/include/ATen/ops/addbmm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9878007Z copying torch/include/ATen/ops/addbmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9878939Z copying torch/include/ATen/ops/addbmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9880147Z copying torch/include/ATen/ops/addbmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9880920Z copying torch/include/ATen/ops/addbmm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9882286Z copying torch/include/ATen/ops/addbmm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9882985Z copying torch/include/ATen/ops/addcdiv.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9884552Z copying torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9885349Z copying torch/include/ATen/ops/addcdiv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9886286Z copying torch/include/ATen/ops/addcdiv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9887491Z copying torch/include/ATen/ops/addcdiv_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9888299Z copying torch/include/ATen/ops/addcdiv_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9890030Z copying torch/include/ATen/ops/addcdiv_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9890354Z copying torch/include/ATen/ops/addcdiv_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9892187Z copying torch/include/ATen/ops/addcmul.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9892566Z copying torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9894263Z copying torch/include/ATen/ops/addcmul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9894812Z copying torch/include/ATen/ops/addcmul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9896260Z copying torch/include/ATen/ops/addcmul_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9897235Z copying torch/include/ATen/ops/addcmul_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9898887Z copying torch/include/ATen/ops/addcmul_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9900193Z copying torch/include/ATen/ops/addcmul_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9901056Z copying torch/include/ATen/ops/addmm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9902718Z copying torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9903386Z copying torch/include/ATen/ops/addmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9905454Z copying torch/include/ATen/ops/addmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9906320Z copying torch/include/ATen/ops/addmm_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9907874Z copying torch/include/ATen/ops/addmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9909046Z copying torch/include/ATen/ops/addmm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9909740Z copying torch/include/ATen/ops/addmm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9911207Z copying torch/include/ATen/ops/addmv.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9912232Z copying torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9913496Z copying torch/include/ATen/ops/addmv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9914765Z copying torch/include/ATen/ops/addmv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9915743Z copying torch/include/ATen/ops/addmv_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9916742Z copying torch/include/ATen/ops/addmv_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9917624Z copying torch/include/ATen/ops/addmv_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9918895Z copying torch/include/ATen/ops/addmv_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9919877Z copying torch/include/ATen/ops/addr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9921003Z copying torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9921884Z copying torch/include/ATen/ops/addr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9922846Z copying torch/include/ATen/ops/addr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9923921Z copying torch/include/ATen/ops/addr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9925056Z copying torch/include/ATen/ops/addr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9926069Z copying torch/include/ATen/ops/adjoint.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9927240Z copying torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9928241Z copying torch/include/ATen/ops/adjoint_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9929330Z copying torch/include/ATen/ops/adjoint_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9930530Z copying torch/include/ATen/ops/affine_grid_generator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9931644Z copying torch/include/ATen/ops/affine_grid_generator_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9932863Z copying torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9933932Z copying torch/include/ATen/ops/affine_grid_generator_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9935023Z copying torch/include/ATen/ops/affine_grid_generator_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9936297Z copying torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9937461Z copying torch/include/ATen/ops/affine_grid_generator_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9938221Z copying torch/include/ATen/ops/affine_grid_generator_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9939396Z copying torch/include/ATen/ops/alias.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9940933Z copying torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9941966Z copying torch/include/ATen/ops/alias_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9943317Z copying torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9944437Z copying torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9946009Z copying torch/include/ATen/ops/alias_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9947030Z copying torch/include/ATen/ops/alias_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9948182Z copying torch/include/ATen/ops/alias_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9949150Z copying torch/include/ATen/ops/alias_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9950198Z copying torch/include/ATen/ops/align_as.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9951344Z copying torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9952411Z copying torch/include/ATen/ops/align_as_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9953400Z copying torch/include/ATen/ops/align_as_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9954417Z copying torch/include/ATen/ops/align_tensors.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9955548Z copying torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9956546Z copying torch/include/ATen/ops/align_tensors_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9957947Z copying torch/include/ATen/ops/align_tensors_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9958991Z copying torch/include/ATen/ops/align_to.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9960121Z copying torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9961219Z copying torch/include/ATen/ops/align_to_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9962326Z copying torch/include/ATen/ops/align_to_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9963571Z copying torch/include/ATen/ops/all.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9964841Z copying torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9965959Z copying torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9967057Z copying torch/include/ATen/ops/all_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9968390Z copying torch/include/ATen/ops/all_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9969491Z copying torch/include/ATen/ops/all_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9971047Z copying torch/include/ATen/ops/all_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9972187Z copying torch/include/ATen/ops/all_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9973492Z copying torch/include/ATen/ops/all_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9974857Z copying torch/include/ATen/ops/allclose.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9976085Z copying torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9977275Z copying torch/include/ATen/ops/allclose_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9978466Z copying torch/include/ATen/ops/allclose_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9979362Z copying torch/include/ATen/ops/alpha_dropout.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9980491Z copying torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9981403Z copying torch/include/ATen/ops/alpha_dropout_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9982391Z copying torch/include/ATen/ops/alpha_dropout_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9983384Z copying torch/include/ATen/ops/amax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9984565Z copying torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9985474Z copying torch/include/ATen/ops/amax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9986554Z copying torch/include/ATen/ops/amax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9987544Z copying torch/include/ATen/ops/amax_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9988584Z copying torch/include/ATen/ops/amax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9989629Z copying torch/include/ATen/ops/amax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9990614Z copying torch/include/ATen/ops/amax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9991640Z copying torch/include/ATen/ops/amin.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9992783Z copying torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9993707Z copying torch/include/ATen/ops/amin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9994726Z copying torch/include/ATen/ops/amin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9995713Z copying torch/include/ATen/ops/amin_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9996734Z copying torch/include/ATen/ops/amin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9997769Z copying torch/include/ATen/ops/amin_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9998771Z copying torch/include/ATen/ops/amin_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:18.9999855Z copying torch/include/ATen/ops/aminmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0001043Z copying torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0001993Z copying torch/include/ATen/ops/aminmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0003014Z copying torch/include/ATen/ops/aminmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0004033Z copying torch/include/ATen/ops/aminmax_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0005064Z copying torch/include/ATen/ops/aminmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0006206Z copying torch/include/ATen/ops/aminmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0007217Z copying torch/include/ATen/ops/aminmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0008240Z copying torch/include/ATen/ops/and.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0009348Z copying torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0010329Z copying torch/include/ATen/ops/and_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0011724Z copying torch/include/ATen/ops/and_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0012778Z copying torch/include/ATen/ops/angle.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0013812Z copying torch/include/ATen/ops/angle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0014845Z copying torch/include/ATen/ops/angle_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0015899Z copying torch/include/ATen/ops/angle_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0016856Z copying torch/include/ATen/ops/angle_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0017973Z copying torch/include/ATen/ops/any.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0019075Z copying torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0020067Z copying torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0021025Z copying torch/include/ATen/ops/any_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0022309Z copying torch/include/ATen/ops/any_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0023353Z copying torch/include/ATen/ops/any_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0024376Z copying torch/include/ATen/ops/any_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0025501Z copying torch/include/ATen/ops/any_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0026426Z copying torch/include/ATen/ops/any_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0027613Z copying torch/include/ATen/ops/arange.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0028694Z copying torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0029669Z copying torch/include/ATen/ops/arange_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0030711Z copying torch/include/ATen/ops/arange_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0031734Z copying torch/include/ATen/ops/arange_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0032741Z copying torch/include/ATen/ops/arange_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0033761Z copying torch/include/ATen/ops/arange_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0034843Z copying torch/include/ATen/ops/arccos.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0035927Z copying torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0036898Z copying torch/include/ATen/ops/arccos_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0037921Z copying torch/include/ATen/ops/arccos_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0039298Z copying torch/include/ATen/ops/arccosh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0040471Z copying torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0041654Z copying torch/include/ATen/ops/arccosh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0042777Z copying torch/include/ATen/ops/arccosh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0043912Z copying torch/include/ATen/ops/arcsin.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0044970Z copying torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0046006Z copying torch/include/ATen/ops/arcsin_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0047154Z copying torch/include/ATen/ops/arcsin_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0048200Z copying torch/include/ATen/ops/arcsinh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0049335Z copying torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0051020Z copying torch/include/ATen/ops/arcsinh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0052159Z copying torch/include/ATen/ops/arcsinh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0053072Z copying torch/include/ATen/ops/arctan.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0054338Z copying torch/include/ATen/ops/arctan2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0055464Z copying torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0056727Z copying torch/include/ATen/ops/arctan2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0057758Z copying torch/include/ATen/ops/arctan2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0058936Z copying torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0060094Z copying torch/include/ATen/ops/arctan_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0060961Z copying torch/include/ATen/ops/arctan_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0062181Z copying torch/include/ATen/ops/arctanh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0063374Z copying torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0064887Z copying torch/include/ATen/ops/arctanh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0066615Z copying torch/include/ATen/ops/arctanh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0067699Z copying torch/include/ATen/ops/argmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0068797Z copying torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0070057Z copying torch/include/ATen/ops/argmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0071020Z copying torch/include/ATen/ops/argmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0072340Z copying torch/include/ATen/ops/argmax_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0073405Z copying torch/include/ATen/ops/argmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0074282Z copying torch/include/ATen/ops/argmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0075465Z copying torch/include/ATen/ops/argmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0076586Z copying torch/include/ATen/ops/argmin.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0077812Z copying torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0078984Z copying torch/include/ATen/ops/argmin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0080081Z copying torch/include/ATen/ops/argmin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0081394Z copying torch/include/ATen/ops/argmin_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0082760Z copying torch/include/ATen/ops/argmin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0084081Z copying torch/include/ATen/ops/argmin_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0085456Z copying torch/include/ATen/ops/argmin_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0086395Z copying torch/include/ATen/ops/argsort.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0087677Z copying torch/include/ATen/ops/argsort_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0088822Z copying torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0089909Z copying torch/include/ATen/ops/argsort_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0091062Z copying torch/include/ATen/ops/argsort_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0092200Z copying torch/include/ATen/ops/argsort_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0093340Z copying torch/include/ATen/ops/argsort_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0094469Z copying torch/include/ATen/ops/argwhere.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0095729Z copying torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0096821Z copying torch/include/ATen/ops/argwhere_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0097983Z copying torch/include/ATen/ops/argwhere_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0099113Z copying torch/include/ATen/ops/as_strided.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0100438Z copying torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0101465Z copying torch/include/ATen/ops/as_strided_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0102857Z copying torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0104007Z copying torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0105402Z copying torch/include/ATen/ops/as_strided_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0107376Z copying torch/include/ATen/ops/as_strided_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0108468Z copying torch/include/ATen/ops/as_strided_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0109709Z copying torch/include/ATen/ops/as_strided_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0110930Z copying torch/include/ATen/ops/as_strided_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0112101Z copying torch/include/ATen/ops/as_strided_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0113289Z copying torch/include/ATen/ops/as_strided_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0114476Z copying torch/include/ATen/ops/as_strided_scatter.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0116088Z copying torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0117020Z copying torch/include/ATen/ops/as_strided_scatter_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0118236Z copying torch/include/ATen/ops/as_strided_scatter_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0119469Z copying torch/include/ATen/ops/asin.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0121221Z copying torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0121994Z copying torch/include/ATen/ops/asin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0123210Z copying torch/include/ATen/ops/asin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0124582Z copying torch/include/ATen/ops/asin_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0125677Z copying torch/include/ATen/ops/asin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0126823Z copying torch/include/ATen/ops/asin_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0127982Z copying torch/include/ATen/ops/asin_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0129140Z copying torch/include/ATen/ops/asinh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0130543Z copying torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0131686Z copying torch/include/ATen/ops/asinh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0132826Z copying torch/include/ATen/ops/asinh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0133723Z copying torch/include/ATen/ops/asinh_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0135106Z copying torch/include/ATen/ops/asinh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0135875Z copying torch/include/ATen/ops/asinh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0137396Z copying torch/include/ATen/ops/asinh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0138457Z copying torch/include/ATen/ops/atan.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0139475Z copying torch/include/ATen/ops/atan2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0141889Z copying torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0142245Z copying torch/include/ATen/ops/atan2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0142875Z copying torch/include/ATen/ops/atan2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0143900Z copying torch/include/ATen/ops/atan2_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0144897Z copying torch/include/ATen/ops/atan2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0146361Z copying torch/include/ATen/ops/atan2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0148031Z copying torch/include/ATen/ops/atan2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0148601Z copying torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0149974Z copying torch/include/ATen/ops/atan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0150901Z copying torch/include/ATen/ops/atan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0152111Z copying torch/include/ATen/ops/atan_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0152948Z copying torch/include/ATen/ops/atan_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0154385Z copying torch/include/ATen/ops/atan_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0155890Z copying torch/include/ATen/ops/atan_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0156577Z copying torch/include/ATen/ops/atanh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0158009Z copying torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0158791Z copying torch/include/ATen/ops/atanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0160757Z copying torch/include/ATen/ops/atanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0162819Z copying torch/include/ATen/ops/atanh_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0163669Z copying torch/include/ATen/ops/atanh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0164971Z copying torch/include/ATen/ops/atanh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0166471Z copying torch/include/ATen/ops/atanh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0167621Z copying torch/include/ATen/ops/atleast_1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0168664Z copying torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0169964Z copying torch/include/ATen/ops/atleast_1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0171079Z copying torch/include/ATen/ops/atleast_1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0172058Z copying torch/include/ATen/ops/atleast_2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0173448Z copying torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0174317Z copying torch/include/ATen/ops/atleast_2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0175831Z copying torch/include/ATen/ops/atleast_2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0176783Z copying torch/include/ATen/ops/atleast_3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0178154Z copying torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0179011Z copying torch/include/ATen/ops/atleast_3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0180211Z copying torch/include/ATen/ops/atleast_3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0181159Z copying torch/include/ATen/ops/avg_pool1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0182523Z copying torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0183688Z copying torch/include/ATen/ops/avg_pool1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0184610Z copying torch/include/ATen/ops/avg_pool1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0185965Z copying torch/include/ATen/ops/avg_pool2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0187229Z copying torch/include/ATen/ops/avg_pool2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0188274Z copying torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0189700Z copying torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0191026Z copying torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0191870Z copying torch/include/ATen/ops/avg_pool2d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0193179Z copying torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0194165Z copying torch/include/ATen/ops/avg_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0195467Z copying torch/include/ATen/ops/avg_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0196592Z copying torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0197592Z copying torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0199235Z copying torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0199994Z copying torch/include/ATen/ops/avg_pool2d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0201047Z copying torch/include/ATen/ops/avg_pool2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0202204Z copying torch/include/ATen/ops/avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0203623Z copying torch/include/ATen/ops/avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0205102Z copying torch/include/ATen/ops/avg_pool3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0206092Z copying torch/include/ATen/ops/avg_pool3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0207179Z copying torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0208169Z copying torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0209479Z copying torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0211342Z copying torch/include/ATen/ops/avg_pool3d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0211871Z copying torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0212873Z copying torch/include/ATen/ops/avg_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0213970Z copying torch/include/ATen/ops/avg_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0215698Z copying torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0216660Z copying torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0217621Z copying torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0218469Z copying torch/include/ATen/ops/avg_pool3d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0220032Z copying torch/include/ATen/ops/avg_pool3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0221346Z copying torch/include/ATen/ops/avg_pool3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0222216Z copying torch/include/ATen/ops/avg_pool3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0223500Z copying torch/include/ATen/ops/baddbmm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0224986Z copying torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0226126Z copying torch/include/ATen/ops/baddbmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0227933Z copying torch/include/ATen/ops/baddbmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0229456Z copying torch/include/ATen/ops/baddbmm_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0230614Z copying torch/include/ATen/ops/baddbmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0232000Z copying torch/include/ATen/ops/baddbmm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0232505Z copying torch/include/ATen/ops/baddbmm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0233675Z copying torch/include/ATen/ops/bartlett_window.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0234957Z copying torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0236663Z copying torch/include/ATen/ops/bartlett_window_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0237809Z copying torch/include/ATen/ops/bartlett_window_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0239114Z copying torch/include/ATen/ops/batch_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0240387Z copying torch/include/ATen/ops/batch_norm_backward_elemt.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0241677Z copying torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0242809Z copying torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0244016Z copying torch/include/ATen/ops/batch_norm_backward_elemt_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0245214Z copying torch/include/ATen/ops/batch_norm_backward_elemt_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0246489Z copying torch/include/ATen/ops/batch_norm_backward_reduce.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0247793Z copying torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0248984Z copying torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0250239Z copying torch/include/ATen/ops/batch_norm_backward_reduce_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0251245Z copying torch/include/ATen/ops/batch_norm_backward_reduce_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0252542Z copying torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0253694Z copying torch/include/ATen/ops/batch_norm_elemt.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0254930Z copying torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0256109Z copying torch/include/ATen/ops/batch_norm_elemt_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0257303Z copying torch/include/ATen/ops/batch_norm_elemt_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0258481Z copying torch/include/ATen/ops/batch_norm_gather_stats.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0259836Z copying torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0261004Z copying torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0262203Z copying torch/include/ATen/ops/batch_norm_gather_stats_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0263425Z copying torch/include/ATen/ops/batch_norm_gather_stats_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0264616Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0266067Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0267109Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0268365Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0269560Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0270734Z copying torch/include/ATen/ops/batch_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0271921Z copying torch/include/ATen/ops/batch_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0273107Z copying torch/include/ATen/ops/batch_norm_stats.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0274338Z copying torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0275509Z copying torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0276721Z copying torch/include/ATen/ops/batch_norm_stats_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0277882Z copying torch/include/ATen/ops/batch_norm_stats_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0279121Z copying torch/include/ATen/ops/batch_norm_update_stats.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0280377Z copying torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0282182Z copying torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0283212Z copying torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0284479Z copying torch/include/ATen/ops/batch_norm_update_stats_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0285729Z copying torch/include/ATen/ops/batch_norm_update_stats_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0286686Z copying torch/include/ATen/ops/bernoulli.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0288425Z copying torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0289434Z copying torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0290148Z copying torch/include/ATen/ops/bernoulli_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0291644Z copying torch/include/ATen/ops/bernoulli_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0292508Z copying torch/include/ATen/ops/bernoulli_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0293638Z copying torch/include/ATen/ops/bernoulli_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0294706Z copying torch/include/ATen/ops/bernoulli_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0296110Z copying torch/include/ATen/ops/bilinear.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0297214Z copying torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0299070Z copying torch/include/ATen/ops/bilinear_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0299669Z copying torch/include/ATen/ops/bilinear_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0301298Z copying torch/include/ATen/ops/binary_cross_entropy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0302289Z copying torch/include/ATen/ops/binary_cross_entropy_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0303365Z copying torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0305141Z copying torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0306085Z copying torch/include/ATen/ops/binary_cross_entropy_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0307604Z copying torch/include/ATen/ops/binary_cross_entropy_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0308323Z copying torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0310277Z copying torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0311297Z copying torch/include/ATen/ops/binary_cross_entropy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0312188Z copying torch/include/ATen/ops/binary_cross_entropy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0313468Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0314553Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0315918Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0317065Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0318061Z copying torch/include/ATen/ops/bincount.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0319256Z copying torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0320466Z copying torch/include/ATen/ops/bincount_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0321634Z copying torch/include/ATen/ops/bincount_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0322492Z copying torch/include/ATen/ops/bincount_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0323410Z copying torch/include/ATen/ops/bincount_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0324415Z copying torch/include/ATen/ops/binomial.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0325515Z copying torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0326482Z copying torch/include/ATen/ops/binomial_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0327870Z copying torch/include/ATen/ops/binomial_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0328642Z copying torch/include/ATen/ops/binomial_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0329657Z copying torch/include/ATen/ops/binomial_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0330957Z copying torch/include/ATen/ops/bitwise_and.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0331876Z copying torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0333004Z copying torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0333942Z copying torch/include/ATen/ops/bitwise_and_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0334917Z copying torch/include/ATen/ops/bitwise_and_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0335974Z copying torch/include/ATen/ops/bitwise_and_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0336979Z copying torch/include/ATen/ops/bitwise_and_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0338027Z copying torch/include/ATen/ops/bitwise_and_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0339048Z copying torch/include/ATen/ops/bitwise_and_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0340052Z copying torch/include/ATen/ops/bitwise_and_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0341368Z copying torch/include/ATen/ops/bitwise_left_shift.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0342612Z copying torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0343988Z copying torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0345358Z copying torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0346577Z copying torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0347968Z copying torch/include/ATen/ops/bitwise_left_shift_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0349337Z copying torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0350796Z copying torch/include/ATen/ops/bitwise_left_shift_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0352116Z copying torch/include/ATen/ops/bitwise_left_shift_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0353774Z copying torch/include/ATen/ops/bitwise_not.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0355186Z copying torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0356496Z copying torch/include/ATen/ops/bitwise_not_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0358321Z copying torch/include/ATen/ops/bitwise_not_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0359475Z copying torch/include/ATen/ops/bitwise_not_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0360963Z copying torch/include/ATen/ops/bitwise_not_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0362801Z copying torch/include/ATen/ops/bitwise_not_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0364046Z copying torch/include/ATen/ops/bitwise_not_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0365442Z copying torch/include/ATen/ops/bitwise_or.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0366989Z copying torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0368278Z copying torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0369392Z copying torch/include/ATen/ops/bitwise_or_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0370500Z copying torch/include/ATen/ops/bitwise_or_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0371464Z copying torch/include/ATen/ops/bitwise_or_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0372524Z copying torch/include/ATen/ops/bitwise_or_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0374030Z copying torch/include/ATen/ops/bitwise_or_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0375016Z copying torch/include/ATen/ops/bitwise_or_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0376052Z copying torch/include/ATen/ops/bitwise_or_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0377271Z copying torch/include/ATen/ops/bitwise_right_shift.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0379096Z copying torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0380291Z copying torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0381108Z copying torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0382164Z copying torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0383074Z copying torch/include/ATen/ops/bitwise_right_shift_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0384303Z copying torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0385875Z copying torch/include/ATen/ops/bitwise_right_shift_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0387091Z copying torch/include/ATen/ops/bitwise_right_shift_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0388544Z copying torch/include/ATen/ops/bitwise_xor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0390089Z copying torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0391399Z copying torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0392360Z copying torch/include/ATen/ops/bitwise_xor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0394102Z copying torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0395251Z copying torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0396320Z copying torch/include/ATen/ops/bitwise_xor_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0397510Z copying torch/include/ATen/ops/bitwise_xor_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0398453Z copying torch/include/ATen/ops/bitwise_xor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0399654Z copying torch/include/ATen/ops/bitwise_xor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0400719Z copying torch/include/ATen/ops/blackman_window.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0402062Z copying torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0402952Z copying torch/include/ATen/ops/blackman_window_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0404169Z copying torch/include/ATen/ops/blackman_window_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0405415Z copying torch/include/ATen/ops/block_diag.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0406655Z copying torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0408357Z copying torch/include/ATen/ops/block_diag_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0408964Z copying torch/include/ATen/ops/block_diag_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0410215Z copying torch/include/ATen/ops/bmm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0411684Z copying torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0413187Z copying torch/include/ATen/ops/bmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0414106Z copying torch/include/ATen/ops/bmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0415155Z copying torch/include/ATen/ops/bmm_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0417317Z copying torch/include/ATen/ops/bmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0418115Z copying torch/include/ATen/ops/bmm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0418769Z copying torch/include/ATen/ops/bmm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0420388Z copying torch/include/ATen/ops/broadcast_tensors.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0421420Z copying torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0423023Z copying torch/include/ATen/ops/broadcast_tensors_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0424114Z copying torch/include/ATen/ops/broadcast_tensors_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0425411Z copying torch/include/ATen/ops/broadcast_to.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0428163Z copying torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0429045Z copying torch/include/ATen/ops/broadcast_to_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0430274Z copying torch/include/ATen/ops/broadcast_to_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0431426Z copying torch/include/ATen/ops/bucketize.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0432897Z copying torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0433914Z copying torch/include/ATen/ops/bucketize_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0435165Z copying torch/include/ATen/ops/bucketize_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0436807Z copying torch/include/ATen/ops/bucketize_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0437845Z copying torch/include/ATen/ops/bucketize_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0438827Z copying torch/include/ATen/ops/can_cast.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0440045Z copying torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0441193Z copying torch/include/ATen/ops/can_cast_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0442252Z copying torch/include/ATen/ops/can_cast_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0443324Z copying torch/include/ATen/ops/cartesian_prod.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0445049Z copying torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0445799Z copying torch/include/ATen/ops/cartesian_prod_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0446882Z copying torch/include/ATen/ops/cartesian_prod_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0448249Z copying torch/include/ATen/ops/cat.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0449586Z copying torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0450583Z copying torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0451913Z copying torch/include/ATen/ops/cat_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0453010Z copying torch/include/ATen/ops/cat_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0454108Z copying torch/include/ATen/ops/cat_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0455346Z copying torch/include/ATen/ops/cat_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0456337Z copying torch/include/ATen/ops/cat_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0457607Z copying torch/include/ATen/ops/cat_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0458631Z copying torch/include/ATen/ops/cauchy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0459806Z copying torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0460663Z copying torch/include/ATen/ops/cauchy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0461898Z copying torch/include/ATen/ops/cauchy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0462777Z copying torch/include/ATen/ops/cauchy_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0463716Z copying torch/include/ATen/ops/cauchy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0465082Z copying torch/include/ATen/ops/cauchy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0467070Z copying torch/include/ATen/ops/ccol_indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0467749Z copying torch/include/ATen/ops/ccol_indices_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0468511Z copying torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0469460Z copying torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0471425Z copying torch/include/ATen/ops/ccol_indices_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0472399Z copying torch/include/ATen/ops/ccol_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0473593Z copying torch/include/ATen/ops/ccol_indices_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0474807Z copying torch/include/ATen/ops/ccol_indices_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0475692Z copying torch/include/ATen/ops/cdist.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0477271Z copying torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0478189Z copying torch/include/ATen/ops/cdist_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0479239Z copying torch/include/ATen/ops/gt.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0480371Z copying torch/include/ATen/ops/cdist_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0481438Z copying torch/include/ATen/ops/ceil.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0482624Z copying torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0484006Z copying torch/include/ATen/ops/ceil_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0484982Z copying torch/include/ATen/ops/ceil_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0486128Z copying torch/include/ATen/ops/ceil_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0487519Z copying torch/include/ATen/ops/ceil_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0488679Z copying torch/include/ATen/ops/ceil_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0490113Z copying torch/include/ATen/ops/ceil_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0491273Z copying torch/include/ATen/ops/celu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0492883Z copying torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0493800Z copying torch/include/ATen/ops/celu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0495226Z copying torch/include/ATen/ops/celu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0496420Z copying torch/include/ATen/ops/chain_matmul.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0497544Z copying torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0498756Z copying torch/include/ATen/ops/chain_matmul_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0499923Z copying torch/include/ATen/ops/chain_matmul_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0500928Z copying torch/include/ATen/ops/chalf.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0502400Z copying torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0503347Z copying torch/include/ATen/ops/chalf_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0505114Z copying torch/include/ATen/ops/chalf_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0506055Z copying torch/include/ATen/ops/channel_shuffle.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0507835Z copying torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0509076Z copying torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0509889Z copying torch/include/ATen/ops/channel_shuffle_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0511166Z copying torch/include/ATen/ops/channel_shuffle_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0512009Z copying torch/include/ATen/ops/cholesky.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0513175Z copying torch/include/ATen/ops/cholesky_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0514259Z copying torch/include/ATen/ops/cholesky_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0515395Z copying torch/include/ATen/ops/cholesky_inverse.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0516447Z copying torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0517467Z copying torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0518664Z copying torch/include/ATen/ops/cholesky_inverse_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0519637Z copying torch/include/ATen/ops/cholesky_inverse_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0520839Z copying torch/include/ATen/ops/cholesky_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0522630Z copying torch/include/ATen/ops/cholesky_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0523294Z copying torch/include/ATen/ops/cholesky_solve.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0524374Z copying torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0525325Z copying torch/include/ATen/ops/cholesky_solve_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0526364Z copying torch/include/ATen/ops/cholesky_solve_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0527426Z copying torch/include/ATen/ops/choose_qparams_optimized.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0529260Z copying torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0530613Z copying torch/include/ATen/ops/choose_qparams_optimized_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0531672Z copying torch/include/ATen/ops/choose_qparams_optimized_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0532828Z copying torch/include/ATen/ops/chunk.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0534168Z copying torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0535141Z copying torch/include/ATen/ops/chunk_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0536514Z copying torch/include/ATen/ops/chunk_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0537567Z copying torch/include/ATen/ops/clamp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0538814Z copying torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0539879Z copying torch/include/ATen/ops/clamp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0541048Z copying torch/include/ATen/ops/clamp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0542155Z copying torch/include/ATen/ops/clamp_max.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0543426Z copying torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0544478Z copying torch/include/ATen/ops/clamp_max_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0545804Z copying torch/include/ATen/ops/clamp_max_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0548157Z copying torch/include/ATen/ops/clamp_max_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0548955Z copying torch/include/ATen/ops/clamp_max_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0550033Z copying torch/include/ATen/ops/clamp_max_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0551244Z copying torch/include/ATen/ops/clamp_max_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0552389Z copying torch/include/ATen/ops/clamp_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0553509Z copying torch/include/ATen/ops/clamp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0554523Z copying torch/include/ATen/ops/clamp_min.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0555468Z copying torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0556425Z copying torch/include/ATen/ops/clamp_min_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0557747Z copying torch/include/ATen/ops/clamp_min_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0558795Z copying torch/include/ATen/ops/clamp_min_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0560074Z copying torch/include/ATen/ops/clamp_min_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0561531Z copying torch/include/ATen/ops/clamp_min_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0562380Z copying torch/include/ATen/ops/clamp_min_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0563929Z copying torch/include/ATen/ops/clamp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0565430Z copying torch/include/ATen/ops/clamp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0566537Z copying torch/include/ATen/ops/clip.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0567652Z copying torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0568685Z copying torch/include/ATen/ops/clip_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0569685Z copying torch/include/ATen/ops/clip_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0570617Z copying torch/include/ATen/ops/clone.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0571847Z copying torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0572896Z copying torch/include/ATen/ops/clone_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0575345Z copying torch/include/ATen/ops/clone_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0575901Z copying torch/include/ATen/ops/coalesce.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0576498Z copying torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0577847Z copying torch/include/ATen/ops/coalesce_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0579035Z copying torch/include/ATen/ops/coalesce_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0580025Z copying torch/include/ATen/ops/col2im.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0581075Z copying torch/include/ATen/ops/col2im_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0582153Z copying torch/include/ATen/ops/col2im_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0583476Z copying torch/include/ATen/ops/col2im_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0584591Z copying torch/include/ATen/ops/col2im_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0585843Z copying torch/include/ATen/ops/col_indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0587482Z copying torch/include/ATen/ops/col_indices_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0588683Z copying torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0589903Z copying torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0591186Z copying torch/include/ATen/ops/col_indices_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0592391Z copying torch/include/ATen/ops/col_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0593458Z copying torch/include/ATen/ops/col_indices_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0594561Z copying torch/include/ATen/ops/col_indices_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0595946Z copying torch/include/ATen/ops/column_stack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0597553Z copying torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0598401Z copying torch/include/ATen/ops/column_stack_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0599596Z copying torch/include/ATen/ops/column_stack_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0600739Z copying torch/include/ATen/ops/combinations.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0602136Z copying torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0603154Z copying torch/include/ATen/ops/combinations_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0604247Z copying torch/include/ATen/ops/i0.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0605346Z copying torch/include/ATen/ops/combinations_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0606399Z copying torch/include/ATen/ops/complex.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0607882Z copying torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0608714Z copying torch/include/ATen/ops/complex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0609887Z copying torch/include/ATen/ops/complex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0611420Z copying torch/include/ATen/ops/complex_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0612626Z copying torch/include/ATen/ops/complex_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0613273Z copying torch/include/ATen/ops/concat.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0614735Z copying torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0615895Z copying torch/include/ATen/ops/concat_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0617041Z copying torch/include/ATen/ops/concat_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0618501Z copying torch/include/ATen/ops/concatenate.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0620054Z copying torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0621184Z copying torch/include/ATen/ops/concatenate_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0622164Z copying torch/include/ATen/ops/concatenate_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0623854Z copying torch/include/ATen/ops/conj.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0625055Z copying torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0626509Z copying torch/include/ATen/ops/conj_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0627701Z copying torch/include/ATen/ops/conj_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0628820Z copying torch/include/ATen/ops/conj_physical.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0630024Z copying torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0631035Z copying torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0632171Z copying torch/include/ATen/ops/conj_physical_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0633250Z copying torch/include/ATen/ops/conj_physical_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0634556Z copying torch/include/ATen/ops/conj_physical_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0635541Z copying torch/include/ATen/ops/conj_physical_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0637115Z copying torch/include/ATen/ops/constant_pad_nd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0638205Z copying torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0639241Z copying torch/include/ATen/ops/constant_pad_nd_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0640332Z copying torch/include/ATen/ops/constant_pad_nd_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0641802Z copying torch/include/ATen/ops/contiguous.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0642812Z copying torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0643911Z copying torch/include/ATen/ops/contiguous_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0645032Z copying torch/include/ATen/ops/contiguous_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0645963Z copying torch/include/ATen/ops/conv1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0647154Z copying torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0648171Z copying torch/include/ATen/ops/conv1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0649377Z copying torch/include/ATen/ops/conv1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0650472Z copying torch/include/ATen/ops/conv2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0651867Z copying torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0652734Z copying torch/include/ATen/ops/conv2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0653710Z copying torch/include/ATen/ops/conv2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0655279Z copying torch/include/ATen/ops/conv3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0656392Z copying torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0657339Z copying torch/include/ATen/ops/conv3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0658203Z copying torch/include/ATen/ops/conv3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0659679Z copying torch/include/ATen/ops/conv_depthwise3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0660569Z copying torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0661700Z copying torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0662860Z copying torch/include/ATen/ops/conv_depthwise3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0663712Z copying torch/include/ATen/ops/conv_depthwise3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0665050Z copying torch/include/ATen/ops/conv_tbc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0666235Z copying torch/include/ATen/ops/conv_tbc_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0667317Z copying torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0668031Z copying torch/include/ATen/ops/conv_tbc_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0669709Z copying torch/include/ATen/ops/conv_tbc_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0670767Z copying torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0671596Z copying torch/include/ATen/ops/conv_tbc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0672665Z copying torch/include/ATen/ops/conv_tbc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0674028Z copying torch/include/ATen/ops/conv_transpose1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0675076Z copying torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0676178Z copying torch/include/ATen/ops/conv_transpose1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0677106Z copying torch/include/ATen/ops/conv_transpose1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0677980Z copying torch/include/ATen/ops/conv_transpose2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0680277Z copying torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0680945Z copying torch/include/ATen/ops/conv_transpose2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0683072Z copying torch/include/ATen/ops/conv_transpose2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0683752Z copying torch/include/ATen/ops/conv_transpose3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0684558Z copying torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0685222Z copying torch/include/ATen/ops/conv_transpose3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0686053Z copying torch/include/ATen/ops/conv_transpose3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0687015Z copying torch/include/ATen/ops/convolution.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0688278Z copying torch/include/ATen/ops/convolution_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0689527Z copying torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0699709Z copying torch/include/ATen/ops/convolution_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0700641Z copying torch/include/ATen/ops/convolution_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0701895Z copying torch/include/ATen/ops/convolution_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0703078Z copying torch/include/ATen/ops/convolution_backward_overrideable.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0704188Z copying torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0706207Z copying torch/include/ATen/ops/convolution_backward_overrideable_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0707258Z copying torch/include/ATen/ops/convolution_backward_overrideable_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0708165Z copying torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0709135Z copying torch/include/ATen/ops/convolution_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0710480Z copying torch/include/ATen/ops/convolution_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0711570Z copying torch/include/ATen/ops/convolution_overrideable.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0712703Z copying torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0713764Z copying torch/include/ATen/ops/convolution_overrideable_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0714824Z copying torch/include/ATen/ops/convolution_overrideable_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0715928Z copying torch/include/ATen/ops/copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0717045Z copying torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0718234Z copying torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0719435Z copying torch/include/ATen/ops/copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0720619Z copying torch/include/ATen/ops/copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0721802Z copying torch/include/ATen/ops/copy_sparse_to_sparse.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0722803Z copying torch/include/ATen/ops/copy_sparse_to_sparse_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0724077Z copying torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0725070Z copying torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0726390Z copying torch/include/ATen/ops/copy_sparse_to_sparse_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0727150Z copying torch/include/ATen/ops/copysign.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0728332Z copying torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0729391Z copying torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0730335Z copying torch/include/ATen/ops/copysign_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0731582Z copying torch/include/ATen/ops/copysign_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0732588Z copying torch/include/ATen/ops/copysign_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0733578Z copying torch/include/ATen/ops/copysign_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0734797Z copying torch/include/ATen/ops/copysign_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0736242Z copying torch/include/ATen/ops/copysign_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0737693Z copying torch/include/ATen/ops/corrcoef.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0738620Z copying torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0740175Z copying torch/include/ATen/ops/corrcoef_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0741167Z copying torch/include/ATen/ops/corrcoef_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0742333Z copying torch/include/ATen/ops/cos.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0743540Z copying torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0744608Z copying torch/include/ATen/ops/cos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0746185Z copying torch/include/ATen/ops/cos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0748689Z copying torch/include/ATen/ops/cos_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0749399Z copying torch/include/ATen/ops/cos_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0750612Z copying torch/include/ATen/ops/cos_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0751653Z copying torch/include/ATen/ops/cos_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0752864Z copying torch/include/ATen/ops/cosh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0753914Z copying torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0755326Z copying torch/include/ATen/ops/cosh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0756448Z copying torch/include/ATen/ops/cosh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0757761Z copying torch/include/ATen/ops/cosh_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0762360Z copying torch/include/ATen/ops/cosh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0772456Z copying torch/include/ATen/ops/cosh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0773212Z copying torch/include/ATen/ops/cosh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0773889Z copying torch/include/ATen/ops/cosine_embedding_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0774455Z copying torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0775159Z copying torch/include/ATen/ops/cosine_embedding_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0775693Z copying torch/include/ATen/ops/cosine_embedding_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0776380Z copying torch/include/ATen/ops/cosine_similarity.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0777042Z copying torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0777783Z copying torch/include/ATen/ops/cosine_similarity_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0778519Z copying torch/include/ATen/ops/cosine_similarity_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0779001Z copying torch/include/ATen/ops/count_nonzero.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0779656Z copying torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0780201Z copying torch/include/ATen/ops/count_nonzero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0780842Z copying torch/include/ATen/ops/count_nonzero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0781330Z copying torch/include/ATen/ops/count_nonzero_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0781977Z copying torch/include/ATen/ops/count_nonzero_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0782406Z copying torch/include/ATen/ops/cov.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0782913Z copying torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0784257Z copying torch/include/ATen/ops/cov_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0785670Z copying torch/include/ATen/ops/cov_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0786784Z copying torch/include/ATen/ops/cross.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0788072Z copying torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0789263Z copying torch/include/ATen/ops/cross_entropy_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0790526Z copying torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0791546Z copying torch/include/ATen/ops/cross_entropy_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0792598Z copying torch/include/ATen/ops/cross_entropy_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0793703Z copying torch/include/ATen/ops/cross_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0795005Z copying torch/include/ATen/ops/cross_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0796017Z copying torch/include/ATen/ops/crow_indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0797123Z copying torch/include/ATen/ops/crow_indices_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0798268Z copying torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0799430Z copying torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0800282Z copying torch/include/ATen/ops/crow_indices_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0801335Z copying torch/include/ATen/ops/crow_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0802463Z copying torch/include/ATen/ops/crow_indices_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0803432Z copying torch/include/ATen/ops/crow_indices_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0804632Z copying torch/include/ATen/ops/ctc_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0805791Z copying torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0807963Z copying torch/include/ATen/ops/ctc_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0808572Z copying torch/include/ATen/ops/ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0809320Z copying torch/include/ATen/ops/cudnn_affine_grid_generator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0810398Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0812233Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0813056Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0813905Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0814742Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0816280Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0817269Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0818133Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0819154Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0820070Z copying torch/include/ATen/ops/cudnn_batch_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0821425Z copying torch/include/ATen/ops/cudnn_batch_norm_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0822461Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0823598Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0824567Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0825593Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0826776Z copying torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0828558Z copying torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0829091Z copying torch/include/ATen/ops/cudnn_batch_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0829927Z copying torch/include/ATen/ops/cudnn_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0831159Z copying torch/include/ATen/ops/cudnn_convolution.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0832311Z copying torch/include/ATen/ops/cudnn_convolution_add_relu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0833376Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0834838Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0835976Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0837017Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0838242Z copying torch/include/ATen/ops/cudnn_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0839461Z copying torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0840479Z copying torch/include/ATen/ops/cudnn_convolution_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0841878Z copying torch/include/ATen/ops/cudnn_convolution_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0842847Z copying torch/include/ATen/ops/cudnn_convolution_relu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0844011Z copying torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0845364Z copying torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0846219Z copying torch/include/ATen/ops/cudnn_convolution_relu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0847585Z copying torch/include/ATen/ops/cudnn_convolution_relu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0848558Z copying torch/include/ATen/ops/cudnn_convolution_transpose.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0849626Z copying torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0850802Z copying torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0851694Z copying torch/include/ATen/ops/cudnn_convolution_transpose_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0852658Z copying torch/include/ATen/ops/cudnn_convolution_transpose_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0854044Z copying torch/include/ATen/ops/cudnn_grid_sampler.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0855076Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0856867Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0857835Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0858850Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0860000Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0861136Z copying torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0862220Z copying torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0863763Z copying torch/include/ATen/ops/cudnn_grid_sampler_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0864659Z copying torch/include/ATen/ops/cudnn_grid_sampler_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0865918Z copying torch/include/ATen/ops/cudnn_is_acceptable.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0867222Z copying torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0868017Z copying torch/include/ATen/ops/cudnn_is_acceptable_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0869588Z copying torch/include/ATen/ops/cudnn_is_acceptable_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0870423Z copying torch/include/ATen/ops/cummax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0871574Z copying torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0872717Z copying torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0873596Z copying torch/include/ATen/ops/cummax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0874735Z copying torch/include/ATen/ops/cummax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0875901Z copying torch/include/ATen/ops/cummaxmin_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0877169Z copying torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0878349Z copying torch/include/ATen/ops/cummaxmin_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0879600Z copying torch/include/ATen/ops/cummaxmin_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0881016Z copying torch/include/ATen/ops/cummin.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0882334Z copying torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0883502Z copying torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0884623Z copying torch/include/ATen/ops/cummin_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0886056Z copying torch/include/ATen/ops/cummin_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0887196Z copying torch/include/ATen/ops/cumprod.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0888371Z copying torch/include/ATen/ops/cumprod_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0890578Z copying torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0891626Z copying torch/include/ATen/ops/cumprod_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0892971Z copying torch/include/ATen/ops/cumprod_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0894265Z copying torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0895454Z copying torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0896698Z copying torch/include/ATen/ops/cumprod_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0898070Z copying torch/include/ATen/ops/cumprod_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0899967Z copying torch/include/ATen/ops/cumprod_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0904085Z copying torch/include/ATen/ops/cumprod_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0905737Z copying torch/include/ATen/ops/cumprod_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0906819Z copying torch/include/ATen/ops/cumprod_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0908933Z copying torch/include/ATen/ops/cumsum.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0910418Z copying torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0911587Z copying torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0912767Z copying torch/include/ATen/ops/cumsum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0914210Z copying torch/include/ATen/ops/cumsum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0916101Z copying torch/include/ATen/ops/cumsum_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0917346Z copying torch/include/ATen/ops/cumsum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0918815Z copying torch/include/ATen/ops/cumsum_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0920150Z copying torch/include/ATen/ops/cumsum_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0921161Z copying torch/include/ATen/ops/cumulative_trapezoid.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0922940Z copying torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0923866Z copying torch/include/ATen/ops/cumulative_trapezoid_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0925093Z copying torch/include/ATen/ops/cumulative_trapezoid_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0926197Z copying torch/include/ATen/ops/data.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0927916Z copying torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0928895Z copying torch/include/ATen/ops/data_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0930408Z copying torch/include/ATen/ops/data_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0931321Z copying torch/include/ATen/ops/deg2rad.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0932529Z copying torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0934297Z copying torch/include/ATen/ops/deg2rad_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0935306Z copying torch/include/ATen/ops/deg2rad_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0936565Z copying torch/include/ATen/ops/dense_dim.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0937520Z copying torch/include/ATen/ops/dense_dim_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0938772Z copying torch/include/ATen/ops/dense_dim_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0939693Z copying torch/include/ATen/ops/dense_dim_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0941513Z copying torch/include/ATen/ops/dense_dim_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0942354Z copying torch/include/ATen/ops/dequantize.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0943290Z copying torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0944591Z copying torch/include/ATen/ops/dequantize_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0945725Z copying torch/include/ATen/ops/dequantize_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0948033Z copying torch/include/ATen/ops/dequantize_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0949719Z copying torch/include/ATen/ops/dequantize_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0950637Z copying torch/include/ATen/ops/det.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0951722Z copying torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0952945Z copying torch/include/ATen/ops/det_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0953979Z copying torch/include/ATen/ops/det_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0955166Z copying torch/include/ATen/ops/detach.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0956456Z copying torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0957374Z copying torch/include/ATen/ops/detach_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0958729Z copying torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0959766Z copying torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0960820Z copying torch/include/ATen/ops/detach_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0961936Z copying torch/include/ATen/ops/detach_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0962938Z copying torch/include/ATen/ops/detach_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0963996Z copying torch/include/ATen/ops/detach_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0966025Z copying torch/include/ATen/ops/diag.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0969384Z copying torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0971566Z copying torch/include/ATen/ops/diag_embed.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0972748Z copying torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0974482Z copying torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0975289Z copying torch/include/ATen/ops/diag_embed_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0976606Z copying torch/include/ATen/ops/diag_embed_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0977543Z copying torch/include/ATen/ops/diag_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0978615Z copying torch/include/ATen/ops/diag_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0979664Z copying torch/include/ATen/ops/diagflat.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0980742Z copying torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0981636Z copying torch/include/ATen/ops/diagflat_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0982734Z copying torch/include/ATen/ops/diagflat_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0983803Z copying torch/include/ATen/ops/diagonal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0985155Z copying torch/include/ATen/ops/diagonal_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0987205Z copying torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0988093Z copying torch/include/ATen/ops/diagonal_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0989673Z copying torch/include/ATen/ops/diagonal_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0990831Z copying torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0991853Z copying torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0992804Z copying torch/include/ATen/ops/diagonal_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0993969Z copying torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0995462Z copying torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0996496Z copying torch/include/ATen/ops/diagonal_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0997381Z copying torch/include/ATen/ops/diagonal_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0998664Z copying torch/include/ATen/ops/diagonal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.0999699Z copying torch/include/ATen/ops/diagonal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1000896Z copying torch/include/ATen/ops/diagonal_scatter.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1002123Z copying torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1003271Z copying torch/include/ATen/ops/diagonal_scatter_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1004328Z copying torch/include/ATen/ops/diagonal_scatter_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1006237Z copying torch/include/ATen/ops/diff.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1006757Z copying torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1007791Z copying torch/include/ATen/ops/diff_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1009158Z copying torch/include/ATen/ops/diff_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1011032Z copying torch/include/ATen/ops/digamma.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1012328Z copying torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1013434Z copying torch/include/ATen/ops/digamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1014627Z copying torch/include/ATen/ops/digamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1015749Z copying torch/include/ATen/ops/digamma_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1016490Z copying torch/include/ATen/ops/digamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1017770Z copying torch/include/ATen/ops/digamma_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1018994Z copying torch/include/ATen/ops/digamma_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1020429Z copying torch/include/ATen/ops/dist.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1022610Z copying torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1023578Z copying torch/include/ATen/ops/dist_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1025444Z copying torch/include/ATen/ops/dist_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1026597Z copying torch/include/ATen/ops/div.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1027521Z copying torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1029256Z copying torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1031016Z copying torch/include/ATen/ops/div_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1031843Z copying torch/include/ATen/ops/div_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1032913Z copying torch/include/ATen/ops/div_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1034272Z copying torch/include/ATen/ops/div_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1036044Z copying torch/include/ATen/ops/div_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1036948Z copying torch/include/ATen/ops/div_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1038557Z copying torch/include/ATen/ops/divide.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1040373Z copying torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1041663Z copying torch/include/ATen/ops/divide_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1043049Z copying torch/include/ATen/ops/divide_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1044612Z copying torch/include/ATen/ops/dot.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1046075Z copying torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1047385Z copying torch/include/ATen/ops/dot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1048792Z copying torch/include/ATen/ops/dot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1050474Z copying torch/include/ATen/ops/dot_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1052124Z copying torch/include/ATen/ops/dot_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1053168Z copying torch/include/ATen/ops/dropout.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1054863Z copying torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1055946Z copying torch/include/ATen/ops/dropout_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1057285Z copying torch/include/ATen/ops/dropout_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1058679Z copying torch/include/ATen/ops/dsplit.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1060481Z copying torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1061455Z copying torch/include/ATen/ops/dsplit_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1062854Z copying torch/include/ATen/ops/dsplit_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1064445Z copying torch/include/ATen/ops/dstack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1066034Z copying torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1067423Z copying torch/include/ATen/ops/dstack_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1069033Z copying torch/include/ATen/ops/dstack_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1070148Z copying torch/include/ATen/ops/einsum.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1072051Z copying torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1073093Z copying torch/include/ATen/ops/einsum_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1074727Z copying torch/include/ATen/ops/einsum_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1075886Z copying torch/include/ATen/ops/elu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1077560Z copying torch/include/ATen/ops/elu_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1079143Z copying torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1080419Z copying torch/include/ATen/ops/elu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1082138Z copying torch/include/ATen/ops/elu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1083299Z copying torch/include/ATen/ops/elu_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1085024Z copying torch/include/ATen/ops/elu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1086214Z copying torch/include/ATen/ops/elu_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1087915Z copying torch/include/ATen/ops/elu_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1089259Z copying torch/include/ATen/ops/elu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1090938Z copying torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1092606Z copying torch/include/ATen/ops/elu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1093924Z copying torch/include/ATen/ops/elu_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1095541Z copying torch/include/ATen/ops/elu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1096753Z copying torch/include/ATen/ops/elu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1098211Z copying torch/include/ATen/ops/elu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1099656Z copying torch/include/ATen/ops/embedding.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1100455Z copying torch/include/ATen/ops/embedding_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1102110Z copying torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1102793Z copying torch/include/ATen/ops/embedding_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1103888Z copying torch/include/ATen/ops/embedding_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1104920Z copying torch/include/ATen/ops/embedding_bag.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1106267Z copying torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1107175Z copying torch/include/ATen/ops/embedding_bag_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1108303Z copying torch/include/ATen/ops/embedding_bag_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1109535Z copying torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1111266Z copying torch/include/ATen/ops/embedding_dense_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1111961Z copying torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1113053Z copying torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1114538Z copying torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1115229Z copying torch/include/ATen/ops/embedding_dense_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1116640Z copying torch/include/ATen/ops/embedding_dense_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1117779Z copying torch/include/ATen/ops/embedding_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1119168Z copying torch/include/ATen/ops/embedding_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1120509Z copying torch/include/ATen/ops/embedding_renorm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1122246Z copying torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1123612Z copying torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1125105Z copying torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1126439Z copying torch/include/ATen/ops/embedding_renorm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1127762Z copying torch/include/ATen/ops/embedding_renorm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1129157Z copying torch/include/ATen/ops/embedding_renorm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1130586Z copying torch/include/ATen/ops/embedding_sparse_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1132499Z copying torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1133656Z copying torch/include/ATen/ops/embedding_sparse_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1135042Z copying torch/include/ATen/ops/embedding_sparse_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1136361Z copying torch/include/ATen/ops/empty.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1138117Z copying torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1139286Z copying torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1140626Z copying torch/include/ATen/ops/empty_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1142243Z copying torch/include/ATen/ops/empty_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1143552Z copying torch/include/ATen/ops/empty_like.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1145376Z copying torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1147459Z copying torch/include/ATen/ops/empty_like_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1148549Z copying torch/include/ATen/ops/empty_like_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1149446Z copying torch/include/ATen/ops/empty_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1150720Z copying torch/include/ATen/ops/empty_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1151697Z copying torch/include/ATen/ops/empty_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1153043Z copying torch/include/ATen/ops/empty_quantized.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1154424Z copying torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1155392Z copying torch/include/ATen/ops/empty_quantized_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1156746Z copying torch/include/ATen/ops/empty_quantized_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1157821Z copying torch/include/ATen/ops/empty_strided.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1159251Z copying torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1160526Z copying torch/include/ATen/ops/empty_strided_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1161512Z copying torch/include/ATen/ops/empty_strided_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1162558Z copying torch/include/ATen/ops/empty_strided_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1163559Z copying torch/include/ATen/ops/empty_strided_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1164896Z copying torch/include/ATen/ops/empty_strided_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1165988Z copying torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1167230Z copying torch/include/ATen/ops/eq_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1168765Z copying torch/include/ATen/ops/eq_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1169411Z copying torch/include/ATen/ops/eq_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1170856Z copying torch/include/ATen/ops/eq_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1171896Z copying torch/include/ATen/ops/eq_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1172913Z copying torch/include/ATen/ops/eq_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1174275Z copying torch/include/ATen/ops/equal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1175650Z copying torch/include/ATen/ops/equal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1176679Z copying torch/include/ATen/ops/equal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1177880Z copying torch/include/ATen/ops/equal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1179277Z copying torch/include/ATen/ops/equal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1180226Z copying torch/include/ATen/ops/erf.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1181885Z copying torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1182863Z copying torch/include/ATen/ops/erf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1184165Z copying torch/include/ATen/ops/erf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1185186Z copying torch/include/ATen/ops/erf_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1186740Z copying torch/include/ATen/ops/erf_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1187736Z copying torch/include/ATen/ops/erf_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1188726Z copying torch/include/ATen/ops/erf_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1190162Z copying torch/include/ATen/ops/erfc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1191504Z copying torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1192854Z copying torch/include/ATen/ops/erfc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1194063Z copying torch/include/ATen/ops/erfc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1195367Z copying torch/include/ATen/ops/erfc_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1196338Z copying torch/include/ATen/ops/erfc_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1197309Z copying torch/include/ATen/ops/erfc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1198585Z copying torch/include/ATen/ops/erfc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1199688Z copying torch/include/ATen/ops/erfinv.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1201067Z copying torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1202080Z copying torch/include/ATen/ops/erfinv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1203329Z copying torch/include/ATen/ops/erfinv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1204204Z copying torch/include/ATen/ops/erfinv_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1205261Z copying torch/include/ATen/ops/erfinv_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1206804Z copying torch/include/ATen/ops/erfinv_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1207681Z copying torch/include/ATen/ops/erfinv_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1208629Z copying torch/include/ATen/ops/exp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1210029Z copying torch/include/ATen/ops/exp2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1211481Z copying torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1212454Z copying torch/include/ATen/ops/exp2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1213350Z copying torch/include/ATen/ops/exp2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1214695Z copying torch/include/ATen/ops/exp2_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1215553Z copying torch/include/ATen/ops/exp2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1216975Z copying torch/include/ATen/ops/exp2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1217678Z copying torch/include/ATen/ops/le.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1219044Z copying torch/include/ATen/ops/exp2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1220542Z copying torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1221315Z copying torch/include/ATen/ops/exp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1222672Z copying torch/include/ATen/ops/exp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1223559Z copying torch/include/ATen/ops/exp_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1224999Z copying torch/include/ATen/ops/exp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1225833Z copying torch/include/ATen/ops/exp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1227738Z copying torch/include/ATen/ops/exp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1228284Z copying torch/include/ATen/ops/expand.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1229181Z copying torch/include/ATen/ops/expand_as.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1230449Z copying torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1231425Z copying torch/include/ATen/ops/expand_as_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1232349Z copying torch/include/ATen/ops/expand_as_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1233783Z copying torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1234931Z copying torch/include/ATen/ops/expand_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1236083Z copying torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1237446Z copying torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1238201Z copying torch/include/ATen/ops/expand_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1239600Z copying torch/include/ATen/ops/expand_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1240760Z copying torch/include/ATen/ops/expand_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1242151Z copying torch/include/ATen/ops/expand_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1242794Z copying torch/include/ATen/ops/expm1.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1244359Z copying torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1245288Z copying torch/include/ATen/ops/expm1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1246747Z copying torch/include/ATen/ops/expm1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1247643Z copying torch/include/ATen/ops/expm1_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1248849Z copying torch/include/ATen/ops/expm1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1249680Z copying torch/include/ATen/ops/expm1_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1251092Z copying torch/include/ATen/ops/expm1_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1251925Z copying torch/include/ATen/ops/exponential.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1253575Z copying torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1254089Z copying torch/include/ATen/ops/exponential_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1255715Z copying torch/include/ATen/ops/exponential_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1256587Z copying torch/include/ATen/ops/exponential_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1257919Z copying torch/include/ATen/ops/exponential_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1259187Z copying torch/include/ATen/ops/exponential_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1260518Z copying torch/include/ATen/ops/eye.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1261593Z copying torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1262993Z copying torch/include/ATen/ops/eye_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1264995Z copying torch/include/ATen/ops/eye_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1266746Z copying torch/include/ATen/ops/eye_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1268025Z copying torch/include/ATen/ops/eye_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1269351Z copying torch/include/ATen/ops/eye_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1270981Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1271887Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1273380Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1274409Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1275985Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1276870Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1278303Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1279664Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1280917Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1282210Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1283688Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1284575Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1285946Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1287378Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1288324Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1289938Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1290669Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1292677Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1293392Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1294725Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1295923Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1297761Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1298924Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1300019Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1301511Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1302466Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1304394Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1305805Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1307699Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1308999Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1310320Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1311440Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1313422Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1314354Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1315667Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1316782Z copying torch/include/ATen/ops/feature_dropout.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1317776Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1319521Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1320613Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1321478Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1322695Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1323588Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1324535Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1325409Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1326454Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1327724Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1328722Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1329886Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1331020Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1332179Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1333402Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1334569Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1335406Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1336618Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1337920Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1338752Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1340357Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1341495Z copying torch/include/ATen/ops/feature_alpha_dropout.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1342618Z copying torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1343527Z copying torch/include/ATen/ops/feature_alpha_dropout_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1344372Z copying torch/include/ATen/ops/feature_alpha_dropout_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1345898Z copying torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1347150Z copying torch/include/ATen/ops/feature_dropout_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1348462Z copying torch/include/ATen/ops/feature_dropout_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1349383Z copying torch/include/ATen/ops/fft_fft.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1350708Z copying torch/include/ATen/ops/fft_fft2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1351818Z copying torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1353027Z copying torch/include/ATen/ops/fft_fft2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1353936Z copying torch/include/ATen/ops/fft_fft2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1355261Z copying torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1356227Z copying torch/include/ATen/ops/fft_fft_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1357590Z copying torch/include/ATen/ops/fft_fft_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1358891Z copying torch/include/ATen/ops/fft_fftfreq.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1360125Z copying torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1361507Z copying torch/include/ATen/ops/fft_fftfreq_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1362464Z copying torch/include/ATen/ops/fft_fftfreq_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1363714Z copying torch/include/ATen/ops/fft_fftn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1365037Z copying torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1365850Z copying torch/include/ATen/ops/fft_fftn_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1366769Z copying torch/include/ATen/ops/fft_fftn_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1368479Z copying torch/include/ATen/ops/fft_fftshift.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1369511Z copying torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1370592Z copying torch/include/ATen/ops/fft_fftshift_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1371800Z copying torch/include/ATen/ops/fft_fftshift_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1372731Z copying torch/include/ATen/ops/fft_hfft.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1373929Z copying torch/include/ATen/ops/fft_hfft2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1374967Z copying torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1376334Z copying torch/include/ATen/ops/fft_hfft2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1377328Z copying torch/include/ATen/ops/fft_hfft2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1378615Z copying torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1379418Z copying torch/include/ATen/ops/fft_hfft_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1380766Z copying torch/include/ATen/ops/fft_hfft_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1381896Z copying torch/include/ATen/ops/fft_hfftn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1383153Z copying torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1384022Z copying torch/include/ATen/ops/fft_hfftn_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1385591Z copying torch/include/ATen/ops/fft_hfftn_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1386902Z copying torch/include/ATen/ops/fft_ifft.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1387738Z copying torch/include/ATen/ops/fft_ifft2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1388740Z copying torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1389927Z copying torch/include/ATen/ops/fft_ifft2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1391317Z copying torch/include/ATen/ops/fft_ifft2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1392213Z copying torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1393126Z copying torch/include/ATen/ops/fft_ifft_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1394540Z copying torch/include/ATen/ops/fft_ifft_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1395574Z copying torch/include/ATen/ops/fft_ifftn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1396769Z copying torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1397590Z copying torch/include/ATen/ops/fft_ifftn_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1398593Z copying torch/include/ATen/ops/fft_ifftn_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1399649Z copying torch/include/ATen/ops/fft_ifftshift.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1400920Z copying torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1401794Z copying torch/include/ATen/ops/fft_ifftshift_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1403072Z copying torch/include/ATen/ops/fft_ifftshift_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1403919Z copying torch/include/ATen/ops/fft_ihfft.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1404794Z copying torch/include/ATen/ops/fft_ihfft2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1405934Z copying torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1407369Z copying torch/include/ATen/ops/fft_ihfft2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1408069Z copying torch/include/ATen/ops/fft_ihfft2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1409555Z copying torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1410343Z copying torch/include/ATen/ops/fft_ihfft_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1411296Z copying torch/include/ATen/ops/fft_ihfft_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1412348Z copying torch/include/ATen/ops/fft_ihfftn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1413798Z copying torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1414687Z copying torch/include/ATen/ops/fft_ihfftn_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1415688Z copying torch/include/ATen/ops/fft_ihfftn_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1416664Z copying torch/include/ATen/ops/fft_irfft.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1418311Z copying torch/include/ATen/ops/fft_irfft2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1419911Z copying torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1420495Z copying torch/include/ATen/ops/fft_irfftn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1422065Z copying torch/include/ATen/ops/fft_irfft2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1423370Z copying torch/include/ATen/ops/fft_irfft2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1424645Z copying torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1425775Z copying torch/include/ATen/ops/fft_irfft_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1427048Z copying torch/include/ATen/ops/fft_irfft_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1428361Z copying torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1429516Z copying torch/include/ATen/ops/fft_irfftn_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1430726Z copying torch/include/ATen/ops/fft_irfftn_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1431946Z copying torch/include/ATen/ops/fft_rfft.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1433178Z copying torch/include/ATen/ops/fft_rfft2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1434505Z copying torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1435708Z copying torch/include/ATen/ops/fft_rfft2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1436972Z copying torch/include/ATen/ops/fft_rfft2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1437888Z copying torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1439202Z copying torch/include/ATen/ops/fft_rfft_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1440132Z copying torch/include/ATen/ops/fft_rfft_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1441791Z copying torch/include/ATen/ops/fft_rfftfreq.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1443154Z copying torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1443767Z copying torch/include/ATen/ops/fft_rfftfreq_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1445953Z copying torch/include/ATen/ops/fft_rfftfreq_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1446266Z copying torch/include/ATen/ops/fft_rfftn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1447641Z copying torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1448503Z copying torch/include/ATen/ops/fft_rfftn_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1449474Z copying torch/include/ATen/ops/fft_rfftn_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1450929Z copying torch/include/ATen/ops/fill.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1451964Z copying torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1452935Z copying torch/include/ATen/ops/fill_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1453917Z copying torch/include/ATen/ops/fill_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1454908Z copying torch/include/ATen/ops/fill_diagonal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1456133Z copying torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1457001Z copying torch/include/ATen/ops/fill_diagonal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1458481Z copying torch/include/ATen/ops/fill_diagonal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1459436Z copying torch/include/ATen/ops/fill_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1460818Z copying torch/include/ATen/ops/fill_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1462124Z copying torch/include/ATen/ops/fill_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1463625Z copying torch/include/ATen/ops/fix.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1464245Z copying torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1465329Z copying torch/include/ATen/ops/fix_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1466876Z copying torch/include/ATen/ops/fix_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1468218Z copying torch/include/ATen/ops/flatten.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1469092Z copying torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1470553Z copying torch/include/ATen/ops/flatten_dense_tensors.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1471946Z copying torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1472805Z copying torch/include/ATen/ops/flatten_dense_tensors_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1474095Z copying torch/include/ATen/ops/flatten_dense_tensors_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1475984Z copying torch/include/ATen/ops/flatten_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1476968Z copying torch/include/ATen/ops/flatten_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1477968Z copying torch/include/ATen/ops/flip.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1479624Z copying torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1481243Z copying torch/include/ATen/ops/flip_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1482511Z copying torch/include/ATen/ops/flip_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1483714Z copying torch/include/ATen/ops/flip_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1485045Z copying torch/include/ATen/ops/flip_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1486495Z copying torch/include/ATen/ops/fliplr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1487740Z copying torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1488774Z copying torch/include/ATen/ops/fliplr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1490542Z copying torch/include/ATen/ops/fliplr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1491711Z copying torch/include/ATen/ops/flipud.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1493105Z copying torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1494492Z copying torch/include/ATen/ops/flipud_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1495474Z copying torch/include/ATen/ops/flipud_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1497086Z copying torch/include/ATen/ops/float_power.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1498959Z copying torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1500126Z copying torch/include/ATen/ops/float_power_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1501115Z copying torch/include/ATen/ops/float_power_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1503076Z copying torch/include/ATen/ops/floor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1504523Z copying torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1505879Z copying torch/include/ATen/ops/floor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1507287Z copying torch/include/ATen/ops/floor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1508679Z copying torch/include/ATen/ops/floor_divide.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1510203Z copying torch/include/ATen/ops/floor_divide_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1511545Z copying torch/include/ATen/ops/floor_divide_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1513013Z copying torch/include/ATen/ops/floor_divide_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1514344Z copying torch/include/ATen/ops/floor_divide_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1516114Z copying torch/include/ATen/ops/floor_divide_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1517209Z copying torch/include/ATen/ops/floor_divide_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1518822Z copying torch/include/ATen/ops/floor_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1520184Z copying torch/include/ATen/ops/floor_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1521581Z copying torch/include/ATen/ops/floor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1523459Z copying torch/include/ATen/ops/floor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1524789Z copying torch/include/ATen/ops/fmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1526657Z copying torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1527548Z copying torch/include/ATen/ops/fmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1529177Z copying torch/include/ATen/ops/fmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1530525Z copying torch/include/ATen/ops/fmax_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1531982Z copying torch/include/ATen/ops/fmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1533304Z copying torch/include/ATen/ops/fmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1534967Z copying torch/include/ATen/ops/fmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1536190Z copying torch/include/ATen/ops/fmin.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1538566Z copying torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1539458Z copying torch/include/ATen/ops/fmin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1540916Z copying torch/include/ATen/ops/fmin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1542284Z copying torch/include/ATen/ops/fmin_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1543919Z copying torch/include/ATen/ops/fmin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1545541Z copying torch/include/ATen/ops/fmin_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1546714Z copying torch/include/ATen/ops/fmin_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1548363Z copying torch/include/ATen/ops/fmod.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1549816Z copying torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1551370Z copying torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1552771Z copying torch/include/ATen/ops/fmod_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1554391Z copying torch/include/ATen/ops/fmod_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1555662Z copying torch/include/ATen/ops/fmod_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1557377Z copying torch/include/ATen/ops/fmod_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1558495Z copying torch/include/ATen/ops/fmod_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1560164Z copying torch/include/ATen/ops/fmod_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1561537Z copying torch/include/ATen/ops/frac.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1563301Z copying torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1564521Z copying torch/include/ATen/ops/frac_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1565921Z copying torch/include/ATen/ops/frac_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1567712Z copying torch/include/ATen/ops/frac_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1569041Z copying torch/include/ATen/ops/frac_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1570435Z copying torch/include/ATen/ops/frac_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1572110Z copying torch/include/ATen/ops/frac_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1573309Z copying torch/include/ATen/ops/fractional_max_pool2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1574765Z copying torch/include/ATen/ops/fractional_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1576388Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1577676Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1579226Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1580548Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1582094Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1583390Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1585004Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1586909Z copying torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1587923Z copying torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1589297Z copying torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1590681Z copying torch/include/ATen/ops/fractional_max_pool2d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1592905Z copying torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1594109Z copying torch/include/ATen/ops/fractional_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1595563Z copying torch/include/ATen/ops/fractional_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1596817Z copying torch/include/ATen/ops/fractional_max_pool3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1598531Z copying torch/include/ATen/ops/fractional_max_pool3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1599815Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1602691Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1603671Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1604930Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1606737Z copying torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1607832Z copying torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1609494Z copying torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1610764Z copying torch/include/ATen/ops/fractional_max_pool3d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1612539Z copying torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1613731Z copying torch/include/ATen/ops/fractional_max_pool3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1615151Z copying torch/include/ATen/ops/fractional_max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1616590Z copying torch/include/ATen/ops/frexp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1617673Z copying torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1619116Z copying torch/include/ATen/ops/frexp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1620176Z copying torch/include/ATen/ops/frexp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1621599Z copying torch/include/ATen/ops/frexp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1622835Z copying torch/include/ATen/ops/frexp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1623798Z copying torch/include/ATen/ops/frobenius_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1625580Z copying torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1627340Z copying torch/include/ATen/ops/frobenius_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1628949Z copying torch/include/ATen/ops/frobenius_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1629928Z copying torch/include/ATen/ops/from_file.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1631464Z copying torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1632442Z copying torch/include/ATen/ops/from_file_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1633768Z copying torch/include/ATen/ops/from_file_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1635179Z copying torch/include/ATen/ops/from_file_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1636105Z copying torch/include/ATen/ops/full.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1637710Z copying torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1638681Z copying torch/include/ATen/ops/full_like.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1640253Z copying torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1641286Z copying torch/include/ATen/ops/full_like_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1642609Z copying torch/include/ATen/ops/full_like_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1644200Z copying torch/include/ATen/ops/full_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1645192Z copying torch/include/ATen/ops/full_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1646239Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1647984Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1649095Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1650431Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1651623Z copying torch/include/ATen/ops/gather.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1652806Z copying torch/include/ATen/ops/gather_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1654312Z copying torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1655788Z copying torch/include/ATen/ops/gather_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1656423Z copying torch/include/ATen/ops/gather_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1657845Z copying torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1658756Z copying torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1660119Z copying torch/include/ATen/ops/gather_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1661103Z copying torch/include/ATen/ops/gather_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1662263Z copying torch/include/ATen/ops/gather_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1663446Z copying torch/include/ATen/ops/gather_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1664543Z copying torch/include/ATen/ops/gather_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1665844Z copying torch/include/ATen/ops/gather_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1667151Z copying torch/include/ATen/ops/gcd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1668707Z copying torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1669534Z copying torch/include/ATen/ops/gcd_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1670726Z copying torch/include/ATen/ops/gcd_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1671710Z copying torch/include/ATen/ops/gcd_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1672891Z copying torch/include/ATen/ops/gcd_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1673871Z copying torch/include/ATen/ops/gcd_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1674865Z copying torch/include/ATen/ops/gcd_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1676563Z copying torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1677541Z copying torch/include/ATen/ops/ge_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1678868Z copying torch/include/ATen/ops/ge_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1680262Z copying torch/include/ATen/ops/ge_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1681413Z copying torch/include/ATen/ops/ge_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1682684Z copying torch/include/ATen/ops/ge_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1683675Z copying torch/include/ATen/ops/ge_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1685038Z copying torch/include/ATen/ops/gelu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1686325Z copying torch/include/ATen/ops/gelu_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1687224Z copying torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1688168Z copying torch/include/ATen/ops/lt.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1690067Z copying torch/include/ATen/ops/gelu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1690820Z copying torch/include/ATen/ops/gelu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1692166Z copying torch/include/ATen/ops/gelu_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1693366Z copying torch/include/ATen/ops/gelu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1694331Z copying torch/include/ATen/ops/gelu_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1695572Z copying torch/include/ATen/ops/gelu_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1696861Z copying torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1698775Z copying torch/include/ATen/ops/gelu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1700094Z copying torch/include/ATen/ops/gelu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1700944Z copying torch/include/ATen/ops/gelu_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1702460Z copying torch/include/ATen/ops/gelu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1703345Z copying torch/include/ATen/ops/gelu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1704562Z copying torch/include/ATen/ops/gelu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1706437Z copying torch/include/ATen/ops/geometric.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1706774Z copying torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1708353Z copying torch/include/ATen/ops/geometric_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1709208Z copying torch/include/ATen/ops/geometric_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1710789Z copying torch/include/ATen/ops/geometric_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1711280Z copying torch/include/ATen/ops/geometric_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1712822Z copying torch/include/ATen/ops/geometric_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1713544Z copying torch/include/ATen/ops/geqrf.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1715106Z copying torch/include/ATen/ops/geqrf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1715805Z copying torch/include/ATen/ops/geqrf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1717247Z copying torch/include/ATen/ops/geqrf_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1718094Z copying torch/include/ATen/ops/geqrf_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1719035Z copying torch/include/ATen/ops/ger.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1720163Z copying torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1721555Z copying torch/include/ATen/ops/ger_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1722563Z copying torch/include/ATen/ops/ger_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1723644Z copying torch/include/ATen/ops/glu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1724837Z copying torch/include/ATen/ops/glu_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1725983Z copying torch/include/ATen/ops/glu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1727045Z copying torch/include/ATen/ops/glu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1728304Z copying torch/include/ATen/ops/glu_backward_jvp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1729466Z copying torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1730565Z copying torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1731787Z copying torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1732955Z copying torch/include/ATen/ops/glu_backward_jvp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1733680Z copying torch/include/ATen/ops/glu_backward_jvp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1734795Z copying torch/include/ATen/ops/glu_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1736493Z copying torch/include/ATen/ops/glu_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1737683Z copying torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1738631Z copying torch/include/ATen/ops/glu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1739751Z copying torch/include/ATen/ops/glu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1740621Z copying torch/include/ATen/ops/glu_jvp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1742199Z copying torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1743070Z copying torch/include/ATen/ops/glu_jvp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1745199Z copying torch/include/ATen/ops/glu_jvp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1745835Z copying torch/include/ATen/ops/glu_jvp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1746947Z copying torch/include/ATen/ops/glu_jvp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1747911Z copying torch/include/ATen/ops/glu_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1749243Z copying torch/include/ATen/ops/glu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1750400Z copying torch/include/ATen/ops/glu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1752026Z copying torch/include/ATen/ops/glu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1752899Z copying torch/include/ATen/ops/gradient.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1754236Z copying torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1755055Z copying torch/include/ATen/ops/gradient_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1756064Z copying torch/include/ATen/ops/gradient_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1757277Z copying torch/include/ATen/ops/greater.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1758547Z copying torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1759953Z copying torch/include/ATen/ops/greater_equal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1761239Z copying torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1762485Z copying torch/include/ATen/ops/greater_equal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1763254Z copying torch/include/ATen/ops/greater_equal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1764762Z copying torch/include/ATen/ops/greater_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1766021Z copying torch/include/ATen/ops/greater_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1767174Z copying torch/include/ATen/ops/grid_sampler.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1768493Z copying torch/include/ATen/ops/grid_sampler_2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1769819Z copying torch/include/ATen/ops/grid_sampler_2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1771206Z copying torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1772199Z copying torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1773662Z copying torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1774643Z copying torch/include/ATen/ops/grid_sampler_2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1775835Z copying torch/include/ATen/ops/grid_sampler_2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1777425Z copying torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1778699Z copying torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1779973Z copying torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1781076Z copying torch/include/ATen/ops/grid_sampler_2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1782056Z copying torch/include/ATen/ops/grid_sampler_2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1783371Z copying torch/include/ATen/ops/grid_sampler_3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1784406Z copying torch/include/ATen/ops/grid_sampler_3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1785921Z copying torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1787736Z copying torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1789249Z copying torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1789947Z copying torch/include/ATen/ops/grid_sampler_3d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1791242Z copying torch/include/ATen/ops/grid_sampler_3d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1792524Z copying torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1793883Z copying torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1794726Z copying torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1795991Z copying torch/include/ATen/ops/grid_sampler_3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1797008Z copying torch/include/ATen/ops/grid_sampler_3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1798354Z copying torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1799426Z copying torch/include/ATen/ops/grid_sampler_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1800738Z copying torch/include/ATen/ops/grid_sampler_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1801631Z copying torch/include/ATen/ops/group_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1803179Z copying torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1804148Z copying torch/include/ATen/ops/group_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1805468Z copying torch/include/ATen/ops/group_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1806639Z copying torch/include/ATen/ops/gru.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1807902Z copying torch/include/ATen/ops/gru_cell.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1808912Z copying torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1810318Z copying torch/include/ATen/ops/gru_cell_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1811590Z copying torch/include/ATen/ops/gru_cell_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1812665Z copying torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1814135Z copying torch/include/ATen/ops/gru_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1815037Z copying torch/include/ATen/ops/gru_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1816565Z copying torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1817736Z copying torch/include/ATen/ops/gt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1818734Z copying torch/include/ATen/ops/gt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1819743Z copying torch/include/ATen/ops/gt_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1821087Z copying torch/include/ATen/ops/gt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1821919Z copying torch/include/ATen/ops/gt_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1823111Z copying torch/include/ATen/ops/gt_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1823979Z copying torch/include/ATen/ops/hamming_window.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1825689Z copying torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1826367Z copying torch/include/ATen/ops/hamming_window_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1827675Z copying torch/include/ATen/ops/hamming_window_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1829196Z copying torch/include/ATen/ops/hann_window.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1830203Z copying torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1831279Z copying torch/include/ATen/ops/hann_window_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1832615Z copying torch/include/ATen/ops/hann_window_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1833510Z copying torch/include/ATen/ops/hardshrink.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1834943Z copying torch/include/ATen/ops/hardshrink_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1836082Z copying torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1837121Z copying torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1838028Z copying torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1839503Z copying torch/include/ATen/ops/hardshrink_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1840935Z copying torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1841999Z copying torch/include/ATen/ops/hardshrink_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1843377Z copying torch/include/ATen/ops/hardshrink_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1844441Z copying torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1845632Z copying torch/include/ATen/ops/hardshrink_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1846877Z copying torch/include/ATen/ops/hardshrink_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1847813Z copying torch/include/ATen/ops/hardshrink_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1849155Z copying torch/include/ATen/ops/hardshrink_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1850439Z copying torch/include/ATen/ops/hardshrink_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1851967Z copying torch/include/ATen/ops/hardshrink_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1852782Z copying torch/include/ATen/ops/hardsigmoid.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1853730Z copying torch/include/ATen/ops/hardsigmoid_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1855190Z copying torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1855968Z copying torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1857392Z copying torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1859234Z copying torch/include/ATen/ops/hardsigmoid_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1859845Z copying torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1860929Z copying torch/include/ATen/ops/hardsigmoid_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1862709Z copying torch/include/ATen/ops/hardsigmoid_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1863477Z copying torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1864599Z copying torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1865950Z copying torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1866868Z copying torch/include/ATen/ops/hardsigmoid_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1868076Z copying torch/include/ATen/ops/hardsigmoid_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1869187Z copying torch/include/ATen/ops/hardsigmoid_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1870188Z copying torch/include/ATen/ops/hardsigmoid_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1871359Z copying torch/include/ATen/ops/hardswish.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1872557Z copying torch/include/ATen/ops/hardswish_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1873832Z copying torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1874572Z copying torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1875926Z copying torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1877220Z copying torch/include/ATen/ops/hardswish_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1878056Z copying torch/include/ATen/ops/hardswish_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1879601Z copying torch/include/ATen/ops/hardswish_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1880424Z copying torch/include/ATen/ops/hardswish_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1881407Z copying torch/include/ATen/ops/hardswish_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1882255Z copying torch/include/ATen/ops/hardswish_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1884852Z copying torch/include/ATen/ops/hardswish_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1885324Z copying torch/include/ATen/ops/hardtanh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1886100Z copying torch/include/ATen/ops/hardtanh_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1887219Z copying torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1887981Z copying torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1888856Z copying torch/include/ATen/ops/hardtanh_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1889939Z copying torch/include/ATen/ops/hardtanh_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1890962Z copying torch/include/ATen/ops/hardtanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1891947Z copying torch/include/ATen/ops/hardtanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1893017Z copying torch/include/ATen/ops/hardtanh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1894473Z copying torch/include/ATen/ops/hardtanh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1895429Z copying torch/include/ATen/ops/hardtanh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1896625Z copying torch/include/ATen/ops/heaviside.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1897917Z copying torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1898747Z copying torch/include/ATen/ops/heaviside_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1900064Z copying torch/include/ATen/ops/heaviside_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1901060Z copying torch/include/ATen/ops/heaviside_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1902858Z copying torch/include/ATen/ops/heaviside_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1903797Z copying torch/include/ATen/ops/heaviside_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1905399Z copying torch/include/ATen/ops/heaviside_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1906557Z copying torch/include/ATen/ops/hinge_embedding_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1907745Z copying torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1908773Z copying torch/include/ATen/ops/hinge_embedding_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1909915Z copying torch/include/ATen/ops/hinge_embedding_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1910923Z copying torch/include/ATen/ops/histc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1912310Z copying torch/include/ATen/ops/histc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1913288Z copying torch/include/ATen/ops/histc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1914136Z copying torch/include/ATen/ops/histc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1915148Z copying torch/include/ATen/ops/histc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1916132Z copying torch/include/ATen/ops/histogram.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1917124Z copying torch/include/ATen/ops/histogram_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1918345Z copying torch/include/ATen/ops/histogram_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1919323Z copying torch/include/ATen/ops/histogram_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1920877Z copying torch/include/ATen/ops/histogramdd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1921983Z copying torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1922902Z copying torch/include/ATen/ops/mH.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1924279Z copying torch/include/ATen/ops/histogramdd_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1925635Z copying torch/include/ATen/ops/histogramdd_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1926600Z copying torch/include/ATen/ops/hsplit.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1928166Z copying torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1929075Z copying torch/include/ATen/ops/hsplit_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1930357Z copying torch/include/ATen/ops/hsplit_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1931254Z copying torch/include/ATen/ops/hspmm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1932539Z copying torch/include/ATen/ops/hspmm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1933586Z copying torch/include/ATen/ops/hspmm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1934573Z copying torch/include/ATen/ops/hstack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1935856Z copying torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1936892Z copying torch/include/ATen/ops/hstack_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1938201Z copying torch/include/ATen/ops/hstack_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1939201Z copying torch/include/ATen/ops/huber_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1940107Z copying torch/include/ATen/ops/huber_loss_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1941788Z copying torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1942624Z copying torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1943644Z copying torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1945054Z copying torch/include/ATen/ops/huber_loss_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1946136Z copying torch/include/ATen/ops/huber_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1947223Z copying torch/include/ATen/ops/huber_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1949119Z copying torch/include/ATen/ops/huber_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1949694Z copying torch/include/ATen/ops/huber_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1950580Z copying torch/include/ATen/ops/huber_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1951763Z copying torch/include/ATen/ops/hypot.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1953253Z copying torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1954441Z copying torch/include/ATen/ops/hypot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1955700Z copying torch/include/ATen/ops/hypot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1956899Z copying torch/include/ATen/ops/hypot_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1958844Z copying torch/include/ATen/ops/hypot_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1959526Z copying torch/include/ATen/ops/hypot_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1960783Z copying torch/include/ATen/ops/hypot_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1962663Z copying torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1963495Z copying torch/include/ATen/ops/i0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1964955Z copying torch/include/ATen/ops/i0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1965756Z copying torch/include/ATen/ops/i0_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1967028Z copying torch/include/ATen/ops/i0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1968114Z copying torch/include/ATen/ops/i0_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1969057Z copying torch/include/ATen/ops/i0_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1970295Z copying torch/include/ATen/ops/igamma.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1971388Z copying torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1972327Z copying torch/include/ATen/ops/igamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1973364Z copying torch/include/ATen/ops/igamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1974424Z copying torch/include/ATen/ops/igamma_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1975468Z copying torch/include/ATen/ops/igamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1976903Z copying torch/include/ATen/ops/igamma_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1978232Z copying torch/include/ATen/ops/igamma_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1979033Z copying torch/include/ATen/ops/igammac.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1980452Z copying torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1981556Z copying torch/include/ATen/ops/igammac_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1982548Z copying torch/include/ATen/ops/igammac_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1983810Z copying torch/include/ATen/ops/igammac_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1985131Z copying torch/include/ATen/ops/igammac_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1986192Z copying torch/include/ATen/ops/igammac_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1987749Z copying torch/include/ATen/ops/igammac_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1988796Z copying torch/include/ATen/ops/im2col.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1990232Z copying torch/include/ATen/ops/im2col_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1991306Z copying torch/include/ATen/ops/im2col_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1992357Z copying torch/include/ATen/ops/im2col_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1993479Z copying torch/include/ATen/ops/im2col_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1994890Z copying torch/include/ATen/ops/imag.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1996029Z copying torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1997106Z copying torch/include/ATen/ops/imag_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1998281Z copying torch/include/ATen/ops/imag_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.1999382Z copying torch/include/ATen/ops/index.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2000485Z copying torch/include/ATen/ops/index_add.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2001863Z copying torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2003870Z copying torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2004556Z copying torch/include/ATen/ops/index_add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2005241Z copying torch/include/ATen/ops/index_add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2006545Z copying torch/include/ATen/ops/index_add_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2007920Z copying torch/include/ATen/ops/index_add_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2009680Z copying torch/include/ATen/ops/index_add_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2010816Z copying torch/include/ATen/ops/index_add_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2012753Z copying torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2013760Z copying torch/include/ATen/ops/index_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2015333Z copying torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2017082Z copying torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2018265Z copying torch/include/ATen/ops/index_copy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2019967Z copying torch/include/ATen/ops/index_copy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2021203Z copying torch/include/ATen/ops/index_copy_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2022900Z copying torch/include/ATen/ops/index_copy_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2024035Z copying torch/include/ATen/ops/index_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2025542Z copying torch/include/ATen/ops/index_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2027259Z copying torch/include/ATen/ops/index_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2028550Z copying torch/include/ATen/ops/index_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2029899Z copying torch/include/ATen/ops/index_fill.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2031647Z copying torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2032903Z copying torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2034326Z copying torch/include/ATen/ops/index_fill_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2036124Z copying torch/include/ATen/ops/index_fill_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2037316Z copying torch/include/ATen/ops/index_fill_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2038935Z copying torch/include/ATen/ops/index_fill_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2040325Z copying torch/include/ATen/ops/index_fill_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2041941Z copying torch/include/ATen/ops/index_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2043320Z copying torch/include/ATen/ops/index_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2044989Z copying torch/include/ATen/ops/index_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2046158Z copying torch/include/ATen/ops/index_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2047743Z copying torch/include/ATen/ops/index_put.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2049241Z copying torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2050852Z copying torch/include/ATen/ops/index_put_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2052108Z copying torch/include/ATen/ops/index_put_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2053477Z copying torch/include/ATen/ops/index_reduce.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2055254Z copying torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2056431Z copying torch/include/ATen/ops/index_reduce_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2057871Z copying torch/include/ATen/ops/index_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2059376Z copying torch/include/ATen/ops/index_reduce_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2061253Z copying torch/include/ATen/ops/index_reduce_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2062426Z copying torch/include/ATen/ops/index_reduce_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2064673Z copying torch/include/ATen/ops/index_reduce_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2065762Z copying torch/include/ATen/ops/index_select.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2067439Z copying torch/include/ATen/ops/index_select_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2068852Z copying torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2070265Z copying torch/include/ATen/ops/index_select_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2071633Z copying torch/include/ATen/ops/index_select_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2073241Z copying torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2074475Z copying torch/include/ATen/ops/index_select_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2076105Z copying torch/include/ATen/ops/index_select_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2077390Z copying torch/include/ATen/ops/index_select_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2078754Z copying torch/include/ATen/ops/index_select_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2080424Z copying torch/include/ATen/ops/indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2081742Z copying torch/include/ATen/ops/indices_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2083631Z copying torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2084879Z copying torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2086072Z copying torch/include/ATen/ops/indices_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2087507Z copying torch/include/ATen/ops/indices_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2089012Z copying torch/include/ATen/ops/indices_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2090478Z copying torch/include/ATen/ops/indices_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2091889Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2093423Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2094621Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2096095Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2097801Z copying torch/include/ATen/ops/inner.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2099160Z copying torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2100526Z copying torch/include/ATen/ops/inner_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2101856Z copying torch/include/ATen/ops/inner_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2103484Z copying torch/include/ATen/ops/instance_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2105022Z copying torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2106235Z copying torch/include/ATen/ops/instance_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2107958Z copying torch/include/ATen/ops/instance_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2109408Z copying torch/include/ATen/ops/int_repr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2111108Z copying torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2112247Z copying torch/include/ATen/ops/int_repr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2113628Z copying torch/include/ATen/ops/int_repr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2115198Z copying torch/include/ATen/ops/inverse.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2116979Z copying torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2118157Z copying torch/include/ATen/ops/inverse_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2119805Z copying torch/include/ATen/ops/inverse_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2121579Z copying torch/include/ATen/ops/is_coalesced.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2123073Z copying torch/include/ATen/ops/is_coalesced_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2124413Z copying torch/include/ATen/ops/is_coalesced_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2125855Z copying torch/include/ATen/ops/is_complex.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2127714Z copying torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2128747Z copying torch/include/ATen/ops/is_complex_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2130426Z copying torch/include/ATen/ops/is_complex_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2131667Z copying torch/include/ATen/ops/is_conj.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2133571Z copying torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2134608Z copying torch/include/ATen/ops/is_conj_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2136205Z copying torch/include/ATen/ops/is_conj_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2137452Z copying torch/include/ATen/ops/is_distributed.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2138960Z copying torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2140236Z copying torch/include/ATen/ops/is_distributed_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2141916Z copying torch/include/ATen/ops/is_distributed_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2143190Z copying torch/include/ATen/ops/is_floating_point.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2144719Z copying torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2146224Z copying torch/include/ATen/ops/is_floating_point_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2147838Z copying torch/include/ATen/ops/is_floating_point_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2149096Z copying torch/include/ATen/ops/is_inference.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2150791Z copying torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2152084Z copying torch/include/ATen/ops/is_inference_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2153589Z copying torch/include/ATen/ops/is_inference_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2154886Z copying torch/include/ATen/ops/is_leaf.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2156552Z copying torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2158562Z copying torch/include/ATen/ops/is_leaf_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2159964Z copying torch/include/ATen/ops/is_leaf_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2161515Z copying torch/include/ATen/ops/is_neg.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2163179Z copying torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2164487Z copying torch/include/ATen/ops/is_neg_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2165796Z copying torch/include/ATen/ops/is_neg_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2167335Z copying torch/include/ATen/ops/is_nonzero.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2168842Z copying torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2170143Z copying torch/include/ATen/ops/is_nonzero_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2171621Z copying torch/include/ATen/ops/is_nonzero_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2172953Z copying torch/include/ATen/ops/is_pinned.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2174685Z copying torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2176037Z copying torch/include/ATen/ops/is_pinned_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2177514Z copying torch/include/ATen/ops/is_pinned_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2178898Z copying torch/include/ATen/ops/is_pinned_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2180461Z copying torch/include/ATen/ops/is_same_size.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2181933Z copying torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2183283Z copying torch/include/ATen/ops/is_same_size_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2184661Z copying torch/include/ATen/ops/is_same_size_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2186370Z copying torch/include/ATen/ops/is_set_to.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2188730Z copying torch/include/ATen/ops/is_set_to_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2189773Z copying torch/include/ATen/ops/is_set_to_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2191138Z copying torch/include/ATen/ops/is_set_to_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2192522Z copying torch/include/ATen/ops/is_set_to_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2194114Z copying torch/include/ATen/ops/is_signed.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2195567Z copying torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2196886Z copying torch/include/ATen/ops/is_signed_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2198536Z copying torch/include/ATen/ops/is_signed_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2199999Z copying torch/include/ATen/ops/is_vulkan_available.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2201819Z copying torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2202991Z copying torch/include/ATen/ops/is_vulkan_available_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2204695Z copying torch/include/ATen/ops/is_vulkan_available_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2206515Z copying torch/include/ATen/ops/isclose.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2207894Z copying torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2208929Z copying torch/include/ATen/ops/isclose_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2210358Z copying torch/include/ATen/ops/isclose_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2211995Z copying torch/include/ATen/ops/isfinite.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2213399Z copying torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2214733Z copying torch/include/ATen/ops/isfinite_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2216104Z copying torch/include/ATen/ops/isfinite_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2217683Z copying torch/include/ATen/ops/isin.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2219207Z copying torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2220464Z copying torch/include/ATen/ops/isin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2222176Z copying torch/include/ATen/ops/isin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2223251Z copying torch/include/ATen/ops/isin_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2224908Z copying torch/include/ATen/ops/isin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2226071Z copying torch/include/ATen/ops/isin_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2227338Z copying torch/include/ATen/ops/isin_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2228767Z copying torch/include/ATen/ops/isinf.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2230135Z copying torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2231386Z copying torch/include/ATen/ops/isinf_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2232429Z copying torch/include/ATen/ops/isinf_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2233871Z copying torch/include/ATen/ops/isnan.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2235399Z copying torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2236429Z copying torch/include/ATen/ops/isnan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2238325Z copying torch/include/ATen/ops/isnan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2239393Z copying torch/include/ATen/ops/isnan_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2240615Z copying torch/include/ATen/ops/isnan_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2241781Z copying torch/include/ATen/ops/isneginf.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2243304Z copying torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2244164Z copying torch/include/ATen/ops/isneginf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2245836Z copying torch/include/ATen/ops/isneginf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2247104Z copying torch/include/ATen/ops/isneginf_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2248799Z copying torch/include/ATen/ops/isneginf_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2249859Z copying torch/include/ATen/ops/isneginf_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2250730Z copying torch/include/ATen/ops/isneginf_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2251797Z copying torch/include/ATen/ops/isposinf.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2253148Z copying torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2253897Z copying torch/include/ATen/ops/isposinf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2255424Z copying torch/include/ATen/ops/isposinf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2256402Z copying torch/include/ATen/ops/isposinf_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2257440Z copying torch/include/ATen/ops/isposinf_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2259366Z copying torch/include/ATen/ops/isposinf_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2259876Z copying torch/include/ATen/ops/isposinf_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2260629Z copying torch/include/ATen/ops/isreal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2261851Z copying torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2263003Z copying torch/include/ATen/ops/isreal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2264165Z copying torch/include/ATen/ops/isreal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2265697Z copying torch/include/ATen/ops/istft.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2266600Z copying torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2267781Z copying torch/include/ATen/ops/istft_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2268798Z copying torch/include/ATen/ops/istft_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2270161Z copying torch/include/ATen/ops/item.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2271484Z copying torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2272510Z copying torch/include/ATen/ops/item_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2273678Z copying torch/include/ATen/ops/item_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2275075Z copying torch/include/ATen/ops/kaiser_window.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2276628Z copying torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2277683Z copying torch/include/ATen/ops/kaiser_window_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2279028Z copying torch/include/ATen/ops/kaiser_window_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2280221Z copying torch/include/ATen/ops/kl_div.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2281885Z copying torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2282794Z copying torch/include/ATen/ops/kl_div_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2284221Z copying torch/include/ATen/ops/kl_div_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2285132Z copying torch/include/ATen/ops/kron.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2286542Z copying torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2287420Z copying torch/include/ATen/ops/kron_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2288733Z copying torch/include/ATen/ops/kron_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2289686Z copying torch/include/ATen/ops/kthvalue.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2291720Z copying torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2292223Z copying torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2293628Z copying torch/include/ATen/ops/kthvalue_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2294521Z copying torch/include/ATen/ops/kthvalue_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2295576Z copying torch/include/ATen/ops/kthvalue_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2296839Z copying torch/include/ATen/ops/kthvalue_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2298009Z copying torch/include/ATen/ops/l1_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2299279Z copying torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2300192Z copying torch/include/ATen/ops/l1_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2301310Z copying torch/include/ATen/ops/l1_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2302557Z copying torch/include/ATen/ops/layer_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2304046Z copying torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2304988Z copying torch/include/ATen/ops/layer_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2307825Z copying torch/include/ATen/ops/layer_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2309256Z copying torch/include/ATen/ops/lcm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2310605Z copying torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2311762Z copying torch/include/ATen/ops/lcm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2312989Z copying torch/include/ATen/ops/lcm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2314177Z copying torch/include/ATen/ops/lcm_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2315430Z copying torch/include/ATen/ops/lcm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2316710Z copying torch/include/ATen/ops/lcm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2317838Z copying torch/include/ATen/ops/lcm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2319140Z copying torch/include/ATen/ops/ldexp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2320549Z copying torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2321707Z copying torch/include/ATen/ops/ldexp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2322968Z copying torch/include/ATen/ops/ldexp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2324315Z copying torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2325450Z copying torch/include/ATen/ops/le_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2326694Z copying torch/include/ATen/ops/le_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2328327Z copying torch/include/ATen/ops/le_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2329541Z copying torch/include/ATen/ops/le_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2330759Z copying torch/include/ATen/ops/le_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2331932Z copying torch/include/ATen/ops/le_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2333211Z copying torch/include/ATen/ops/leaky_relu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2334465Z copying torch/include/ATen/ops/leaky_relu_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2335995Z copying torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2336762Z copying torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2338119Z copying torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2338909Z copying torch/include/ATen/ops/leaky_relu_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2340214Z copying torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2341353Z copying torch/include/ATen/ops/leaky_relu_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2342244Z copying torch/include/ATen/ops/leaky_relu_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2343747Z copying torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2345038Z copying torch/include/ATen/ops/leaky_relu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2347650Z copying torch/include/ATen/ops/leaky_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2348156Z copying torch/include/ATen/ops/leaky_relu_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2349083Z copying torch/include/ATen/ops/leaky_relu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2350129Z copying torch/include/ATen/ops/leaky_relu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2351425Z copying torch/include/ATen/ops/leaky_relu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2352396Z copying torch/include/ATen/ops/lerp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2353640Z copying torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2354516Z copying torch/include/ATen/ops/lerp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2355674Z copying torch/include/ATen/ops/lerp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2356868Z copying torch/include/ATen/ops/lerp_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2357797Z copying torch/include/ATen/ops/lerp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2358880Z copying torch/include/ATen/ops/lerp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2359927Z copying torch/include/ATen/ops/lerp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2361191Z copying torch/include/ATen/ops/less.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2362274Z copying torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2363511Z copying torch/include/ATen/ops/less_equal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2364964Z copying torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2365963Z copying torch/include/ATen/ops/less_equal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2367283Z copying torch/include/ATen/ops/less_equal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2368391Z copying torch/include/ATen/ops/less_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2369633Z copying torch/include/ATen/ops/less_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2370793Z copying torch/include/ATen/ops/lgamma.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2372175Z copying torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2373040Z copying torch/include/ATen/ops/lgamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2374416Z copying torch/include/ATen/ops/lgamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2375450Z copying torch/include/ATen/ops/lgamma_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2376804Z copying torch/include/ATen/ops/lgamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2377652Z copying torch/include/ATen/ops/lgamma_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2379008Z copying torch/include/ATen/ops/lgamma_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2380085Z copying torch/include/ATen/ops/lift.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2381805Z copying torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2382542Z copying torch/include/ATen/ops/lift_fresh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2383648Z copying torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2385116Z copying torch/include/ATen/ops/lift_fresh_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2386331Z copying torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2387476Z copying torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2388494Z copying torch/include/ATen/ops/lift_fresh_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2389862Z copying torch/include/ATen/ops/lift_fresh_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2390872Z copying torch/include/ATen/ops/lift_fresh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2392305Z copying torch/include/ATen/ops/lift_fresh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2393603Z copying torch/include/ATen/ops/lift_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2394664Z copying torch/include/ATen/ops/lift_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2396093Z copying torch/include/ATen/ops/linalg_cholesky.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2397251Z copying torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2398408Z copying torch/include/ATen/ops/linalg_cholesky_ex.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2399643Z copying torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2401010Z copying torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2402166Z copying torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2403026Z copying torch/include/ATen/ops/linalg_cholesky_ex_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2404870Z copying torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2406088Z copying torch/include/ATen/ops/linalg_cholesky_ex_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2406975Z copying torch/include/ATen/ops/linalg_cholesky_ex_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2408009Z copying torch/include/ATen/ops/linalg_cholesky_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2409187Z copying torch/include/ATen/ops/linalg_cholesky_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2410512Z copying torch/include/ATen/ops/linalg_cond.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2411545Z copying torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2413057Z copying torch/include/ATen/ops/linalg_cond_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2413971Z copying torch/include/ATen/ops/linalg_cond_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2415280Z copying torch/include/ATen/ops/linalg_cross.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2416936Z copying torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2417770Z copying torch/include/ATen/ops/linalg_cross_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2418907Z copying torch/include/ATen/ops/linalg_cross_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2420547Z copying torch/include/ATen/ops/linalg_cross_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2421416Z copying torch/include/ATen/ops/linalg_cross_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2422380Z copying torch/include/ATen/ops/linalg_cross_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2423413Z copying torch/include/ATen/ops/linalg_cross_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2425115Z copying torch/include/ATen/ops/linalg_det.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2426011Z copying torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2427161Z copying torch/include/ATen/ops/linalg_det_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2428193Z copying torch/include/ATen/ops/linalg_det_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2429168Z copying torch/include/ATen/ops/linalg_diagonal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2430258Z copying torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2431519Z copying torch/include/ATen/ops/linalg_diagonal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2432591Z copying torch/include/ATen/ops/linalg_diagonal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2434156Z copying torch/include/ATen/ops/linalg_eig.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2435353Z copying torch/include/ATen/ops/linalg_eig_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2436681Z copying torch/include/ATen/ops/linalg_eig_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2437574Z copying torch/include/ATen/ops/linalg_eig_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2438557Z copying torch/include/ATen/ops/linalg_eig_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2439890Z copying torch/include/ATen/ops/linalg_eigh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2441308Z copying torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2442029Z copying torch/include/ATen/ops/linalg_eigh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2443277Z copying torch/include/ATen/ops/linalg_eigh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2444285Z copying torch/include/ATen/ops/linalg_eigvals.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2445374Z copying torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2446386Z copying torch/include/ATen/ops/linalg_eigvals_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2447419Z copying torch/include/ATen/ops/linalg_eigvals_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2448532Z copying torch/include/ATen/ops/linalg_eigvalsh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2449547Z copying torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2450754Z copying torch/include/ATen/ops/linalg_eigvalsh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2451677Z copying torch/include/ATen/ops/linalg_eigvalsh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2452920Z copying torch/include/ATen/ops/linalg_householder_product.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2453939Z copying torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2455101Z copying torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2456101Z copying torch/include/ATen/ops/linalg_householder_product_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2457243Z copying torch/include/ATen/ops/linalg_householder_product_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2458507Z copying torch/include/ATen/ops/linalg_inv.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2459460Z copying torch/include/ATen/ops/mT.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2460881Z copying torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2462144Z copying torch/include/ATen/ops/linalg_inv_ex.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2463713Z copying torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2464532Z copying torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2466084Z copying torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2467027Z copying torch/include/ATen/ops/linalg_inv_ex_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2468403Z copying torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2469292Z copying torch/include/ATen/ops/linalg_inv_ex_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2470773Z copying torch/include/ATen/ops/linalg_inv_ex_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2471696Z copying torch/include/ATen/ops/linalg_inv_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2472678Z copying torch/include/ATen/ops/linalg_inv_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2473736Z copying torch/include/ATen/ops/linalg_ldl_factor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2474926Z copying torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2476054Z copying torch/include/ATen/ops/linalg_ldl_factor_ex.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2477413Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2479046Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2480229Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2481606Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2482827Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2484189Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2485255Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2486437Z copying torch/include/ATen/ops/linalg_ldl_factor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2487830Z copying torch/include/ATen/ops/linalg_ldl_factor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2488926Z copying torch/include/ATen/ops/linalg_ldl_solve.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2490583Z copying torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2491517Z copying torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2492786Z copying torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2493985Z copying torch/include/ATen/ops/linalg_ldl_solve_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2495457Z copying torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2496495Z copying torch/include/ATen/ops/linalg_ldl_solve_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2497514Z copying torch/include/ATen/ops/linalg_ldl_solve_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2498625Z copying torch/include/ATen/ops/linalg_lstsq.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2500196Z copying torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2501318Z copying torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2502366Z copying torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2503430Z copying torch/include/ATen/ops/linalg_lstsq_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2504596Z copying torch/include/ATen/ops/linalg_lstsq_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2505853Z copying torch/include/ATen/ops/linalg_lu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2507940Z copying torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2508823Z copying torch/include/ATen/ops/linalg_lu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2509840Z copying torch/include/ATen/ops/linalg_lu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2511078Z copying torch/include/ATen/ops/linalg_lu_factor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2512343Z copying torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2513345Z copying torch/include/ATen/ops/linalg_lu_factor_ex.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2514779Z copying torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2515655Z copying torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2516613Z copying torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2517673Z copying torch/include/ATen/ops/linalg_lu_factor_ex_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2518778Z copying torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2519839Z copying torch/include/ATen/ops/linalg_lu_factor_ex_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2521250Z copying torch/include/ATen/ops/linalg_lu_factor_ex_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2522177Z copying torch/include/ATen/ops/linalg_lu_factor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2523686Z copying torch/include/ATen/ops/linalg_lu_factor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2524710Z copying torch/include/ATen/ops/linalg_lu_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2525825Z copying torch/include/ATen/ops/linalg_lu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2527132Z copying torch/include/ATen/ops/linalg_lu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2528110Z copying torch/include/ATen/ops/linalg_lu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2529364Z copying torch/include/ATen/ops/linalg_lu_solve.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2530635Z copying torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2531606Z copying torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2532799Z copying torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2533732Z copying torch/include/ATen/ops/linalg_lu_solve_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2534833Z copying torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2536219Z copying torch/include/ATen/ops/linalg_lu_solve_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2537097Z copying torch/include/ATen/ops/linalg_lu_solve_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2539159Z copying torch/include/ATen/ops/linalg_matmul.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2539537Z copying torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2540595Z copying torch/include/ATen/ops/linalg_matmul_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2542273Z copying torch/include/ATen/ops/linalg_matmul_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2543154Z copying torch/include/ATen/ops/linalg_matrix_exp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2544563Z copying torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2545227Z copying torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2546995Z copying torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2547718Z copying torch/include/ATen/ops/linalg_matrix_exp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2549281Z copying torch/include/ATen/ops/linalg_matrix_exp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2550281Z copying torch/include/ATen/ops/linalg_matrix_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2551482Z copying torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2552567Z copying torch/include/ATen/ops/linalg_matrix_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2553481Z copying torch/include/ATen/ops/linalg_matrix_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2555243Z copying torch/include/ATen/ops/linalg_matrix_power.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2556405Z copying torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2557468Z copying torch/include/ATen/ops/linalg_matrix_power_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2558389Z copying torch/include/ATen/ops/linalg_matrix_power_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2560231Z copying torch/include/ATen/ops/linalg_matrix_rank.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2560825Z copying torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2561887Z copying torch/include/ATen/ops/linalg_matrix_rank_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2563120Z copying torch/include/ATen/ops/linalg_matrix_rank_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2564331Z copying torch/include/ATen/ops/linalg_multi_dot.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2565329Z copying torch/include/ATen/ops/linalg_multi_dot_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2566673Z copying torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2567711Z copying torch/include/ATen/ops/linalg_multi_dot_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2568874Z copying torch/include/ATen/ops/linalg_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2571101Z copying torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2571620Z copying torch/include/ATen/ops/linalg_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2572471Z copying torch/include/ATen/ops/linalg_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2574218Z copying torch/include/ATen/ops/linalg_pinv.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2575655Z copying torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2577473Z copying torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2578606Z copying torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2579874Z copying torch/include/ATen/ops/linalg_pinv_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2581432Z copying torch/include/ATen/ops/linalg_pinv_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2582709Z copying torch/include/ATen/ops/linalg_qr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2584583Z copying torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2585912Z copying torch/include/ATen/ops/linalg_qr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2587263Z copying torch/include/ATen/ops/linalg_qr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2588916Z copying torch/include/ATen/ops/linalg_qr_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2590194Z copying torch/include/ATen/ops/linalg_qr_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2591814Z copying torch/include/ATen/ops/linalg_qr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2593049Z copying torch/include/ATen/ops/linalg_qr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2594646Z copying torch/include/ATen/ops/linalg_slogdet.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2596070Z copying torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2597518Z copying torch/include/ATen/ops/linalg_slogdet_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2598800Z copying torch/include/ATen/ops/linalg_slogdet_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2600369Z copying torch/include/ATen/ops/linalg_solve.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2601981Z copying torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2603226Z copying torch/include/ATen/ops/linalg_solve_ex.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2605104Z copying torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2606280Z copying torch/include/ATen/ops/linalg_solve_ex_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2607544Z copying torch/include/ATen/ops/linalg_solve_ex_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2608933Z copying torch/include/ATen/ops/linalg_solve_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2610263Z copying torch/include/ATen/ops/linalg_solve_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2611921Z copying torch/include/ATen/ops/linalg_solve_triangular.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2613228Z copying torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2614787Z copying torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2616119Z copying torch/include/ATen/ops/linalg_solve_triangular_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2617440Z copying torch/include/ATen/ops/linalg_solve_triangular_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2618740Z copying torch/include/ATen/ops/linalg_svd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2619943Z copying torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2621233Z copying torch/include/ATen/ops/linalg_svd_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2622266Z copying torch/include/ATen/ops/linalg_svd_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2623572Z copying torch/include/ATen/ops/linalg_svdvals.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2625147Z copying torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2626165Z copying torch/include/ATen/ops/linalg_svdvals_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2627473Z copying torch/include/ATen/ops/linalg_svdvals_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2629017Z copying torch/include/ATen/ops/linalg_tensorinv.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2630069Z copying torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2631438Z copying torch/include/ATen/ops/linalg_tensorinv_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2632625Z copying torch/include/ATen/ops/linalg_tensorinv_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2633851Z copying torch/include/ATen/ops/linalg_tensorsolve.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2635677Z copying torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2636287Z copying torch/include/ATen/ops/linalg_tensorsolve_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2637736Z copying torch/include/ATen/ops/linalg_tensorsolve_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2638825Z copying torch/include/ATen/ops/linalg_vander.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2640812Z copying torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2641766Z copying torch/include/ATen/ops/linalg_vander_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2643257Z copying torch/include/ATen/ops/linalg_vander_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2644230Z copying torch/include/ATen/ops/linalg_vecdot.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2645946Z copying torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2646884Z copying torch/include/ATen/ops/linalg_vecdot_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2648537Z copying torch/include/ATen/ops/linalg_vecdot_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2649860Z copying torch/include/ATen/ops/linalg_vector_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2650631Z copying torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2652264Z copying torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2653198Z copying torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2654685Z copying torch/include/ATen/ops/linalg_vector_norm_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2655867Z copying torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2656997Z copying torch/include/ATen/ops/linalg_vector_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2658412Z copying torch/include/ATen/ops/linalg_vector_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2659364Z copying torch/include/ATen/ops/linear.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2660814Z copying torch/include/ATen/ops/linear_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2662405Z copying torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2663366Z copying torch/include/ATen/ops/linear_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2664429Z copying torch/include/ATen/ops/linear_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2666159Z copying torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2668006Z copying torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2668769Z copying torch/include/ATen/ops/linear_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2670340Z copying torch/include/ATen/ops/linear_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2671161Z copying torch/include/ATen/ops/linspace.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2673244Z copying torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2674127Z copying torch/include/ATen/ops/linspace_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2676176Z copying torch/include/ATen/ops/linspace_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2676669Z copying torch/include/ATen/ops/linspace_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2678258Z copying torch/include/ATen/ops/linspace_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2679216Z copying torch/include/ATen/ops/linspace_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2680912Z copying torch/include/ATen/ops/log.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2681753Z copying torch/include/ATen/ops/log10.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2683647Z copying torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2684427Z copying torch/include/ATen/ops/log10_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2685754Z copying torch/include/ATen/ops/log10_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2686968Z copying torch/include/ATen/ops/log10_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2688203Z copying torch/include/ATen/ops/log10_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2689477Z copying torch/include/ATen/ops/log10_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2690685Z copying torch/include/ATen/ops/log10_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2692083Z copying torch/include/ATen/ops/log1p.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2693265Z copying torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2694736Z copying torch/include/ATen/ops/log1p_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2695826Z copying torch/include/ATen/ops/log1p_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2697174Z copying torch/include/ATen/ops/log1p_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2698411Z copying torch/include/ATen/ops/log1p_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2699615Z copying torch/include/ATen/ops/log1p_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2700864Z copying torch/include/ATen/ops/log1p_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2702111Z copying torch/include/ATen/ops/log2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2703492Z copying torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2704559Z copying torch/include/ATen/ops/log2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2707430Z copying torch/include/ATen/ops/log2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2707942Z copying torch/include/ATen/ops/log2_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2708393Z copying torch/include/ATen/ops/log2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2710128Z copying torch/include/ATen/ops/log2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2710706Z copying torch/include/ATen/ops/log2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2712426Z copying torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2713170Z copying torch/include/ATen/ops/log_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2714543Z copying torch/include/ATen/ops/log_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2715862Z copying torch/include/ATen/ops/log_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2717177Z copying torch/include/ATen/ops/log_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2718459Z copying torch/include/ATen/ops/log_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2719857Z copying torch/include/ATen/ops/log_normal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2721254Z copying torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2723228Z copying torch/include/ATen/ops/log_normal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2724257Z copying torch/include/ATen/ops/log_normal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2725792Z copying torch/include/ATen/ops/log_normal_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2727105Z copying torch/include/ATen/ops/log_normal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2728235Z copying torch/include/ATen/ops/log_normal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2729490Z copying torch/include/ATen/ops/log_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2730887Z copying torch/include/ATen/ops/log_sigmoid.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2732051Z copying torch/include/ATen/ops/log_sigmoid_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2733398Z copying torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2734298Z copying torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2735540Z copying torch/include/ATen/ops/log_sigmoid_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2738040Z copying torch/include/ATen/ops/log_sigmoid_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2738671Z copying torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2739508Z copying torch/include/ATen/ops/log_sigmoid_forward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2740944Z copying torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2742644Z copying torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2743904Z copying torch/include/ATen/ops/log_sigmoid_forward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2745379Z copying torch/include/ATen/ops/log_sigmoid_forward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2746793Z copying torch/include/ATen/ops/log_sigmoid_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2748333Z copying torch/include/ATen/ops/log_sigmoid_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2749712Z copying torch/include/ATen/ops/log_softmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2751455Z copying torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2752775Z copying torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2754104Z copying torch/include/ATen/ops/log_softmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2755594Z copying torch/include/ATen/ops/log_softmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2757015Z copying torch/include/ATen/ops/logaddexp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2758370Z copying torch/include/ATen/ops/logaddexp2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2760323Z copying torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2761478Z copying torch/include/ATen/ops/logaddexp2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2762876Z copying torch/include/ATen/ops/logaddexp2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2764360Z copying torch/include/ATen/ops/logaddexp2_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2765765Z copying torch/include/ATen/ops/logaddexp2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2767602Z copying torch/include/ATen/ops/logaddexp2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2768227Z copying torch/include/ATen/ops/logaddexp2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2769906Z copying torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2770853Z copying torch/include/ATen/ops/logaddexp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2772990Z copying torch/include/ATen/ops/logaddexp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2773755Z copying torch/include/ATen/ops/logaddexp_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2775642Z copying torch/include/ATen/ops/logaddexp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2776243Z copying torch/include/ATen/ops/logaddexp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2777833Z copying torch/include/ATen/ops/logaddexp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2778640Z copying torch/include/ATen/ops/logcumsumexp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2780301Z copying torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2781118Z copying torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2782542Z copying torch/include/ATen/ops/logcumsumexp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2783779Z copying torch/include/ATen/ops/logcumsumexp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2785138Z copying torch/include/ATen/ops/logdet.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2786503Z copying torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2787758Z copying torch/include/ATen/ops/logdet_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2789024Z copying torch/include/ATen/ops/logdet_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2790298Z copying torch/include/ATen/ops/logical_and.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2791675Z copying torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2792903Z copying torch/include/ATen/ops/logical_and_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2794181Z copying torch/include/ATen/ops/logical_and_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2795451Z copying torch/include/ATen/ops/logical_and_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2796694Z copying torch/include/ATen/ops/logical_and_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2797983Z copying torch/include/ATen/ops/logical_not.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2799381Z copying torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2800621Z copying torch/include/ATen/ops/logical_not_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2801911Z copying torch/include/ATen/ops/logical_not_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2803243Z copying torch/include/ATen/ops/logical_not_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2804432Z copying torch/include/ATen/ops/logical_not_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2805744Z copying torch/include/ATen/ops/logical_or.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2807064Z copying torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2808749Z copying torch/include/ATen/ops/logical_or_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2810040Z copying torch/include/ATen/ops/logical_or_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2811288Z copying torch/include/ATen/ops/logical_or_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2812540Z copying torch/include/ATen/ops/logical_or_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2813763Z copying torch/include/ATen/ops/logical_xor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2815191Z copying torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2816197Z copying torch/include/ATen/ops/logical_xor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2817190Z copying torch/include/ATen/ops/logical_xor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2818263Z copying torch/include/ATen/ops/logical_xor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2819563Z copying torch/include/ATen/ops/logical_xor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2820765Z copying torch/include/ATen/ops/logit.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2821955Z copying torch/include/ATen/ops/logit_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2823285Z copying torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2824315Z copying torch/include/ATen/ops/logit_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2825788Z copying torch/include/ATen/ops/logit_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2827410Z copying torch/include/ATen/ops/logit_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2828500Z copying torch/include/ATen/ops/logit_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2829763Z copying torch/include/ATen/ops/logit_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2830644Z copying torch/include/ATen/ops/logit_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2831840Z copying torch/include/ATen/ops/logit_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2832744Z copying torch/include/ATen/ops/logit_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2833748Z copying torch/include/ATen/ops/logit_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2834844Z copying torch/include/ATen/ops/logit_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2835770Z copying torch/include/ATen/ops/logit_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2837781Z copying torch/include/ATen/ops/logspace.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2838781Z copying torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2839561Z copying torch/include/ATen/ops/logspace_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2840531Z copying torch/include/ATen/ops/logspace_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2841922Z copying torch/include/ATen/ops/logspace_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2842854Z copying torch/include/ATen/ops/logspace_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2843959Z copying torch/include/ATen/ops/logspace_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2845255Z copying torch/include/ATen/ops/logsumexp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2846177Z copying torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2848982Z copying torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2849395Z copying torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2849651Z copying torch/include/ATen/ops/logsumexp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2850453Z copying torch/include/ATen/ops/logsumexp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2851810Z copying torch/include/ATen/ops/lshift.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2852811Z copying torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2853754Z copying torch/include/ATen/ops/lshift_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2855122Z copying torch/include/ATen/ops/lshift_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2856373Z copying torch/include/ATen/ops/lshift_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2857366Z copying torch/include/ATen/ops/lshift_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2858812Z copying torch/include/ATen/ops/lshift_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2859526Z copying torch/include/ATen/ops/lstm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2860468Z copying torch/include/ATen/ops/lstm_cell.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2862035Z copying torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2863130Z copying torch/include/ATen/ops/lstm_cell_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2864290Z copying torch/include/ATen/ops/lstm_cell_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2865800Z copying torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2866638Z copying torch/include/ATen/ops/lstm_mps_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2868314Z copying torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2869125Z copying torch/include/ATen/ops/lstm_mps_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2870217Z copying torch/include/ATen/ops/lstm_mps_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2871336Z copying torch/include/ATen/ops/lstm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2872653Z copying torch/include/ATen/ops/lstm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2874053Z copying torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2875052Z copying torch/include/ATen/ops/lt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2876457Z copying torch/include/ATen/ops/lt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2878593Z copying torch/include/ATen/ops/lt_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2878868Z copying torch/include/ATen/ops/lt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2880339Z copying torch/include/ATen/ops/lt_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2881381Z copying torch/include/ATen/ops/lt_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2882430Z copying torch/include/ATen/ops/lu_solve.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2884097Z copying torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2885099Z copying torch/include/ATen/ops/lu_solve_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2887117Z copying torch/include/ATen/ops/lu_solve_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2887381Z copying torch/include/ATen/ops/lu_unpack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2888545Z copying torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2889436Z copying torch/include/ATen/ops/lu_unpack_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2890690Z copying torch/include/ATen/ops/lu_unpack_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2891598Z copying torch/include/ATen/ops/lu_unpack_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2892913Z copying torch/include/ATen/ops/lu_unpack_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2893833Z copying torch/include/ATen/ops/lu_unpack_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2895166Z copying torch/include/ATen/ops/lu_unpack_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2896285Z copying torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2897629Z copying torch/include/ATen/ops/mH_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2898485Z copying torch/include/ATen/ops/mH_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2899801Z copying torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2900777Z copying torch/include/ATen/ops/mT_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2901767Z copying torch/include/ATen/ops/mT_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2902933Z copying torch/include/ATen/ops/margin_ranking_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2904295Z copying torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2905486Z copying torch/include/ATen/ops/margin_ranking_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2906865Z copying torch/include/ATen/ops/margin_ranking_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2907901Z copying torch/include/ATen/ops/masked_fill.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2909400Z copying torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2910496Z copying torch/include/ATen/ops/masked_fill_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2911574Z copying torch/include/ATen/ops/masked_fill_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2913165Z copying torch/include/ATen/ops/masked_fill_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2914029Z copying torch/include/ATen/ops/masked_fill_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2915377Z copying torch/include/ATen/ops/masked_fill_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2916323Z copying torch/include/ATen/ops/masked_scatter.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2917957Z copying torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2918836Z copying torch/include/ATen/ops/masked_scatter_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2919981Z copying torch/include/ATen/ops/masked_scatter_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2921305Z copying torch/include/ATen/ops/masked_scatter_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2922351Z copying torch/include/ATen/ops/masked_scatter_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2923289Z copying torch/include/ATen/ops/masked_scatter_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2924625Z copying torch/include/ATen/ops/masked_select.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2925305Z copying torch/include/ATen/ops/masked_select_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2926585Z copying torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2927740Z copying torch/include/ATen/ops/masked_select_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2928613Z copying torch/include/ATen/ops/masked_select_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2930133Z copying torch/include/ATen/ops/masked_select_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2931492Z copying torch/include/ATen/ops/masked_select_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2932513Z copying torch/include/ATen/ops/masked_select_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2933811Z copying torch/include/ATen/ops/masked_select_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2935306Z copying torch/include/ATen/ops/matmul.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2936943Z copying torch/include/ATen/ops/matmul_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2937395Z copying torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2938498Z copying torch/include/ATen/ops/matmul_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2939381Z copying torch/include/ATen/ops/matmul_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2940463Z copying torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2941371Z copying torch/include/ATen/ops/matmul_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2942625Z copying torch/include/ATen/ops/matmul_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2943668Z copying torch/include/ATen/ops/matrix_H.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2945729Z copying torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2946015Z copying torch/include/ATen/ops/matrix_H_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2947220Z copying torch/include/ATen/ops/matrix_H_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2948418Z copying torch/include/ATen/ops/matrix_exp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2949626Z copying torch/include/ATen/ops/matrix_exp_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2951234Z copying torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2952071Z copying torch/include/ATen/ops/matrix_exp_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2952974Z copying torch/include/ATen/ops/matrix_exp_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2954253Z copying torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2955171Z copying torch/include/ATen/ops/matrix_exp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2956265Z copying torch/include/ATen/ops/matrix_exp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2957921Z copying torch/include/ATen/ops/matrix_power.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2958907Z copying torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2960139Z copying torch/include/ATen/ops/matrix_power_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2961548Z copying torch/include/ATen/ops/matrix_power_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2962250Z copying torch/include/ATen/ops/max.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2963479Z copying torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2964311Z copying torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2965385Z copying torch/include/ATen/ops/max_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2966446Z copying torch/include/ATen/ops/max_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2967633Z copying torch/include/ATen/ops/max_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2968403Z copying torch/include/ATen/ops/max_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2969450Z copying torch/include/ATen/ops/max_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2970404Z copying torch/include/ATen/ops/max_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2971771Z copying torch/include/ATen/ops/max_pool1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2973245Z copying torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2973974Z copying torch/include/ATen/ops/max_pool1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2974923Z copying torch/include/ATen/ops/max_pool1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2976453Z copying torch/include/ATen/ops/max_pool1d_with_indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2977783Z copying torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2978614Z copying torch/include/ATen/ops/max_pool1d_with_indices_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2979952Z copying torch/include/ATen/ops/max_pool1d_with_indices_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2980709Z copying torch/include/ATen/ops/max_pool2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2982174Z copying torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2983187Z copying torch/include/ATen/ops/max_pool2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2984219Z copying torch/include/ATen/ops/max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2985539Z copying torch/include/ATen/ops/max_pool2d_with_indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2986803Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2987973Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2989044Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2990101Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2991009Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2992309Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2993279Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2994631Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2995440Z copying torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2996845Z copying torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2997647Z copying torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.2998889Z copying torch/include/ATen/ops/max_pool2d_with_indices_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3000191Z copying torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3001222Z copying torch/include/ATen/ops/max_pool2d_with_indices_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3002752Z copying torch/include/ATen/ops/max_pool2d_with_indices_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3003747Z copying torch/include/ATen/ops/max_pool3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3005717Z copying torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3006617Z copying torch/include/ATen/ops/max_pool3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3008024Z copying torch/include/ATen/ops/max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3009177Z copying torch/include/ATen/ops/max_pool3d_with_indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3010884Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3012184Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3014020Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3015219Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3016701Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3017891Z copying torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3019272Z copying torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3020859Z copying torch/include/ATen/ops/max_pool3d_with_indices_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3022644Z copying torch/include/ATen/ops/max_pool3d_with_indices_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3023000Z copying torch/include/ATen/ops/max_unpool2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3024668Z copying torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3025604Z copying torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3027194Z copying torch/include/ATen/ops/max_unpool2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3028172Z copying torch/include/ATen/ops/max_unpool2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3029107Z copying torch/include/ATen/ops/max_unpool3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3030623Z copying torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3031713Z copying torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3032413Z copying torch/include/ATen/ops/max_unpool3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3034173Z copying torch/include/ATen/ops/max_unpool3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3035246Z copying torch/include/ATen/ops/maximum.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3036274Z copying torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3037261Z copying torch/include/ATen/ops/maximum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3038558Z copying torch/include/ATen/ops/maximum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3039576Z copying torch/include/ATen/ops/maximum_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3040997Z copying torch/include/ATen/ops/maximum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3041914Z copying torch/include/ATen/ops/maximum_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3043082Z copying torch/include/ATen/ops/maximum_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3044402Z copying torch/include/ATen/ops/mean.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3045627Z copying torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3046932Z copying torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3047947Z copying torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3048777Z copying torch/include/ATen/ops/mm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3049973Z copying torch/include/ATen/ops/mean_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3051301Z copying torch/include/ATen/ops/mean_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3052152Z copying torch/include/ATen/ops/mean_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3053362Z copying torch/include/ATen/ops/mean_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3054907Z copying torch/include/ATen/ops/mean_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3055724Z copying torch/include/ATen/ops/mean_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3056967Z copying torch/include/ATen/ops/median.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3058041Z copying torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3059464Z copying torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3060690Z copying torch/include/ATen/ops/median_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3061555Z copying torch/include/ATen/ops/median_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3062978Z copying torch/include/ATen/ops/median_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3064164Z copying torch/include/ATen/ops/median_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3065855Z copying torch/include/ATen/ops/meshgrid.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3066484Z copying torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3067856Z copying torch/include/ATen/ops/meshgrid_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3068506Z copying torch/include/ATen/ops/meshgrid_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3070084Z copying torch/include/ATen/ops/min.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3071433Z copying torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3072647Z copying torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3073131Z copying torch/include/ATen/ops/min_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3074777Z copying torch/include/ATen/ops/min_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3075458Z copying torch/include/ATen/ops/min_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3077175Z copying torch/include/ATen/ops/min_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3077899Z copying torch/include/ATen/ops/min_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3078955Z copying torch/include/ATen/ops/min_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3079934Z copying torch/include/ATen/ops/minimum.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3081321Z copying torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3082754Z copying torch/include/ATen/ops/minimum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3083323Z copying torch/include/ATen/ops/minimum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3084567Z copying torch/include/ATen/ops/minimum_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3085547Z copying torch/include/ATen/ops/minimum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3086861Z copying torch/include/ATen/ops/minimum_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3087921Z copying torch/include/ATen/ops/minimum_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3089065Z copying torch/include/ATen/ops/miopen_batch_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3090007Z copying torch/include/ATen/ops/miopen_batch_norm_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3091828Z copying torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3093087Z copying torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3094795Z copying torch/include/ATen/ops/miopen_batch_norm_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3096037Z copying torch/include/ATen/ops/miopen_batch_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3097573Z copying torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3099013Z copying torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3100310Z copying torch/include/ATen/ops/miopen_batch_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3101679Z copying torch/include/ATen/ops/miopen_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3103278Z copying torch/include/ATen/ops/miopen_convolution.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3104608Z copying torch/include/ATen/ops/miopen_convolution_add_relu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3106985Z copying torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3107511Z copying torch/include/ATen/ops/miopen_convolution_add_relu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3108852Z copying torch/include/ATen/ops/miopen_convolution_add_relu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3110392Z copying torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3112604Z copying torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3113655Z copying torch/include/ATen/ops/miopen_convolution_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3115023Z copying torch/include/ATen/ops/miopen_convolution_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3116431Z copying torch/include/ATen/ops/miopen_convolution_relu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3118138Z copying torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3119546Z copying torch/include/ATen/ops/miopen_convolution_relu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3121287Z copying torch/include/ATen/ops/miopen_convolution_relu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3122474Z copying torch/include/ATen/ops/miopen_convolution_transpose.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3124569Z copying torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3125694Z copying torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3127082Z copying torch/include/ATen/ops/miopen_convolution_transpose_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3128500Z copying torch/include/ATen/ops/miopen_convolution_transpose_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3130248Z copying torch/include/ATen/ops/miopen_depthwise_convolution.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3131638Z copying torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3132987Z copying torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3134724Z copying torch/include/ATen/ops/miopen_depthwise_convolution_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3136113Z copying torch/include/ATen/ops/miopen_depthwise_convolution_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3137590Z copying torch/include/ATen/ops/miopen_rnn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3138963Z copying torch/include/ATen/ops/miopen_rnn_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3140631Z copying torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3141918Z copying torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3143585Z copying torch/include/ATen/ops/miopen_rnn_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3145131Z copying torch/include/ATen/ops/miopen_rnn_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3146903Z copying torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3148117Z copying torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3149448Z copying torch/include/ATen/ops/miopen_rnn_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3150189Z copying torch/include/ATen/ops/miopen_rnn_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3151524Z copying torch/include/ATen/ops/mish.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3152861Z copying torch/include/ATen/ops/mish_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3154080Z copying torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3155087Z copying torch/include/ATen/ops/mish_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3156460Z copying torch/include/ATen/ops/mish_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3157890Z copying torch/include/ATen/ops/mish_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3159350Z copying torch/include/ATen/ops/mish_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3160652Z copying torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3161618Z copying torch/include/ATen/ops/mish_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3162866Z copying torch/include/ATen/ops/mish_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3164090Z copying torch/include/ATen/ops/mish_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3165180Z copying torch/include/ATen/ops/mish_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3166424Z copying torch/include/ATen/ops/mish_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3167685Z copying torch/include/ATen/ops/mish_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3169574Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3170545Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3171729Z copying torch/include/ATen/ops/mkldnn_convolution.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3173299Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3174537Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3175624Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3176817Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3178000Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3179258Z copying torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3180355Z copying torch/include/ATen/ops/mkldnn_convolution_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3181523Z copying torch/include/ATen/ops/mkldnn_convolution_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3182692Z copying torch/include/ATen/ops/mkldnn_linear.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3183916Z copying torch/include/ATen/ops/mkldnn_linear_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3185315Z copying torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3186393Z copying torch/include/ATen/ops/mkldnn_linear_backward_input.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3187811Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3188799Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3190003Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3191052Z copying torch/include/ATen/ops/mkldnn_linear_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3192234Z copying torch/include/ATen/ops/mkldnn_linear_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3193295Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3194622Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3195591Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3197419Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3198272Z copying torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3200210Z copying torch/include/ATen/ops/mkldnn_linear_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3200745Z copying torch/include/ATen/ops/mkldnn_linear_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3202035Z copying torch/include/ATen/ops/mkldnn_max_pool2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3203342Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3204386Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3205576Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3206495Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3207477Z copying torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3208545Z copying torch/include/ATen/ops/mkldnn_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3209525Z copying torch/include/ATen/ops/mkldnn_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3210621Z copying torch/include/ATen/ops/mkldnn_max_pool3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3211615Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3212996Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3214181Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3214930Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3216281Z copying torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3217323Z copying torch/include/ATen/ops/mkldnn_max_pool3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3218241Z copying torch/include/ATen/ops/mkldnn_max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3219088Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3220540Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3221392Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3222418Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3223279Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3224984Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3225827Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3227526Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3228444Z copying torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3229660Z copying torch/include/ATen/ops/mm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3230970Z copying torch/include/ATen/ops/mm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3231996Z copying torch/include/ATen/ops/mm_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3233234Z copying torch/include/ATen/ops/mm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3234645Z copying torch/include/ATen/ops/mm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3235401Z copying torch/include/ATen/ops/mm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3236309Z copying torch/include/ATen/ops/mode.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3237581Z copying torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3239028Z copying torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3239797Z copying torch/include/ATen/ops/mode_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3240767Z copying torch/include/ATen/ops/mode_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3242086Z copying torch/include/ATen/ops/mode_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3242938Z copying torch/include/ATen/ops/mode_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3244267Z copying torch/include/ATen/ops/moveaxis.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3245723Z copying torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3246621Z copying torch/include/ATen/ops/moveaxis_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3247702Z copying torch/include/ATen/ops/moveaxis_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3249252Z copying torch/include/ATen/ops/movedim.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3250367Z copying torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3251381Z copying torch/include/ATen/ops/movedim_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3252782Z copying torch/include/ATen/ops/movedim_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3253885Z copying torch/include/ATen/ops/mps_convolution_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3255193Z copying torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3256181Z copying torch/include/ATen/ops/mps_convolution_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3257583Z copying torch/include/ATen/ops/mps_convolution_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3258641Z copying torch/include/ATen/ops/mps_convolution_transpose_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3260140Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3261114Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3262510Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3263718Z copying torch/include/ATen/ops/mps_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3265139Z copying torch/include/ATen/ops/mps_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3266630Z copying torch/include/ATen/ops/mps_max_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3267609Z copying torch/include/ATen/ops/mps_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3268856Z copying torch/include/ATen/ops/mse_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3270141Z copying torch/include/ATen/ops/mse_loss_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3271902Z copying torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3273145Z copying torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3274364Z copying torch/include/ATen/ops/mse_loss_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3275575Z copying torch/include/ATen/ops/mse_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3276906Z copying torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3278024Z copying torch/include/ATen/ops/mse_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3279355Z copying torch/include/ATen/ops/mse_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3280607Z copying torch/include/ATen/ops/mse_loss_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3281703Z copying torch/include/ATen/ops/mse_loss_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3283040Z copying torch/include/ATen/ops/mse_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3284259Z copying torch/include/ATen/ops/mse_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3285541Z copying torch/include/ATen/ops/msort.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3286898Z copying torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3288027Z copying torch/include/ATen/ops/msort_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3289231Z copying torch/include/ATen/ops/msort_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3290463Z copying torch/include/ATen/ops/mul.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3291772Z copying torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3293140Z copying torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3294080Z copying torch/include/ATen/ops/mul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3295477Z copying torch/include/ATen/ops/mul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3296496Z copying torch/include/ATen/ops/mul_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3297890Z copying torch/include/ATen/ops/mul_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3299025Z copying torch/include/ATen/ops/mul_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3300310Z copying torch/include/ATen/ops/mul_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3301563Z copying torch/include/ATen/ops/multi_margin_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3302918Z copying torch/include/ATen/ops/multi_margin_loss_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3303960Z copying torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3305585Z copying torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3306829Z copying torch/include/ATen/ops/multi_margin_loss_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3308015Z copying torch/include/ATen/ops/multi_margin_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3309274Z copying torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3310657Z copying torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3311615Z copying torch/include/ATen/ops/multi_margin_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3312521Z copying torch/include/ATen/ops/multi_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3314993Z copying torch/include/ATen/ops/multilabel_margin_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3315565Z copying torch/include/ATen/ops/multilabel_margin_loss_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3316308Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3317649Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3319177Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3320954Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3322201Z copying torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3324572Z copying torch/include/ATen/ops/multilabel_margin_loss_forward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3325151Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3326316Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3327659Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3329366Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3330784Z copying torch/include/ATen/ops/multilabel_margin_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3332136Z copying torch/include/ATen/ops/multilabel_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3333733Z copying torch/include/ATen/ops/multinomial.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3335038Z copying torch/include/ATen/ops/multinomial_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3336755Z copying torch/include/ATen/ops/multinomial_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3338004Z copying torch/include/ATen/ops/multinomial_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3339400Z copying torch/include/ATen/ops/multinomial_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3341029Z copying torch/include/ATen/ops/multiply.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3342487Z copying torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3343759Z copying torch/include/ATen/ops/multiply_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3345319Z copying torch/include/ATen/ops/multiply_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3346839Z copying torch/include/ATen/ops/mv.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3348438Z copying torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3349261Z copying torch/include/ATen/ops/mv_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3350649Z copying torch/include/ATen/ops/mv_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3351925Z copying torch/include/ATen/ops/mvlgamma.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3353389Z copying torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3354352Z copying torch/include/ATen/ops/mvlgamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3356400Z copying torch/include/ATen/ops/mvlgamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3357414Z copying torch/include/ATen/ops/mvlgamma_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3358727Z copying torch/include/ATen/ops/mvlgamma_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3359676Z copying torch/include/ATen/ops/nan_to_num.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3360983Z copying torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3362025Z copying torch/include/ATen/ops/nan_to_num_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3363409Z copying torch/include/ATen/ops/nan_to_num_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3364266Z copying torch/include/ATen/ops/nan_to_num_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3365461Z copying torch/include/ATen/ops/nan_to_num_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3366635Z copying torch/include/ATen/ops/nanmean.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3368127Z copying torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3369361Z copying torch/include/ATen/ops/nanmean_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3370649Z copying torch/include/ATen/ops/nanmean_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3371641Z copying torch/include/ATen/ops/nanmedian.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3372548Z copying torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3374097Z copying torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3375153Z copying torch/include/ATen/ops/nanmedian_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3376234Z copying torch/include/ATen/ops/nanmedian_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3377486Z copying torch/include/ATen/ops/nanmedian_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3378497Z copying torch/include/ATen/ops/nanmedian_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3379989Z copying torch/include/ATen/ops/nanquantile.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3380974Z copying torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3382442Z copying torch/include/ATen/ops/nanquantile_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3383437Z copying torch/include/ATen/ops/nanquantile_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3384634Z copying torch/include/ATen/ops/nansum.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3386358Z copying torch/include/ATen/ops/nansum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3388467Z copying torch/include/ATen/ops/nansum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3389368Z copying torch/include/ATen/ops/nansum_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3390408Z copying torch/include/ATen/ops/nansum_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3391454Z copying torch/include/ATen/ops/narrow.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3392344Z copying torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3393792Z copying torch/include/ATen/ops/narrow_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3395254Z copying torch/include/ATen/ops/narrow_copy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3395931Z copying torch/include/ATen/ops/narrow_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3397411Z copying torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3398406Z copying torch/include/ATen/ops/narrow_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3399822Z copying torch/include/ATen/ops/narrow_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3401039Z copying torch/include/ATen/ops/narrow_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3402074Z copying torch/include/ATen/ops/native_batch_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3403351Z copying torch/include/ATen/ops/native_batch_norm_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3404692Z copying torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3405933Z copying torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3406933Z copying torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3408369Z copying torch/include/ATen/ops/native_batch_norm_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3409661Z copying torch/include/ATen/ops/native_batch_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3410534Z copying torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3411935Z copying torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3412902Z copying torch/include/ATen/ops/native_batch_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3413912Z copying torch/include/ATen/ops/native_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3415215Z copying torch/include/ATen/ops/native_channel_shuffle.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3416343Z copying torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3417722Z copying torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3418785Z copying torch/include/ATen/ops/native_channel_shuffle_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3420417Z copying torch/include/ATen/ops/native_channel_shuffle_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3421371Z copying torch/include/ATen/ops/native_dropout.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3422777Z copying torch/include/ATen/ops/native_dropout_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3424119Z copying torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3425508Z copying torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3426790Z copying torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3428031Z copying torch/include/ATen/ops/native_dropout_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3429415Z copying torch/include/ATen/ops/native_dropout_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3430652Z copying torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3431613Z copying torch/include/ATen/ops/native_dropout_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3432483Z copying torch/include/ATen/ops/native_dropout_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3434705Z copying torch/include/ATen/ops/native_dropout_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3435359Z copying torch/include/ATen/ops/native_dropout_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3436880Z copying torch/include/ATen/ops/native_group_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3437584Z copying torch/include/ATen/ops/native_group_norm_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3439334Z copying torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3440158Z copying torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3441545Z copying torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3442328Z copying torch/include/ATen/ops/native_group_norm_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3443360Z copying torch/include/ATen/ops/native_group_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3444635Z copying torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3445727Z copying torch/include/ATen/ops/native_group_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3447109Z copying torch/include/ATen/ops/native_group_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3448036Z copying torch/include/ATen/ops/native_group_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3449446Z copying torch/include/ATen/ops/native_group_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3450374Z copying torch/include/ATen/ops/native_layer_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3451623Z copying torch/include/ATen/ops/native_layer_norm_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3453149Z copying torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3454651Z copying torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3455807Z copying torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3457349Z copying torch/include/ATen/ops/native_layer_norm_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3458279Z copying torch/include/ATen/ops/native_layer_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3460097Z copying torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3460894Z copying torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3461766Z copying torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3462754Z copying torch/include/ATen/ops/native_layer_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3463881Z copying torch/include/ATen/ops/native_layer_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3465149Z copying torch/include/ATen/ops/native_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3466547Z copying torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3467536Z copying torch/include/ATen/ops/native_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3468559Z copying torch/include/ATen/ops/native_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3479667Z copying torch/include/ATen/ops/ne.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3480308Z copying torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3480570Z copying torch/include/ATen/ops/ne_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3487518Z copying torch/include/ATen/ops/ne_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3488511Z copying torch/include/ATen/ops/ne_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3489936Z copying torch/include/ATen/ops/ne_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3490953Z copying torch/include/ATen/ops/ne_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3492350Z copying torch/include/ATen/ops/ne_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3493703Z copying torch/include/ATen/ops/neg.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3494853Z copying torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3495860Z copying torch/include/ATen/ops/neg_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3497007Z copying torch/include/ATen/ops/neg_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3497928Z copying torch/include/ATen/ops/neg_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3499109Z copying torch/include/ATen/ops/neg_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3500042Z copying torch/include/ATen/ops/neg_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3501027Z copying torch/include/ATen/ops/neg_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3502076Z copying torch/include/ATen/ops/negative.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3503409Z copying torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3504314Z copying torch/include/ATen/ops/negative_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3505854Z copying torch/include/ATen/ops/negative_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3506831Z copying torch/include/ATen/ops/nested_to_padded_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3507964Z copying torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3509184Z copying torch/include/ATen/ops/nested_to_padded_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3510306Z copying torch/include/ATen/ops/nested_to_padded_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3512225Z copying torch/include/ATen/ops/new_empty.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3512760Z copying torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3514240Z copying torch/include/ATen/ops/new_empty_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3515173Z copying torch/include/ATen/ops/new_empty_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3516119Z copying torch/include/ATen/ops/new_empty_strided.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3517474Z copying torch/include/ATen/ops/new_empty_strided_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3518717Z copying torch/include/ATen/ops/or.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3520178Z copying torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3522672Z copying torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3523205Z copying torch/include/ATen/ops/new_empty_strided_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3524494Z copying torch/include/ATen/ops/new_full.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3526208Z copying torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3527583Z copying torch/include/ATen/ops/new_full_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3528953Z copying torch/include/ATen/ops/new_full_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3530661Z copying torch/include/ATen/ops/new_ones.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3532347Z copying torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3533515Z copying torch/include/ATen/ops/new_ones_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3535072Z copying torch/include/ATen/ops/new_ones_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3536658Z copying torch/include/ATen/ops/new_zeros.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3538071Z copying torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3539403Z copying torch/include/ATen/ops/new_zeros_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3540995Z copying torch/include/ATen/ops/new_zeros_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3542299Z copying torch/include/ATen/ops/nextafter.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3544009Z copying torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3546191Z copying torch/include/ATen/ops/nextafter_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3547430Z copying torch/include/ATen/ops/nextafter_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3548834Z copying torch/include/ATen/ops/nextafter_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3550203Z copying torch/include/ATen/ops/nextafter_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3551486Z copying torch/include/ATen/ops/nextafter_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3552393Z copying torch/include/ATen/ops/nextafter_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3553968Z copying torch/include/ATen/ops/nll_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3555200Z copying torch/include/ATen/ops/nll_loss2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3556400Z copying torch/include/ATen/ops/nll_loss2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3557591Z copying torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3559006Z copying torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3560284Z copying torch/include/ATen/ops/nll_loss2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3561671Z copying torch/include/ATen/ops/nll_loss2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3562996Z copying torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3564181Z copying torch/include/ATen/ops/nll_loss2d_forward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3565802Z copying torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3566990Z copying torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3567978Z copying torch/include/ATen/ops/nll_loss2d_forward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3570328Z copying torch/include/ATen/ops/nll_loss2d_forward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3571012Z copying torch/include/ATen/ops/nll_loss2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3572441Z copying torch/include/ATen/ops/nll_loss2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3573908Z copying torch/include/ATen/ops/nll_loss_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3574985Z copying torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3576266Z copying torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3577758Z copying torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3579252Z copying torch/include/ATen/ops/nll_loss_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3579778Z copying torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3581542Z copying torch/include/ATen/ops/nll_loss_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3582754Z copying torch/include/ATen/ops/nll_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3583446Z copying torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3584449Z copying torch/include/ATen/ops/nll_loss_forward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3585895Z copying torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3587623Z copying torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3588674Z copying torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3589540Z copying torch/include/ATen/ops/nll_loss_forward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3590952Z copying torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3591861Z copying torch/include/ATen/ops/nll_loss_forward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3593196Z copying torch/include/ATen/ops/nll_loss_forward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3594051Z copying torch/include/ATen/ops/nll_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3595552Z copying torch/include/ATen/ops/nll_loss_nd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3596424Z copying torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3597365Z copying torch/include/ATen/ops/nll_loss_nd_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3598742Z copying torch/include/ATen/ops/nll_loss_nd_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3599739Z copying torch/include/ATen/ops/nll_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3601181Z copying torch/include/ATen/ops/nonzero.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3602334Z copying torch/include/ATen/ops/nonzero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3603352Z copying torch/include/ATen/ops/nonzero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3604718Z copying torch/include/ATen/ops/nonzero_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3605840Z copying torch/include/ATen/ops/nonzero_numpy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3607159Z copying torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3608861Z copying torch/include/ATen/ops/nonzero_numpy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3609976Z copying torch/include/ATen/ops/nonzero_numpy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3611406Z copying torch/include/ATen/ops/nonzero_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3612650Z copying torch/include/ATen/ops/norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3613636Z copying torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3615029Z copying torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3616020Z copying torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3617078Z copying torch/include/ATen/ops/norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3618414Z copying torch/include/ATen/ops/norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3619295Z copying torch/include/ATen/ops/norm_except_dim.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3620695Z copying torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3621565Z copying torch/include/ATen/ops/norm_except_dim_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3622861Z copying torch/include/ATen/ops/norm_except_dim_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3623861Z copying torch/include/ATen/ops/norm_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3625233Z copying torch/include/ATen/ops/norm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3626287Z copying torch/include/ATen/ops/norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3627646Z copying torch/include/ATen/ops/norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3628926Z copying torch/include/ATen/ops/normal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3630366Z copying torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3631558Z copying torch/include/ATen/ops/normal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3633826Z copying torch/include/ATen/ops/normal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3634333Z copying torch/include/ATen/ops/normal_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3635246Z copying torch/include/ATen/ops/normal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3636972Z copying torch/include/ATen/ops/normal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3637433Z copying torch/include/ATen/ops/not_equal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3638946Z copying torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3639550Z copying torch/include/ATen/ops/not_equal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3640528Z copying torch/include/ATen/ops/not_equal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3641715Z copying torch/include/ATen/ops/nuclear_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3642808Z copying torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3644307Z copying torch/include/ATen/ops/nuclear_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3645892Z copying torch/include/ATen/ops/nuclear_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3646426Z copying torch/include/ATen/ops/numpy_T.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3648374Z copying torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3648647Z copying torch/include/ATen/ops/numpy_T_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3650263Z copying torch/include/ATen/ops/numpy_T_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3651194Z copying torch/include/ATen/ops/one_hot.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3652872Z copying torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3653593Z copying torch/include/ATen/ops/one_hot_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3654967Z copying torch/include/ATen/ops/one_hot_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3655996Z copying torch/include/ATen/ops/ones.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3657897Z copying torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3658603Z copying torch/include/ATen/ops/ones_like.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3660473Z copying torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3661088Z copying torch/include/ATen/ops/ones_like_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3662669Z copying torch/include/ATen/ops/ones_like_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3664120Z copying torch/include/ATen/ops/ones_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3666215Z copying torch/include/ATen/ops/ones_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3666811Z copying torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3667516Z copying torch/include/ATen/ops/or_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3668359Z copying torch/include/ATen/ops/or_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3669388Z copying torch/include/ATen/ops/orgqr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3670650Z copying torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3672033Z copying torch/include/ATen/ops/orgqr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3672861Z copying torch/include/ATen/ops/orgqr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3674258Z copying torch/include/ATen/ops/ormqr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3675175Z copying torch/include/ATen/ops/ormqr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3676268Z copying torch/include/ATen/ops/ormqr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3677340Z copying torch/include/ATen/ops/ormqr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3678479Z copying torch/include/ATen/ops/ormqr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3680121Z copying torch/include/ATen/ops/outer.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3681095Z copying torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3681846Z copying torch/include/ATen/ops/outer_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3683143Z copying torch/include/ATen/ops/outer_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3684541Z copying torch/include/ATen/ops/output_nr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3685587Z copying torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3686816Z copying torch/include/ATen/ops/output_nr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3687689Z copying torch/include/ATen/ops/output_nr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3689400Z copying torch/include/ATen/ops/pad.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3690384Z copying torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3691290Z copying torch/include/ATen/ops/pad_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3692550Z copying torch/include/ATen/ops/pad_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3693496Z copying torch/include/ATen/ops/pad_sequence.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3694796Z copying torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3695858Z copying torch/include/ATen/ops/pad_sequence_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3697175Z copying torch/include/ATen/ops/pad_sequence_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3698250Z copying torch/include/ATen/ops/pairwise_distance.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3699381Z copying torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3700401Z copying torch/include/ATen/ops/pairwise_distance_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3701417Z copying torch/include/ATen/ops/pairwise_distance_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3703240Z copying torch/include/ATen/ops/pdist.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3704078Z copying torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3705007Z copying torch/include/ATen/ops/pdist_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3706187Z copying torch/include/ATen/ops/pdist_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3707169Z copying torch/include/ATen/ops/permute.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3708432Z copying torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3709458Z copying torch/include/ATen/ops/permute_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3710796Z copying torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3712184Z copying torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3713043Z copying torch/include/ATen/ops/permute_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3714123Z copying torch/include/ATen/ops/permute_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3715511Z copying torch/include/ATen/ops/permute_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3716381Z copying torch/include/ATen/ops/permute_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3717613Z copying torch/include/ATen/ops/pin_memory.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3718698Z copying torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3719850Z copying torch/include/ATen/ops/pin_memory_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3721165Z copying torch/include/ATen/ops/pin_memory_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3722009Z copying torch/include/ATen/ops/pinverse.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3723788Z copying torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3724644Z copying torch/include/ATen/ops/pinverse_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3725920Z copying torch/include/ATen/ops/pinverse_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3726858Z copying torch/include/ATen/ops/pixel_shuffle.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3728460Z copying torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3729693Z copying torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3730631Z copying torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3731633Z copying torch/include/ATen/ops/pixel_shuffle_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3733011Z copying torch/include/ATen/ops/pixel_shuffle_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3733908Z copying torch/include/ATen/ops/pixel_unshuffle.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3735508Z copying torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3736473Z copying torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3737884Z copying torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3738907Z copying torch/include/ATen/ops/pixel_unshuffle_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3740212Z copying torch/include/ATen/ops/pixel_unshuffle_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3741015Z copying torch/include/ATen/ops/poisson.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3742333Z copying torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3743401Z copying torch/include/ATen/ops/poisson_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3744713Z copying torch/include/ATen/ops/poisson_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3746294Z copying torch/include/ATen/ops/poisson_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3747575Z copying torch/include/ATen/ops/poisson_nll_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3749068Z copying torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3749798Z copying torch/include/ATen/ops/poisson_nll_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3750669Z copying torch/include/ATen/ops/poisson_nll_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3752023Z copying torch/include/ATen/ops/poisson_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3753426Z copying torch/include/ATen/ops/polar.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3755022Z copying torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3756609Z copying torch/include/ATen/ops/polar_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3757231Z copying torch/include/ATen/ops/polar_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3758416Z copying torch/include/ATen/ops/polar_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3760027Z copying torch/include/ATen/ops/polar_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3760963Z copying torch/include/ATen/ops/polygamma.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3762369Z copying torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3764404Z copying torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3764865Z copying torch/include/ATen/ops/polygamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3766335Z copying torch/include/ATen/ops/qr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3767689Z copying torch/include/ATen/ops/polygamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3768951Z copying torch/include/ATen/ops/polygamma_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3770198Z copying torch/include/ATen/ops/polygamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3770804Z copying torch/include/ATen/ops/polygamma_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3772571Z copying torch/include/ATen/ops/polygamma_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3773175Z copying torch/include/ATen/ops/positive.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3774503Z copying torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3775831Z copying torch/include/ATen/ops/positive_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3776236Z copying torch/include/ATen/ops/positive_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3778526Z copying torch/include/ATen/ops/pow.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3779304Z copying torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3779905Z copying torch/include/ATen/ops/pow_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3780549Z copying torch/include/ATen/ops/pow_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3781977Z copying torch/include/ATen/ops/pow_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3783243Z copying torch/include/ATen/ops/pow_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3785134Z copying torch/include/ATen/ops/pow_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3786332Z copying torch/include/ATen/ops/pow_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3787575Z copying torch/include/ATen/ops/prelu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3788562Z copying torch/include/ATen/ops/prelu_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3790123Z copying torch/include/ATen/ops/prelu_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3791104Z copying torch/include/ATen/ops/prelu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3792106Z copying torch/include/ATen/ops/prelu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3793392Z copying torch/include/ATen/ops/prelu_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3794343Z copying torch/include/ATen/ops/prelu_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3795507Z copying torch/include/ATen/ops/prelu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3796394Z copying torch/include/ATen/ops/prelu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3798006Z copying torch/include/ATen/ops/prelu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3798998Z copying torch/include/ATen/ops/prelu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3800043Z copying torch/include/ATen/ops/prelu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3801351Z copying torch/include/ATen/ops/prod.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3802738Z copying torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3803615Z copying torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3804984Z copying torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3805757Z copying torch/include/ATen/ops/prod_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3806711Z copying torch/include/ATen/ops/prod_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3807929Z copying torch/include/ATen/ops/prod_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3808846Z copying torch/include/ATen/ops/prod_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3809804Z copying torch/include/ATen/ops/prod_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3811164Z copying torch/include/ATen/ops/prod_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3812148Z copying torch/include/ATen/ops/promote_types.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3813693Z copying torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3814452Z copying torch/include/ATen/ops/promote_types_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3815840Z copying torch/include/ATen/ops/promote_types_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3817172Z copying torch/include/ATen/ops/put.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3818599Z copying torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3820556Z copying torch/include/ATen/ops/put_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3820851Z copying torch/include/ATen/ops/put_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3822290Z copying torch/include/ATen/ops/put_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3823748Z copying torch/include/ATen/ops/put_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3826345Z copying torch/include/ATen/ops/put_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3826700Z copying torch/include/ATen/ops/q_per_channel_axis.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3827647Z copying torch/include/ATen/ops/q_per_channel_axis_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3829042Z copying torch/include/ATen/ops/q_per_channel_axis_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3830223Z copying torch/include/ATen/ops/q_per_channel_scales.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3832091Z copying torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3832912Z copying torch/include/ATen/ops/q_per_channel_scales_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3833762Z copying torch/include/ATen/ops/q_per_channel_scales_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3834790Z copying torch/include/ATen/ops/q_per_channel_zero_points.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3836690Z copying torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3837598Z copying torch/include/ATen/ops/q_per_channel_zero_points_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3838585Z copying torch/include/ATen/ops/q_per_channel_zero_points_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3839831Z copying torch/include/ATen/ops/q_scale.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3840772Z copying torch/include/ATen/ops/q_scale_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3842037Z copying torch/include/ATen/ops/q_scale_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3842970Z copying torch/include/ATen/ops/q_zero_point.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3844324Z copying torch/include/ATen/ops/q_zero_point_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3845327Z copying torch/include/ATen/ops/q_zero_point_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3846451Z copying torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3847580Z copying torch/include/ATen/ops/qr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3848863Z copying torch/include/ATen/ops/qr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3849851Z copying torch/include/ATen/ops/qscheme.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3851093Z copying torch/include/ATen/ops/qscheme_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3852760Z copying torch/include/ATen/ops/qscheme_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3853807Z copying torch/include/ATen/ops/quantile.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3854815Z copying torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3855878Z copying torch/include/ATen/ops/quantile_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3857101Z copying torch/include/ATen/ops/quantile_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3858162Z copying torch/include/ATen/ops/quantize_per_channel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3859269Z copying torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3860616Z copying torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3861618Z copying torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3862867Z copying torch/include/ATen/ops/quantize_per_channel_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3864337Z copying torch/include/ATen/ops/quantize_per_channel_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3865457Z copying torch/include/ATen/ops/quantize_per_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3866582Z copying torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3867563Z copying torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3869054Z copying torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3869980Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3870892Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3872277Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3873168Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3874374Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3875418Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3876745Z copying torch/include/ATen/ops/quantize_per_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3877774Z copying torch/include/ATen/ops/quantize_per_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3879172Z copying torch/include/ATen/ops/quantized_batch_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3880539Z copying torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3881726Z copying torch/include/ATen/ops/quantized_batch_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3882879Z copying torch/include/ATen/ops/quantized_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3884154Z copying torch/include/ATen/ops/quantized_gru_cell.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3885582Z copying torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3886523Z copying torch/include/ATen/ops/quantized_gru_cell_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3887788Z copying torch/include/ATen/ops/quantized_gru_cell_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3888998Z copying torch/include/ATen/ops/quantized_lstm_cell.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3890012Z copying torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3890890Z copying torch/include/ATen/ops/quantized_lstm_cell_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3892256Z copying torch/include/ATen/ops/quantized_lstm_cell_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3893262Z copying torch/include/ATen/ops/quantized_max_pool1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3894896Z copying torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3896479Z copying torch/include/ATen/ops/quantized_max_pool1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3896787Z copying torch/include/ATen/ops/quantized_max_pool1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3898079Z copying torch/include/ATen/ops/quantized_max_pool2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3899501Z copying torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3900429Z copying torch/include/ATen/ops/quantized_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3902066Z copying torch/include/ATen/ops/quantized_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3903046Z copying torch/include/ATen/ops/quantized_rnn_relu_cell.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3904963Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3905498Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3907716Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3908472Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3910304Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3911177Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3913020Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3914198Z copying torch/include/ATen/ops/rad2deg.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3915518Z copying torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3916668Z copying torch/include/ATen/ops/rad2deg_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3917870Z copying torch/include/ATen/ops/rad2deg_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3919131Z copying torch/include/ATen/ops/rand.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3920919Z copying torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3921874Z copying torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3923382Z copying torch/include/ATen/ops/rand_like.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3924406Z copying torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3926000Z copying torch/include/ATen/ops/rand_like_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3926989Z copying torch/include/ATen/ops/rand_like_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3928576Z copying torch/include/ATen/ops/rand_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3929453Z copying torch/include/ATen/ops/rand_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3931284Z copying torch/include/ATen/ops/randint.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3932631Z copying torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3934372Z copying torch/include/ATen/ops/randint_like.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3936174Z copying torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3936971Z copying torch/include/ATen/ops/randint_like_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3938255Z copying torch/include/ATen/ops/randint_like_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3939432Z copying torch/include/ATen/ops/randint_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3940790Z copying torch/include/ATen/ops/randint_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3942483Z copying torch/include/ATen/ops/randn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3943919Z copying torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3945454Z copying torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3946360Z copying torch/include/ATen/ops/randn_like.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3948132Z copying torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3948789Z copying torch/include/ATen/ops/randn_like_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3950487Z copying torch/include/ATen/ops/randn_like_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3951779Z copying torch/include/ATen/ops/randn_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3953029Z copying torch/include/ATen/ops/randn_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3954337Z copying torch/include/ATen/ops/random.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3955639Z copying torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3956750Z copying torch/include/ATen/ops/random_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3958344Z copying torch/include/ATen/ops/random_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3959029Z copying torch/include/ATen/ops/random_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3960995Z copying torch/include/ATen/ops/random_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3962046Z copying torch/include/ATen/ops/random_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3963500Z copying torch/include/ATen/ops/randperm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3964872Z copying torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3966205Z copying torch/include/ATen/ops/randperm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3967721Z copying torch/include/ATen/ops/randperm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3969073Z copying torch/include/ATen/ops/randperm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3970397Z copying torch/include/ATen/ops/randperm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3971549Z copying torch/include/ATen/ops/range.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3972893Z copying torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3974107Z copying torch/include/ATen/ops/range_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3975348Z copying torch/include/ATen/ops/range_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3976593Z copying torch/include/ATen/ops/range_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3977832Z copying torch/include/ATen/ops/range_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3979102Z copying torch/include/ATen/ops/range_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3980376Z copying torch/include/ATen/ops/ravel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3981678Z copying torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3982857Z copying torch/include/ATen/ops/ravel_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3984123Z copying torch/include/ATen/ops/ravel_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3985410Z copying torch/include/ATen/ops/real.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3986811Z copying torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3987973Z copying torch/include/ATen/ops/real_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3989182Z copying torch/include/ATen/ops/real_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3990399Z copying torch/include/ATen/ops/reciprocal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3991761Z copying torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3992871Z copying torch/include/ATen/ops/reciprocal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3994341Z copying torch/include/ATen/ops/reciprocal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3995300Z copying torch/include/ATen/ops/reciprocal_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3997381Z copying torch/include/ATen/ops/reciprocal_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3998176Z copying torch/include/ATen/ops/reciprocal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.3999648Z copying torch/include/ATen/ops/reciprocal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4000862Z copying torch/include/ATen/ops/record_stream.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4002785Z copying torch/include/ATen/ops/record_stream_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4003818Z copying torch/include/ATen/ops/record_stream_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4005177Z copying torch/include/ATen/ops/record_stream_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4006842Z copying torch/include/ATen/ops/refine_names.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4008491Z copying torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4009720Z copying torch/include/ATen/ops/refine_names_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4011107Z copying torch/include/ATen/ops/refine_names_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4012759Z copying torch/include/ATen/ops/reflection_pad1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4013959Z copying torch/include/ATen/ops/relu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4015404Z copying torch/include/ATen/ops/reflection_pad1d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4017500Z copying torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4018595Z copying torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4019941Z copying torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4021357Z copying torch/include/ATen/ops/reflection_pad1d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4022825Z copying torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4024260Z copying torch/include/ATen/ops/reflection_pad1d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4025961Z copying torch/include/ATen/ops/reflection_pad1d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4027562Z copying torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4028783Z copying torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4029811Z copying torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4031468Z copying torch/include/ATen/ops/reflection_pad1d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4032461Z copying torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4033966Z copying torch/include/ATen/ops/reflection_pad1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4034712Z copying torch/include/ATen/ops/reflection_pad1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4036071Z copying torch/include/ATen/ops/reflection_pad2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4036792Z copying torch/include/ATen/ops/reflection_pad2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4038066Z copying torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4039188Z copying torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4040714Z copying torch/include/ATen/ops/reflection_pad2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4041670Z copying torch/include/ATen/ops/reflection_pad2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4042766Z copying torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4043676Z copying torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4044677Z copying torch/include/ATen/ops/reflection_pad2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4045654Z copying torch/include/ATen/ops/reflection_pad2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4046673Z copying torch/include/ATen/ops/reflection_pad3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4047697Z copying torch/include/ATen/ops/reflection_pad3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4048962Z copying torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4049875Z copying torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4050920Z copying torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4051936Z copying torch/include/ATen/ops/reflection_pad3d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4052997Z copying torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4054062Z copying torch/include/ATen/ops/reflection_pad3d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4055033Z copying torch/include/ATen/ops/reflection_pad3d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4056192Z copying torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4057073Z copying torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4058126Z copying torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4059138Z copying torch/include/ATen/ops/reflection_pad3d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4060164Z copying torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4061183Z copying torch/include/ATen/ops/reflection_pad3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4062189Z copying torch/include/ATen/ops/reflection_pad3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4063211Z copying torch/include/ATen/ops/relu6.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4064375Z copying torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4065614Z copying torch/include/ATen/ops/relu6_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4067126Z copying torch/include/ATen/ops/relu6_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4068011Z copying torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4069329Z copying torch/include/ATen/ops/relu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4070502Z copying torch/include/ATen/ops/relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4071899Z copying torch/include/ATen/ops/relu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4072917Z copying torch/include/ATen/ops/relu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4074431Z copying torch/include/ATen/ops/relu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4075662Z copying torch/include/ATen/ops/remainder.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4076993Z copying torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4078081Z copying torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4079028Z copying torch/include/ATen/ops/remainder_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4080318Z copying torch/include/ATen/ops/remainder_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4081496Z copying torch/include/ATen/ops/remainder_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4082524Z copying torch/include/ATen/ops/remainder_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4083621Z copying torch/include/ATen/ops/remainder_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4084944Z copying torch/include/ATen/ops/remainder_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4085966Z copying torch/include/ATen/ops/rename.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4087860Z copying torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4088889Z copying torch/include/ATen/ops/rename_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4090250Z copying torch/include/ATen/ops/rename_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4091248Z copying torch/include/ATen/ops/renorm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4092306Z copying torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4093742Z copying torch/include/ATen/ops/renorm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4095189Z copying torch/include/ATen/ops/renorm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4096320Z copying torch/include/ATen/ops/renorm_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4097648Z copying torch/include/ATen/ops/renorm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4098889Z copying torch/include/ATen/ops/renorm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4100424Z copying torch/include/ATen/ops/renorm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4101393Z copying torch/include/ATen/ops/repeat.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4103047Z copying torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4104337Z copying torch/include/ATen/ops/repeat_interleave.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4106005Z copying torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4107833Z copying torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4108788Z copying torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4110085Z copying torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4110957Z copying torch/include/ATen/ops/repeat_interleave_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4112099Z copying torch/include/ATen/ops/repeat_interleave_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4113179Z copying torch/include/ATen/ops/repeat_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4114246Z copying torch/include/ATen/ops/repeat_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4115509Z copying torch/include/ATen/ops/replication_pad1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4117311Z copying torch/include/ATen/ops/replication_pad1d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4117719Z copying torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4118901Z copying torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4120179Z copying torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4121616Z copying torch/include/ATen/ops/replication_pad1d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4122825Z copying torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4124111Z copying torch/include/ATen/ops/replication_pad1d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4125383Z copying torch/include/ATen/ops/replication_pad1d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4126541Z copying torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4127594Z copying torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4129057Z copying torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4130014Z copying torch/include/ATen/ops/replication_pad1d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4131348Z copying torch/include/ATen/ops/replication_pad1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4132123Z copying torch/include/ATen/ops/replication_pad1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4133393Z copying torch/include/ATen/ops/replication_pad1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4134546Z copying torch/include/ATen/ops/replication_pad2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4135632Z copying torch/include/ATen/ops/replication_pad2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4136830Z copying torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4137902Z copying torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4139190Z copying torch/include/ATen/ops/replication_pad2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4140035Z copying torch/include/ATen/ops/replication_pad2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4141410Z copying torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4142115Z copying torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4143518Z copying torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4144600Z copying torch/include/ATen/ops/replication_pad2d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4145642Z copying torch/include/ATen/ops/replication_pad2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4146598Z copying torch/include/ATen/ops/replication_pad2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4148074Z copying torch/include/ATen/ops/replication_pad2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4149010Z copying torch/include/ATen/ops/replication_pad3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4150049Z copying torch/include/ATen/ops/replication_pad3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4151481Z copying torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4152861Z copying torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4153841Z copying torch/include/ATen/ops/replication_pad3d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4155229Z copying torch/include/ATen/ops/replication_pad3d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4156619Z copying torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4157479Z copying torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4158577Z copying torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4160684Z copying torch/include/ATen/ops/replication_pad3d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4161120Z copying torch/include/ATen/ops/replication_pad3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4162712Z copying torch/include/ATen/ops/replication_pad3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4163541Z copying torch/include/ATen/ops/replication_pad3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4165137Z copying torch/include/ATen/ops/requires_grad.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4166526Z copying torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4167694Z copying torch/include/ATen/ops/requires_grad_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4168783Z copying torch/include/ATen/ops/requires_grad_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4170060Z copying torch/include/ATen/ops/reshape.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4171177Z copying torch/include/ATen/ops/reshape_as.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4172555Z copying torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4173637Z copying torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4174617Z copying torch/include/ATen/ops/reshape_as_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4175628Z copying torch/include/ATen/ops/reshape_as_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4177201Z copying torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4178122Z copying torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4179019Z copying torch/include/ATen/ops/reshape_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4180271Z copying torch/include/ATen/ops/reshape_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4181227Z copying torch/include/ATen/ops/resize.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4182516Z copying torch/include/ATen/ops/resize_as.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4183520Z copying torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4184469Z copying torch/include/ATen/ops/resize_as_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4186027Z copying torch/include/ATen/ops/resize_as_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4186976Z copying torch/include/ATen/ops/resize_as_sparse.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4188353Z copying torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4189729Z copying torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4190616Z copying torch/include/ATen/ops/resize_as_sparse_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4192008Z copying torch/include/ATen/ops/resize_as_sparse_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4193239Z copying torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4194352Z copying torch/include/ATen/ops/resize_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4195355Z copying torch/include/ATen/ops/resize_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4196652Z copying torch/include/ATen/ops/resize_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4197888Z copying torch/include/ATen/ops/resize_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4198885Z copying torch/include/ATen/ops/resize_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4200583Z copying torch/include/ATen/ops/resolve_conj.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4201445Z copying torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4202443Z copying torch/include/ATen/ops/resolve_conj_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4203709Z copying torch/include/ATen/ops/resolve_conj_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4205196Z copying torch/include/ATen/ops/resolve_neg.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4206245Z copying torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4207219Z copying torch/include/ATen/ops/resolve_neg_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4208433Z copying torch/include/ATen/ops/resolve_neg_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4209450Z copying torch/include/ATen/ops/result_type.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4210506Z copying torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4211731Z copying torch/include/ATen/ops/result_type_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4213137Z copying torch/include/ATen/ops/result_type_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4214087Z copying torch/include/ATen/ops/retain_grad.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4215449Z copying torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4217209Z copying torch/include/ATen/ops/retain_grad_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4217648Z copying torch/include/ATen/ops/retain_grad_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4218606Z copying torch/include/ATen/ops/retains_grad.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4219842Z copying torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4220799Z copying torch/include/ATen/ops/retains_grad_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4222194Z copying torch/include/ATen/ops/retains_grad_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4223215Z copying torch/include/ATen/ops/rnn_relu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4224510Z copying torch/include/ATen/ops/rnn_relu_cell.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4226096Z copying torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4227323Z copying torch/include/ATen/ops/rnn_relu_cell_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4228862Z copying torch/include/ATen/ops/rnn_relu_cell_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4229807Z copying torch/include/ATen/ops/rnn_relu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4231045Z copying torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4232283Z copying torch/include/ATen/ops/rnn_relu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4233553Z copying torch/include/ATen/ops/rnn_tanh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4234772Z copying torch/include/ATen/ops/rnn_tanh_cell.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4236070Z copying torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4237259Z copying torch/include/ATen/ops/rnn_tanh_cell_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4238487Z copying torch/include/ATen/ops/rnn_tanh_cell_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4239854Z copying torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4241037Z copying torch/include/ATen/ops/rnn_tanh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4242272Z copying torch/include/ATen/ops/rnn_tanh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4243613Z copying torch/include/ATen/ops/roll.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4245067Z copying torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4246023Z copying torch/include/ATen/ops/roll_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4247501Z copying torch/include/ATen/ops/roll_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4248477Z copying torch/include/ATen/ops/roll_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4249384Z copying torch/include/ATen/ops/roll_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4251522Z copying torch/include/ATen/ops/rot90.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4252115Z copying torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4252915Z copying torch/include/ATen/ops/rot90_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4253782Z copying torch/include/ATen/ops/rot90_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4255452Z copying torch/include/ATen/ops/round.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4256256Z copying torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4258253Z copying torch/include/ATen/ops/round_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4258789Z copying torch/include/ATen/ops/round_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4259666Z copying torch/include/ATen/ops/round_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4260789Z copying torch/include/ATen/ops/round_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4261963Z copying torch/include/ATen/ops/round_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4263080Z copying torch/include/ATen/ops/round_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4264521Z copying torch/include/ATen/ops/row_indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4265592Z copying torch/include/ATen/ops/row_indices_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4266792Z copying torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4267909Z copying torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4269019Z copying torch/include/ATen/ops/row_indices_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4270376Z copying torch/include/ATen/ops/row_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4271334Z copying torch/include/ATen/ops/row_indices_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4272423Z copying torch/include/ATen/ops/row_indices_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4273680Z copying torch/include/ATen/ops/row_stack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4274765Z copying torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4275830Z copying torch/include/ATen/ops/row_stack_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4277072Z copying torch/include/ATen/ops/row_stack_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4278110Z copying torch/include/ATen/ops/rrelu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4279340Z copying torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4280532Z copying torch/include/ATen/ops/rrelu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4281569Z copying torch/include/ATen/ops/rrelu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4283043Z copying torch/include/ATen/ops/rrelu_with_noise.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4284002Z copying torch/include/ATen/ops/rrelu_with_noise_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4285417Z copying torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4286262Z copying torch/include/ATen/ops/rrelu_with_noise_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4287656Z copying torch/include/ATen/ops/rrelu_with_noise_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4288584Z copying torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4289654Z copying torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4290893Z copying torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4291939Z copying torch/include/ATen/ops/rrelu_with_noise_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4292997Z copying torch/include/ATen/ops/rrelu_with_noise_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4294237Z copying torch/include/ATen/ops/rshift.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4295254Z copying torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4296343Z copying torch/include/ATen/ops/rshift_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4297621Z copying torch/include/ATen/ops/rshift_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4298515Z copying torch/include/ATen/ops/rshift_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4299589Z copying torch/include/ATen/ops/rshift_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4300843Z copying torch/include/ATen/ops/rshift_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4301969Z copying torch/include/ATen/ops/rsqrt.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4303634Z copying torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4304592Z copying torch/include/ATen/ops/rsqrt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4305808Z copying torch/include/ATen/ops/rsqrt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4307539Z copying torch/include/ATen/ops/rsqrt_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4308561Z copying torch/include/ATen/ops/rsqrt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4309883Z copying torch/include/ATen/ops/rsqrt_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4311101Z copying torch/include/ATen/ops/rsqrt_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4312504Z copying torch/include/ATen/ops/rsub.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4313452Z copying torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4314940Z copying torch/include/ATen/ops/rsub_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4316243Z copying torch/include/ATen/ops/rsub_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4317652Z copying torch/include/ATen/ops/rsub_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4318616Z copying torch/include/ATen/ops/rsub_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4319678Z copying torch/include/ATen/ops/scalar_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4321355Z copying torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4322867Z copying torch/include/ATen/ops/scalar_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4323846Z copying torch/include/ATen/ops/scalar_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4324878Z copying torch/include/ATen/ops/scatter.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4326362Z copying torch/include/ATen/ops/scatter_add.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4327593Z copying torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4328879Z copying torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4330239Z copying torch/include/ATen/ops/scatter_add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4330901Z copying torch/include/ATen/ops/scatter_add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4332421Z copying torch/include/ATen/ops/scatter_add_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4333376Z copying torch/include/ATen/ops/scatter_add_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4334760Z copying torch/include/ATen/ops/scatter_add_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4336055Z copying torch/include/ATen/ops/scatter_add_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4337336Z copying torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4338765Z copying torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4339743Z copying torch/include/ATen/ops/scatter_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4341173Z copying torch/include/ATen/ops/scatter_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4342422Z copying torch/include/ATen/ops/scatter_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4344205Z copying torch/include/ATen/ops/scatter_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4345301Z copying torch/include/ATen/ops/scatter_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4346325Z copying torch/include/ATen/ops/scatter_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4347944Z copying torch/include/ATen/ops/scatter_reduce.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4348842Z copying torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4349982Z copying torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4351285Z copying torch/include/ATen/ops/scatter_reduce_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4352239Z copying torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4353794Z copying torch/include/ATen/ops/scatter_reduce_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4354696Z copying torch/include/ATen/ops/scatter_reduce_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4356132Z copying torch/include/ATen/ops/scatter_reduce_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4357280Z copying torch/include/ATen/ops/searchsorted.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4358907Z copying torch/include/ATen/ops/searchsorted_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4359492Z copying torch/include/ATen/ops/searchsorted_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4360943Z copying torch/include/ATen/ops/searchsorted_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4362087Z copying torch/include/ATen/ops/searchsorted_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4363297Z copying torch/include/ATen/ops/searchsorted_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4364529Z copying torch/include/ATen/ops/segment_reduce.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4365766Z copying torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4366948Z copying torch/include/ATen/ops/segment_reduce_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4368142Z copying torch/include/ATen/ops/segment_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4369292Z copying torch/include/ATen/ops/segment_reduce_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4370260Z copying torch/include/ATen/ops/segment_reduce_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4371807Z copying torch/include/ATen/ops/select.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4372768Z copying torch/include/ATen/ops/select_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4374665Z copying torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4375542Z copying torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4376669Z copying torch/include/ATen/ops/select_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4378357Z copying torch/include/ATen/ops/select_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4379726Z copying torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4381090Z copying torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4382417Z copying torch/include/ATen/ops/select_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4385011Z copying torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4386113Z copying torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4387329Z copying torch/include/ATen/ops/select_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4388774Z copying torch/include/ATen/ops/select_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4390317Z copying torch/include/ATen/ops/select_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4391700Z copying torch/include/ATen/ops/select_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4393297Z copying torch/include/ATen/ops/select_scatter.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4394710Z copying torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4396062Z copying torch/include/ATen/ops/select_scatter_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4397683Z copying torch/include/ATen/ops/select_scatter_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4398921Z copying torch/include/ATen/ops/selu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4400677Z copying torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4402039Z copying torch/include/ATen/ops/selu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4403393Z copying torch/include/ATen/ops/selu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4405058Z copying torch/include/ATen/ops/set.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4406859Z copying torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4408372Z copying torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4410072Z copying torch/include/ATen/ops/set_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4411357Z copying torch/include/ATen/ops/set_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4413007Z copying torch/include/ATen/ops/set_data.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4414381Z copying torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4415722Z copying torch/include/ATen/ops/set_data_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4417241Z copying torch/include/ATen/ops/set_data_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4418627Z copying torch/include/ATen/ops/set_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4420207Z copying torch/include/ATen/ops/set_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4421488Z copying torch/include/ATen/ops/set_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4423204Z copying torch/include/ATen/ops/sgn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4424904Z copying torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4426146Z copying torch/include/ATen/ops/sgn_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4427532Z copying torch/include/ATen/ops/sgn_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4429102Z copying torch/include/ATen/ops/sgn_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4430453Z copying torch/include/ATen/ops/sgn_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4431890Z copying torch/include/ATen/ops/sgn_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4433395Z copying torch/include/ATen/ops/sgn_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4434760Z copying torch/include/ATen/ops/sigmoid.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4436445Z copying torch/include/ATen/ops/sigmoid_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4437908Z copying torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4439264Z copying torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4440913Z copying torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4442204Z copying torch/include/ATen/ops/sigmoid_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4443842Z copying torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4445142Z copying torch/include/ATen/ops/sigmoid_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4446719Z copying torch/include/ATen/ops/sigmoid_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4448191Z copying torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4449559Z copying torch/include/ATen/ops/sigmoid_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4450940Z copying torch/include/ATen/ops/sigmoid_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4452381Z copying torch/include/ATen/ops/sigmoid_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4453809Z copying torch/include/ATen/ops/sigmoid_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4455225Z copying torch/include/ATen/ops/sigmoid_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4456271Z copying torch/include/ATen/ops/sigmoid_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4457637Z copying torch/include/ATen/ops/sign.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4458975Z copying torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4460384Z copying torch/include/ATen/ops/sign_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4461379Z copying torch/include/ATen/ops/sign_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4462887Z copying torch/include/ATen/ops/sign_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4464006Z copying torch/include/ATen/ops/sign_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4465412Z copying torch/include/ATen/ops/sign_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4466969Z copying torch/include/ATen/ops/sign_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4467973Z copying torch/include/ATen/ops/signbit.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4469449Z copying torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4470495Z copying torch/include/ATen/ops/signbit_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4471985Z copying torch/include/ATen/ops/signbit_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4473692Z copying torch/include/ATen/ops/signbit_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4474856Z copying torch/include/ATen/ops/signbit_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4477093Z copying torch/include/ATen/ops/signbit_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4478253Z copying torch/include/ATen/ops/signbit_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4479767Z copying torch/include/ATen/ops/silu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4481359Z copying torch/include/ATen/ops/silu_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4483049Z copying torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4484457Z copying torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4485816Z copying torch/include/ATen/ops/silu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4487449Z copying torch/include/ATen/ops/silu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4488885Z copying torch/include/ATen/ops/silu_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4490384Z copying torch/include/ATen/ops/silu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4491809Z copying torch/include/ATen/ops/silu_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4493320Z copying torch/include/ATen/ops/silu_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4495428Z copying torch/include/ATen/ops/silu_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4496676Z copying torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4497991Z copying torch/include/ATen/ops/silu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4499699Z copying torch/include/ATen/ops/silu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4500863Z copying torch/include/ATen/ops/silu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4502306Z copying torch/include/ATen/ops/silu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4503899Z copying torch/include/ATen/ops/silu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4505482Z copying torch/include/ATen/ops/sin.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4508294Z copying torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4509249Z copying torch/include/ATen/ops/sin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4510558Z copying torch/include/ATen/ops/sin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4511915Z copying torch/include/ATen/ops/sin_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4513416Z copying torch/include/ATen/ops/sin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4515267Z copying torch/include/ATen/ops/sin_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4516399Z copying torch/include/ATen/ops/sin_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4517975Z copying torch/include/ATen/ops/sinc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4519505Z copying torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4520775Z copying torch/include/ATen/ops/sinc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4522172Z copying torch/include/ATen/ops/sinc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4523614Z copying torch/include/ATen/ops/sinc_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4525057Z copying torch/include/ATen/ops/sinc_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4526423Z copying torch/include/ATen/ops/sinc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4527691Z copying torch/include/ATen/ops/sinc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4528895Z copying torch/include/ATen/ops/sinh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4530283Z copying torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4531329Z copying torch/include/ATen/ops/sinh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4533110Z copying torch/include/ATen/ops/sinh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4533891Z copying torch/include/ATen/ops/sinh_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4535338Z copying torch/include/ATen/ops/sinh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4536460Z copying torch/include/ATen/ops/sinh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4538129Z copying torch/include/ATen/ops/sinh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4538897Z copying torch/include/ATen/ops/size.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4540293Z copying torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4541544Z copying torch/include/ATen/ops/size_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4542505Z copying torch/include/ATen/ops/size_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4544073Z copying torch/include/ATen/ops/slice.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4545503Z copying torch/include/ATen/ops/slice_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4546661Z copying torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4548023Z copying torch/include/ATen/ops/slice_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4549790Z copying torch/include/ATen/ops/slice_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4550472Z copying torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4551857Z copying torch/include/ATen/ops/slice_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4553143Z copying torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4554772Z copying torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4555670Z copying torch/include/ATen/ops/slice_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4557380Z copying torch/include/ATen/ops/slice_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4558369Z copying torch/include/ATen/ops/slice_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4559420Z copying torch/include/ATen/ops/slice_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4560487Z copying torch/include/ATen/ops/slice_scatter.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4561886Z copying torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4562785Z copying torch/include/ATen/ops/slice_scatter_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4563624Z copying torch/include/ATen/ops/slice_scatter_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4566464Z copying torch/include/ATen/ops/slogdet.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4567633Z copying torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4569304Z copying torch/include/ATen/ops/slogdet_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4570443Z copying torch/include/ATen/ops/slogdet_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4572032Z copying torch/include/ATen/ops/slow_conv3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4573603Z copying torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4574807Z copying torch/include/ATen/ops/slow_conv3d_forward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4576530Z copying torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4577901Z copying torch/include/ATen/ops/slow_conv3d_forward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4579260Z copying torch/include/ATen/ops/slow_conv3d_forward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4580683Z copying torch/include/ATen/ops/slow_conv3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4582068Z copying torch/include/ATen/ops/slow_conv3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4583545Z copying torch/include/ATen/ops/slow_conv_dilated2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4585520Z copying torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4586646Z copying torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4588314Z copying torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4589600Z copying torch/include/ATen/ops/slow_conv_dilated2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4591028Z copying torch/include/ATen/ops/slow_conv_dilated2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4592577Z copying torch/include/ATen/ops/slow_conv_dilated3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4594321Z copying torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4595587Z copying torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4597012Z copying torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4598628Z copying torch/include/ATen/ops/slow_conv_dilated3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4599921Z copying torch/include/ATen/ops/slow_conv_dilated3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4601568Z copying torch/include/ATen/ops/slow_conv_transpose2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4603139Z copying torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4604586Z copying torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4606001Z copying torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4607741Z copying torch/include/ATen/ops/slow_conv_transpose2d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4608955Z copying torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4610322Z copying torch/include/ATen/ops/slow_conv_transpose2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4611630Z copying torch/include/ATen/ops/slow_conv_transpose2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4613037Z copying torch/include/ATen/ops/slow_conv_transpose3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4614072Z copying torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4615459Z copying torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4616643Z copying torch/include/ATen/ops/slow_conv_transpose3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4617914Z copying torch/include/ATen/ops/slow_conv_transpose3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4619127Z copying torch/include/ATen/ops/smm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4620523Z copying torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4621682Z copying torch/include/ATen/ops/smm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4622931Z copying torch/include/ATen/ops/smm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4624216Z copying torch/include/ATen/ops/smooth_l1_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4625686Z copying torch/include/ATen/ops/smooth_l1_loss_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4627051Z copying torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4628276Z copying torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4629886Z copying torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4630736Z copying torch/include/ATen/ops/t.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4632224Z copying torch/include/ATen/ops/smooth_l1_loss_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4633680Z copying torch/include/ATen/ops/smooth_l1_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4635085Z copying torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4635971Z copying torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4638104Z copying torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4638754Z copying torch/include/ATen/ops/smooth_l1_loss_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4639855Z copying torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4640861Z copying torch/include/ATen/ops/smooth_l1_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4641875Z copying torch/include/ATen/ops/smooth_l1_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4642948Z copying torch/include/ATen/ops/soft_margin_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4644077Z copying torch/include/ATen/ops/soft_margin_loss_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4645452Z copying torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4646489Z copying torch/include/ATen/ops/soft_margin_loss_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4647547Z copying torch/include/ATen/ops/soft_margin_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4648783Z copying torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4649956Z copying torch/include/ATen/ops/soft_margin_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4651451Z copying torch/include/ATen/ops/soft_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4652950Z copying torch/include/ATen/ops/softmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4654041Z copying torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4654929Z copying torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4656327Z copying torch/include/ATen/ops/softmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4657332Z copying torch/include/ATen/ops/softmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4658350Z copying torch/include/ATen/ops/softplus.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4659505Z copying torch/include/ATen/ops/softplus_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4660776Z copying torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4661663Z copying torch/include/ATen/ops/softplus_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4662961Z copying torch/include/ATen/ops/softplus_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4664089Z copying torch/include/ATen/ops/softplus_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4665063Z copying torch/include/ATen/ops/softplus_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4666363Z copying torch/include/ATen/ops/softplus_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4667475Z copying torch/include/ATen/ops/softplus_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4668594Z copying torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4669400Z copying torch/include/ATen/ops/softplus_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4670828Z copying torch/include/ATen/ops/softplus_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4671695Z copying torch/include/ATen/ops/softplus_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4673211Z copying torch/include/ATen/ops/softplus_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4674054Z copying torch/include/ATen/ops/softplus_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4675368Z copying torch/include/ATen/ops/softplus_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4676418Z copying torch/include/ATen/ops/softshrink.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4677615Z copying torch/include/ATen/ops/softshrink_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4679183Z copying torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4680320Z copying torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4681934Z copying torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4683254Z copying torch/include/ATen/ops/softshrink_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4684715Z copying torch/include/ATen/ops/softshrink_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4686134Z copying torch/include/ATen/ops/softshrink_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4687520Z copying torch/include/ATen/ops/softshrink_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4689044Z copying torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4690362Z copying torch/include/ATen/ops/softshrink_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4691250Z copying torch/include/ATen/ops/softshrink_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4692759Z copying torch/include/ATen/ops/softshrink_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4694040Z copying torch/include/ATen/ops/softshrink_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4695132Z copying torch/include/ATen/ops/softshrink_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4696407Z copying torch/include/ATen/ops/softshrink_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4697698Z copying torch/include/ATen/ops/sort.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4699002Z copying torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4700332Z copying torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4701398Z copying torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4702736Z copying torch/include/ATen/ops/sort_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4703949Z copying torch/include/ATen/ops/sort_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4705518Z copying torch/include/ATen/ops/sort_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4707547Z copying torch/include/ATen/ops/sort_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4708427Z copying torch/include/ATen/ops/sort_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4709619Z copying torch/include/ATen/ops/sort_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4710945Z copying torch/include/ATen/ops/sparse_bsc_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4712020Z copying torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4713099Z copying torch/include/ATen/ops/sparse_bsc_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4714595Z copying torch/include/ATen/ops/sparse_bsc_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4715499Z copying torch/include/ATen/ops/sparse_bsr_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4716827Z copying torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4717880Z copying torch/include/ATen/ops/sparse_bsr_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4719327Z copying torch/include/ATen/ops/sparse_bsr_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4720330Z copying torch/include/ATen/ops/sparse_compressed_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4722034Z copying torch/include/ATen/ops/sparse_compressed_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4722803Z copying torch/include/ATen/ops/sparse_compressed_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4724157Z copying torch/include/ATen/ops/sparse_compressed_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4727077Z copying torch/include/ATen/ops/sparse_coo_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4727724Z copying torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4728506Z copying torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4729689Z copying torch/include/ATen/ops/sparse_coo_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4731230Z copying torch/include/ATen/ops/sparse_coo_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4733715Z copying torch/include/ATen/ops/sparse_csc_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4734973Z copying torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4736158Z copying torch/include/ATen/ops/sparse_csc_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4737531Z copying torch/include/ATen/ops/sparse_csc_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4738983Z copying torch/include/ATen/ops/sparse_csr_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4740737Z copying torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4741933Z copying torch/include/ATen/ops/sparse_csr_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4743530Z copying torch/include/ATen/ops/sparse_csr_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4744952Z copying torch/include/ATen/ops/to.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4746549Z copying torch/include/ATen/ops/sparse_dim.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4748283Z copying torch/include/ATen/ops/sparse_dim_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4749606Z copying torch/include/ATen/ops/sparse_dim_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4751009Z copying torch/include/ATen/ops/sparse_dim_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4752526Z copying torch/include/ATen/ops/sparse_dim_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4753946Z copying torch/include/ATen/ops/sparse_mask.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4755437Z copying torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4756787Z copying torch/include/ATen/ops/sparse_mask_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4758288Z copying torch/include/ATen/ops/sparse_mask_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4759725Z copying torch/include/ATen/ops/sparse_resize.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4761361Z copying torch/include/ATen/ops/sparse_resize_and_clear.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4762860Z copying torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4764617Z copying torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4765904Z copying torch/include/ATen/ops/sparse_resize_and_clear_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4767148Z copying torch/include/ATen/ops/sparse_resize_and_clear_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4768736Z copying torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4769779Z copying torch/include/ATen/ops/sparse_resize_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4770682Z copying torch/include/ATen/ops/sparse_resize_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4772186Z copying torch/include/ATen/ops/sparse_resize_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4773030Z copying torch/include/ATen/ops/sparse_sampled_addmm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4774418Z copying torch/include/ATen/ops/sparse_sampled_addmm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4776141Z copying torch/include/ATen/ops/sparse_sampled_addmm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4777372Z copying torch/include/ATen/ops/special_airy_ai.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4778964Z copying torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4780272Z copying torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4782050Z copying torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4783210Z copying torch/include/ATen/ops/special_airy_ai_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4785069Z copying torch/include/ATen/ops/special_airy_ai_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4786432Z copying torch/include/ATen/ops/special_airy_ai_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4788141Z copying torch/include/ATen/ops/special_airy_ai_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4789427Z copying torch/include/ATen/ops/special_bessel_j0.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4791226Z copying torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4792573Z copying torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4793958Z copying torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4795232Z copying torch/include/ATen/ops/special_bessel_j0_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4796944Z copying torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4798200Z copying torch/include/ATen/ops/special_bessel_j0_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4799658Z copying torch/include/ATen/ops/special_bessel_j0_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4801344Z copying torch/include/ATen/ops/special_bessel_j1.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4802919Z copying torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4804820Z copying torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4805513Z copying torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4806792Z copying torch/include/ATen/ops/special_bessel_j1_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4808228Z copying torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4809984Z copying torch/include/ATen/ops/special_bessel_j1_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4811215Z copying torch/include/ATen/ops/special_bessel_j1_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4812612Z copying torch/include/ATen/ops/special_bessel_y0.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4814430Z copying torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4815630Z copying torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4817287Z copying torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4818467Z copying torch/include/ATen/ops/special_bessel_y0_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4820131Z copying torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4821383Z copying torch/include/ATen/ops/special_bessel_y0_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4822783Z copying torch/include/ATen/ops/special_bessel_y0_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4824483Z copying torch/include/ATen/ops/special_bessel_y1.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4826866Z copying torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4827950Z copying torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4829394Z copying torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4831032Z copying torch/include/ATen/ops/special_bessel_y1_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4832767Z copying torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4834031Z copying torch/include/ATen/ops/special_bessel_y1_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4835550Z copying torch/include/ATen/ops/special_bessel_y1_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4837214Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4838609Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4840314Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4841753Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4843131Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4844570Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4846314Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4847494Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4849256Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4850627Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4852313Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4853697Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4855299Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4856639Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4858064Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4859449Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4860888Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4862339Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4863876Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4865899Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4867148Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4869009Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4870300Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4871710Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4873052Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4874511Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4876237Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4877588Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4879224Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4885190Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4886346Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4887774Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4889419Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4890883Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4892209Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4893488Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4894906Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4896511Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4897823Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4899283Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4900669Z copying torch/include/ATen/ops/special_digamma.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4902587Z copying torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4903927Z copying torch/include/ATen/ops/special_digamma_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4905502Z copying torch/include/ATen/ops/special_digamma_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4908194Z copying torch/include/ATen/ops/special_entr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4909353Z copying torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4911102Z copying torch/include/ATen/ops/special_entr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4912446Z copying torch/include/ATen/ops/special_entr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4913807Z copying torch/include/ATen/ops/special_entr_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4915351Z copying torch/include/ATen/ops/special_entr_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4916688Z copying torch/include/ATen/ops/special_entr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4918355Z copying torch/include/ATen/ops/special_entr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4919612Z copying torch/include/ATen/ops/special_erf.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4921408Z copying torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4922581Z copying torch/include/ATen/ops/special_erf_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4924241Z copying torch/include/ATen/ops/special_erf_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4925443Z copying torch/include/ATen/ops/special_erfc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4927905Z copying torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4928867Z copying torch/include/ATen/ops/special_erfc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4930199Z copying torch/include/ATen/ops/special_erfc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4931832Z copying torch/include/ATen/ops/special_erfcx.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4933391Z copying torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4934683Z copying torch/include/ATen/ops/special_erfcx_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4936177Z copying torch/include/ATen/ops/special_erfcx_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4937522Z copying torch/include/ATen/ops/special_erfcx_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4939330Z copying torch/include/ATen/ops/special_erfcx_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4940557Z copying torch/include/ATen/ops/special_erfcx_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4942224Z copying torch/include/ATen/ops/special_erfcx_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4943457Z copying torch/include/ATen/ops/special_erfinv.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4945328Z copying torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4946586Z copying torch/include/ATen/ops/special_erfinv_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4948251Z copying torch/include/ATen/ops/special_erfinv_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4949578Z copying torch/include/ATen/ops/special_exp2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4951469Z copying torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4952627Z copying torch/include/ATen/ops/special_exp2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4953994Z copying torch/include/ATen/ops/special_exp2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4955507Z copying torch/include/ATen/ops/special_expit.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4957038Z copying torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4958369Z copying torch/include/ATen/ops/special_expit_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4960081Z copying torch/include/ATen/ops/special_expit_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4961311Z copying torch/include/ATen/ops/special_expm1.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4963046Z copying torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4964216Z copying torch/include/ATen/ops/special_expm1_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4965871Z copying torch/include/ATen/ops/special_expm1_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4967101Z copying torch/include/ATen/ops/special_gammainc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4968835Z copying torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4970033Z copying torch/include/ATen/ops/special_gammainc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4971569Z copying torch/include/ATen/ops/special_gammainc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4972944Z copying torch/include/ATen/ops/special_gammaincc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4974677Z copying torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4975884Z copying torch/include/ATen/ops/special_gammaincc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4977289Z copying torch/include/ATen/ops/special_gammaincc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4978781Z copying torch/include/ATen/ops/special_gammaln.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4979966Z copying torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4981369Z copying torch/include/ATen/ops/special_gammaln_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4982647Z copying torch/include/ATen/ops/special_gammaln_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4983866Z copying torch/include/ATen/ops/special_hermite_polynomial_h.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4985346Z copying torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4986543Z copying torch/include/ATen/ops/special_hermite_polynomial_h_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4988041Z copying torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4989480Z copying torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4990745Z copying torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4992062Z copying torch/include/ATen/ops/special_hermite_polynomial_h_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4993477Z copying torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4994830Z copying torch/include/ATen/ops/special_hermite_polynomial_h_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4996167Z copying torch/include/ATen/ops/special_hermite_polynomial_h_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4997567Z copying torch/include/ATen/ops/special_hermite_polynomial_he.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.4999001Z copying torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5000607Z copying torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5001841Z copying torch/include/ATen/ops/special_hermite_polynomial_he_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5003163Z copying torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5004535Z copying torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5005875Z copying torch/include/ATen/ops/special_hermite_polynomial_he_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5007245Z copying torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5008607Z copying torch/include/ATen/ops/special_hermite_polynomial_he_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5009925Z copying torch/include/ATen/ops/special_hermite_polynomial_he_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5011513Z copying torch/include/ATen/ops/special_i0.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5013120Z copying torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5013812Z copying torch/include/ATen/ops/special_i0_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5015584Z copying torch/include/ATen/ops/special_i0_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5016379Z copying torch/include/ATen/ops/special_i0e.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5019483Z copying torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5020383Z copying torch/include/ATen/ops/special_i0e_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5021873Z copying torch/include/ATen/ops/special_i0e_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5022987Z copying torch/include/ATen/ops/special_i0e_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5024435Z copying torch/include/ATen/ops/special_i0e_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5026114Z copying torch/include/ATen/ops/special_i0e_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5027367Z copying torch/include/ATen/ops/special_i0e_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5028744Z copying torch/include/ATen/ops/special_i1.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5030587Z copying torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5031755Z copying torch/include/ATen/ops/special_i1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5033309Z copying torch/include/ATen/ops/special_i1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5034634Z copying torch/include/ATen/ops/special_i1_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5036410Z copying torch/include/ATen/ops/special_i1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5037645Z copying torch/include/ATen/ops/special_i1_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5039035Z copying torch/include/ATen/ops/special_i1_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5040664Z copying torch/include/ATen/ops/special_i1e.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5042242Z copying torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5043538Z copying torch/include/ATen/ops/special_i1e_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5044904Z copying torch/include/ATen/ops/special_i1e_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5046357Z copying torch/include/ATen/ops/special_i1e_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5047638Z copying torch/include/ATen/ops/special_i1e_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5048980Z copying torch/include/ATen/ops/special_i1e_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5050600Z copying torch/include/ATen/ops/special_i1e_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5051539Z copying torch/include/ATen/ops/special_laguerre_polynomial_l.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5052855Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5053993Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5055398Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5056316Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5058195Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5058912Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5060318Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5061731Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5062467Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5063939Z copying torch/include/ATen/ops/special_legendre_polynomial_p.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5065402Z copying torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5066732Z copying torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5068135Z copying torch/include/ATen/ops/special_legendre_polynomial_p_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5068964Z copying torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5070483Z copying torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5071576Z copying torch/include/ATen/ops/special_legendre_polynomial_p_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5072633Z copying torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5073991Z copying torch/include/ATen/ops/special_legendre_polynomial_p_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5075123Z copying torch/include/ATen/ops/special_legendre_polynomial_p_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5076432Z copying torch/include/ATen/ops/special_log1p.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5077490Z copying torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5078353Z copying torch/include/ATen/ops/special_log1p_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5079851Z copying torch/include/ATen/ops/special_log1p_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5080594Z copying torch/include/ATen/ops/special_log_ndtr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5082837Z copying torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5083259Z copying torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5083928Z copying torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5085044Z copying torch/include/ATen/ops/special_log_ndtr_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5086393Z copying torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5087389Z copying torch/include/ATen/ops/special_log_ndtr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5088912Z copying torch/include/ATen/ops/special_log_ndtr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5089795Z copying torch/include/ATen/ops/special_logit.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5091098Z copying torch/include/ATen/ops/special_log_softmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5092672Z copying torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5093656Z copying torch/include/ATen/ops/special_log_softmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5095095Z copying torch/include/ATen/ops/special_log_softmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5096374Z copying torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5097595Z copying torch/include/ATen/ops/special_logit_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5099025Z copying torch/include/ATen/ops/special_logit_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5100224Z copying torch/include/ATen/ops/special_logsumexp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5101886Z copying torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5102670Z copying torch/include/ATen/ops/special_logsumexp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5104082Z copying torch/include/ATen/ops/special_logsumexp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5104920Z copying torch/include/ATen/ops/special_modified_bessel_i0.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5106078Z copying torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5107100Z copying torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5108416Z copying torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5110186Z copying torch/include/ATen/ops/special_modified_bessel_i0_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5110501Z copying torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5112007Z copying torch/include/ATen/ops/special_modified_bessel_i0_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5112968Z copying torch/include/ATen/ops/special_modified_bessel_i0_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5113908Z copying torch/include/ATen/ops/special_modified_bessel_i1.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5115658Z copying torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5116510Z copying torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5117760Z copying torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5119009Z copying torch/include/ATen/ops/special_modified_bessel_i1_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5120732Z copying torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5121813Z copying torch/include/ATen/ops/special_modified_bessel_i1_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5123126Z copying torch/include/ATen/ops/special_modified_bessel_i1_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5124228Z copying torch/include/ATen/ops/special_modified_bessel_k0.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5125335Z copying torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5126562Z copying torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5127839Z copying torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5128820Z copying torch/include/ATen/ops/special_modified_bessel_k0_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5130215Z copying torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5131182Z copying torch/include/ATen/ops/special_modified_bessel_k0_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5132600Z copying torch/include/ATen/ops/special_modified_bessel_k0_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5133810Z copying torch/include/ATen/ops/special_modified_bessel_k1.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5135192Z copying torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5136158Z copying torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5137561Z copying torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5138668Z copying torch/include/ATen/ops/special_modified_bessel_k1_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5140224Z copying torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5141304Z copying torch/include/ATen/ops/special_modified_bessel_k1_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5142646Z copying torch/include/ATen/ops/special_modified_bessel_k1_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5143750Z copying torch/include/ATen/ops/special_multigammaln.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5145007Z copying torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5145834Z copying torch/include/ATen/ops/special_multigammaln_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5147793Z copying torch/include/ATen/ops/special_multigammaln_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5148963Z copying torch/include/ATen/ops/special_ndtr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5150137Z copying torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5151461Z copying torch/include/ATen/ops/special_ndtr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5152503Z copying torch/include/ATen/ops/special_ndtr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5153470Z copying torch/include/ATen/ops/special_ndtri.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5154833Z copying torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5155795Z copying torch/include/ATen/ops/special_ndtri_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5156814Z copying torch/include/ATen/ops/special_ndtri_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5158575Z copying torch/include/ATen/ops/special_ndtri_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5159565Z copying torch/include/ATen/ops/special_ndtri_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5160456Z copying torch/include/ATen/ops/special_ndtri_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5161842Z copying torch/include/ATen/ops/special_ndtri_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5162793Z copying torch/include/ATen/ops/special_polygamma.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5163998Z copying torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5166133Z copying torch/include/ATen/ops/special_polygamma_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5166598Z copying torch/include/ATen/ops/special_polygamma_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5167241Z copying torch/include/ATen/ops/special_psi.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5168462Z copying torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5169363Z copying torch/include/ATen/ops/special_psi_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5170564Z copying torch/include/ATen/ops/special_psi_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5171759Z copying torch/include/ATen/ops/special_round.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5172834Z copying torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5174235Z copying torch/include/ATen/ops/special_round_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5175300Z copying torch/include/ATen/ops/special_round_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5176421Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5178149Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5179152Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5180230Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5181466Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5182447Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5183743Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5185221Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5186486Z copying torch/include/ATen/ops/split.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5187763Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5189242Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5190001Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5191363Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5195604Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5196164Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5196531Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5197099Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5198059Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5218765Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5219676Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5220383Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5220961Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5221563Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5222081Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5222663Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5223242Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5223786Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5224337Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5225190Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5225923Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5226603Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5227216Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5227868Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5228434Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5229026Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5229554Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5230103Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5230651Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5231351Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5232098Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5232709Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5234187Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5237629Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5238058Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5238397Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5240135Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5241015Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5242481Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5243743Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5244914Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5246410Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5247234Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5249206Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5250205Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5251308Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5252978Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5253936Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5255646Z copying torch/include/ATen/ops/special_sinc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5256634Z copying torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5258237Z copying torch/include/ATen/ops/special_sinc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5259179Z copying torch/include/ATen/ops/special_sinc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5260596Z copying torch/include/ATen/ops/special_softmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5261870Z copying torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5263089Z copying torch/include/ATen/ops/special_softmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5264367Z copying torch/include/ATen/ops/special_softmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5266536Z copying torch/include/ATen/ops/special_spherical_bessel_j0.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5267963Z copying torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5268567Z copying torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5270284Z copying torch/include/ATen/ops/special_xlog1py.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5271580Z copying torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5272925Z copying torch/include/ATen/ops/special_spherical_bessel_j0_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5274269Z copying torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5275721Z copying torch/include/ATen/ops/special_spherical_bessel_j0_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5276566Z copying torch/include/ATen/ops/special_spherical_bessel_j0_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5278110Z copying torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5279201Z copying torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5280732Z copying torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5281641Z copying torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5283100Z copying torch/include/ATen/ops/special_xlog1py_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5284335Z copying torch/include/ATen/ops/special_xlog1py_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5285787Z copying torch/include/ATen/ops/special_xlog1py_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5286888Z copying torch/include/ATen/ops/special_xlog1py_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5288186Z copying torch/include/ATen/ops/special_xlogy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5289586Z copying torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5290922Z copying torch/include/ATen/ops/special_xlogy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5292171Z copying torch/include/ATen/ops/special_xlogy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5293543Z copying torch/include/ATen/ops/special_zeta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5295066Z copying torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5296607Z copying torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5298053Z copying torch/include/ATen/ops/special_zeta_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5299497Z copying torch/include/ATen/ops/special_zeta_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5300866Z copying torch/include/ATen/ops/special_zeta_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5302605Z copying torch/include/ATen/ops/special_zeta_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5303777Z copying torch/include/ATen/ops/special_zeta_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5305327Z copying torch/include/ATen/ops/special_zeta_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5308022Z copying torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5308898Z copying torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5310099Z copying torch/include/ATen/ops/split_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5312179Z copying torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5313488Z copying torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5314434Z copying torch/include/ATen/ops/split_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5315744Z copying torch/include/ATen/ops/split_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5317109Z copying torch/include/ATen/ops/split_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5318690Z copying torch/include/ATen/ops/split_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5320321Z copying torch/include/ATen/ops/split_with_sizes.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5322362Z copying torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5323891Z copying torch/include/ATen/ops/split_with_sizes_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5325956Z copying torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5328423Z copying torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5330335Z copying torch/include/ATen/ops/split_with_sizes_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5332130Z copying torch/include/ATen/ops/split_with_sizes_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5333424Z copying torch/include/ATen/ops/split_with_sizes_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5334942Z copying torch/include/ATen/ops/split_with_sizes_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5336271Z copying torch/include/ATen/ops/sqrt.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5337994Z copying torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5339229Z copying torch/include/ATen/ops/sqrt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5340607Z copying torch/include/ATen/ops/sqrt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5342202Z copying torch/include/ATen/ops/sqrt_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5343525Z copying torch/include/ATen/ops/sqrt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5345190Z copying torch/include/ATen/ops/sqrt_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5346782Z copying torch/include/ATen/ops/sqrt_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5348094Z copying torch/include/ATen/ops/square.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5349841Z copying torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5351155Z copying torch/include/ATen/ops/square_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5352772Z copying torch/include/ATen/ops/square_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5353996Z copying torch/include/ATen/ops/squeeze.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5355814Z copying torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5356998Z copying torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5358294Z copying torch/include/ATen/ops/squeeze_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5361090Z copying torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5363101Z copying torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5365244Z copying torch/include/ATen/ops/squeeze_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5366527Z copying torch/include/ATen/ops/squeeze_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5367895Z copying torch/include/ATen/ops/squeeze_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5369477Z copying torch/include/ATen/ops/squeeze_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5370788Z copying torch/include/ATen/ops/sspaddmm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5372962Z copying torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5374041Z copying torch/include/ATen/ops/sspaddmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5375876Z copying torch/include/ATen/ops/sspaddmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5377367Z copying torch/include/ATen/ops/sspaddmm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5378983Z copying torch/include/ATen/ops/sspaddmm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5380473Z copying torch/include/ATen/ops/stack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5381965Z copying torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5383460Z copying torch/include/ATen/ops/stack_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5385183Z copying torch/include/ATen/ops/stack_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5386298Z copying torch/include/ATen/ops/std.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5388169Z copying torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5389389Z copying torch/include/ATen/ops/std_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5391006Z copying torch/include/ATen/ops/std_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5392317Z copying torch/include/ATen/ops/std_mean.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5394063Z copying torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5395988Z copying torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5397885Z copying torch/include/ATen/ops/std_mean_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5400640Z copying torch/include/ATen/ops/std_mean_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5401555Z copying torch/include/ATen/ops/std_mean_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5403230Z copying torch/include/ATen/ops/std_mean_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5404509Z copying torch/include/ATen/ops/std_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5406283Z copying torch/include/ATen/ops/std_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5407605Z copying torch/include/ATen/ops/stft.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5409392Z copying torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5410575Z copying torch/include/ATen/ops/stft_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5411924Z copying torch/include/ATen/ops/stft_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5413544Z copying torch/include/ATen/ops/stride.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5415071Z copying torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5416440Z copying torch/include/ATen/ops/stride_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5418501Z copying torch/include/ATen/ops/stride_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5419656Z copying torch/include/ATen/ops/sub.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5421399Z copying torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5422912Z copying torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5424242Z copying torch/include/ATen/ops/sub_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5426140Z copying torch/include/ATen/ops/sub_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5427112Z copying torch/include/ATen/ops/sub_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5428597Z copying torch/include/ATen/ops/sub_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5429704Z copying torch/include/ATen/ops/sub_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5431445Z copying torch/include/ATen/ops/sub_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5432642Z copying torch/include/ATen/ops/subtract.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5433577Z copying torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5434929Z copying torch/include/ATen/ops/subtract_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5436151Z copying torch/include/ATen/ops/subtract_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5437726Z copying torch/include/ATen/ops/sum.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5438898Z copying torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5439992Z copying torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5440719Z copying torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5442271Z copying torch/include/ATen/ops/sum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5442932Z copying torch/include/ATen/ops/sum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5444577Z copying torch/include/ATen/ops/sum_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5445484Z copying torch/include/ATen/ops/sum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5447309Z copying torch/include/ATen/ops/sum_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5449176Z copying torch/include/ATen/ops/sum_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5449780Z copying torch/include/ATen/ops/sum_to_size.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5450597Z copying torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5451800Z copying torch/include/ATen/ops/sum_to_size_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5453511Z copying torch/include/ATen/ops/sum_to_size_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5454937Z copying torch/include/ATen/ops/svd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5456088Z copying torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5457137Z copying torch/include/ATen/ops/svd_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5458644Z copying torch/include/ATen/ops/svd_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5459527Z copying torch/include/ATen/ops/swapaxes.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5460908Z copying torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5461773Z copying torch/include/ATen/ops/swapaxes_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5463012Z copying torch/include/ATen/ops/swapaxes_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5464670Z copying torch/include/ATen/ops/swapdims.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5465554Z copying torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5468045Z copying torch/include/ATen/ops/swapdims_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5469022Z copying torch/include/ATen/ops/swapdims_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5470212Z copying torch/include/ATen/ops/symeig.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5471599Z copying torch/include/ATen/ops/symeig_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5472781Z copying torch/include/ATen/ops/symeig_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5473925Z copying torch/include/ATen/ops/symeig_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5475363Z copying torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5476453Z copying torch/include/ATen/ops/t_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5477601Z copying torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5479241Z copying torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5480203Z copying torch/include/ATen/ops/t_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5481227Z copying torch/include/ATen/ops/t_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5482399Z copying torch/include/ATen/ops/t_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5483545Z copying torch/include/ATen/ops/t_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5484626Z copying torch/include/ATen/ops/take.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5485784Z copying torch/include/ATen/ops/take_along_dim.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5487004Z copying torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5488004Z copying torch/include/ATen/ops/take_along_dim_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5489217Z copying torch/include/ATen/ops/take_along_dim_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5490190Z copying torch/include/ATen/ops/take_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5491363Z copying torch/include/ATen/ops/take_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5492374Z copying torch/include/ATen/ops/take_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5493758Z copying torch/include/ATen/ops/take_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5494644Z copying torch/include/ATen/ops/tan.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5495936Z copying torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5496946Z copying torch/include/ATen/ops/tan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5498325Z copying torch/include/ATen/ops/tan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5499482Z copying torch/include/ATen/ops/tan_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5500497Z copying torch/include/ATen/ops/tan_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5501535Z copying torch/include/ATen/ops/tan_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5502769Z copying torch/include/ATen/ops/tan_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5503924Z copying torch/include/ATen/ops/tanh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5505625Z copying torch/include/ATen/ops/tanh_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5507327Z copying torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5508374Z copying torch/include/ATen/ops/tanh_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5509631Z copying torch/include/ATen/ops/tanh_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5511396Z copying torch/include/ATen/ops/tanh_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5512693Z copying torch/include/ATen/ops/tanh_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5513568Z copying torch/include/ATen/ops/tanh_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5515137Z copying torch/include/ATen/ops/tanh_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5516179Z copying torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5517442Z copying torch/include/ATen/ops/tanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5518165Z copying torch/include/ATen/ops/tanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5519772Z copying torch/include/ATen/ops/tanh_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5520764Z copying torch/include/ATen/ops/tanh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5521980Z copying torch/include/ATen/ops/tanh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5523178Z copying torch/include/ATen/ops/tanh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5524183Z copying torch/include/ATen/ops/tensor_split.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5525396Z copying torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5526334Z copying torch/include/ATen/ops/tensor_split_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5527352Z copying torch/include/ATen/ops/tensor_split_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5528488Z copying torch/include/ATen/ops/tensordot.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5529690Z copying torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5530964Z copying torch/include/ATen/ops/tensordot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5532599Z copying torch/include/ATen/ops/tensordot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5533785Z copying torch/include/ATen/ops/tensordot_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5534660Z copying torch/include/ATen/ops/tensordot_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5536086Z copying torch/include/ATen/ops/thnn_conv2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5537358Z copying torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5538567Z copying torch/include/ATen/ops/thnn_conv2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5539651Z copying torch/include/ATen/ops/thnn_conv2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5540653Z copying torch/include/ATen/ops/threshold.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5543067Z copying torch/include/ATen/ops/threshold_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5544048Z copying torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5545173Z copying torch/include/ATen/ops/threshold_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5546104Z copying torch/include/ATen/ops/threshold_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5546968Z copying torch/include/ATen/ops/threshold_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5548112Z copying torch/include/ATen/ops/threshold_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5549819Z copying torch/include/ATen/ops/threshold_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5550683Z copying torch/include/ATen/ops/threshold_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5552060Z copying torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5553063Z copying torch/include/ATen/ops/threshold_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5553787Z copying torch/include/ATen/ops/threshold_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5554898Z copying torch/include/ATen/ops/threshold_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5556094Z copying torch/include/ATen/ops/threshold_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5557310Z copying torch/include/ATen/ops/threshold_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5558906Z copying torch/include/ATen/ops/threshold_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5559600Z copying torch/include/ATen/ops/tile.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5560973Z copying torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5562167Z copying torch/include/ATen/ops/tile_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5563399Z copying torch/include/ATen/ops/tile_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5567680Z copying torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5569219Z copying torch/include/ATen/ops/to_dense.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5570644Z copying torch/include/ATen/ops/to_dense_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5572321Z copying torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5573368Z copying torch/include/ATen/ops/to_dense_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5574730Z copying torch/include/ATen/ops/to_dense_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5576292Z copying torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5577328Z copying torch/include/ATen/ops/to_dense_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5578778Z copying torch/include/ATen/ops/to_dense_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5579916Z copying torch/include/ATen/ops/to_mkldnn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5581378Z copying torch/include/ATen/ops/to_mkldnn_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5582685Z copying torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5583888Z copying torch/include/ATen/ops/to_mkldnn_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5585595Z copying torch/include/ATen/ops/to_mkldnn_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5587724Z copying torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5588557Z copying torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5590143Z copying torch/include/ATen/ops/to_mkldnn_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5608715Z copying torch/include/ATen/ops/to_mkldnn_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5609204Z copying torch/include/ATen/ops/to_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5609661Z copying torch/include/ATen/ops/to_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5610241Z copying torch/include/ATen/ops/to_padded_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5610939Z copying torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5611576Z copying torch/include/ATen/ops/to_padded_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5612202Z copying torch/include/ATen/ops/to_padded_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5612779Z copying torch/include/ATen/ops/to_sparse.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5613242Z copying torch/include/ATen/ops/to_sparse_bsc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5613953Z copying torch/include/ATen/ops/to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5614483Z copying torch/include/ATen/ops/to_sparse_bsc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5615087Z copying torch/include/ATen/ops/to_sparse_bsc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5615568Z copying torch/include/ATen/ops/to_sparse_bsc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5616133Z copying torch/include/ATen/ops/to_sparse_bsc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5616592Z copying torch/include/ATen/ops/to_sparse_bsr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5617175Z copying torch/include/ATen/ops/to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5617736Z copying torch/include/ATen/ops/to_sparse_bsr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5618237Z copying torch/include/ATen/ops/to_sparse_bsr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5618862Z copying torch/include/ATen/ops/to_sparse_bsr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5619328Z copying torch/include/ATen/ops/to_sparse_bsr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5620104Z copying torch/include/ATen/ops/to_sparse_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5620680Z copying torch/include/ATen/ops/to_sparse_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5621236Z copying torch/include/ATen/ops/to_sparse_csc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5621908Z copying torch/include/ATen/ops/to_sparse_csc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5622600Z copying torch/include/ATen/ops/to_sparse_csc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5623206Z copying torch/include/ATen/ops/to_sparse_csc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5623785Z copying torch/include/ATen/ops/to_sparse_csc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5624390Z copying torch/include/ATen/ops/to_sparse_csc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5625055Z copying torch/include/ATen/ops/to_sparse_csr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5625731Z copying torch/include/ATen/ops/to_sparse_csr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5626363Z copying torch/include/ATen/ops/to_sparse_csr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5627052Z copying torch/include/ATen/ops/to_sparse_csr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5627678Z copying torch/include/ATen/ops/to_sparse_csr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5628170Z copying torch/include/ATen/ops/to_sparse_csr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5628988Z copying torch/include/ATen/ops/to_sparse_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5629614Z copying torch/include/ATen/ops/to_sparse_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5630285Z copying torch/include/ATen/ops/to_sparse_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5634674Z copying torch/include/ATen/ops/topk.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5635342Z copying torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5635948Z copying torch/include/ATen/ops/topk_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5636493Z copying torch/include/ATen/ops/topk_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5637045Z copying torch/include/ATen/ops/topk_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5637647Z copying torch/include/ATen/ops/topk_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5638811Z copying torch/include/ATen/ops/topk_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5640120Z copying torch/include/ATen/ops/topk_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5641259Z copying torch/include/ATen/ops/trace.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5642699Z copying torch/include/ATen/ops/trace_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5643923Z copying torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5644917Z copying torch/include/ATen/ops/trace_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5646085Z copying torch/include/ATen/ops/trace_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5647263Z copying torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5648396Z copying torch/include/ATen/ops/trace_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5649830Z copying torch/include/ATen/ops/trace_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5650990Z copying torch/include/ATen/ops/trace_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5652434Z copying torch/include/ATen/ops/trace_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5653397Z copying torch/include/ATen/ops/transpose.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5654935Z copying torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5655927Z copying torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5657472Z copying torch/include/ATen/ops/transpose_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5658599Z copying torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5659999Z copying torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5660960Z copying torch/include/ATen/ops/transpose_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5662181Z copying torch/include/ATen/ops/transpose_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5663243Z copying torch/include/ATen/ops/transpose_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5664731Z copying torch/include/ATen/ops/transpose_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5666477Z copying torch/include/ATen/ops/trapezoid.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5667614Z copying torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5668823Z copying torch/include/ATen/ops/trapezoid_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5669731Z copying torch/include/ATen/ops/trapezoid_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5671184Z copying torch/include/ATen/ops/trapz.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5672637Z copying torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5673768Z copying torch/include/ATen/ops/trapz_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5675314Z copying torch/include/ATen/ops/trapz_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5676884Z copying torch/include/ATen/ops/triangular_solve.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5677981Z copying torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5678959Z copying torch/include/ATen/ops/triangular_solve_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5679985Z copying torch/include/ATen/ops/triangular_solve_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5681338Z copying torch/include/ATen/ops/triangular_solve_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5682214Z copying torch/include/ATen/ops/triangular_solve_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5683370Z copying torch/include/ATen/ops/triangular_solve_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5684822Z copying torch/include/ATen/ops/triangular_solve_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5685715Z copying torch/include/ATen/ops/tril.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5687331Z copying torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5688188Z copying torch/include/ATen/ops/tril_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5689806Z copying torch/include/ATen/ops/tril_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5690916Z copying torch/include/ATen/ops/tril_indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5692233Z copying torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5693444Z copying torch/include/ATen/ops/tril_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5694671Z copying torch/include/ATen/ops/tril_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5695835Z copying torch/include/ATen/ops/tril_indices_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5697051Z copying torch/include/ATen/ops/tril_indices_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5698235Z copying torch/include/ATen/ops/tril_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5699856Z copying torch/include/ATen/ops/tril_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5700773Z copying torch/include/ATen/ops/tril_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5702346Z copying torch/include/ATen/ops/tril_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5704193Z copying torch/include/ATen/ops/triplet_margin_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5705111Z copying torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5705831Z copying torch/include/ATen/ops/triplet_margin_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5707252Z copying torch/include/ATen/ops/triplet_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5708235Z copying torch/include/ATen/ops/triu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5709641Z copying torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5710619Z copying torch/include/ATen/ops/triu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5712318Z copying torch/include/ATen/ops/triu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5713460Z copying torch/include/ATen/ops/triu_indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5714459Z copying torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5715577Z copying torch/include/ATen/ops/triu_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5716689Z copying torch/include/ATen/ops/triu_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5717969Z copying torch/include/ATen/ops/triu_indices_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5718980Z copying torch/include/ATen/ops/triu_indices_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5720043Z copying torch/include/ATen/ops/triu_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5721217Z copying torch/include/ATen/ops/triu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5722419Z copying torch/include/ATen/ops/triu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5723518Z copying torch/include/ATen/ops/triu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5724777Z copying torch/include/ATen/ops/true_divide.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5726062Z copying torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5726821Z copying torch/include/ATen/ops/true_divide_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5727982Z copying torch/include/ATen/ops/true_divide_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5728994Z copying torch/include/ATen/ops/trunc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5730611Z copying torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5731686Z copying torch/include/ATen/ops/trunc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5732817Z copying torch/include/ATen/ops/trunc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5734012Z copying torch/include/ATen/ops/trunc_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5735356Z copying torch/include/ATen/ops/trunc_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5736566Z copying torch/include/ATen/ops/trunc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5737787Z copying torch/include/ATen/ops/trunc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5739178Z copying torch/include/ATen/ops/type_as.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5740394Z copying torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5741461Z copying torch/include/ATen/ops/type_as_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5743050Z copying torch/include/ATen/ops/type_as_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5743998Z copying torch/include/ATen/ops/unbind.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5745764Z copying torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5747139Z copying torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5748516Z copying torch/include/ATen/ops/unbind_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5749549Z copying torch/include/ATen/ops/unbind_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5751125Z copying torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5752421Z copying torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5753446Z copying torch/include/ATen/ops/unbind_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5754667Z copying torch/include/ATen/ops/unbind_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5755907Z copying torch/include/ATen/ops/unbind_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5757106Z copying torch/include/ATen/ops/unbind_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5758308Z copying torch/include/ATen/ops/unflatten.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5759799Z copying torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5760995Z copying torch/include/ATen/ops/unflatten_dense_tensors.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5762337Z copying torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5763440Z copying torch/include/ATen/ops/unflatten_dense_tensors_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5764572Z copying torch/include/ATen/ops/unflatten_dense_tensors_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5765588Z copying torch/include/ATen/ops/unflatten_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5767020Z copying torch/include/ATen/ops/unflatten_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5768239Z copying torch/include/ATen/ops/unfold.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5769433Z copying torch/include/ATen/ops/unfold_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5770602Z copying torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5771685Z copying torch/include/ATen/ops/unfold_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5773022Z copying torch/include/ATen/ops/unfold_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5773848Z copying torch/include/ATen/ops/unfold_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5775209Z copying torch/include/ATen/ops/unfold_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5776352Z copying torch/include/ATen/ops/unfold_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5777447Z copying torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5778476Z copying torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5780627Z copying torch/include/ATen/ops/unfold_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5781214Z copying torch/include/ATen/ops/unfold_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5781971Z copying torch/include/ATen/ops/unfold_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5783127Z copying torch/include/ATen/ops/unfold_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5784343Z copying torch/include/ATen/ops/unfold_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5785677Z copying torch/include/ATen/ops/unfold_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5786814Z copying torch/include/ATen/ops/unfold_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5788406Z copying torch/include/ATen/ops/uniform.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5789617Z copying torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5790699Z copying torch/include/ATen/ops/uniform_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5792206Z copying torch/include/ATen/ops/uniform_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5793310Z copying torch/include/ATen/ops/uniform_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5794483Z copying torch/include/ATen/ops/uniform_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5795569Z copying torch/include/ATen/ops/uniform_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5797254Z copying torch/include/ATen/ops/unique_consecutive.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5798176Z copying torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5799264Z copying torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5800589Z copying torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5801621Z copying torch/include/ATen/ops/unique_consecutive_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5802486Z copying torch/include/ATen/ops/unique_consecutive_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5803549Z copying torch/include/ATen/ops/unique_dim.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5805065Z copying torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5805869Z copying torch/include/ATen/ops/unique_dim_consecutive.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5806946Z copying torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5808941Z copying torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5809456Z copying torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5810416Z copying torch/include/ATen/ops/unique_dim_consecutive_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5811559Z copying torch/include/ATen/ops/unique_dim_consecutive_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5812630Z copying torch/include/ATen/ops/unique_dim_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5813609Z copying torch/include/ATen/ops/unique_dim_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5814668Z copying torch/include/ATen/ops/unique_dim_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5815749Z copying torch/include/ATen/ops/unique_dim_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5816818Z copying torch/include/ATen/ops/unsafe_chunk.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5818052Z copying torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5818733Z copying torch/include/ATen/ops/unsafe_chunk_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5819861Z copying torch/include/ATen/ops/unsafe_chunk_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5821187Z copying torch/include/ATen/ops/unsafe_split.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5822267Z copying torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5823440Z copying torch/include/ATen/ops/unsafe_split_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5824597Z copying torch/include/ATen/ops/unsafe_split_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5827293Z copying torch/include/ATen/ops/unsafe_split_with_sizes.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5828054Z copying torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5829045Z copying torch/include/ATen/ops/unsafe_split_with_sizes_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5829864Z copying torch/include/ATen/ops/unsafe_split_with_sizes_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5830954Z copying torch/include/ATen/ops/unsqueeze.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5831856Z copying torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5832840Z copying torch/include/ATen/ops/unsqueeze_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5834378Z copying torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5835173Z copying torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5836319Z copying torch/include/ATen/ops/unsqueeze_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5837401Z copying torch/include/ATen/ops/unsqueeze_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5838562Z copying torch/include/ATen/ops/unsqueeze_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5839777Z copying torch/include/ATen/ops/unsqueeze_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5840954Z copying torch/include/ATen/ops/upsample_bicubic2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5842842Z copying torch/include/ATen/ops/upsample_bicubic2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5844106Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5845114Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5846392Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5847555Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5848865Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5849985Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5851131Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5852349Z copying torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5853442Z copying torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5854712Z copying torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5856165Z copying torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5857587Z copying torch/include/ATen/ops/upsample_bicubic2d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5858497Z copying torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5860227Z copying torch/include/ATen/ops/upsample_bicubic2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5861136Z copying torch/include/ATen/ops/upsample_bicubic2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5862589Z copying torch/include/ATen/ops/upsample_bilinear2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5863844Z copying torch/include/ATen/ops/upsample_bilinear2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5865933Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5866703Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5867850Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5869009Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5870248Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5871436Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5872568Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5874081Z copying torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5875288Z copying torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5876570Z copying torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5878039Z copying torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5879143Z copying torch/include/ATen/ops/upsample_bilinear2d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5880660Z copying torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5881856Z copying torch/include/ATen/ops/upsample_bilinear2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5883302Z copying torch/include/ATen/ops/upsample_bilinear2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5884705Z copying torch/include/ATen/ops/upsample_linear1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5886192Z copying torch/include/ATen/ops/upsample_linear1d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5887518Z copying torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5888572Z copying torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5889821Z copying torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5891576Z copying torch/include/ATen/ops/upsample_linear1d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5892704Z copying torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5893797Z copying torch/include/ATen/ops/upsample_linear1d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5894942Z copying torch/include/ATen/ops/upsample_linear1d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5896052Z copying torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5897097Z copying torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5898185Z copying torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5899250Z copying torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5900358Z copying torch/include/ATen/ops/upsample_linear1d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5901525Z copying torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5902800Z copying torch/include/ATen/ops/upsample_linear1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5903891Z copying torch/include/ATen/ops/upsample_linear1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5904922Z copying torch/include/ATen/ops/upsample_nearest1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5906039Z copying torch/include/ATen/ops/upsample_nearest1d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5907894Z copying torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5909045Z copying torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5910100Z copying torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5911281Z copying torch/include/ATen/ops/upsample_nearest1d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5912369Z copying torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5913307Z copying torch/include/ATen/ops/upsample_nearest1d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5914504Z copying torch/include/ATen/ops/upsample_nearest1d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5915890Z copying torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5916833Z copying torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5918012Z copying torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5919156Z copying torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5920443Z copying torch/include/ATen/ops/upsample_nearest1d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5922291Z copying torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5923060Z copying torch/include/ATen/ops/upsample_nearest1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5924171Z copying torch/include/ATen/ops/upsample_nearest1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5925528Z copying torch/include/ATen/ops/upsample_nearest2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5926624Z copying torch/include/ATen/ops/upsample_nearest2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5928005Z copying torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5929272Z copying torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5930525Z copying torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5931677Z copying torch/include/ATen/ops/upsample_nearest2d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5932905Z copying torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5934042Z copying torch/include/ATen/ops/upsample_nearest2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5935257Z copying torch/include/ATen/ops/upsample_nearest2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5936482Z copying torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5937593Z copying torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5938722Z copying torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5939872Z copying torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5941034Z copying torch/include/ATen/ops/upsample_nearest2d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5942206Z copying torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5956449Z copying torch/include/ATen/ops/upsample_nearest2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5957357Z copying torch/include/ATen/ops/upsample_nearest2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5958092Z copying torch/include/ATen/ops/upsample_nearest3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5958678Z copying torch/include/ATen/ops/upsample_nearest3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5959358Z copying torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5959965Z copying torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5960500Z copying torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5961045Z copying torch/include/ATen/ops/upsample_nearest3d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5961606Z copying torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5962167Z copying torch/include/ATen/ops/upsample_nearest3d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5962701Z copying torch/include/ATen/ops/upsample_nearest3d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5963402Z copying torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5964034Z copying torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5964601Z copying torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5965168Z copying torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5965644Z copying torch/include/ATen/ops/upsample_nearest3d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5966126Z copying torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5966612Z copying torch/include/ATen/ops/upsample_nearest3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5967122Z copying torch/include/ATen/ops/upsample_nearest3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5968044Z copying torch/include/ATen/ops/upsample_trilinear3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5969610Z copying torch/include/ATen/ops/upsample_trilinear3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5971627Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5973325Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5974870Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5976459Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5977370Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5978502Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5979385Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5980863Z copying torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5981841Z copying torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5982643Z copying torch/include/ATen/ops/values.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5983912Z copying torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5985585Z copying torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5986647Z copying torch/include/ATen/ops/upsample_trilinear3d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5987775Z copying torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5988913Z copying torch/include/ATen/ops/upsample_trilinear3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5990076Z copying torch/include/ATen/ops/upsample_trilinear3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5991297Z copying torch/include/ATen/ops/value_selecting_reduction_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5995706Z copying torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.5996286Z copying torch/include/ATen/ops/value_selecting_reduction_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6007522Z copying torch/include/ATen/ops/value_selecting_reduction_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6008951Z copying torch/include/ATen/ops/values_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6010064Z copying torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6011191Z copying torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6012003Z copying torch/include/ATen/ops/values_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6013129Z copying torch/include/ATen/ops/values_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6014886Z copying torch/include/ATen/ops/values_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6015972Z copying torch/include/ATen/ops/values_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6017175Z copying torch/include/ATen/ops/vander.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6018441Z copying torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6019658Z copying torch/include/ATen/ops/vander_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6020604Z copying torch/include/ATen/ops/vander_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6021596Z copying torch/include/ATen/ops/var.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6023093Z copying torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6024207Z copying torch/include/ATen/ops/var_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6025507Z copying torch/include/ATen/ops/var_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6027225Z copying torch/include/ATen/ops/var_mean.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6028314Z copying torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6029534Z copying torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6030600Z copying torch/include/ATen/ops/var_mean_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6031613Z copying torch/include/ATen/ops/var_mean_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6032636Z copying torch/include/ATen/ops/var_mean_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6033725Z copying torch/include/ATen/ops/var_mean_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6034870Z copying torch/include/ATen/ops/var_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6036163Z copying torch/include/ATen/ops/var_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6037347Z copying torch/include/ATen/ops/vdot.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6038584Z copying torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6039919Z copying torch/include/ATen/ops/vdot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6041197Z copying torch/include/ATen/ops/vdot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6042216Z copying torch/include/ATen/ops/vdot_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6043562Z copying torch/include/ATen/ops/vdot_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6044734Z copying torch/include/ATen/ops/view.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6046187Z copying torch/include/ATen/ops/view_as.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6047472Z copying torch/include/ATen/ops/view_as_complex.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6048258Z copying torch/include/ATen/ops/view_as_complex_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6049379Z copying torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6050744Z copying torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6051691Z copying torch/include/ATen/ops/view_as_complex_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6052901Z copying torch/include/ATen/ops/view_as_complex_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6053928Z copying torch/include/ATen/ops/view_as_complex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6055166Z copying torch/include/ATen/ops/view_as_complex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6056337Z copying torch/include/ATen/ops/view_as_complex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6058504Z copying torch/include/ATen/ops/view_as_complex_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6058846Z copying torch/include/ATen/ops/view_as_complex_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6060131Z copying torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6061059Z copying torch/include/ATen/ops/view_as_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6062435Z copying torch/include/ATen/ops/view_as_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6063620Z copying torch/include/ATen/ops/view_as_real.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6064854Z copying torch/include/ATen/ops/view_as_real_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6066324Z copying torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6068192Z copying torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6069426Z copying torch/include/ATen/ops/view_as_real_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6070918Z copying torch/include/ATen/ops/view_as_real_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6071970Z copying torch/include/ATen/ops/view_as_real_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6073310Z copying torch/include/ATen/ops/view_as_real_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6074346Z copying torch/include/ATen/ops/view_as_real_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6075680Z copying torch/include/ATen/ops/view_as_real_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6076380Z copying torch/include/ATen/ops/view_as_real_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6077709Z copying torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6078869Z copying torch/include/ATen/ops/view_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6080287Z copying torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6081618Z copying torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6082789Z copying torch/include/ATen/ops/view_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6083983Z copying torch/include/ATen/ops/view_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6085365Z copying torch/include/ATen/ops/view_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6086790Z copying torch/include/ATen/ops/view_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6088159Z copying torch/include/ATen/ops/view_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6089728Z copying torch/include/ATen/ops/view_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6090697Z copying torch/include/ATen/ops/view_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6091926Z copying torch/include/ATen/ops/vsplit.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6093608Z copying torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6094962Z copying torch/include/ATen/ops/vsplit_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6095957Z copying torch/include/ATen/ops/vsplit_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6097163Z copying torch/include/ATen/ops/vstack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6098724Z copying torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6099573Z copying torch/include/ATen/ops/vstack_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6101136Z copying torch/include/ATen/ops/vstack_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6102168Z copying torch/include/ATen/ops/where.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6103115Z copying torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6104159Z copying torch/include/ATen/ops/where_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6106452Z copying torch/include/ATen/ops/where_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6106862Z copying torch/include/ATen/ops/where_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6107537Z copying torch/include/ATen/ops/where_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6108957Z copying torch/include/ATen/ops/xlogy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6110349Z copying torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6111865Z copying torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6112867Z copying torch/include/ATen/ops/xlogy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6114233Z copying torch/include/ATen/ops/xlogy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6115304Z copying torch/include/ATen/ops/xlogy_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6117084Z copying torch/include/ATen/ops/xlogy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6118019Z copying torch/include/ATen/ops/xlogy_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6119750Z copying torch/include/ATen/ops/xlogy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6121021Z copying torch/include/ATen/ops/xor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6122169Z copying torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6123009Z copying torch/include/ATen/ops/xor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6124630Z copying torch/include/ATen/ops/xor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6125387Z copying torch/include/ATen/ops/zero.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6126749Z copying torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6127822Z copying torch/include/ATen/ops/zero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6128878Z copying torch/include/ATen/ops/zero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6130291Z copying torch/include/ATen/ops/zero_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6131336Z copying torch/include/ATen/ops/zero_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6132735Z copying torch/include/ATen/ops/zero_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6133760Z copying torch/include/ATen/ops/zeros.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6135290Z copying torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6136602Z copying torch/include/ATen/ops/zeros_like.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6138328Z copying torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6139542Z copying torch/include/ATen/ops/zeros_like_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6141002Z copying torch/include/ATen/ops/zeros_like_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6142351Z copying torch/include/ATen/ops/zeros_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6144001Z copying torch/include/ATen/ops/zeros_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-11-23T00:58:19.6145455Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/hip 2022-11-23T00:58:19.6146069Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/hip/impl 2022-11-23T00:58:19.6146790Z copying torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/hip/impl 2022-11-23T00:58:19.6148768Z copying torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/hip/impl 2022-11-23T00:58:19.6149646Z copying torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/hip/impl 2022-11-23T00:58:19.6151057Z copying torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/hip/impl 2022-11-23T00:58:19.6152287Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/detail 2022-11-23T00:58:19.6153119Z copying torch/include/ATen/detail/CUDAHooksInterface.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/detail 2022-11-23T00:58:19.6154172Z copying torch/include/ATen/detail/FunctionTraits.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/detail 2022-11-23T00:58:19.6155189Z copying torch/include/ATen/detail/HIPHooksInterface.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/detail 2022-11-23T00:58:19.6156497Z copying torch/include/ATen/detail/ORTHooksInterface.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/detail 2022-11-23T00:58:19.6157619Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6157988Z copying torch/include/ATen/native/Activation.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6159527Z copying torch/include/ATen/native/AdaptivePooling.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6160874Z copying torch/include/ATen/native/BatchLinearAlgebra.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6161406Z copying torch/include/ATen/native/BinaryOps.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6162995Z copying torch/include/ATen/native/BucketizationUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6163570Z copying torch/include/ATen/native/CPUBlas.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6164992Z copying torch/include/ATen/native/CPUFallback.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6166066Z copying torch/include/ATen/native/CanUse32BitIndexMath.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6167468Z copying torch/include/ATen/native/ComplexHelper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6168233Z copying torch/include/ATen/native/CompositeRandomAccessor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6169966Z copying torch/include/ATen/native/CompositeRandomAccessorCommon.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6171221Z copying torch/include/ATen/native/ConvUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6172242Z copying torch/include/ATen/native/ConvolutionMM3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6173068Z copying torch/include/ATen/native/Copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6174242Z copying torch/include/ATen/native/Cross.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6175713Z copying torch/include/ATen/native/DilatedConvolutionUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6176771Z copying torch/include/ATen/native/DispatchStub.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6177730Z copying torch/include/ATen/native/Distance.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6179569Z copying torch/include/ATen/native/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6180299Z copying torch/include/ATen/native/Distributions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6181895Z copying torch/include/ATen/native/EmbeddingBag.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6183122Z copying torch/include/ATen/native/Fill.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6184026Z copying torch/include/ATen/native/ForeachUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6185165Z copying torch/include/ATen/native/FunctionOfAMatrixUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6186510Z copying torch/include/ATen/native/GridSampler.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6187537Z copying torch/include/ATen/native/GridSamplerUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6188609Z copying torch/include/ATen/native/Histogram.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6189777Z copying torch/include/ATen/native/IndexKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6190810Z copying torch/include/ATen/native/IndexingUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6192281Z copying torch/include/ATen/native/Lerp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6193105Z copying torch/include/ATen/native/LinearAlgebra.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6194841Z copying torch/include/ATen/native/LinearAlgebraUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6195620Z copying torch/include/ATen/native/LossMulti.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6196806Z copying torch/include/ATen/native/Math.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6198559Z copying torch/include/ATen/native/MathBitFallThroughLists.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6200246Z copying torch/include/ATen/native/MathBitsFallback.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6201120Z copying torch/include/ATen/native/MaxPooling.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6202414Z copying torch/include/ATen/native/NonEmptyUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6203623Z copying torch/include/ATen/native/NonSymbolicBC.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6204889Z copying torch/include/ATen/native/Normalization.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6206251Z copying torch/include/ATen/native/PointwiseOps.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6207899Z copying torch/include/ATen/native/Pool.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6209323Z copying torch/include/ATen/native/Pow.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6210402Z copying torch/include/ATen/native/RNN.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6211655Z copying torch/include/ATen/native/RangeFactories.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6213133Z copying torch/include/ATen/native/ReduceAllOps.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6214007Z copying torch/include/ATen/native/ReduceOps.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6215417Z copying torch/include/ATen/native/ReduceOpsUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6216675Z copying torch/include/ATen/native/Repeat.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6217906Z copying torch/include/ATen/native/Resize.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6218946Z copying torch/include/ATen/native/ResizeCommon.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6220342Z copying torch/include/ATen/native/ScatterGatherChecks.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6221313Z copying torch/include/ATen/native/SegmentReduce.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6222710Z copying torch/include/ATen/native/SharedReduceOps.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6223964Z copying torch/include/ATen/native/SobolEngineOpsUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6225446Z copying torch/include/ATen/native/Sorting.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6226615Z copying torch/include/ATen/native/SortingUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6227997Z copying torch/include/ATen/native/SpectralOpsUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6229330Z copying torch/include/ATen/native/StridedRandomAccessor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6230186Z copying torch/include/ATen/native/TensorAdvancedIndexing.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6231031Z copying torch/include/ATen/native/TensorAdvancedIndexingUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6232015Z copying torch/include/ATen/native/TensorCompare.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6233444Z copying torch/include/ATen/native/TensorConversions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6234485Z copying torch/include/ATen/native/TensorDimApply.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6235440Z copying torch/include/ATen/native/TensorFactories.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6236455Z copying torch/include/ATen/native/TensorIterator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6237412Z copying torch/include/ATen/native/TensorIteratorDynamicCasting.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6238411Z copying torch/include/ATen/native/TensorProperties.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6239440Z copying torch/include/ATen/native/TensorShape.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6240529Z copying torch/include/ATen/native/TensorTransformations.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6241451Z copying torch/include/ATen/native/TopKImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6242501Z copying torch/include/ATen/native/TransposeType.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6243453Z copying torch/include/ATen/native/TriangularOpsUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6244601Z copying torch/include/ATen/native/TypeProperties.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6245983Z copying torch/include/ATen/native/UnaryOps.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6246945Z copying torch/include/ATen/native/Unfold2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6247881Z copying torch/include/ATen/native/Unfold3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6248970Z copying torch/include/ATen/native/UnfoldBackward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6249918Z copying torch/include/ATen/native/UpSample.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6251350Z copying torch/include/ATen/native/batch_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6252152Z copying torch/include/ATen/native/group_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6253379Z copying torch/include/ATen/native/im2col.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6254257Z copying torch/include/ATen/native/im2col_shape_check.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6255540Z copying torch/include/ATen/native/layer_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6256452Z copying torch/include/ATen/native/verbose_wrapper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6257381Z copying torch/include/ATen/native/vol2col.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-11-23T00:58:19.6258722Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:58:19.6259398Z copying torch/include/ATen/native/cpu/AtomicAddFloat.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:58:19.6260136Z copying torch/include/ATen/native/cpu/CatKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:58:19.6261680Z copying torch/include/ATen/native/cpu/ChannelShuffleKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:58:19.6262509Z copying torch/include/ATen/native/cpu/CopyKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:58:19.6263854Z copying torch/include/ATen/native/cpu/DepthwiseConvKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:58:19.6265293Z copying torch/include/ATen/native/cpu/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:58:19.6266567Z copying torch/include/ATen/native/cpu/GridSamplerKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:58:19.6268010Z copying torch/include/ATen/native/cpu/IndexKernelUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:58:19.6268937Z copying torch/include/ATen/native/cpu/Intrinsics.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:58:19.6269915Z copying torch/include/ATen/native/cpu/IsContiguous.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:58:19.6270942Z copying torch/include/ATen/native/cpu/Loops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:58:19.6272646Z copying torch/include/ATen/native/cpu/MaxUnpoolKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:58:19.6273334Z copying torch/include/ATen/native/cpu/PixelShuffleKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:58:19.6274184Z copying torch/include/ATen/native/cpu/Reduce.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:58:19.6275715Z copying torch/include/ATen/native/cpu/SerialStackImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:58:19.6277249Z copying torch/include/ATen/native/cpu/SoftmaxKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:58:19.6278001Z copying torch/include/ATen/native/cpu/StackKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:58:19.6279324Z copying torch/include/ATen/native/cpu/WeightNormKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:58:19.6280578Z copying torch/include/ATen/native/cpu/avx_mathfun.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:58:19.6281890Z copying torch/include/ATen/native/cpu/mixed_data_type.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:58:19.6283555Z copying torch/include/ATen/native/cpu/moments_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:58:19.6284926Z copying torch/include/ATen/native/cpu/utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:58:19.6285778Z copying torch/include/ATen/native/cpu/zmath.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-11-23T00:58:19.6287282Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6288410Z copying torch/include/ATen/native/cuda/Activation.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6288936Z copying torch/include/ATen/native/cuda/BinaryInternal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6290300Z copying torch/include/ATen/native/cuda/CompositeRandomAccessor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6291928Z copying torch/include/ATen/native/cuda/Copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6292300Z copying torch/include/ATen/native/cuda/CuFFTPlanCache.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6294209Z copying torch/include/ATen/native/cuda/CuFFTUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6295445Z copying torch/include/ATen/native/cuda/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6297120Z copying torch/include/ATen/native/cuda/Distributions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6298164Z copying torch/include/ATen/native/cuda/GridSampler.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6299310Z copying torch/include/ATen/native/cuda/IndexKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6300540Z copying torch/include/ATen/native/cuda/LaunchUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6301949Z copying torch/include/ATen/native/cuda/MiscUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6303288Z copying torch/include/ATen/native/cuda/ReduceOps.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6304492Z copying torch/include/ATen/native/cuda/Resize.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6306018Z copying torch/include/ATen/native/cuda/ScanKernels.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6307441Z copying torch/include/ATen/native/cuda/Sort.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6309245Z copying torch/include/ATen/native/cuda/SortStable.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6310469Z copying torch/include/ATen/native/cuda/Sorting.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6312096Z copying torch/include/ATen/native/cuda/TensorModeKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6313533Z copying torch/include/ATen/native/cuda/TensorTopK.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6314880Z copying torch/include/ATen/native/cuda/jit_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6316456Z copying torch/include/ATen/native/cuda/thread_constants.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6317772Z copying torch/include/ATen/native/cuda/CUDAJitLoops.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6319182Z copying torch/include/ATen/native/cuda/CUDALoops.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6320644Z copying torch/include/ATen/native/cuda/DeviceSqrt.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6322085Z copying torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6323404Z copying torch/include/ATen/native/cuda/ForeachFunctors.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6324834Z copying torch/include/ATen/native/cuda/GridSampler.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6326430Z copying torch/include/ATen/native/cuda/JitLoops.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6327350Z copying torch/include/ATen/native/cuda/KernelUtils.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6328520Z copying torch/include/ATen/native/cuda/Loops.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6329923Z copying torch/include/ATen/native/cuda/Math.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6332056Z copying torch/include/ATen/native/cuda/MemoryAccess.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6333243Z copying torch/include/ATen/native/cuda/MultiTensorApply.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6334648Z copying torch/include/ATen/native/cuda/Normalization.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6336489Z copying torch/include/ATen/native/cuda/PersistentSoftmax.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6337380Z copying torch/include/ATen/native/cuda/Pow.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6338982Z copying torch/include/ATen/native/cuda/ROCmLoops.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6340252Z copying torch/include/ATen/native/cuda/Randperm.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6341520Z copying torch/include/ATen/native/cuda/Reduce.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6343368Z copying torch/include/ATen/native/cuda/ScanUtils.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6344962Z copying torch/include/ATen/native/cuda/SortUtils.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6346313Z copying torch/include/ATen/native/cuda/SortingCommon.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6347742Z copying torch/include/ATen/native/cuda/SortingRadixSelect.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6349161Z copying torch/include/ATen/native/cuda/TensorModeKernel.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6350649Z copying torch/include/ATen/native/cuda/UniqueCub.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6351885Z copying torch/include/ATen/native/cuda/UpSample.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6353305Z copying torch/include/ATen/native/cuda/block_reduce.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6354919Z copying torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6356165Z copying torch/include/ATen/native/cuda/fused_adam_impl.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6357476Z copying torch/include/ATen/native/cuda/fused_adam_utils.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6358721Z copying torch/include/ATen/native/cuda/im2col.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6360484Z copying torch/include/ATen/native/cuda/reduction_template.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6362062Z copying torch/include/ATen/native/cuda/vol2col.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-11-23T00:58:19.6363334Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized 2022-11-23T00:58:19.6363969Z copying torch/include/ATen/native/quantized/AffineQuantizer.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized 2022-11-23T00:58:19.6365867Z copying torch/include/ATen/native/quantized/AffineQuantizerBase.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized 2022-11-23T00:58:19.6366741Z copying torch/include/ATen/native/quantized/Copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized 2022-11-23T00:58:19.6368041Z copying torch/include/ATen/native/quantized/FakeQuantAffine.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized 2022-11-23T00:58:19.6369359Z copying torch/include/ATen/native/quantized/IndexKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized 2022-11-23T00:58:19.6370553Z copying torch/include/ATen/native/quantized/PackedParams.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized 2022-11-23T00:58:19.6372097Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu 2022-11-23T00:58:19.6372845Z copying torch/include/ATen/native/quantized/cpu/BinaryOps.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu 2022-11-23T00:58:19.6374239Z copying torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu 2022-11-23T00:58:19.6375572Z copying torch/include/ATen/native/quantized/cpu/OnednnUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu 2022-11-23T00:58:19.6376996Z copying torch/include/ATen/native/quantized/cpu/QnnpackUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu 2022-11-23T00:58:19.6378396Z copying torch/include/ATen/native/quantized/cpu/QuantUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu 2022-11-23T00:58:19.6379852Z copying torch/include/ATen/native/quantized/cpu/QuantizedOps.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu 2022-11-23T00:58:19.6381234Z copying torch/include/ATen/native/quantized/cpu/RuyUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu 2022-11-23T00:58:19.6382628Z copying torch/include/ATen/native/quantized/cpu/XnnpackUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu 2022-11-23T00:58:19.6384019Z copying torch/include/ATen/native/quantized/cpu/conv_serialization.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu 2022-11-23T00:58:19.6386087Z copying torch/include/ATen/native/quantized/cpu/fbgemm_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu 2022-11-23T00:58:19.6387222Z copying torch/include/ATen/native/quantized/cpu/init_qnnpack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu 2022-11-23T00:58:19.6388600Z copying torch/include/ATen/native/quantized/cpu/qembeddingbag.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu 2022-11-23T00:58:19.6389927Z copying torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu 2022-11-23T00:58:19.6391073Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/quantized 2022-11-23T00:58:19.6392070Z copying torch/include/ATen/quantized/QTensorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/quantized 2022-11-23T00:58:19.6393552Z copying torch/include/ATen/quantized/Quantizer.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/quantized 2022-11-23T00:58:19.6395022Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2 2022-11-23T00:58:19.6395391Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize 2022-11-23T00:58:19.6395910Z copying torch/include/caffe2/serialize/crc_alt.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize 2022-11-23T00:58:19.6397904Z copying torch/include/caffe2/serialize/file_adapter.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize 2022-11-23T00:58:19.6399830Z copying torch/include/caffe2/serialize/in_memory_adapter.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize 2022-11-23T00:58:19.6400714Z copying torch/include/caffe2/serialize/inline_container.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize 2022-11-23T00:58:19.6402251Z copying torch/include/caffe2/serialize/istream_adapter.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize 2022-11-23T00:58:19.6403053Z copying torch/include/caffe2/serialize/read_adapter_interface.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize 2022-11-23T00:58:19.6404941Z copying torch/include/caffe2/serialize/versions.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize 2022-11-23T00:58:19.6405733Z creating build/lib.linux-x86_64-cpython-37/torch/include/c10 2022-11-23T00:58:19.6406473Z creating build/lib.linux-x86_64-cpython-37/torch/include/c10/macros 2022-11-23T00:58:19.6406935Z copying torch/include/c10/macros/Export.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/macros 2022-11-23T00:58:19.6408274Z copying torch/include/c10/macros/Macros.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/macros 2022-11-23T00:58:19.6410033Z copying torch/include/c10/macros/cmake_macros.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/macros 2022-11-23T00:58:19.6411147Z creating build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:58:19.6411680Z copying torch/include/c10/core/Allocator.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:58:19.6413390Z copying torch/include/c10/core/AutogradState.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:58:19.6414340Z copying torch/include/c10/core/Backend.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:58:19.6415865Z copying torch/include/c10/core/CPUAllocator.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:58:19.6416768Z copying torch/include/c10/core/CompileTimeFunctionPointer.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:58:19.6417908Z copying torch/include/c10/core/CopyBytes.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:58:19.6419313Z copying torch/include/c10/core/DefaultDtype.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:58:19.6420142Z copying torch/include/c10/core/DefaultTensorOptions.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:58:19.6421679Z copying torch/include/c10/core/Device.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:58:19.6422568Z copying torch/include/c10/core/DeviceArray.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:58:19.6423802Z copying torch/include/c10/core/DeviceGuard.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:58:19.6424861Z copying torch/include/c10/core/DeviceType.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:58:19.6427330Z copying torch/include/c10/core/DispatchKey.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:58:19.6428292Z copying torch/include/c10/core/DispatchKeySet.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:58:19.6430140Z copying torch/include/c10/core/DynamicCast.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:58:19.6431500Z copying torch/include/c10/core/Event.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:58:19.6432488Z copying torch/include/c10/core/GeneratorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:58:19.6433800Z copying torch/include/c10/core/GradMode.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:58:19.6434221Z copying torch/include/c10/core/InferenceMode.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:58:19.6435772Z copying torch/include/c10/core/Layout.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:58:19.6436869Z copying torch/include/c10/core/MemoryFormat.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:58:19.6438777Z copying torch/include/c10/core/OptionalRef.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:58:19.6439443Z copying torch/include/c10/core/PyHandleCache.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:58:19.6440845Z copying torch/include/c10/core/QEngine.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:58:19.6441447Z copying torch/include/c10/core/QScheme.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:58:19.6442449Z copying torch/include/c10/core/SafePyObject.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:58:19.6443552Z copying torch/include/c10/core/Scalar.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:58:19.6444628Z copying torch/include/c10/core/ScalarType.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:58:19.6446319Z copying torch/include/c10/core/ScalarTypeToTypeMeta.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:58:19.6447116Z copying torch/include/c10/core/Storage.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:58:19.6448069Z copying torch/include/c10/core/StorageImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:58:19.6449655Z copying torch/include/c10/core/Stream.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:58:19.6450456Z copying torch/include/c10/core/StreamGuard.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:58:19.6451404Z copying torch/include/c10/core/SymFloat.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:58:19.6452569Z copying torch/include/c10/core/SymInt.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:58:19.6453632Z copying torch/include/c10/core/SymIntArrayRef.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:58:19.6454639Z copying torch/include/c10/core/SymNodeImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:58:19.6455778Z copying torch/include/c10/core/TensorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:58:19.6457614Z copying torch/include/c10/core/TensorOptions.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:58:19.6459404Z copying torch/include/c10/core/UndefinedTensorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:58:19.6460305Z copying torch/include/c10/core/WrapDimMinimal.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:58:19.6461402Z copying torch/include/c10/core/alignment.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:58:19.6462499Z copying torch/include/c10/core/thread_pool.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-11-23T00:58:19.6463740Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing 2022-11-23T00:58:19.6464410Z copying torch/include/ATen/core/boxing/BoxedKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing 2022-11-23T00:58:19.6465457Z copying torch/include/ATen/core/boxing/BoxedKernel_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing 2022-11-23T00:58:19.6466843Z copying torch/include/ATen/core/boxing/KernelFunction.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing 2022-11-23T00:58:19.6467652Z copying torch/include/ATen/core/boxing/KernelFunction_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing 2022-11-23T00:58:19.6469245Z copying torch/include/ATen/core/boxing/OperatorKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing 2022-11-23T00:58:19.6469948Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing/impl 2022-11-23T00:58:19.6470293Z copying torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing/impl 2022-11-23T00:58:19.6471828Z copying torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing/impl 2022-11-23T00:58:19.6472910Z copying torch/include/ATen/core/boxing/impl/boxing.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing/impl 2022-11-23T00:58:19.6474309Z copying torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing/impl 2022-11-23T00:58:19.6475372Z copying torch/include/ATen/core/boxing/impl/test_helpers.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing/impl 2022-11-23T00:58:19.6476523Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch 2022-11-23T00:58:19.6476826Z copying torch/include/ATen/core/dispatch/CppSignature.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch 2022-11-23T00:58:19.6478319Z copying torch/include/ATen/core/dispatch/DispatchKeyExtractor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch 2022-11-23T00:58:19.6479313Z copying torch/include/ATen/core/dispatch/Dispatcher.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch 2022-11-23T00:58:19.6480855Z copying torch/include/ATen/core/dispatch/ObservedOperators.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch 2022-11-23T00:58:19.6481770Z copying torch/include/ATen/core/dispatch/OperatorEntry.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch 2022-11-23T00:58:19.6482783Z copying torch/include/ATen/core/dispatch/OperatorOptions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch 2022-11-23T00:58:19.6483839Z copying torch/include/ATen/core/dispatch/RegistrationHandleRAII.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch 2022-11-23T00:58:19.6485097Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/op_registration 2022-11-23T00:58:19.6485456Z copying torch/include/ATen/core/op_registration/adaption.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/op_registration 2022-11-23T00:58:19.6486857Z copying torch/include/ATen/core/op_registration/infer_schema.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/op_registration 2022-11-23T00:58:19.6487861Z copying torch/include/ATen/core/op_registration/op_allowlist.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/op_registration 2022-11-23T00:58:19.6488854Z copying torch/include/ATen/core/op_registration/op_registration.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/op_registration 2022-11-23T00:58:19.6490197Z creating build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-11-23T00:58:19.6490561Z copying torch/include/c10/core/impl/DeviceGuardImplInterface.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-11-23T00:58:19.6491880Z copying torch/include/c10/core/impl/FakeGuardImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-11-23T00:58:19.6493035Z copying torch/include/c10/core/impl/GPUTrace.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-11-23T00:58:19.6494310Z copying torch/include/c10/core/impl/HermeticPyObjectTLS.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-11-23T00:58:19.6495613Z copying torch/include/c10/core/impl/InlineDeviceGuard.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-11-23T00:58:19.6497103Z copying torch/include/c10/core/impl/InlineEvent.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-11-23T00:58:19.6498398Z copying torch/include/c10/core/impl/InlineStreamGuard.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-11-23T00:58:19.6499822Z copying torch/include/c10/core/impl/LocalDispatchKeySet.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-11-23T00:58:19.6501246Z copying torch/include/c10/core/impl/PyInterpreter.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-11-23T00:58:19.6502475Z copying torch/include/c10/core/impl/PythonDispatcherTLS.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-11-23T00:58:19.6503576Z copying torch/include/c10/core/impl/SizesAndStrides.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-11-23T00:58:19.6505295Z copying torch/include/c10/core/impl/TorchDispatchModeTLS.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-11-23T00:58:19.6506232Z copying torch/include/c10/core/impl/VirtualGuardImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-11-23T00:58:19.6508367Z copying torch/include/c10/core/impl/alloc_cpu.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-11-23T00:58:19.6509406Z creating build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6510142Z copying torch/include/c10/util/AlignOf.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6511360Z copying torch/include/c10/util/Array.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6513033Z copying torch/include/c10/util/ArrayRef.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6514410Z copying torch/include/c10/util/BFloat16-inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6515614Z copying torch/include/c10/util/BFloat16-math.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6516974Z copying torch/include/c10/util/BFloat16.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6518300Z copying torch/include/c10/util/Backtrace.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6519673Z copying torch/include/c10/util/Bitset.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6521009Z copying torch/include/c10/util/C++17.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6522680Z copying torch/include/c10/util/CallOnce.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6523836Z copying torch/include/c10/util/ConstexprCrc.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6525465Z copying torch/include/c10/util/DeadlockDetection.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6526761Z copying torch/include/c10/util/Deprecated.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6527923Z copying torch/include/c10/util/DimVector.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6529307Z copying torch/include/c10/util/Exception.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6530938Z copying torch/include/c10/util/ExclusivelyOwned.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6532376Z copying torch/include/c10/util/ExclusivelyOwnedTensorTraits.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6534034Z copying torch/include/c10/util/Flags.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6535329Z copying torch/include/c10/util/FunctionRef.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6537008Z copying torch/include/c10/util/Half-inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6538176Z copying torch/include/c10/util/Half.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6539863Z copying torch/include/c10/util/IdWrapper.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6541017Z copying torch/include/c10/util/LeftRight.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6542382Z copying torch/include/c10/util/Load.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6543957Z copying torch/include/c10/util/Logging.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6545437Z copying torch/include/c10/util/MathConstants.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6547271Z copying torch/include/c10/util/MaybeOwned.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6548551Z copying torch/include/c10/util/Metaprogramming.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6549892Z copying torch/include/c10/util/Optional.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6552535Z copying torch/include/c10/util/OptionalArrayRef.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6553535Z copying torch/include/c10/util/Registry.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6555177Z copying torch/include/c10/util/ScopeExit.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6556731Z copying torch/include/c10/util/SmallBuffer.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6557453Z copying torch/include/c10/util/SmallVector.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6559516Z copying torch/include/c10/util/StringUtil.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6560391Z copying torch/include/c10/util/Synchronized.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6561356Z copying torch/include/c10/util/ThreadLocal.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6562429Z copying torch/include/c10/util/ThreadLocalDebugInfo.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6563280Z copying torch/include/c10/util/Type.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6564658Z copying torch/include/c10/util/TypeCast.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6565481Z copying torch/include/c10/util/TypeIndex.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6566770Z copying torch/include/c10/util/TypeList.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6567785Z copying torch/include/c10/util/TypeSafeSignMath.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6569077Z copying torch/include/c10/util/TypeTraits.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6570056Z copying torch/include/c10/util/Unicode.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6571307Z copying torch/include/c10/util/UniqueVoidPtr.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6572415Z copying torch/include/c10/util/Unroll.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6573415Z copying torch/include/c10/util/accumulate.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6574634Z copying torch/include/c10/util/complex.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6575527Z copying torch/include/c10/util/complex_math.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6576897Z copying torch/include/c10/util/complex_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6577800Z copying torch/include/c10/util/copysign.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6579037Z copying torch/include/c10/util/either.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6579981Z copying torch/include/c10/util/env.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6581272Z copying torch/include/c10/util/flat_hash_map.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6582723Z copying torch/include/c10/util/hash.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6584038Z copying torch/include/c10/util/in_place.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6585552Z copying torch/include/c10/util/int128.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6586642Z copying torch/include/c10/util/intrusive_ptr.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6587983Z copying torch/include/c10/util/irange.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6589413Z copying torch/include/c10/util/llvmMathExtras.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6590466Z copying torch/include/c10/util/logging_is_google_glog.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6591965Z copying torch/include/c10/util/logging_is_not_google_glog.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6593143Z copying torch/include/c10/util/math_compat.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6594580Z copying torch/include/c10/util/numa.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6595806Z copying torch/include/c10/util/order_preserving_flat_hash_map.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6597360Z copying torch/include/c10/util/overloaded.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6598616Z copying torch/include/c10/util/python_stub.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6599858Z copying torch/include/c10/util/qint32.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6601069Z copying torch/include/c10/util/qint8.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6602278Z copying torch/include/c10/util/quint2x4.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6603483Z copying torch/include/c10/util/quint4x2.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6604684Z copying torch/include/c10/util/quint8.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6606140Z copying torch/include/c10/util/reverse_iterator.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6607455Z copying torch/include/c10/util/safe_numerics.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6608620Z copying torch/include/c10/util/signal_handler.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6609711Z copying torch/include/c10/util/sparse_bitset.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6611106Z copying torch/include/c10/util/strides.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6612067Z copying torch/include/c10/util/string_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6613418Z copying torch/include/c10/util/string_view.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6614316Z copying torch/include/c10/util/strong_type.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6616016Z copying torch/include/c10/util/tempfile.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6617325Z copying torch/include/c10/util/thread_name.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6618325Z copying torch/include/c10/util/typeid.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6619641Z copying torch/include/c10/util/variant.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6621360Z copying torch/include/c10/util/win32-headers.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-11-23T00:58:19.6622727Z creating build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda 2022-11-23T00:58:19.6622996Z copying torch/include/c10/cuda/CUDAAlgorithm.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda 2022-11-23T00:58:19.6624357Z copying torch/include/c10/cuda/CUDACachingAllocator.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda 2022-11-23T00:58:19.6625196Z copying torch/include/c10/cuda/CUDAException.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda 2022-11-23T00:58:19.6627248Z copying torch/include/c10/cuda/CUDAFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda 2022-11-23T00:58:19.6628150Z copying torch/include/c10/cuda/CUDAGraphsC10Utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda 2022-11-23T00:58:19.6629607Z copying torch/include/c10/cuda/CUDAGuard.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda 2022-11-23T00:58:19.6630529Z copying torch/include/c10/cuda/CUDAMacros.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda 2022-11-23T00:58:19.6631559Z copying torch/include/c10/cuda/CUDAMathCompat.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda 2022-11-23T00:58:19.6633255Z copying torch/include/c10/cuda/CUDAMiscFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda 2022-11-23T00:58:19.6633782Z copying torch/include/c10/cuda/CUDAStream.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda 2022-11-23T00:58:19.6635118Z creating build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda/impl 2022-11-23T00:58:19.6635400Z copying torch/include/c10/cuda/impl/CUDAGuardImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda/impl 2022-11-23T00:58:19.6636766Z copying torch/include/c10/cuda/impl/CUDATest.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda/impl 2022-11-23T00:58:19.6637758Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch 2022-11-23T00:58:19.6638270Z copying torch/include/torch/script.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch 2022-11-23T00:58:19.6639369Z copying torch/include/torch/extension.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch 2022-11-23T00:58:19.6640572Z copying torch/include/torch/custom_class.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch 2022-11-23T00:58:19.6641688Z copying torch/include/torch/library.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch 2022-11-23T00:58:19.6643151Z copying torch/include/torch/custom_class_detail.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch 2022-11-23T00:58:19.6643943Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:58:19.6644545Z copying torch/include/torch/csrc/CudaIPCTypes.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:58:19.6645980Z copying torch/include/torch/csrc/DataLoader.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:58:19.6646892Z copying torch/include/torch/csrc/Device.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:58:19.6647933Z copying torch/include/torch/csrc/Dtype.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:58:19.6648906Z copying torch/include/torch/csrc/DynamicTypes.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:58:19.6650043Z copying torch/include/torch/csrc/Exceptions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:58:19.6651029Z copying torch/include/torch/csrc/Export.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:58:19.6652007Z copying torch/include/torch/csrc/Generator.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:58:19.6653045Z copying torch/include/torch/csrc/Layout.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:58:19.6654058Z copying torch/include/torch/csrc/MemoryFormat.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:58:19.6654989Z copying torch/include/torch/csrc/Module.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:58:19.6656359Z copying torch/include/torch/csrc/PythonTypes.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:58:19.6656734Z copying torch/include/torch/csrc/QScheme.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:58:19.6658273Z copying torch/include/torch/csrc/Size.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:58:19.6659514Z copying torch/include/torch/csrc/Storage.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:58:19.6660892Z copying torch/include/torch/csrc/StorageMethods.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:58:19.6661491Z copying torch/include/torch/csrc/StorageSharing.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:58:19.6662884Z copying torch/include/torch/csrc/Stream.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:58:19.6664895Z copying torch/include/torch/csrc/THConcat.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:58:19.6665388Z copying torch/include/torch/csrc/THP.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:58:19.6666348Z copying torch/include/torch/csrc/TypeInfo.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:58:19.6667105Z copying torch/include/torch/csrc/Types.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:58:19.6668702Z copying torch/include/torch/csrc/copy_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:58:19.6669481Z copying torch/include/torch/csrc/itt_wrapper.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:58:19.6670393Z copying torch/include/torch/csrc/python_dimname.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:58:19.6671479Z copying torch/include/torch/csrc/python_headers.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:58:19.6672523Z copying torch/include/torch/csrc/serialization.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:58:19.6673656Z copying torch/include/torch/csrc/utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-11-23T00:58:19.6675316Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api 2022-11-23T00:58:19.6675613Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include 2022-11-23T00:58:19.6675913Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:19.6676236Z copying torch/include/torch/csrc/api/include/torch/all.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:19.6677868Z copying torch/include/torch/csrc/api/include/torch/arg.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:19.6678483Z copying torch/include/torch/csrc/api/include/torch/autograd.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:19.6680027Z copying torch/include/torch/csrc/api/include/torch/cuda.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:19.6680694Z copying torch/include/torch/csrc/api/include/torch/data.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:19.6682025Z copying torch/include/torch/csrc/api/include/torch/enum.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:19.6682974Z copying torch/include/torch/csrc/api/include/torch/expanding_array.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:19.6684627Z copying torch/include/torch/csrc/api/include/torch/fft.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:19.6685104Z copying torch/include/torch/csrc/api/include/torch/imethod.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:19.6685989Z copying torch/include/torch/csrc/api/include/torch/jit.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:19.6687710Z copying torch/include/torch/csrc/api/include/torch/linalg.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:19.6688990Z copying torch/include/torch/csrc/api/include/torch/nested.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:19.6689710Z copying torch/include/torch/csrc/api/include/torch/nn.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:19.6691169Z copying torch/include/torch/csrc/api/include/torch/optim.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:19.6692212Z copying torch/include/torch/csrc/api/include/torch/ordered_dict.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:19.6693313Z copying torch/include/torch/csrc/api/include/torch/python.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:19.6694402Z copying torch/include/torch/csrc/api/include/torch/serialize.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:19.6695684Z copying torch/include/torch/csrc/api/include/torch/sparse.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:19.6696315Z copying torch/include/torch/csrc/api/include/torch/special.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:19.6698037Z copying torch/include/torch/csrc/api/include/torch/torch.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:19.6698660Z copying torch/include/torch/csrc/api/include/torch/types.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:19.6700652Z copying torch/include/torch/csrc/api/include/torch/utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:19.6701463Z copying torch/include/torch/csrc/api/include/torch/version.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:19.6702436Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data 2022-11-23T00:58:19.6702883Z copying torch/include/torch/csrc/api/include/torch/data/dataloader.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data 2022-11-23T00:58:19.6703947Z copying torch/include/torch/csrc/api/include/torch/data/dataloader_options.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data 2022-11-23T00:58:19.6705117Z copying torch/include/torch/csrc/api/include/torch/data/datasets.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data 2022-11-23T00:58:19.6705986Z copying torch/include/torch/csrc/api/include/torch/data/example.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data 2022-11-23T00:58:19.6707649Z copying torch/include/torch/csrc/api/include/torch/data/iterator.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data 2022-11-23T00:58:19.6708416Z copying torch/include/torch/csrc/api/include/torch/data/samplers.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data 2022-11-23T00:58:19.6710080Z copying torch/include/torch/csrc/api/include/torch/data/transforms.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data 2022-11-23T00:58:19.6711754Z copying torch/include/torch/csrc/api/include/torch/data/worker_exception.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data 2022-11-23T00:58:19.6712911Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T00:58:19.6713732Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/base.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T00:58:19.6715477Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T00:58:19.6716881Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T00:58:19.6718073Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T00:58:19.6718687Z copying torch/include/torch/csrc/api/include/torch/data/datasets/base.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T00:58:19.6720387Z copying torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T00:58:19.6721915Z copying torch/include/torch/csrc/api/include/torch/data/datasets/map.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T00:58:19.6723270Z copying torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T00:58:19.6724270Z copying torch/include/torch/csrc/api/include/torch/data/datasets/shared.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T00:58:19.6725558Z copying torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T00:58:19.6726682Z copying torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T00:58:19.6729024Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T00:58:19.6729515Z copying torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T00:58:19.6730443Z copying torch/include/torch/csrc/api/include/torch/data/detail/queue.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T00:58:19.6731457Z copying torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T00:58:19.6733243Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T00:58:19.6733906Z copying torch/include/torch/csrc/api/include/torch/data/samplers/base.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T00:58:19.6734886Z copying torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T00:58:19.6735596Z copying torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T00:58:19.6736893Z copying torch/include/torch/csrc/api/include/torch/data/samplers/random.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T00:58:19.6737993Z copying torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T00:58:19.6739235Z copying torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T00:58:19.6740001Z copying torch/include/torch/csrc/api/include/torch/data/samplers/stream.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T00:58:19.6741443Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T00:58:19.6741989Z copying torch/include/torch/csrc/api/include/torch/data/transforms/base.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T00:58:19.6742937Z copying torch/include/torch/csrc/api/include/torch/data/transforms/collate.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T00:58:19.6743989Z copying torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T00:58:19.6745148Z copying torch/include/torch/csrc/api/include/torch/data/transforms/stack.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T00:58:19.6746970Z copying torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T00:58:19.6747312Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/detail 2022-11-23T00:58:19.6748141Z copying torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/detail 2022-11-23T00:58:19.6749208Z copying torch/include/torch/csrc/api/include/torch/detail/static.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/detail 2022-11-23T00:58:19.6750133Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T00:58:19.6750598Z copying torch/include/torch/csrc/api/include/torch/nn/cloneable.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T00:58:19.6752206Z copying torch/include/torch/csrc/api/include/torch/nn/functional.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T00:58:19.6752961Z copying torch/include/torch/csrc/api/include/torch/nn/init.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T00:58:19.6754015Z copying torch/include/torch/csrc/api/include/torch/nn/module.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T00:58:19.6755473Z copying torch/include/torch/csrc/api/include/torch/nn/modules.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T00:58:19.6756606Z copying torch/include/torch/csrc/api/include/torch/nn/options.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T00:58:19.6757564Z copying torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T00:58:19.6758572Z copying torch/include/torch/csrc/api/include/torch/nn/pimpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T00:58:19.6759358Z copying torch/include/torch/csrc/api/include/torch/nn/utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T00:58:19.6760942Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:58:19.6761332Z copying torch/include/torch/csrc/api/include/torch/nn/functional/activation.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:58:19.6763236Z copying torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:58:19.6764065Z copying torch/include/torch/csrc/api/include/torch/nn/functional/conv.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:58:19.6765813Z copying torch/include/torch/csrc/api/include/torch/nn/functional/distance.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:58:19.6766521Z copying torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:58:19.6768510Z copying torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:58:19.6769126Z copying torch/include/torch/csrc/api/include/torch/nn/functional/fold.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:58:19.6770611Z copying torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:58:19.6771366Z copying torch/include/torch/csrc/api/include/torch/nn/functional/linear.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:58:19.6773050Z copying torch/include/torch/csrc/api/include/torch/nn/functional/loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:58:19.6774222Z copying torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:58:19.6775318Z copying torch/include/torch/csrc/api/include/torch/nn/functional/padding.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:58:19.6776964Z copying torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:58:19.6777805Z copying torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:58:19.6779899Z copying torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:58:19.6780483Z copying torch/include/torch/csrc/api/include/torch/nn/functional/vision.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:58:19.6782196Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:58:19.6782812Z copying torch/include/torch/csrc/api/include/torch/nn/options/activation.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:58:19.6783851Z copying torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:58:19.6785153Z copying torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:58:19.6786709Z copying torch/include/torch/csrc/api/include/torch/nn/options/conv.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:58:19.6788372Z copying torch/include/torch/csrc/api/include/torch/nn/options/distance.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:58:19.6789164Z copying torch/include/torch/csrc/api/include/torch/nn/options/dropout.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:58:19.6790287Z copying torch/include/torch/csrc/api/include/torch/nn/options/embedding.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:58:19.6791369Z copying torch/include/torch/csrc/api/include/torch/nn/options/fold.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:58:19.6792685Z copying torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:58:19.6793885Z copying torch/include/torch/csrc/api/include/torch/nn/options/linear.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:58:19.6794839Z copying torch/include/torch/csrc/api/include/torch/nn/options/loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:58:19.6796174Z copying torch/include/torch/csrc/api/include/torch/nn/options/normalization.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:58:19.6797103Z copying torch/include/torch/csrc/api/include/torch/nn/options/padding.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:58:19.6798571Z copying torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:58:19.6799619Z copying torch/include/torch/csrc/api/include/torch/nn/options/pooling.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:58:19.6801564Z copying torch/include/torch/csrc/api/include/torch/nn/options/rnn.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:58:19.6802313Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:58:19.6803902Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:58:19.6804857Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:58:19.6806690Z copying torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:58:19.6807768Z copying torch/include/torch/csrc/api/include/torch/nn/options/vision.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:58:19.6808971Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:19.6809624Z copying torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:19.6811176Z copying torch/include/torch/csrc/api/include/torch/nn/modules/activation.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:19.6812982Z copying torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:19.6814265Z copying torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:19.6815659Z copying torch/include/torch/csrc/api/include/torch/nn/modules/common.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:19.6817126Z copying torch/include/torch/csrc/api/include/torch/nn/modules/conv.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:19.6818672Z copying torch/include/torch/csrc/api/include/torch/nn/modules/distance.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:19.6820069Z copying torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:19.6821485Z copying torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:19.6822893Z copying torch/include/torch/csrc/api/include/torch/nn/modules/fold.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:19.6824263Z copying torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:19.6825885Z copying torch/include/torch/csrc/api/include/torch/nn/modules/linear.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:19.6827171Z copying torch/include/torch/csrc/api/include/torch/nn/modules/loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:19.6828521Z copying torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:19.6829813Z copying torch/include/torch/csrc/api/include/torch/nn/modules/padding.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:19.6830940Z copying torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:19.6832000Z copying torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:19.6833432Z copying torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:19.6834535Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:19.6836204Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:19.6837138Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:19.6837934Z copying torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:19.6838923Z copying torch/include/torch/csrc/api/include/torch/nn/modules/utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:19.6840452Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T00:58:19.6840870Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T00:58:19.6842410Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T00:58:19.6843460Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T00:58:19.6844493Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T00:58:19.6845394Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T00:58:19.6846395Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T00:58:19.6847448Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T00:58:19.6848654Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T00:58:19.6850199Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T00:58:19.6851278Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T00:58:19.6852225Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/parallel 2022-11-23T00:58:19.6853564Z copying torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/parallel 2022-11-23T00:58:19.6854035Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T00:58:19.6854830Z copying torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T00:58:19.6856876Z copying torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T00:58:19.6857499Z copying torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T00:58:19.6858480Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T00:58:19.6859213Z copying torch/include/torch/csrc/api/include/torch/optim/adagrad.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T00:58:19.6860329Z copying torch/include/torch/csrc/api/include/torch/optim/adam.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T00:58:19.6861340Z copying torch/include/torch/csrc/api/include/torch/optim/adamw.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T00:58:19.6862395Z copying torch/include/torch/csrc/api/include/torch/optim/lbfgs.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T00:58:19.6863453Z copying torch/include/torch/csrc/api/include/torch/optim/optimizer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T00:58:19.6865168Z copying torch/include/torch/csrc/api/include/torch/optim/rmsprop.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T00:58:19.6866497Z copying torch/include/torch/csrc/api/include/torch/optim/serialize.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T00:58:19.6867375Z copying torch/include/torch/csrc/api/include/torch/optim/sgd.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T00:58:19.6869008Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-11-23T00:58:19.6869664Z copying torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-11-23T00:58:19.6870708Z copying torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-11-23T00:58:19.6873398Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T00:58:19.6874046Z copying torch/include/torch/csrc/api/include/torch/serialize/archive.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T00:58:19.6874532Z copying torch/include/torch/csrc/api/include/torch/serialize/input-archive.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T00:58:19.6875207Z copying torch/include/torch/csrc/api/include/torch/serialize/output-archive.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T00:58:19.6875935Z copying torch/include/torch/csrc/api/include/torch/serialize/tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T00:58:19.6876775Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6877182Z copying torch/include/torch/csrc/autograd/FunctionsManual.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6879001Z copying torch/include/torch/csrc/autograd/InferenceMode.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6880175Z copying torch/include/torch/csrc/autograd/VariableTypeUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6881529Z copying torch/include/torch/csrc/autograd/anomaly_mode.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6882543Z copying torch/include/torch/csrc/autograd/autograd.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6884512Z copying torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6884927Z copying torch/include/torch/csrc/autograd/cpp_hook.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6885705Z copying torch/include/torch/csrc/autograd/custom_function.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6886997Z copying torch/include/torch/csrc/autograd/edge.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6888234Z copying torch/include/torch/csrc/autograd/engine.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6889732Z copying torch/include/torch/csrc/autograd/forward_grad.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6890463Z copying torch/include/torch/csrc/autograd/function.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6892222Z copying torch/include/torch/csrc/autograd/function_hook.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6892748Z copying torch/include/torch/csrc/autograd/grad_mode.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6893694Z copying torch/include/torch/csrc/autograd/graph_task.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6895059Z copying torch/include/torch/csrc/autograd/input_buffer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6896059Z copying torch/include/torch/csrc/autograd/input_metadata.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6897416Z copying torch/include/torch/csrc/autograd/jit_decomp_interface.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6898748Z copying torch/include/torch/csrc/autograd/profiler.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6899598Z copying torch/include/torch/csrc/autograd/profiler_kineto.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6900922Z copying torch/include/torch/csrc/autograd/profiler_legacy.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6902183Z copying torch/include/torch/csrc/autograd/profiler_python.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6903650Z copying torch/include/torch/csrc/autograd/python_anomaly_mode.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6904918Z copying torch/include/torch/csrc/autograd/python_autograd.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6906254Z copying torch/include/torch/csrc/autograd/python_cpp_function.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6908092Z copying torch/include/torch/csrc/autograd/python_engine.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6909439Z copying torch/include/torch/csrc/autograd/python_enum_tag.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6910391Z copying torch/include/torch/csrc/autograd/python_fft_functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6911749Z copying torch/include/torch/csrc/autograd/python_function.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6913284Z copying torch/include/torch/csrc/autograd/python_hook.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6914125Z copying torch/include/torch/csrc/autograd/python_legacy_variable.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6915471Z copying torch/include/torch/csrc/autograd/python_linalg_functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6916717Z copying torch/include/torch/csrc/autograd/python_nested_functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6917706Z copying torch/include/torch/csrc/autograd/python_nn_functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6919632Z copying torch/include/torch/csrc/autograd/python_return_types.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6920002Z copying torch/include/torch/csrc/autograd/python_saved_variable_hooks.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6920909Z copying torch/include/torch/csrc/autograd/python_sparse_functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6922267Z copying torch/include/torch/csrc/autograd/python_special_functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6923284Z copying torch/include/torch/csrc/autograd/python_torch_functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6924316Z copying torch/include/torch/csrc/autograd/python_variable.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6925530Z copying torch/include/torch/csrc/autograd/python_variable_indexing.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6926935Z copying torch/include/torch/csrc/autograd/record_function_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6927975Z copying torch/include/torch/csrc/autograd/saved_variable.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6928962Z copying torch/include/torch/csrc/autograd/saved_variable_hooks.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6930503Z copying torch/include/torch/csrc/autograd/symbolic.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6931420Z copying torch/include/torch/csrc/autograd/variable.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-11-23T00:58:19.6933033Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/functions 2022-11-23T00:58:19.6933388Z copying torch/include/torch/csrc/autograd/functions/accumulate_grad.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/functions 2022-11-23T00:58:19.6934586Z copying torch/include/torch/csrc/autograd/functions/basic_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/functions 2022-11-23T00:58:19.6936586Z copying torch/include/torch/csrc/autograd/functions/comm.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/functions 2022-11-23T00:58:19.6936986Z copying torch/include/torch/csrc/autograd/functions/pybind.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/functions 2022-11-23T00:58:19.6937726Z copying torch/include/torch/csrc/autograd/functions/tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/functions 2022-11-23T00:58:19.6940001Z copying torch/include/torch/csrc/autograd/functions/utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/functions 2022-11-23T00:58:19.6940441Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/generated 2022-11-23T00:58:19.6941081Z copying torch/include/torch/csrc/autograd/generated/python_functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/generated 2022-11-23T00:58:19.6941793Z copying torch/include/torch/csrc/autograd/generated/VariableType.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/generated 2022-11-23T00:58:19.6942961Z copying torch/include/torch/csrc/autograd/generated/Functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/generated 2022-11-23T00:58:19.6945654Z copying torch/include/torch/csrc/autograd/generated/variable_factories.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/generated 2022-11-23T00:58:19.6948475Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/utils 2022-11-23T00:58:19.6949346Z copying torch/include/torch/csrc/autograd/utils/error_messages.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/utils 2022-11-23T00:58:19.6950873Z copying torch/include/torch/csrc/autograd/utils/grad_layout_contract.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/utils 2022-11-23T00:58:19.6952537Z copying torch/include/torch/csrc/autograd/utils/lambda_post_hook.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/utils 2022-11-23T00:58:19.6953610Z copying torch/include/torch/csrc/autograd/utils/python_arg_parsing.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/utils 2022-11-23T00:58:19.6955065Z copying torch/include/torch/csrc/autograd/utils/warnings.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/utils 2022-11-23T00:58:19.6956333Z copying torch/include/torch/csrc/autograd/utils/wrap_outputs.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/utils 2022-11-23T00:58:19.6957574Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda 2022-11-23T00:58:19.6958280Z copying torch/include/torch/csrc/cuda/Event.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda 2022-11-23T00:58:19.6959920Z copying torch/include/torch/csrc/cuda/Module.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda 2022-11-23T00:58:19.6961211Z copying torch/include/torch/csrc/cuda/Stream.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda 2022-11-23T00:58:19.6962542Z copying torch/include/torch/csrc/cuda/THCP.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda 2022-11-23T00:58:19.6963884Z copying torch/include/torch/csrc/cuda/comm.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda 2022-11-23T00:58:19.6965205Z copying torch/include/torch/csrc/cuda/device_set.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda 2022-11-23T00:58:19.6966585Z copying torch/include/torch/csrc/cuda/memory_snapshot.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda 2022-11-23T00:58:19.6967863Z copying torch/include/torch/csrc/cuda/nccl.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda 2022-11-23T00:58:19.6969231Z copying torch/include/torch/csrc/cuda/python_comm.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda 2022-11-23T00:58:19.6970584Z copying torch/include/torch/csrc/cuda/python_nccl.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda 2022-11-23T00:58:19.6972335Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed 2022-11-23T00:58:19.6972759Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:19.6973356Z copying torch/include/torch/csrc/distributed/c10d/TraceUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:19.6974545Z copying torch/include/torch/csrc/distributed/c10d/c10d.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:19.6975934Z copying torch/include/torch/csrc/distributed/c10d/debug.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:19.6977270Z copying torch/include/torch/csrc/distributed/c10d/error.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:19.6978766Z copying torch/include/torch/csrc/distributed/c10d/exception.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:19.6980028Z copying torch/include/torch/csrc/distributed/c10d/logging.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:19.6981399Z copying torch/include/torch/csrc/distributed/c10d/python_comm_hook.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:19.6982590Z copying torch/include/torch/csrc/distributed/c10d/socket.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:19.6983925Z copying torch/include/torch/csrc/distributed/c10d/Backend.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:19.6985537Z copying torch/include/torch/csrc/distributed/c10d/FileStore.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:19.6986818Z copying torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:19.6988116Z copying torch/include/torch/csrc/distributed/c10d/HashStore.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:19.6989438Z copying torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:19.6990783Z copying torch/include/torch/csrc/distributed/c10d/Ops.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:19.6992170Z copying torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:19.6993565Z copying torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:19.6995066Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:19.6997046Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:19.6998325Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:19.6999867Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:19.7001679Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:19.7002934Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:19.7004774Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:19.7006077Z copying torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:19.7007427Z copying torch/include/torch/csrc/distributed/c10d/Store.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:19.7008715Z copying torch/include/torch/csrc/distributed/c10d/TCPStore.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:19.7010085Z copying torch/include/torch/csrc/distributed/c10d/Types.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:19.7011682Z copying torch/include/torch/csrc/distributed/c10d/UCCForNCCL.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:19.7012898Z copying torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:19.7014271Z copying torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:19.7015648Z copying torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:19.7017937Z copying torch/include/torch/csrc/distributed/c10d/Utils.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:19.7019070Z copying torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:19.7020329Z copying torch/include/torch/csrc/distributed/c10d/Work.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:19.7021745Z copying torch/include/torch/csrc/distributed/c10d/comm.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:19.7023236Z copying torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:19.7024468Z copying torch/include/torch/csrc/distributed/c10d/logger.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:19.7025989Z copying torch/include/torch/csrc/distributed/c10d/reducer.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:19.7027975Z copying torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:19.7029278Z copying torch/include/torch/csrc/distributed/c10d/sequence_num.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:19.7030529Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:19.7031336Z copying torch/include/torch/csrc/distributed/rpc/agent_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:19.7032371Z copying torch/include/torch/csrc/distributed/rpc/message.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:19.7033800Z copying torch/include/torch/csrc/distributed/rpc/py_rref.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:19.7034776Z copying torch/include/torch/csrc/distributed/rpc/python_call.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:19.7036153Z copying torch/include/torch/csrc/distributed/rpc/python_functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:19.7037091Z copying torch/include/torch/csrc/distributed/rpc/python_remote_call.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:19.7038516Z copying torch/include/torch/csrc/distributed/rpc/python_resp.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:19.7039431Z copying torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:19.7041038Z copying torch/include/torch/csrc/distributed/rpc/request_callback.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:19.7042367Z copying torch/include/torch/csrc/distributed/rpc/request_callback_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:19.7043232Z copying torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:19.7044729Z copying torch/include/torch/csrc/distributed/rpc/rpc.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:19.7045419Z copying torch/include/torch/csrc/distributed/rpc/rpc_agent.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:19.7047393Z copying torch/include/torch/csrc/distributed/rpc/rpc_command_base.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:19.7048292Z copying torch/include/torch/csrc/distributed/rpc/rref_context.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:19.7049816Z copying torch/include/torch/csrc/distributed/rpc/rref_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:19.7051243Z copying torch/include/torch/csrc/distributed/rpc/rref_proto.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:19.7052604Z copying torch/include/torch/csrc/distributed/rpc/script_call.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:19.7053978Z copying torch/include/torch/csrc/distributed/rpc/script_remote_call.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:19.7055318Z copying torch/include/torch/csrc/distributed/rpc/script_resp.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:19.7056651Z copying torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:19.7058270Z copying torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:19.7059705Z copying torch/include/torch/csrc/distributed/rpc/torchscript_functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:19.7060981Z copying torch/include/torch/csrc/distributed/rpc/types.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:19.7062376Z copying torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:19.7063719Z copying torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:19.7065143Z copying torch/include/torch/csrc/distributed/rpc/utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:19.7066393Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit 2022-11-23T00:58:19.7066983Z copying torch/include/torch/csrc/jit/jit_log.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit 2022-11-23T00:58:19.7068538Z copying torch/include/torch/csrc/jit/jit_opt_limit.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit 2022-11-23T00:58:19.7069442Z copying torch/include/torch/csrc/jit/resource_guard.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit 2022-11-23T00:58:19.7070820Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends 2022-11-23T00:58:19.7071681Z copying torch/include/torch/csrc/jit/backends/backend.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends 2022-11-23T00:58:19.7072915Z copying torch/include/torch/csrc/jit/backends/backend_debug_handler.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends 2022-11-23T00:58:19.7074391Z copying torch/include/torch/csrc/jit/backends/backend_debug_info.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends 2022-11-23T00:58:19.7075806Z copying torch/include/torch/csrc/jit/backends/backend_detail.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends 2022-11-23T00:58:19.7077109Z copying torch/include/torch/csrc/jit/backends/backend_exception.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends 2022-11-23T00:58:19.7078331Z copying torch/include/torch/csrc/jit/backends/backend_init.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends 2022-11-23T00:58:19.7079810Z copying torch/include/torch/csrc/jit/backends/backend_interface.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends 2022-11-23T00:58:19.7081098Z copying torch/include/torch/csrc/jit/backends/backend_preprocess.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends 2022-11-23T00:58:19.7082438Z copying torch/include/torch/csrc/jit/backends/backend_resolver.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends 2022-11-23T00:58:19.7083577Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7084741Z copying torch/include/torch/csrc/jit/passes/add_if_then_else.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7085877Z copying torch/include/torch/csrc/jit/passes/annotate_warns.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7087216Z copying torch/include/torch/csrc/jit/passes/autocast.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7088474Z copying torch/include/torch/csrc/jit/passes/bailout_graph.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7089854Z copying torch/include/torch/csrc/jit/passes/batch_mm.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7091156Z copying torch/include/torch/csrc/jit/passes/canonicalize.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7092562Z copying torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7093780Z copying torch/include/torch/csrc/jit/passes/check_strict_fusion.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7095112Z copying torch/include/torch/csrc/jit/passes/clear_profiling.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7096382Z copying torch/include/torch/csrc/jit/passes/clear_undefinedness.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7097716Z copying torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7098975Z copying torch/include/torch/csrc/jit/passes/concat_opt.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7100345Z copying torch/include/torch/csrc/jit/passes/constant_pooling.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7102141Z copying torch/include/torch/csrc/jit/passes/constant_propagation.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7103340Z copying torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7104984Z copying torch/include/torch/csrc/jit/passes/create_functional_graphs.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7106364Z copying torch/include/torch/csrc/jit/passes/cuda_graph_fuser.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7108067Z copying torch/include/torch/csrc/jit/passes/dead_code_elimination.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7109436Z copying torch/include/torch/csrc/jit/passes/decompose_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7110683Z copying torch/include/torch/csrc/jit/passes/device_type_analysis.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7112972Z copying torch/include/torch/csrc/jit/passes/dtype_analysis.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7114121Z copying torch/include/torch/csrc/jit/passes/eliminate_no_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7115504Z copying torch/include/torch/csrc/jit/passes/erase_number_types.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7116725Z copying torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7118011Z copying torch/include/torch/csrc/jit/passes/fold_conv_bn.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7119345Z copying torch/include/torch/csrc/jit/passes/freeze_module.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7120711Z copying torch/include/torch/csrc/jit/passes/frozen_concat_linear.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7122123Z copying torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7123453Z copying torch/include/torch/csrc/jit/passes/frozen_conv_folding.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7124802Z copying torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7126156Z copying torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7127508Z copying torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7128742Z copying torch/include/torch/csrc/jit/passes/fuse_linear.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7130178Z copying torch/include/torch/csrc/jit/passes/fuse_relu.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7131489Z copying torch/include/torch/csrc/jit/passes/graph_fuser.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7132967Z copying torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7134319Z copying torch/include/torch/csrc/jit/passes/guard_elimination.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7135746Z copying torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7137073Z copying torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7138368Z copying torch/include/torch/csrc/jit/passes/inline_fork_wait.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7139721Z copying torch/include/torch/csrc/jit/passes/inline_forked_closures.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7141015Z copying torch/include/torch/csrc/jit/passes/inliner.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7142319Z copying torch/include/torch/csrc/jit/passes/inplace_check.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7143790Z copying torch/include/torch/csrc/jit/passes/insert_guards.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7145233Z copying torch/include/torch/csrc/jit/passes/integer_value_refinement.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7146397Z copying torch/include/torch/csrc/jit/passes/lift_closures.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7148738Z copying torch/include/torch/csrc/jit/passes/liveness.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7149834Z copying torch/include/torch/csrc/jit/passes/loop_unrolling.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7151145Z copying torch/include/torch/csrc/jit/passes/lower_grad_of.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7152547Z copying torch/include/torch/csrc/jit/passes/lower_graph.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7153749Z copying torch/include/torch/csrc/jit/passes/lower_tuples.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7155038Z copying torch/include/torch/csrc/jit/passes/metal_rewrite.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7156355Z copying torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7157720Z copying torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7159142Z copying torch/include/torch/csrc/jit/passes/normalize_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7160533Z copying torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7161845Z copying torch/include/torch/csrc/jit/passes/onnx.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7163239Z copying torch/include/torch/csrc/jit/passes/pass_manager.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7164992Z copying torch/include/torch/csrc/jit/passes/peephole.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7166119Z copying torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7167432Z copying torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7168665Z copying torch/include/torch/csrc/jit/passes/peephole_list_idioms.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7170029Z copying torch/include/torch/csrc/jit/passes/peephole_non_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7171480Z copying torch/include/torch/csrc/jit/passes/prepack_folding.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7172739Z copying torch/include/torch/csrc/jit/passes/refine_tuple_types.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7174127Z copying torch/include/torch/csrc/jit/passes/remove_dropout.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7175577Z copying torch/include/torch/csrc/jit/passes/remove_exceptions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7177476Z copying torch/include/torch/csrc/jit/passes/remove_expands.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7178172Z copying torch/include/torch/csrc/jit/passes/remove_inplace_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7179527Z copying torch/include/torch/csrc/jit/passes/remove_mutation.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7180276Z copying torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7181976Z copying torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7182761Z copying torch/include/torch/csrc/jit/passes/requires_grad_analysis.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7184197Z copying torch/include/torch/csrc/jit/passes/restore_mutation.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7185293Z copying torch/include/torch/csrc/jit/passes/shape_analysis.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7187482Z copying torch/include/torch/csrc/jit/passes/specialize_autogradzero.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7187998Z copying torch/include/torch/csrc/jit/passes/subgraph_rewrite.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7189174Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7190298Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7192018Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7192814Z copying torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7194206Z copying torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7195405Z copying torch/include/torch/csrc/jit/passes/value_refinement_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7196665Z copying torch/include/torch/csrc/jit/passes/variadic_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7198812Z copying torch/include/torch/csrc/jit/passes/vulkan_rewrite.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7200026Z copying torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:19.7201571Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T00:58:19.7202228Z copying torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T00:58:19.7203594Z copying torch/include/torch/csrc/jit/passes/quantization/finalize.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T00:58:19.7204946Z copying torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T00:58:19.7206263Z copying torch/include/torch/csrc/jit/passes/quantization/helper.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T00:58:19.7207742Z copying torch/include/torch/csrc/jit/passes/quantization/insert_observers.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T00:58:19.7209134Z copying torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T00:58:19.7210342Z copying torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T00:58:19.7212307Z copying torch/include/torch/csrc/jit/passes/quantization/quantization_type.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T00:58:19.7213540Z copying torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T00:58:19.7215052Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/utils 2022-11-23T00:58:19.7215692Z copying torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/utils 2022-11-23T00:58:19.7217019Z copying torch/include/torch/csrc/jit/passes/utils/memory_dag.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/utils 2022-11-23T00:58:19.7218482Z copying torch/include/torch/csrc/jit/passes/utils/op_registry.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/utils 2022-11-23T00:58:19.7219899Z copying torch/include/torch/csrc/jit/passes/utils/optimization_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/utils 2022-11-23T00:58:19.7221248Z copying torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/utils 2022-11-23T00:58:19.7222470Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:19.7223626Z copying torch/include/torch/csrc/jit/runtime/argument_spec.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:19.7225156Z copying torch/include/torch/csrc/jit/runtime/autodiff.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:19.7226519Z copying torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:19.7227899Z copying torch/include/torch/csrc/jit/runtime/custom_operator.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:19.7229344Z copying torch/include/torch/csrc/jit/runtime/decomposition_registry.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:19.7230617Z copying torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:19.7231986Z copying torch/include/torch/csrc/jit/runtime/exception_message.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:19.7233357Z copying torch/include/torch/csrc/jit/runtime/graph_executor.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:19.7234729Z copying torch/include/torch/csrc/jit/runtime/graph_executor_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:19.7236061Z copying torch/include/torch/csrc/jit/runtime/graph_iterator.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:19.7237447Z copying torch/include/torch/csrc/jit/runtime/instruction.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:19.7238817Z copying torch/include/torch/csrc/jit/runtime/interpreter.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:19.7240357Z copying torch/include/torch/csrc/jit/runtime/jit_exception.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:19.7242222Z copying torch/include/torch/csrc/jit/runtime/jit_trace.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:19.7243418Z copying torch/include/torch/csrc/jit/runtime/logging.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:19.7244772Z copying torch/include/torch/csrc/jit/runtime/operator.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:19.7246154Z copying torch/include/torch/csrc/jit/runtime/operator_options.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:19.7247671Z copying torch/include/torch/csrc/jit/runtime/print_handler.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:19.7248962Z copying torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:19.7250322Z copying torch/include/torch/csrc/jit/runtime/profiling_record.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:19.7251728Z copying torch/include/torch/csrc/jit/runtime/register_ops_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:19.7253705Z copying torch/include/torch/csrc/jit/runtime/script_profile.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:19.7254904Z copying torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:19.7256239Z copying torch/include/torch/csrc/jit/runtime/shape_function_registry.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:19.7257571Z copying torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:19.7258934Z copying torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:19.7260282Z copying torch/include/torch/csrc/jit/runtime/symbolic_script.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:19.7262491Z copying torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:19.7263598Z copying torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:19.7264998Z copying torch/include/torch/csrc/jit/runtime/vararg_functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:19.7266385Z copying torch/include/torch/csrc/jit/runtime/variable_tensor_list.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:19.7267945Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir 2022-11-23T00:58:19.7268589Z copying torch/include/torch/csrc/jit/ir/alias_analysis.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir 2022-11-23T00:58:19.7270215Z copying torch/include/torch/csrc/jit/ir/attributes.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir 2022-11-23T00:58:19.7271853Z copying torch/include/torch/csrc/jit/ir/constants.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir 2022-11-23T00:58:19.7273086Z copying torch/include/torch/csrc/jit/ir/graph_node_list.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir 2022-11-23T00:58:19.7274502Z copying torch/include/torch/csrc/jit/ir/ir.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir 2022-11-23T00:58:19.7276516Z copying torch/include/torch/csrc/jit/ir/ir_views.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir 2022-11-23T00:58:19.7277764Z copying torch/include/torch/csrc/jit/ir/irparser.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir 2022-11-23T00:58:19.7279002Z copying torch/include/torch/csrc/jit/ir/named_value.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir 2022-11-23T00:58:19.7280442Z copying torch/include/torch/csrc/jit/ir/node_hashing.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir 2022-11-23T00:58:19.7281826Z copying torch/include/torch/csrc/jit/ir/scope.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir 2022-11-23T00:58:19.7283356Z copying torch/include/torch/csrc/jit/ir/subgraph_matcher.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir 2022-11-23T00:58:19.7284597Z copying torch/include/torch/csrc/jit/ir/type_hashing.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir 2022-11-23T00:58:19.7286038Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:19.7286716Z copying torch/include/torch/csrc/jit/frontend/builtin_functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:19.7288187Z copying torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:19.7289600Z copying torch/include/torch/csrc/jit/frontend/concrete_module_type.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:19.7290906Z copying torch/include/torch/csrc/jit/frontend/convert_to_ssa.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:19.7292100Z copying torch/include/torch/csrc/jit/frontend/edit_distance.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:19.7293389Z copying torch/include/torch/csrc/jit/frontend/error_report.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:19.7294856Z copying torch/include/torch/csrc/jit/frontend/exit_transforms.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:19.7296183Z copying torch/include/torch/csrc/jit/frontend/function_schema_parser.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:19.7297640Z copying torch/include/torch/csrc/jit/frontend/inline_loop_condition.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:19.7298833Z copying torch/include/torch/csrc/jit/frontend/ir_emitter.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:19.7300070Z copying torch/include/torch/csrc/jit/frontend/lexer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:19.7301816Z copying torch/include/torch/csrc/jit/frontend/mini_environment.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:19.7303078Z copying torch/include/torch/csrc/jit/frontend/name_mangler.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:19.7304641Z copying torch/include/torch/csrc/jit/frontend/parse_string_literal.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:19.7306113Z copying torch/include/torch/csrc/jit/frontend/parser.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:19.7308467Z copying torch/include/torch/csrc/jit/frontend/parser_constants.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:19.7309529Z copying torch/include/torch/csrc/jit/frontend/resolver.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:19.7310974Z copying torch/include/torch/csrc/jit/frontend/schema_matching.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:19.7312404Z copying torch/include/torch/csrc/jit/frontend/schema_type_parser.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:19.7313599Z copying torch/include/torch/csrc/jit/frontend/script_type_parser.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:19.7314980Z copying torch/include/torch/csrc/jit/frontend/source_range.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:19.7316422Z copying torch/include/torch/csrc/jit/frontend/source_ref.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:19.7317734Z copying torch/include/torch/csrc/jit/frontend/strtod.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:19.7319630Z copying torch/include/torch/csrc/jit/frontend/sugared_value.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:19.7321040Z copying torch/include/torch/csrc/jit/frontend/tracer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:19.7322487Z copying torch/include/torch/csrc/jit/frontend/tree.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:19.7323946Z copying torch/include/torch/csrc/jit/frontend/tree_views.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:19.7325880Z copying torch/include/torch/csrc/jit/frontend/versioned_symbols.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:19.7326858Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/api 2022-11-23T00:58:19.7327621Z copying torch/include/torch/csrc/jit/api/compilation_unit.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/api 2022-11-23T00:58:19.7329080Z copying torch/include/torch/csrc/jit/api/function_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/api 2022-11-23T00:58:19.7330484Z copying torch/include/torch/csrc/jit/api/method.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/api 2022-11-23T00:58:19.7331779Z copying torch/include/torch/csrc/jit/api/module.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/api 2022-11-23T00:58:19.7333402Z copying torch/include/torch/csrc/jit/api/object.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/api 2022-11-23T00:58:19.7334838Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:19.7335690Z copying torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:19.7336836Z copying torch/include/torch/csrc/jit/serialization/export.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:19.7338414Z copying torch/include/torch/csrc/jit/serialization/export_bytecode.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:19.7339633Z copying torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:19.7340934Z copying torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:19.7342181Z copying torch/include/torch/csrc/jit/serialization/import.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:19.7343649Z copying torch/include/torch/csrc/jit/serialization/import_export_constants.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:19.7345047Z copying torch/include/torch/csrc/jit/serialization/import_export_functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:19.7346315Z copying torch/include/torch/csrc/jit/serialization/import_export_helpers.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:19.7347792Z copying torch/include/torch/csrc/jit/serialization/import_legacy.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:19.7349089Z copying torch/include/torch/csrc/jit/serialization/import_read.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:19.7350335Z copying torch/include/torch/csrc/jit/serialization/import_source.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:19.7351933Z copying torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:19.7354237Z copying torch/include/torch/csrc/jit/serialization/onnx.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:19.7355649Z copying torch/include/torch/csrc/jit/serialization/pickle.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:19.7356891Z copying torch/include/torch/csrc/jit/serialization/pickler.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:19.7358340Z copying torch/include/torch/csrc/jit/serialization/python_print.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:19.7359860Z copying torch/include/torch/csrc/jit/serialization/source_range_serialization.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:19.7361297Z copying torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:19.7362586Z copying torch/include/torch/csrc/jit/serialization/storage_context.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:19.7363966Z copying torch/include/torch/csrc/jit/serialization/type_name_uniquer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:19.7365355Z copying torch/include/torch/csrc/jit/serialization/unpickler.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:19.7366696Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python 2022-11-23T00:58:19.7367473Z copying torch/include/torch/csrc/jit/python/init.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python 2022-11-23T00:58:19.7368922Z copying torch/include/torch/csrc/jit/python/module_python.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python 2022-11-23T00:58:19.7370308Z copying torch/include/torch/csrc/jit/python/pybind.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python 2022-11-23T00:58:19.7371520Z copying torch/include/torch/csrc/jit/python/pybind_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python 2022-11-23T00:58:19.7373213Z copying torch/include/torch/csrc/jit/python/python_arg_flatten.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python 2022-11-23T00:58:19.7374495Z copying torch/include/torch/csrc/jit/python/python_custom_class.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python 2022-11-23T00:58:19.7375880Z copying torch/include/torch/csrc/jit/python/python_dict.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python 2022-11-23T00:58:19.7377200Z copying torch/include/torch/csrc/jit/python/python_ir.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python 2022-11-23T00:58:19.7378457Z copying torch/include/torch/csrc/jit/python/python_ivalue.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python 2022-11-23T00:58:19.7379731Z copying torch/include/torch/csrc/jit/python/python_list.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python 2022-11-23T00:58:19.7381356Z copying torch/include/torch/csrc/jit/python/python_sugared_value.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python 2022-11-23T00:58:19.7382559Z copying torch/include/torch/csrc/jit/python/python_tracer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python 2022-11-23T00:58:19.7383810Z copying torch/include/torch/csrc/jit/python/python_tree_views.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python 2022-11-23T00:58:19.7385214Z copying torch/include/torch/csrc/jit/python/script_init.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python 2022-11-23T00:58:19.7386475Z copying torch/include/torch/csrc/jit/python/update_graph_executor_opt.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python 2022-11-23T00:58:19.7388042Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:19.7388839Z copying torch/include/torch/csrc/jit/mobile/code.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:19.7390249Z copying torch/include/torch/csrc/jit/mobile/debug_info.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:19.7391594Z copying torch/include/torch/csrc/jit/mobile/file_format.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:19.7392948Z copying torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:19.7394412Z copying torch/include/torch/csrc/jit/mobile/frame.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:19.7395809Z copying torch/include/torch/csrc/jit/mobile/function.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:19.7397125Z copying torch/include/torch/csrc/jit/mobile/import.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:19.7399204Z copying torch/include/torch/csrc/jit/mobile/import_data.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:19.7399923Z copying torch/include/torch/csrc/jit/mobile/import_export_common.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:19.7401244Z copying torch/include/torch/csrc/jit/mobile/interpreter.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:19.7402448Z copying torch/include/torch/csrc/jit/mobile/method.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:19.7403790Z copying torch/include/torch/csrc/jit/mobile/module.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:19.7405099Z copying torch/include/torch/csrc/jit/mobile/observer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:19.7406362Z copying torch/include/torch/csrc/jit/mobile/parse_bytecode.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:19.7407697Z copying torch/include/torch/csrc/jit/mobile/parse_operators.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:19.7409091Z copying torch/include/torch/csrc/jit/mobile/prim_ops_registery.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:19.7410322Z copying torch/include/torch/csrc/jit/mobile/profiler_edge.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:19.7412206Z copying torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:19.7413509Z copying torch/include/torch/csrc/jit/mobile/quantization.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:19.7414922Z copying torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:19.7416666Z copying torch/include/torch/csrc/jit/mobile/type_parser.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:19.7418367Z copying torch/include/torch/csrc/jit/mobile/upgrader_mobile.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:19.7419884Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/testing 2022-11-23T00:58:19.7420666Z copying torch/include/torch/csrc/jit/testing/file_check.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/testing 2022-11-23T00:58:19.7422111Z copying torch/include/torch/csrc/jit/testing/hooks_for_testing.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/testing 2022-11-23T00:58:19.7423242Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:19.7424094Z copying torch/include/torch/csrc/jit/tensorexpr/analysis.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:19.7425640Z copying torch/include/torch/csrc/jit/tensorexpr/block_codegen.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:19.7426986Z copying torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:19.7428640Z copying torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:19.7430019Z copying torch/include/torch/csrc/jit/tensorexpr/codegen.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:19.7431372Z copying torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:19.7432710Z copying torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:19.7434092Z copying torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:19.7435405Z copying torch/include/torch/csrc/jit/tensorexpr/cuda_random.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:19.7436697Z copying torch/include/torch/csrc/jit/tensorexpr/eval.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:19.7438114Z copying torch/include/torch/csrc/jit/tensorexpr/exceptions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:19.7439462Z copying torch/include/torch/csrc/jit/tensorexpr/expr.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:19.7440964Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:19.7442294Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:19.7443594Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:19.7445213Z copying torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:19.7446522Z copying torch/include/torch/csrc/jit/tensorexpr/graph_opt.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:19.7447919Z copying torch/include/torch/csrc/jit/tensorexpr/half_support.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:19.7449445Z copying torch/include/torch/csrc/jit/tensorexpr/hash_provider.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:19.7452046Z copying torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:19.7453418Z copying torch/include/torch/csrc/jit/tensorexpr/ir.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:19.7455031Z copying torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:19.7456421Z copying torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:19.7458049Z copying torch/include/torch/csrc/jit/tensorexpr/ir_printer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:19.7459705Z copying torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:19.7461656Z copying torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:19.7463185Z copying torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:19.7464444Z copying torch/include/torch/csrc/jit/tensorexpr/kernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:19.7466011Z copying torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:19.7468236Z copying torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:19.7469477Z copying torch/include/torch/csrc/jit/tensorexpr/loopnest.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:19.7471351Z copying torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:19.7472531Z copying torch/include/torch/csrc/jit/tensorexpr/lowerings.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:19.7473948Z copying torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:19.7475174Z copying torch/include/torch/csrc/jit/tensorexpr/reduction.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:19.7476626Z copying torch/include/torch/csrc/jit/tensorexpr/registerizer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:19.7477975Z copying torch/include/torch/csrc/jit/tensorexpr/stmt.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:19.7479632Z copying torch/include/torch/csrc/jit/tensorexpr/tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:19.7481698Z copying torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:19.7483101Z copying torch/include/torch/csrc/jit/tensorexpr/types.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:19.7484463Z copying torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:19.7485764Z copying torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:19.7487047Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T00:58:19.7487975Z copying torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T00:58:19.7489336Z copying torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T00:58:19.7490700Z copying torch/include/torch/csrc/jit/tensorexpr/operators/misc.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T00:58:19.7492030Z copying torch/include/torch/csrc/jit/tensorexpr/operators/norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T00:58:19.7493360Z copying torch/include/torch/csrc/jit/tensorexpr/operators/operators.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T00:58:19.7494679Z copying torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T00:58:19.7496749Z copying torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T00:58:19.7498126Z copying torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T00:58:19.7499436Z copying torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T00:58:19.7500708Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen 2022-11-23T00:58:19.7501368Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7502249Z copying torch/include/torch/csrc/jit/codegen/cuda/arith.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7503704Z copying torch/include/torch/csrc/jit/codegen/cuda/codegen.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7505073Z copying torch/include/torch/csrc/jit/codegen/cuda/compute_at.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7506408Z copying torch/include/torch/csrc/jit/codegen/cuda/compute_at_map.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7507832Z copying torch/include/torch/csrc/jit/codegen/cuda/contiguity.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7509375Z copying torch/include/torch/csrc/jit/codegen/cuda/disjoint_set.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7510759Z copying torch/include/torch/csrc/jit/codegen/cuda/dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7512113Z copying torch/include/torch/csrc/jit/codegen/cuda/dynamic_type.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7513491Z copying torch/include/torch/csrc/jit/codegen/cuda/evaluator_common.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7514862Z copying torch/include/torch/csrc/jit/codegen/cuda/executor.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7516285Z copying torch/include/torch/csrc/jit/codegen/cuda/executor_kernel_arg.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7517726Z copying torch/include/torch/csrc/jit/codegen/cuda/executor_launch_params.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7519802Z copying torch/include/torch/csrc/jit/codegen/cuda/executor_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7521314Z copying torch/include/torch/csrc/jit/codegen/cuda/expr_evaluator.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7522501Z copying torch/include/torch/csrc/jit/codegen/cuda/fusion.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7523950Z copying torch/include/torch/csrc/jit/codegen/cuda/fusion_segmenter.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7525834Z copying torch/include/torch/csrc/jit/codegen/cuda/grouped_reduction.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7527192Z copying torch/include/torch/csrc/jit/codegen/cuda/index_compute.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7528662Z copying torch/include/torch/csrc/jit/codegen/cuda/inlining.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7530035Z copying torch/include/torch/csrc/jit/codegen/cuda/instrumentation.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7531315Z copying torch/include/torch/csrc/jit/codegen/cuda/interface.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7532661Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_all_nodes.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7534017Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_base_nodes.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7535439Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_builder.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7536833Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_cloner.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7538252Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_container.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7539520Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_graphviz.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7540910Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_interface_nodes.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7542497Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_internal_nodes.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7544381Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_iostream.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7545917Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_printer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7547248Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7548642Z copying torch/include/torch/csrc/jit/codegen/cuda/iter_visitor.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7550066Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7551477Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel_cache.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7553063Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7554340Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel_ir.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7555972Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7557210Z copying torch/include/torch/csrc/jit/codegen/cuda/lower2device.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7558788Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_alias_memory.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7560226Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_allocation.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7561590Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_bank_conflict.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7562970Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_divisible_split.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7564367Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_double_buffer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7565732Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_expr_sort.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7567072Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_fused_reduction.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7568395Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7569660Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_index.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7571125Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_index_compute.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7572498Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_index_hoist.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7573874Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_insert_syncs.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7575206Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_instrument.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7576512Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_loops.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7577844Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_magic_zero.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7579207Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7580528Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_predicate.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7581905Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7583217Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_replace_size.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7584524Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_shift.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7586081Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_sync_information.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7587533Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_thread_predicate.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7588845Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7590206Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7591615Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_unroll.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7592866Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7594277Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_validation.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7595645Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_warp_reduce.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7596931Z copying torch/include/torch/csrc/jit/codegen/cuda/manager.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7598293Z copying torch/include/torch/csrc/jit/codegen/cuda/maxinfo_propagator.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7599752Z copying torch/include/torch/csrc/jit/codegen/cuda/mma_type.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7601131Z copying torch/include/torch/csrc/jit/codegen/cuda/mutator.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7602786Z copying torch/include/torch/csrc/jit/codegen/cuda/non_divisible_split.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7603843Z copying torch/include/torch/csrc/jit/codegen/cuda/parallel_dimension_map.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7605774Z copying torch/include/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7606884Z copying torch/include/torch/csrc/jit/codegen/cuda/parser.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7608025Z copying torch/include/torch/csrc/jit/codegen/cuda/partial_split_map.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7609430Z copying torch/include/torch/csrc/jit/codegen/cuda/partition.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7610388Z copying torch/include/torch/csrc/jit/codegen/cuda/predicate_compute.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7611858Z copying torch/include/torch/csrc/jit/codegen/cuda/root_domain_map.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7613045Z copying torch/include/torch/csrc/jit/codegen/cuda/transform_iter.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7614109Z copying torch/include/torch/csrc/jit/codegen/cuda/transform_replay.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7615167Z copying torch/include/torch/csrc/jit/codegen/cuda/transform_rfactor.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7616454Z copying torch/include/torch/csrc/jit/codegen/cuda/transform_view.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7617171Z copying torch/include/torch/csrc/jit/codegen/cuda/type.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7618318Z copying torch/include/torch/csrc/jit/codegen/cuda/type_inference.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7619604Z copying torch/include/torch/csrc/jit/codegen/cuda/type_promotion.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7620532Z copying torch/include/torch/csrc/jit/codegen/cuda/utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7621957Z copying torch/include/torch/csrc/jit/codegen/cuda/vectorization_info.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:19.7622855Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T00:58:19.7623224Z copying torch/include/torch/csrc/jit/codegen/cuda/ops/alias.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T00:58:19.7624892Z copying torch/include/torch/csrc/jit/codegen/cuda/ops/all_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T00:58:19.7626648Z copying torch/include/torch/csrc/jit/codegen/cuda/ops/composite.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T00:58:19.7627718Z copying torch/include/torch/csrc/jit/codegen/cuda/ops/normalization.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T00:58:19.7629887Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:58:19.7630519Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/all_schedulers.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:58:19.7631559Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/compile_time_info.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:58:19.7632307Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/debug_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:58:19.7633371Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/heuristic.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:58:19.7634344Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/matmul.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:58:19.7635450Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:58:19.7637052Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/normalization.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:58:19.7637496Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:58:19.7639138Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_heuristic.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:58:19.7639680Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:58:19.7641361Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:58:19.7641964Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_heuristic.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:58:19.7643012Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:58:19.7644099Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/registry.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:58:19.7645478Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:58:19.7646615Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose_heuristic.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:58:19.7647663Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:58:19.7649239Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:58:19.7650218Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/onnx 2022-11-23T00:58:19.7650505Z copying torch/include/torch/csrc/onnx/init.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/onnx 2022-11-23T00:58:19.7651782Z copying torch/include/torch/csrc/onnx/onnx.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/onnx 2022-11-23T00:58:19.7653103Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler 2022-11-23T00:58:19.7653736Z copying torch/include/torch/csrc/profiler/api.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler 2022-11-23T00:58:19.7654719Z copying torch/include/torch/csrc/profiler/collection.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler 2022-11-23T00:58:19.7655687Z copying torch/include/torch/csrc/profiler/containers.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler 2022-11-23T00:58:19.7656726Z copying torch/include/torch/csrc/profiler/data_flow.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler 2022-11-23T00:58:19.7658115Z copying torch/include/torch/csrc/profiler/events.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler 2022-11-23T00:58:19.7659275Z copying torch/include/torch/csrc/profiler/kineto_shim.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler 2022-11-23T00:58:19.7660725Z copying torch/include/torch/csrc/profiler/perf-inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler 2022-11-23T00:58:19.7662134Z copying torch/include/torch/csrc/profiler/perf.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler 2022-11-23T00:58:19.7662860Z copying torch/include/torch/csrc/profiler/util.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler 2022-11-23T00:58:19.7664335Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler/orchestration 2022-11-23T00:58:19.7665035Z copying torch/include/torch/csrc/profiler/orchestration/observer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler/orchestration 2022-11-23T00:58:19.7665826Z copying torch/include/torch/csrc/profiler/orchestration/python_tracer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler/orchestration 2022-11-23T00:58:19.7667535Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler/stubs 2022-11-23T00:58:19.7668153Z copying torch/include/torch/csrc/profiler/stubs/base.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler/stubs 2022-11-23T00:58:19.7669103Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:58:19.7669633Z copying torch/include/torch/csrc/utils/auto_gil.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:58:19.7671172Z copying torch/include/torch/csrc/utils/byte_order.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:58:19.7671923Z copying torch/include/torch/csrc/utils/cpp_stacktraces.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:58:19.7673053Z copying torch/include/torch/csrc/utils/cuda_enabled.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:58:19.7674137Z copying torch/include/torch/csrc/utils/cuda_lazy_init.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:58:19.7675221Z copying torch/include/torch/csrc/utils/disable_torch_function.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:58:19.7676285Z copying torch/include/torch/csrc/utils/init.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:58:19.7677390Z copying torch/include/torch/csrc/utils/invalid_arguments.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:58:19.7678594Z copying torch/include/torch/csrc/utils/memory.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:58:19.7679666Z copying torch/include/torch/csrc/utils/nested.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:58:19.7680856Z copying torch/include/torch/csrc/utils/numpy_stub.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:58:19.7681721Z copying torch/include/torch/csrc/utils/object_ptr.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:58:19.7683191Z copying torch/include/torch/csrc/utils/out_types.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:58:19.7684178Z copying torch/include/torch/csrc/utils/pybind.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:58:19.7685474Z copying torch/include/torch/csrc/utils/pycfunction_helpers.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:58:19.7686681Z copying torch/include/torch/csrc/utils/python_arg_parser.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:58:19.7688408Z copying torch/include/torch/csrc/utils/python_compat.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:58:19.7689438Z copying torch/include/torch/csrc/utils/python_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:58:19.7690593Z copying torch/include/torch/csrc/utils/python_numbers.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:58:19.7692019Z copying torch/include/torch/csrc/utils/python_scalars.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:58:19.7693008Z copying torch/include/torch/csrc/utils/python_strings.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:58:19.7694421Z copying torch/include/torch/csrc/utils/python_stub.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:58:19.7695880Z copying torch/include/torch/csrc/utils/python_symnode.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:58:19.7697003Z copying torch/include/torch/csrc/utils/python_torch_function_mode.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:58:19.7698295Z copying torch/include/torch/csrc/utils/python_tuples.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:58:19.7699221Z copying torch/include/torch/csrc/utils/schema_info.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:58:19.7700046Z copying torch/include/torch/csrc/utils/six.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:58:19.7701364Z copying torch/include/torch/csrc/utils/structseq.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:58:19.7702586Z copying torch/include/torch/csrc/utils/tensor_apply.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:58:19.7703856Z copying torch/include/torch/csrc/utils/tensor_dtypes.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:58:19.7704875Z copying torch/include/torch/csrc/utils/tensor_flatten.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:58:19.7705998Z copying torch/include/torch/csrc/utils/tensor_layouts.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:58:19.7707597Z copying torch/include/torch/csrc/utils/tensor_list.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:58:19.7708499Z copying torch/include/torch/csrc/utils/tensor_memoryformats.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:58:19.7709695Z copying torch/include/torch/csrc/utils/tensor_new.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:58:19.7710929Z copying torch/include/torch/csrc/utils/tensor_numpy.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:58:19.7711941Z copying torch/include/torch/csrc/utils/tensor_qschemes.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:58:19.7713164Z copying torch/include/torch/csrc/utils/tensor_types.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:58:19.7714260Z copying torch/include/torch/csrc/utils/throughput_benchmark-inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:58:19.7716059Z copying torch/include/torch/csrc/utils/throughput_benchmark.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:58:19.7716529Z copying torch/include/torch/csrc/utils/torch_dispatch_mode.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:58:19.7717732Z copying torch/include/torch/csrc/utils/variadic.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-11-23T00:58:19.7718689Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/tensor 2022-11-23T00:58:19.7719218Z copying torch/include/torch/csrc/tensor/python_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/tensor 2022-11-23T00:58:19.7721092Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy 2022-11-23T00:58:19.7721324Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/backend 2022-11-23T00:58:19.7722038Z copying torch/include/torch/csrc/lazy/backend/backend_data.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/backend 2022-11-23T00:58:19.7723124Z copying torch/include/torch/csrc/lazy/backend/backend_device.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/backend 2022-11-23T00:58:19.7724137Z copying torch/include/torch/csrc/lazy/backend/backend_interface.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/backend 2022-11-23T00:58:19.7725129Z copying torch/include/torch/csrc/lazy/backend/lowering_context.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/backend 2022-11-23T00:58:19.7726302Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:19.7726622Z copying torch/include/torch/csrc/lazy/core/cache.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:19.7727938Z copying torch/include/torch/csrc/lazy/core/config.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:19.7728934Z copying torch/include/torch/csrc/lazy/core/debug_util.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:19.7729805Z copying torch/include/torch/csrc/lazy/core/dynamic_ir.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:19.7730969Z copying torch/include/torch/csrc/lazy/core/hash.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:19.7732469Z copying torch/include/torch/csrc/lazy/core/helpers.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:19.7733439Z copying torch/include/torch/csrc/lazy/core/ir.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:19.7734759Z copying torch/include/torch/csrc/lazy/core/ir_builder.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:19.7736034Z copying torch/include/torch/csrc/lazy/core/ir_dump_util.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:19.7737604Z copying torch/include/torch/csrc/lazy/core/ir_metadata.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:19.7738033Z copying torch/include/torch/csrc/lazy/core/ir_util.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:19.7739378Z copying torch/include/torch/csrc/lazy/core/lazy_graph_executor.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:19.7740325Z copying torch/include/torch/csrc/lazy/core/metrics.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:19.7741696Z copying torch/include/torch/csrc/lazy/core/multi_wait.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:19.7742645Z copying torch/include/torch/csrc/lazy/core/permutation_util.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:19.7744299Z copying torch/include/torch/csrc/lazy/core/shape.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:19.7744960Z copying torch/include/torch/csrc/lazy/core/shape_inference.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:19.7745896Z copying torch/include/torch/csrc/lazy/core/tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:19.7747323Z copying torch/include/torch/csrc/lazy/core/tensor_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:19.7748185Z copying torch/include/torch/csrc/lazy/core/tensor_util.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:19.7749132Z copying torch/include/torch/csrc/lazy/core/thread_pool.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:19.7750193Z copying torch/include/torch/csrc/lazy/core/trie.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:19.7751171Z copying torch/include/torch/csrc/lazy/core/unique.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:19.7752118Z copying torch/include/torch/csrc/lazy/core/util.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:19.7753515Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/internal_ops 2022-11-23T00:58:19.7753947Z copying torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/internal_ops 2022-11-23T00:58:19.7755218Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/ops 2022-11-23T00:58:19.7755541Z copying torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/ops 2022-11-23T00:58:19.7757362Z copying torch/include/torch/csrc/lazy/core/ops/utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/ops 2022-11-23T00:58:19.7757795Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:58:19.7758146Z copying torch/include/torch/csrc/lazy/ts_backend/config.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:58:19.7759762Z copying torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:58:19.7760726Z copying torch/include/torch/csrc/lazy/ts_backend/ir_builder.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:58:19.7761871Z copying torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:58:19.7762683Z copying torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:58:19.7763678Z copying torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:58:19.7764584Z copying torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:58:19.7765584Z copying torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:58:19.7766544Z copying torch/include/torch/csrc/lazy/ts_backend/ts_node.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:58:19.7767596Z copying torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:58:19.7768913Z creating build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:58:19.7769238Z copying torch/include/pybind11/attr.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:58:19.7770325Z copying torch/include/pybind11/buffer_info.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:58:19.7771123Z copying torch/include/pybind11/cast.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:58:19.7772713Z copying torch/include/pybind11/chrono.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:58:19.7774603Z copying torch/include/pybind11/common.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:58:19.7774861Z copying torch/include/pybind11/complex.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:58:19.7776133Z copying torch/include/pybind11/eigen.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:58:19.7777098Z copying torch/include/pybind11/embed.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:58:19.7778027Z copying torch/include/pybind11/eval.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:58:19.7779248Z copying torch/include/pybind11/functional.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:58:19.7780596Z copying torch/include/pybind11/gil.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:58:19.7781405Z copying torch/include/pybind11/iostream.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:58:19.7782623Z copying torch/include/pybind11/numpy.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:58:19.7784075Z copying torch/include/pybind11/operators.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:58:19.7785424Z copying torch/include/pybind11/options.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:58:19.7786296Z copying torch/include/pybind11/pybind11.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:58:19.7788453Z copying torch/include/pybind11/pytypes.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:58:19.7790050Z copying torch/include/pybind11/stl.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:58:19.7791462Z copying torch/include/pybind11/stl_bind.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-11-23T00:58:19.7792825Z creating build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail 2022-11-23T00:58:19.7793435Z copying torch/include/pybind11/detail/class.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail 2022-11-23T00:58:19.7794747Z copying torch/include/pybind11/detail/common.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail 2022-11-23T00:58:19.7796101Z copying torch/include/pybind11/detail/descr.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail 2022-11-23T00:58:19.7797325Z copying torch/include/pybind11/detail/init.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail 2022-11-23T00:58:19.7798486Z copying torch/include/pybind11/detail/internals.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail 2022-11-23T00:58:19.7799846Z copying torch/include/pybind11/detail/type_caster_base.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail 2022-11-23T00:58:19.7801623Z copying torch/include/pybind11/detail/typeid.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail 2022-11-23T00:58:19.7802698Z copying torch/_inductor/codegen/cpp_prefix.h -> build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen 2022-11-23T00:58:19.7803974Z copying torch/_inductor/codegen/triton_conv_delta_x.j2 -> build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen 2022-11-23T00:58:19.7805473Z copying torch/_inductor/codegen/triton_conv_delta_x_hwc.j2 -> build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen 2022-11-23T00:58:19.7806261Z copying torch/_inductor/codegen/triton_mm.j2 -> build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen 2022-11-23T00:58:19.7807585Z creating build/lib.linux-x86_64-cpython-37/torch/share 2022-11-23T00:58:19.7807906Z creating build/lib.linux-x86_64-cpython-37/torch/share/cmake 2022-11-23T00:58:19.7808150Z creating build/lib.linux-x86_64-cpython-37/torch/share/cmake/ATen 2022-11-23T00:58:19.7808423Z copying torch/share/cmake/ATen/ATenConfig.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/ATen 2022-11-23T00:58:19.7810051Z creating build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2 2022-11-23T00:58:19.7810482Z copying torch/share/cmake/Caffe2/Caffe2ConfigVersion.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2 2022-11-23T00:58:19.7811462Z copying torch/share/cmake/Caffe2/Caffe2Config.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2 2022-11-23T00:58:19.7812755Z copying torch/share/cmake/Caffe2/Caffe2Targets.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2 2022-11-23T00:58:19.7813965Z copying torch/share/cmake/Caffe2/Caffe2Targets-release.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2 2022-11-23T00:58:19.7815105Z creating build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public 2022-11-23T00:58:19.7815395Z copying torch/share/cmake/Caffe2/public/cuda.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public 2022-11-23T00:58:19.7817197Z copying torch/share/cmake/Caffe2/public/glog.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public 2022-11-23T00:58:19.7818053Z copying torch/share/cmake/Caffe2/public/gflags.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public 2022-11-23T00:58:19.7818870Z copying torch/share/cmake/Caffe2/public/mkl.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public 2022-11-23T00:58:19.7820194Z copying torch/share/cmake/Caffe2/public/mkldnn.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public 2022-11-23T00:58:19.7821117Z copying torch/share/cmake/Caffe2/public/protobuf.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public 2022-11-23T00:58:19.7822115Z copying torch/share/cmake/Caffe2/public/threads.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public 2022-11-23T00:58:19.7823134Z copying torch/share/cmake/Caffe2/public/utils.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public 2022-11-23T00:58:19.7824966Z copying torch/share/cmake/Caffe2/public/LoadHIP.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public 2022-11-23T00:58:19.7825999Z creating build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-11-23T00:58:19.7826434Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-11-23T00:58:19.7827784Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-11-23T00:58:19.7828794Z creating build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T00:58:19.7829654Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T00:58:19.7830643Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T00:58:19.7832617Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T00:58:19.7833653Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T00:58:19.7834964Z creating build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T00:58:19.7835390Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T00:58:19.7836597Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T00:58:19.7837976Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T00:58:19.7839124Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T00:58:19.7840555Z creating build/lib.linux-x86_64-cpython-37/torch/share/cmake/Tensorpipe 2022-11-23T00:58:19.7840872Z copying torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Tensorpipe 2022-11-23T00:58:19.7842076Z copying torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Tensorpipe 2022-11-23T00:58:19.7842721Z creating build/lib.linux-x86_64-cpython-37/torch/share/cmake/Torch 2022-11-23T00:58:19.7843381Z copying torch/share/cmake/Torch/TorchConfigVersion.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Torch 2022-11-23T00:58:19.7844244Z copying torch/share/cmake/Torch/TorchConfig.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Torch 2022-11-23T00:58:19.7845677Z copying torch/utils/benchmark/utils/timeit_template.cpp -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils 2022-11-23T00:58:19.7846419Z copying torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T00:58:19.7847479Z copying torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T00:58:19.7848391Z copying torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T00:58:19.7849385Z copying torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T00:58:19.7853511Z copying torch/utils/model_dump/skeleton.html -> build/lib.linux-x86_64-cpython-37/torch/utils/model_dump 2022-11-23T00:58:19.7854388Z copying torch/utils/model_dump/code.js -> build/lib.linux-x86_64-cpython-37/torch/utils/model_dump 2022-11-23T00:58:19.7855391Z copying torch/utils/model_dump/htm.mjs -> build/lib.linux-x86_64-cpython-37/torch/utils/model_dump 2022-11-23T00:58:19.7856341Z copying torch/utils/model_dump/preact.mjs -> build/lib.linux-x86_64-cpython-37/torch/utils/model_dump 2022-11-23T00:58:19.7857990Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib 2022-11-23T00:58:19.7858402Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/aten 2022-11-23T00:58:19.7858862Z copying torch/include/caffe2/contrib/aten/aten_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/aten 2022-11-23T00:58:19.7859891Z copying torch/include/caffe2/contrib/aten/aten_op_template.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/aten 2022-11-23T00:58:19.7861149Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:58:19.7861551Z copying torch/include/caffe2/contrib/fakelowp/batch_matmul_fp16_fake_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:58:19.7862759Z copying torch/include/caffe2/contrib/fakelowp/common.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:58:19.7865047Z copying torch/include/caffe2/contrib/fakelowp/fp16_fc_acc_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:58:19.7865617Z copying torch/include/caffe2/contrib/fakelowp/fp16_fma.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:58:19.7866043Z copying torch/include/caffe2/contrib/fakelowp/fp16_gemm_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:58:19.7868138Z copying torch/include/caffe2/contrib/fakelowp/int8_dequantize_op_nnpi.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:58:19.7868794Z copying torch/include/caffe2/contrib/fakelowp/int8_quantize_op_nnpi.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:58:19.7870715Z copying torch/include/caffe2/contrib/fakelowp/int8_swish_op_nnpi.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:58:19.7871436Z copying torch/include/caffe2/contrib/fakelowp/layernorm_fp16_fake_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:58:19.7872918Z copying torch/include/caffe2/contrib/fakelowp/lengths_reducer_fused_4bit_rowwise_fp16_fake_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:58:19.7874111Z copying torch/include/caffe2/contrib/fakelowp/lengths_reducer_fused_8bit_rowwise_fp16_fake_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:58:19.7875819Z copying torch/include/caffe2/contrib/fakelowp/lengths_reducer_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:58:19.7876617Z copying torch/include/caffe2/contrib/fakelowp/quant_lut_fp16_fake_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:58:19.7877726Z copying torch/include/caffe2/contrib/fakelowp/spatial_batch_norm_fp16_fake_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:58:19.7879256Z copying torch/include/caffe2/contrib/fakelowp/sum_fp16_fake_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:58:19.7880133Z copying torch/include/caffe2/contrib/fakelowp/unary_fp16_fake_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:58:19.7881406Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo 2022-11-23T00:58:19.7882047Z copying torch/include/caffe2/contrib/gloo/allgather_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo 2022-11-23T00:58:19.7882960Z copying torch/include/caffe2/contrib/gloo/allreduce_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo 2022-11-23T00:58:19.7884758Z copying torch/include/caffe2/contrib/gloo/barrier_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo 2022-11-23T00:58:19.7885302Z copying torch/include/caffe2/contrib/gloo/broadcast_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo 2022-11-23T00:58:19.7885917Z copying torch/include/caffe2/contrib/gloo/common.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo 2022-11-23T00:58:19.7887119Z copying torch/include/caffe2/contrib/gloo/common_world_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo 2022-11-23T00:58:19.7888158Z copying torch/include/caffe2/contrib/gloo/context.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo 2022-11-23T00:58:19.7889186Z copying torch/include/caffe2/contrib/gloo/reduce_scatter_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo 2022-11-23T00:58:19.7890117Z copying torch/include/caffe2/contrib/gloo/store_handler.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo 2022-11-23T00:58:19.7891199Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/nccl 2022-11-23T00:58:19.7891608Z copying torch/include/caffe2/contrib/nccl/cuda_nccl_gpu.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/nccl 2022-11-23T00:58:19.7892951Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/opencl 2022-11-23T00:58:19.7893248Z copying torch/include/caffe2/contrib/opencl/context.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/opencl 2022-11-23T00:58:19.7894988Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/prof 2022-11-23T00:58:19.7895302Z copying torch/include/caffe2/contrib/prof/prof_dag_stats_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/prof 2022-11-23T00:58:19.7896710Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/shm_mutex 2022-11-23T00:58:19.7897143Z copying torch/include/caffe2/contrib/shm_mutex/shm_mutex.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/shm_mutex 2022-11-23T00:58:19.7898563Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/tensorrt 2022-11-23T00:58:19.7899168Z copying torch/include/caffe2/contrib/tensorrt/tensorrt_op_trt.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/tensorrt 2022-11-23T00:58:19.7900897Z copying torch/include/caffe2/contrib/tensorrt/tensorrt_tranformer.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/tensorrt 2022-11-23T00:58:19.7901522Z copying torch/include/caffe2/contrib/tensorrt/trt_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/tensorrt 2022-11-23T00:58:19.7902940Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/warpctc 2022-11-23T00:58:19.7903242Z copying torch/include/caffe2/contrib/warpctc/ctc_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/warpctc 2022-11-23T00:58:19.7904676Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7905063Z copying torch/include/caffe2/core/allocator.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7906468Z copying torch/include/caffe2/core/blob.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7907223Z copying torch/include/caffe2/core/blob_serialization.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7908353Z copying torch/include/caffe2/core/blob_serializer_base.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7909473Z copying torch/include/caffe2/core/blob_stats.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7910364Z copying torch/include/caffe2/core/common.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7911551Z copying torch/include/caffe2/core/common_cudnn.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7912669Z copying torch/include/caffe2/core/common_gpu.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7913996Z copying torch/include/caffe2/core/common_omp.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7914928Z copying torch/include/caffe2/core/context.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7916049Z copying torch/include/caffe2/core/context_base.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7917190Z copying torch/include/caffe2/core/context_gpu.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7918337Z copying torch/include/caffe2/core/cudnn_wrappers.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7919427Z copying torch/include/caffe2/core/db.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7920722Z copying torch/include/caffe2/core/distributions_stubs.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7921766Z copying torch/include/caffe2/core/event.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7922831Z copying torch/include/caffe2/core/event_cpu.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7924498Z copying torch/include/caffe2/core/export_c10_op_to_caffe2.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7925580Z copying torch/include/caffe2/core/export_caffe2_op_to_c10.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7926858Z copying torch/include/caffe2/core/flags.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7928043Z copying torch/include/caffe2/core/graph.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7929258Z copying torch/include/caffe2/core/init.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7930495Z copying torch/include/caffe2/core/logging.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7931602Z copying torch/include/caffe2/core/memonger.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7932624Z copying torch/include/caffe2/core/module.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7933643Z copying torch/include/caffe2/core/net.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7934879Z copying torch/include/caffe2/core/net_async_base.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7936086Z copying torch/include/caffe2/core/net_async_scheduling.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7937297Z copying torch/include/caffe2/core/net_async_task.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7938327Z copying torch/include/caffe2/core/net_async_task_future.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7939293Z copying torch/include/caffe2/core/net_async_task_graph.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7940525Z copying torch/include/caffe2/core/net_async_tracing.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7941616Z copying torch/include/caffe2/core/net_dag_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7942559Z copying torch/include/caffe2/core/net_parallel.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7943747Z copying torch/include/caffe2/core/net_simple.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7944581Z copying torch/include/caffe2/core/net_simple_refcount.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7945651Z copying torch/include/caffe2/core/numa.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7947451Z copying torch/include/caffe2/core/observer.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7948931Z copying torch/include/caffe2/core/operator.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7949903Z copying torch/include/caffe2/core/operator_gradient.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7950992Z copying torch/include/caffe2/core/operator_schema.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7952298Z copying torch/include/caffe2/core/plan_executor.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7953392Z copying torch/include/caffe2/core/prof_dag_counters.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7956370Z copying torch/include/caffe2/core/qtensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7956918Z copying torch/include/caffe2/core/qtensor_serialization.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7957291Z copying torch/include/caffe2/core/scope_guard.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7958085Z copying torch/include/caffe2/core/static_tracepoint.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7958999Z copying torch/include/caffe2/core/static_tracepoint_elfx86.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7960167Z copying torch/include/caffe2/core/stats.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7961269Z copying torch/include/caffe2/core/storage.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7962495Z copying torch/include/caffe2/core/tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7963715Z copying torch/include/caffe2/core/tensor_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7965167Z copying torch/include/caffe2/core/tensor_int8.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7966028Z copying torch/include/caffe2/core/test_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7967143Z copying torch/include/caffe2/core/timer.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7968237Z copying torch/include/caffe2/core/transform.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7969283Z copying torch/include/caffe2/core/types.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7970416Z copying torch/include/caffe2/core/workspace.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7971564Z copying torch/include/caffe2/core/macros.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-11-23T00:58:19.7972660Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/hip 2022-11-23T00:58:19.7973233Z copying torch/include/caffe2/core/hip/common_miopen.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/hip 2022-11-23T00:58:19.7974726Z copying torch/include/caffe2/core/hip/miopen_wrapper.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/hip 2022-11-23T00:58:19.7976120Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph 2022-11-23T00:58:19.7976819Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include 2022-11-23T00:58:19.7977187Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph 2022-11-23T00:58:19.7977491Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Converters 2022-11-23T00:58:19.7978064Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Converters/Dot.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Converters 2022-11-23T00:58:19.7978996Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated 2022-11-23T00:58:19.7979641Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpClasses.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated 2022-11-23T00:58:19.7981291Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpEnum.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated 2022-11-23T00:58:19.7982531Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpNames.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated 2022-11-23T00:58:19.7983522Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-11-23T00:58:19.7983998Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/Algorithms.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-11-23T00:58:19.7984980Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/BinaryMatchImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-11-23T00:58:19.7985883Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/Graph.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-11-23T00:58:19.7987443Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/TarjansImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-11-23T00:58:19.7988107Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/TopoSort.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-11-23T00:58:19.7990056Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations 2022-11-23T00:58:19.7990857Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/Compiler.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations 2022-11-23T00:58:19.7991827Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/ControlFlow.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations 2022-11-23T00:58:19.7993121Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/NeuralNet.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations 2022-11-23T00:58:19.7994837Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support 2022-11-23T00:58:19.7995559Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support/Casting.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support 2022-11-23T00:58:19.7996709Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support/Common.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support 2022-11-23T00:58:19.7997912Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations 2022-11-23T00:58:19.7998924Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations/Match.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations 2022-11-23T00:58:19.8000340Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations/SubgraphMatcher.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations 2022-11-23T00:58:19.8001638Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/tests 2022-11-23T00:58:19.8002333Z copying torch/include/caffe2/core/nomnigraph/tests/test_util.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/tests 2022-11-23T00:58:19.8003564Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/cuda_rtc 2022-11-23T00:58:19.8004010Z copying torch/include/caffe2/cuda_rtc/common_rtc.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/cuda_rtc 2022-11-23T00:58:19.8005519Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/db 2022-11-23T00:58:19.8006165Z copying torch/include/caffe2/db/create_db_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/db 2022-11-23T00:58:19.8007514Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/distributed 2022-11-23T00:58:19.8008091Z copying torch/include/caffe2/distributed/file_store_handler.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/distributed 2022-11-23T00:58:19.8009338Z copying torch/include/caffe2/distributed/file_store_handler_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/distributed 2022-11-23T00:58:19.8010367Z copying torch/include/caffe2/distributed/redis_store_handler.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/distributed 2022-11-23T00:58:19.8011324Z copying torch/include/caffe2/distributed/redis_store_handler_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/distributed 2022-11-23T00:58:19.8012166Z copying torch/include/caffe2/distributed/store_handler.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/distributed 2022-11-23T00:58:19.8013525Z copying torch/include/caffe2/distributed/store_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/distributed 2022-11-23T00:58:19.8014634Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments 2022-11-23T00:58:19.8015343Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators 2022-11-23T00:58:19.8015741Z copying torch/include/caffe2/experiments/operators/fully_connected_op_decomposition.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators 2022-11-23T00:58:19.8017636Z copying torch/include/caffe2/experiments/operators/fully_connected_op_prune.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators 2022-11-23T00:58:19.8019265Z copying torch/include/caffe2/experiments/operators/fully_connected_op_sparse.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators 2022-11-23T00:58:19.8019885Z copying torch/include/caffe2/experiments/operators/funhash_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators 2022-11-23T00:58:19.8020525Z copying torch/include/caffe2/experiments/operators/sparse_funhash_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators 2022-11-23T00:58:19.8021505Z copying torch/include/caffe2/experiments/operators/sparse_matrix_reshape_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators 2022-11-23T00:58:19.8022342Z copying torch/include/caffe2/experiments/operators/tt_contraction_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators 2022-11-23T00:58:19.8023395Z copying torch/include/caffe2/experiments/operators/tt_pad_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators 2022-11-23T00:58:19.8024394Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/ideep 2022-11-23T00:58:19.8025033Z copying torch/include/caffe2/ideep/ideep_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/ideep 2022-11-23T00:58:19.8026035Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/ideep/operators 2022-11-23T00:58:19.8027277Z copying torch/include/caffe2/ideep/operators/conv_pool_base_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/ideep/operators 2022-11-23T00:58:19.8028385Z copying torch/include/caffe2/ideep/operators/conv_transpose_unpool_base_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/ideep/operators 2022-11-23T00:58:19.8029564Z copying torch/include/caffe2/ideep/operators/operator_fallback_ideep.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/ideep/operators 2022-11-23T00:58:19.8030660Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/ideep/utils 2022-11-23T00:58:19.8031167Z copying torch/include/caffe2/ideep/utils/ideep_context.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/ideep/utils 2022-11-23T00:58:19.8032340Z copying torch/include/caffe2/ideep/utils/ideep_operator.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/ideep/utils 2022-11-23T00:58:19.8033535Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/image 2022-11-23T00:58:19.8034013Z copying torch/include/caffe2/image/image_input_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/image 2022-11-23T00:58:19.8035473Z copying torch/include/caffe2/image/transform_gpu.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/image 2022-11-23T00:58:19.8036731Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile 2022-11-23T00:58:19.8037094Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib 2022-11-23T00:58:19.8037636Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios 2022-11-23T00:58:19.8038038Z copying torch/include/caffe2/mobile/contrib/ios/ios_caffe.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios 2022-11-23T00:58:19.8038874Z copying torch/include/caffe2/mobile/contrib/ios/ios_caffe_defines.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios 2022-11-23T00:58:19.8039832Z copying torch/include/caffe2/mobile/contrib/ios/ios_caffe_predictor.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios 2022-11-23T00:58:19.8040935Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-11-23T00:58:19.8041672Z copying torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-11-23T00:58:19.8042537Z copying torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_context.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-11-23T00:58:19.8043460Z copying torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_graph_mask.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-11-23T00:58:19.8044610Z copying torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_kernels.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-11-23T00:58:19.8046226Z copying torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_test.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-11-23T00:58:19.8047870Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub 2022-11-23T00:58:19.8048201Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include 2022-11-23T00:58:19.8048585Z copying torch/include/caffe2/mobile/contrib/libopencl-stub/include/libopencl.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include 2022-11-23T00:58:19.8050194Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-11-23T00:58:19.8051174Z copying torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-11-23T00:58:19.8052807Z copying torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_ext.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-11-23T00:58:19.8053906Z copying torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_gl.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-11-23T00:58:19.8055037Z copying torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_gl_ext.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-11-23T00:58:19.8056173Z copying torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_platform.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-11-23T00:58:19.8057779Z copying torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/opencl.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-11-23T00:58:19.8058764Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libvulkan-stub 2022-11-23T00:58:19.8059244Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libvulkan-stub/include 2022-11-23T00:58:19.8059892Z copying torch/include/caffe2/mobile/contrib/libvulkan-stub/include/libvulkan-stub.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libvulkan-stub/include 2022-11-23T00:58:19.8060926Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan 2022-11-23T00:58:19.8061743Z copying torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan/vk_platform.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan 2022-11-23T00:58:19.8062917Z copying torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan/vulkan.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan 2022-11-23T00:58:19.8066107Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/nnapi 2022-11-23T00:58:19.8067038Z copying torch/include/caffe2/mobile/contrib/nnapi/NeuralNetworks.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/nnapi 2022-11-23T00:58:19.8069126Z copying torch/include/caffe2/mobile/contrib/nnapi/dlnnapi.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/nnapi 2022-11-23T00:58:19.8069945Z copying torch/include/caffe2/mobile/contrib/nnapi/nnapi.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/nnapi 2022-11-23T00:58:19.8071454Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/snpe 2022-11-23T00:58:19.8072021Z copying torch/include/caffe2/mobile/contrib/snpe/snpe_ffi.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/snpe 2022-11-23T00:58:19.8073044Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ulp2 2022-11-23T00:58:19.8073589Z copying torch/include/caffe2/mobile/contrib/ulp2/ulp.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ulp2 2022-11-23T00:58:19.8074344Z copying torch/include/caffe2/mobile/contrib/ulp2/ulp_neon.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ulp2 2022-11-23T00:58:19.8075577Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mpi 2022-11-23T00:58:19.8076216Z copying torch/include/caffe2/mpi/mpi_common.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mpi 2022-11-23T00:58:19.8077164Z copying torch/include/caffe2/mpi/mpi_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mpi 2022-11-23T00:58:19.8078696Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/observers 2022-11-23T00:58:19.8079310Z copying torch/include/caffe2/observers/operator_attaching_net_observer.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/observers 2022-11-23T00:58:19.8080295Z copying torch/include/caffe2/observers/profile_observer.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/observers 2022-11-23T00:58:19.8081240Z copying torch/include/caffe2/observers/runcnt_observer.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/observers 2022-11-23T00:58:19.8082662Z copying torch/include/caffe2/observers/time_observer.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/observers 2022-11-23T00:58:19.8083572Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx 2022-11-23T00:58:19.8084120Z copying torch/include/caffe2/onnx/backend.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx 2022-11-23T00:58:19.8085457Z copying torch/include/caffe2/onnx/backend_rep.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx 2022-11-23T00:58:19.8086581Z copying torch/include/caffe2/onnx/device.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx 2022-11-23T00:58:19.8087450Z copying torch/include/caffe2/onnx/helper.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx 2022-11-23T00:58:19.8088694Z copying torch/include/caffe2/onnx/offline_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx 2022-11-23T00:58:19.8090732Z copying torch/include/caffe2/onnx/onnx_exporter.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx 2022-11-23T00:58:19.8091277Z copying torch/include/caffe2/onnx/onnxifi_graph_info.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx 2022-11-23T00:58:19.8092189Z copying torch/include/caffe2/onnx/onnxifi_init.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx 2022-11-23T00:58:19.8093052Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx/torch_ops 2022-11-23T00:58:19.8093630Z copying torch/include/caffe2/onnx/torch_ops/constants.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx/torch_ops 2022-11-23T00:58:19.8094743Z copying torch/include/caffe2/onnx/torch_ops/operator_sets.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx/torch_ops 2022-11-23T00:58:19.8095790Z copying torch/include/caffe2/onnx/torch_ops/schema.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx/torch_ops 2022-11-23T00:58:19.8096596Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8097144Z copying torch/include/caffe2/operators/abs_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8098327Z copying torch/include/caffe2/operators/accumulate_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8099198Z copying torch/include/caffe2/operators/accuracy_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8101041Z copying torch/include/caffe2/operators/acos_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8101921Z copying torch/include/caffe2/operators/activation_ops_cudnn.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8103176Z copying torch/include/caffe2/operators/affine_channel_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8104145Z copying torch/include/caffe2/operators/alias_with_name.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8105391Z copying torch/include/caffe2/operators/apmeter_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8106461Z copying torch/include/caffe2/operators/arg_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8107587Z copying torch/include/caffe2/operators/asin_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8108604Z copying torch/include/caffe2/operators/assert_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8110125Z copying torch/include/caffe2/operators/async_net_barrier_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8111004Z copying torch/include/caffe2/operators/atan_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8112029Z copying torch/include/caffe2/operators/batch_box_cox_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8113016Z copying torch/include/caffe2/operators/batch_bucketize_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8114458Z copying torch/include/caffe2/operators/batch_gather_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8115465Z copying torch/include/caffe2/operators/batch_matmul_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8116873Z copying torch/include/caffe2/operators/batch_moments_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8117977Z copying torch/include/caffe2/operators/batch_permutation_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8119313Z copying torch/include/caffe2/operators/batch_sparse_to_dense_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8120089Z copying torch/include/caffe2/operators/bbox_transform_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8121517Z copying torch/include/caffe2/operators/bisect_percentile_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8122639Z copying torch/include/caffe2/operators/boolean_mask_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8128887Z copying torch/include/caffe2/operators/boolean_unmask_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8129679Z copying torch/include/caffe2/operators/box_with_nms_limit_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8131205Z copying torch/include/caffe2/operators/bucketize_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8132710Z copying torch/include/caffe2/operators/byte_weight_dequant_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8133670Z copying torch/include/caffe2/operators/cast_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8135158Z copying torch/include/caffe2/operators/cbrt_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8135942Z copying torch/include/caffe2/operators/cc_bmm_bg_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8138114Z copying torch/include/caffe2/operators/ceil_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8138438Z copying torch/include/caffe2/operators/channel_backprop_stats_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8140011Z copying torch/include/caffe2/operators/channel_shuffle_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8140958Z copying torch/include/caffe2/operators/channel_stats_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8142311Z copying torch/include/caffe2/operators/clip_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8143285Z copying torch/include/caffe2/operators/collect_and_distribute_fpn_rpn_proposals_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8144887Z copying torch/include/caffe2/operators/concat_split_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8146506Z copying torch/include/caffe2/operators/conditional_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8147736Z copying torch/include/caffe2/operators/conv_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8149529Z copying torch/include/caffe2/operators/conv_op_cache_cudnn.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8150226Z copying torch/include/caffe2/operators/conv_op_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8151691Z copying torch/include/caffe2/operators/conv_op_shared.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8152763Z copying torch/include/caffe2/operators/conv_pool_op_base.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8154235Z copying torch/include/caffe2/operators/conv_transpose_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8155271Z copying torch/include/caffe2/operators/conv_transpose_op_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8156818Z copying torch/include/caffe2/operators/conv_transpose_op_mobile.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8158270Z copying torch/include/caffe2/operators/conv_transpose_op_mobile_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8159403Z copying torch/include/caffe2/operators/conv_transpose_unpool_op_base.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8160614Z copying torch/include/caffe2/operators/copy_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8161749Z copying torch/include/caffe2/operators/copy_rows_to_tensor_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8162772Z copying torch/include/caffe2/operators/cos_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8163925Z copying torch/include/caffe2/operators/cosh_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8165085Z copying torch/include/caffe2/operators/cosine_embedding_criterion_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8166008Z copying torch/include/caffe2/operators/counter_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8167776Z copying torch/include/caffe2/operators/create_scope_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8168352Z copying torch/include/caffe2/operators/cross_entropy_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8170149Z copying torch/include/caffe2/operators/ctc_beam_search_decoder_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8170929Z copying torch/include/caffe2/operators/ctc_greedy_decoder_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8172352Z copying torch/include/caffe2/operators/cube_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8173553Z copying torch/include/caffe2/operators/data_couple.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8174799Z copying torch/include/caffe2/operators/dataset_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8176553Z copying torch/include/caffe2/operators/deform_conv_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8177155Z copying torch/include/caffe2/operators/deform_conv_op_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8178998Z copying torch/include/caffe2/operators/dense_vector_to_id_list_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8179572Z copying torch/include/caffe2/operators/distance_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8180388Z copying torch/include/caffe2/operators/do_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8181509Z copying torch/include/caffe2/operators/dropout_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8183291Z copying torch/include/caffe2/operators/elementwise_add_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8184260Z copying torch/include/caffe2/operators/elementwise_div_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8185325Z copying torch/include/caffe2/operators/elementwise_linear_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8186201Z copying torch/include/caffe2/operators/elementwise_logical_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8187461Z copying torch/include/caffe2/operators/elementwise_mul_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8189267Z copying torch/include/caffe2/operators/elementwise_op_test.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8189989Z copying torch/include/caffe2/operators/elementwise_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8190675Z copying torch/include/caffe2/operators/elementwise_ops_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8191639Z copying torch/include/caffe2/operators/elementwise_sub_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8192830Z copying torch/include/caffe2/operators/elu_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8193853Z copying torch/include/caffe2/operators/enforce_finite_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8194875Z copying torch/include/caffe2/operators/ensure_clipped_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8195791Z copying torch/include/caffe2/operators/ensure_cpu_output_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8196809Z copying torch/include/caffe2/operators/erf_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8197538Z copying torch/include/caffe2/operators/exp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8198721Z copying torch/include/caffe2/operators/expand_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8199612Z copying torch/include/caffe2/operators/expand_squeeze_dims_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8201168Z copying torch/include/caffe2/operators/fc_inference.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8202366Z copying torch/include/caffe2/operators/feature_maps_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8203559Z copying torch/include/caffe2/operators/feed_blob_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8204278Z copying torch/include/caffe2/operators/filler_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8205676Z copying torch/include/caffe2/operators/find_duplicate_elements_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8206572Z copying torch/include/caffe2/operators/find_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8207891Z copying torch/include/caffe2/operators/flatten_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8208870Z copying torch/include/caffe2/operators/flexible_top_k.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8210226Z copying torch/include/caffe2/operators/floor_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8210960Z copying torch/include/caffe2/operators/free_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8212175Z copying torch/include/caffe2/operators/fully_connected_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8213520Z copying torch/include/caffe2/operators/fused_rowwise_8bit_conversion_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8215153Z copying torch/include/caffe2/operators/fused_rowwise_nbit_conversion_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8215654Z copying torch/include/caffe2/operators/fused_rowwise_nbitfake_conversion_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8217650Z copying torch/include/caffe2/operators/fused_rowwise_random_quantization_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8218183Z copying torch/include/caffe2/operators/gather_fused_8bit_rowwise_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8219646Z copying torch/include/caffe2/operators/gather_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8220761Z copying torch/include/caffe2/operators/gather_ranges_to_dense_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8222054Z copying torch/include/caffe2/operators/gelu_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8223036Z copying torch/include/caffe2/operators/generate_proposals_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8224701Z copying torch/include/caffe2/operators/generate_proposals_op_util_boxes.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8225861Z copying torch/include/caffe2/operators/generate_proposals_op_util_nms.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8227866Z copying torch/include/caffe2/operators/generate_proposals_op_util_nms_gpu.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8229708Z copying torch/include/caffe2/operators/given_tensor_byte_string_to_uint8_fill_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8230550Z copying torch/include/caffe2/operators/given_tensor_fill_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8231557Z copying torch/include/caffe2/operators/glu_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8232766Z copying torch/include/caffe2/operators/group_norm_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8234120Z copying torch/include/caffe2/operators/gru_unit_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8235857Z copying torch/include/caffe2/operators/h_softmax_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8237047Z copying torch/include/caffe2/operators/half_float_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8238414Z copying torch/include/caffe2/operators/hard_sigmoid_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8239866Z copying torch/include/caffe2/operators/heatmap_max_keypoint_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8241378Z copying torch/include/caffe2/operators/histogram_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8242526Z copying torch/include/caffe2/operators/if_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8243936Z copying torch/include/caffe2/operators/im2col_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8245805Z copying torch/include/caffe2/operators/index_hash_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8246945Z copying torch/include/caffe2/operators/index_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8248411Z copying torch/include/caffe2/operators/inference_lstm_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8249789Z copying torch/include/caffe2/operators/instance_norm_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8251252Z copying torch/include/caffe2/operators/integral_image_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8252604Z copying torch/include/caffe2/operators/is_empty_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8253987Z copying torch/include/caffe2/operators/jsd_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8255303Z copying torch/include/caffe2/operators/key_split_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8256694Z copying torch/include/caffe2/operators/layer_norm_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8258045Z copying torch/include/caffe2/operators/leaky_relu_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8259464Z copying torch/include/caffe2/operators/length_split_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8260748Z copying torch/include/caffe2/operators/lengths_pad_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8263041Z copying torch/include/caffe2/operators/lengths_reducer_fused_8bit_rowwise_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8264199Z copying torch/include/caffe2/operators/lengths_reducer_fused_nbit_rowwise_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8265778Z copying torch/include/caffe2/operators/lengths_reducer_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8267553Z copying torch/include/caffe2/operators/lengths_reducer_rowwise_8bit_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8268844Z copying torch/include/caffe2/operators/lengths_tile_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8270167Z copying torch/include/caffe2/operators/lengths_top_k_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8271531Z copying torch/include/caffe2/operators/listwise_l2r_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8272869Z copying torch/include/caffe2/operators/load_save_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8274392Z copying torch/include/caffe2/operators/load_save_op_util.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8275747Z copying torch/include/caffe2/operators/local_response_normalization_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8277116Z copying torch/include/caffe2/operators/locally_connected_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8278586Z copying torch/include/caffe2/operators/locally_connected_op_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8280107Z copying torch/include/caffe2/operators/locally_connected_op_util.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8281499Z copying torch/include/caffe2/operators/log1p_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8282837Z copying torch/include/caffe2/operators/log_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8284168Z copying torch/include/caffe2/operators/logit_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8285477Z copying torch/include/caffe2/operators/loss_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8287056Z copying torch/include/caffe2/operators/lpnorm_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8288279Z copying torch/include/caffe2/operators/lstm_unit_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8289402Z copying torch/include/caffe2/operators/lstm_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8290948Z copying torch/include/caffe2/operators/map_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8292403Z copying torch/include/caffe2/operators/margin_loss_l2r_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8293807Z copying torch/include/caffe2/operators/margin_ranking_criterion_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8295085Z copying torch/include/caffe2/operators/matmul_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8296467Z copying torch/include/caffe2/operators/max_pool_with_index_gpu.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8297807Z copying torch/include/caffe2/operators/mean_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8299156Z copying torch/include/caffe2/operators/merge_id_lists_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8300526Z copying torch/include/caffe2/operators/minmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8301925Z copying torch/include/caffe2/operators/mish_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8303346Z copying torch/include/caffe2/operators/mod_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8304690Z copying torch/include/caffe2/operators/moments_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8306203Z copying torch/include/caffe2/operators/multi_class_accuracy_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8307892Z copying torch/include/caffe2/operators/negate_gradient_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8309078Z copying torch/include/caffe2/operators/negative_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8310859Z copying torch/include/caffe2/operators/ngram_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8312086Z copying torch/include/caffe2/operators/no_default_engine_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8313390Z copying torch/include/caffe2/operators/normalize_l1_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8314764Z copying torch/include/caffe2/operators/normalize_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8316139Z copying torch/include/caffe2/operators/numpy_tile_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8317400Z copying torch/include/caffe2/operators/one_hot_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8318831Z copying torch/include/caffe2/operators/onnx_while_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8320299Z copying torch/include/caffe2/operators/op_utils_cudnn.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8321736Z copying torch/include/caffe2/operators/operator_fallback_gpu.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8323071Z copying torch/include/caffe2/operators/order_switch_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8324513Z copying torch/include/caffe2/operators/pack_rnn_sequence_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8325834Z copying torch/include/caffe2/operators/pack_segments.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8327165Z copying torch/include/caffe2/operators/pad_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8328551Z copying torch/include/caffe2/operators/partition_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8329979Z copying torch/include/caffe2/operators/percentile_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8331333Z copying torch/include/caffe2/operators/perplexity_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8332779Z copying torch/include/caffe2/operators/piecewise_linear_transform_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8334121Z copying torch/include/caffe2/operators/pool_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8335761Z copying torch/include/caffe2/operators/pool_op_util.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8336908Z copying torch/include/caffe2/operators/pow_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8338356Z copying torch/include/caffe2/operators/prefetch_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8339694Z copying torch/include/caffe2/operators/prelu_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8341072Z copying torch/include/caffe2/operators/prepend_dim_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8342379Z copying torch/include/caffe2/operators/quant_decode_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8343788Z copying torch/include/caffe2/operators/quantile_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8345346Z copying torch/include/caffe2/operators/rank_loss_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8346653Z copying torch/include/caffe2/operators/reciprocal_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8348025Z copying torch/include/caffe2/operators/reduce_front_back_max_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8349491Z copying torch/include/caffe2/operators/reduce_front_back_sum_mean_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8350986Z copying torch/include/caffe2/operators/reduce_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8353402Z copying torch/include/caffe2/operators/reducer_functors.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8354621Z copying torch/include/caffe2/operators/reduction_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8355973Z copying torch/include/caffe2/operators/relu_n_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8357328Z copying torch/include/caffe2/operators/relu_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8359002Z copying torch/include/caffe2/operators/remove_data_blocks_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8360216Z copying torch/include/caffe2/operators/replace_nan_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8361739Z copying torch/include/caffe2/operators/reshape_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8363125Z copying torch/include/caffe2/operators/resize_3d_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8364509Z copying torch/include/caffe2/operators/resize_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8365928Z copying torch/include/caffe2/operators/reverse_packed_segs_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8367320Z copying torch/include/caffe2/operators/rmac_regions_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8368682Z copying torch/include/caffe2/operators/rms_norm_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8370114Z copying torch/include/caffe2/operators/roi_align_gradient_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8371468Z copying torch/include/caffe2/operators/roi_align_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8372924Z copying torch/include/caffe2/operators/roi_align_rotated_gradient_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8374264Z copying torch/include/caffe2/operators/roi_align_rotated_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8375621Z copying torch/include/caffe2/operators/roi_pool_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8376958Z copying torch/include/caffe2/operators/rowmul_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8378349Z copying torch/include/caffe2/operators/rsqrt_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8379715Z copying torch/include/caffe2/operators/scale_blobs_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8381109Z copying torch/include/caffe2/operators/scale_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8382543Z copying torch/include/caffe2/operators/segment_reduction_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8385091Z copying torch/include/caffe2/operators/self_binning_histogram_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8386054Z copying torch/include/caffe2/operators/selu_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8387473Z copying torch/include/caffe2/operators/sequence_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8389096Z copying torch/include/caffe2/operators/shape_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8390379Z copying torch/include/caffe2/operators/sigmoid_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8391678Z copying torch/include/caffe2/operators/sin_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8393086Z copying torch/include/caffe2/operators/sinh_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8394451Z copying torch/include/caffe2/operators/sinusoid_position_encoding_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8395673Z copying torch/include/caffe2/operators/slice_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8397387Z copying torch/include/caffe2/operators/softmax_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8398583Z copying torch/include/caffe2/operators/softmax_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8400333Z copying torch/include/caffe2/operators/softmax_with_loss_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8401719Z copying torch/include/caffe2/operators/softplus_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8402980Z copying torch/include/caffe2/operators/softsign_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8404318Z copying torch/include/caffe2/operators/space_batch_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8406145Z copying torch/include/caffe2/operators/sparse_dropout_with_replacement_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8407278Z copying torch/include/caffe2/operators/sparse_itemwise_dropout_with_replacement_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8408439Z copying torch/include/caffe2/operators/sparse_lp_regularizer_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8410142Z copying torch/include/caffe2/operators/sparse_normalize_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8411400Z copying torch/include/caffe2/operators/sparse_to_dense_mask_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8412856Z copying torch/include/caffe2/operators/sparse_to_dense_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8414210Z copying torch/include/caffe2/operators/spatial_batch_norm_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8415613Z copying torch/include/caffe2/operators/sqr_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8417077Z copying torch/include/caffe2/operators/spatial_softmax_with_loss_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8418436Z copying torch/include/caffe2/operators/sqrt_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8420158Z copying torch/include/caffe2/operators/square_root_divide_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8421394Z copying torch/include/caffe2/operators/stats_put_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8422703Z copying torch/include/caffe2/operators/stop_gradient.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8423880Z copying torch/include/caffe2/operators/string_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8425510Z copying torch/include/caffe2/operators/stump_func_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8427396Z copying torch/include/caffe2/operators/summarize_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8428736Z copying torch/include/caffe2/operators/swish_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8430153Z copying torch/include/caffe2/operators/tan_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8431380Z copying torch/include/caffe2/operators/tanh_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8432825Z copying torch/include/caffe2/operators/tensor_protos_db_input.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8434251Z copying torch/include/caffe2/operators/text_file_reader_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8435558Z copying torch/include/caffe2/operators/thresholded_relu_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8436878Z copying torch/include/caffe2/operators/tile_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8438358Z copying torch/include/caffe2/operators/top_k.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8439735Z copying torch/include/caffe2/operators/transpose_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8441047Z copying torch/include/caffe2/operators/tt_linear_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8442457Z copying torch/include/caffe2/operators/unique_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8444635Z copying torch/include/caffe2/operators/unsafe_coalesce.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8445711Z copying torch/include/caffe2/operators/upsample_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8447012Z copying torch/include/caffe2/operators/utility_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8449523Z copying torch/include/caffe2/operators/variable_length_sequence_padding.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8450327Z copying torch/include/caffe2/operators/weighted_multi_sampling_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8451689Z copying torch/include/caffe2/operators/weighted_sample_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8452969Z copying torch/include/caffe2/operators/while_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8454392Z copying torch/include/caffe2/operators/zero_gradient_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-11-23T00:58:19.8455643Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/hip 2022-11-23T00:58:19.8456527Z copying torch/include/caffe2/operators/hip/activation_ops_miopen.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/hip 2022-11-23T00:58:19.8458171Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn 2022-11-23T00:58:19.8458795Z copying torch/include/caffe2/operators/rnn/recurrent_network_blob_fetcher_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn 2022-11-23T00:58:19.8460265Z copying torch/include/caffe2/operators/rnn/recurrent_network_executor.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn 2022-11-23T00:58:19.8461670Z copying torch/include/caffe2/operators/rnn/recurrent_network_executor_gpu.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn 2022-11-23T00:58:19.8463140Z copying torch/include/caffe2/operators/rnn/recurrent_network_executor_incl.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn 2022-11-23T00:58:19.8464566Z copying torch/include/caffe2/operators/rnn/recurrent_network_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn 2022-11-23T00:58:19.8466555Z copying torch/include/caffe2/operators/rnn/recurrent_op_cudnn.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn 2022-11-23T00:58:19.8467823Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn/hip 2022-11-23T00:58:19.8468793Z copying torch/include/caffe2/operators/rnn/hip/recurrent_op_miopen.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn/hip 2022-11-23T00:58:19.8469919Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:58:19.8470636Z copying torch/include/caffe2/operators/quantized/int8_add_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:58:19.8471953Z copying torch/include/caffe2/operators/quantized/int8_average_pool_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:58:19.8473290Z copying torch/include/caffe2/operators/quantized/int8_channel_shuffle_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:58:19.8474178Z copying torch/include/caffe2/operators/quantized/int8_concat_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:58:19.8476206Z copying torch/include/caffe2/operators/quantized/int8_conv_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:58:19.8476857Z copying torch/include/caffe2/operators/quantized/int8_conv_transpose_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:58:19.8478212Z copying torch/include/caffe2/operators/quantized/int8_dequantize_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:58:19.8478998Z copying torch/include/caffe2/operators/quantized/int8_fc_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:58:19.8480705Z copying torch/include/caffe2/operators/quantized/int8_flatten_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:58:19.8481640Z copying torch/include/caffe2/operators/quantized/int8_given_tensor_fill_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:58:19.8482853Z copying torch/include/caffe2/operators/quantized/int8_leaky_relu_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:58:19.8484248Z copying torch/include/caffe2/operators/quantized/int8_max_pool_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:58:19.8485070Z copying torch/include/caffe2/operators/quantized/int8_quantize_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:58:19.8486667Z copying torch/include/caffe2/operators/quantized/int8_relu_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:58:19.8487554Z copying torch/include/caffe2/operators/quantized/int8_reshape_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:58:19.8488941Z copying torch/include/caffe2/operators/quantized/int8_resize_nearest_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:58:19.8490328Z copying torch/include/caffe2/operators/quantized/int8_roi_align_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:58:19.8491486Z copying torch/include/caffe2/operators/quantized/int8_sigmoid_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:58:19.8492360Z copying torch/include/caffe2/operators/quantized/int8_simd.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:58:19.8493221Z copying torch/include/caffe2/operators/quantized/int8_slice_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:58:19.8494416Z copying torch/include/caffe2/operators/quantized/int8_softmax_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:58:19.8495197Z copying torch/include/caffe2/operators/quantized/int8_test_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:58:19.8496666Z copying torch/include/caffe2/operators/quantized/int8_transpose_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:58:19.8497398Z copying torch/include/caffe2/operators/quantized/int8_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-11-23T00:58:19.8498225Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-11-23T00:58:19.8498834Z copying torch/include/caffe2/opt/annotations.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-11-23T00:58:19.8500169Z copying torch/include/caffe2/opt/backend_cutting.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-11-23T00:58:19.8501097Z copying torch/include/caffe2/opt/backend_transformer_base.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-11-23T00:58:19.8502327Z copying torch/include/caffe2/opt/bound_shape_inferencer.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-11-23T00:58:19.8503409Z copying torch/include/caffe2/opt/converter.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-11-23T00:58:19.8504898Z copying torch/include/caffe2/opt/device.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-11-23T00:58:19.8505713Z copying torch/include/caffe2/opt/distributed.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-11-23T00:58:19.8506772Z copying torch/include/caffe2/opt/fakefp16_transform.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-11-23T00:58:19.8507662Z copying torch/include/caffe2/opt/fusion.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-11-23T00:58:19.8508669Z copying torch/include/caffe2/opt/glow_net_transform.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-11-23T00:58:19.8509932Z copying torch/include/caffe2/opt/mobile.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-11-23T00:58:19.8510849Z copying torch/include/caffe2/opt/onnx_convert.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-11-23T00:58:19.8511843Z copying torch/include/caffe2/opt/onnxifi_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-11-23T00:58:19.8513020Z copying torch/include/caffe2/opt/onnxifi_transformer.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-11-23T00:58:19.8514068Z copying torch/include/caffe2/opt/optimize_ideep.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-11-23T00:58:19.8515467Z copying torch/include/caffe2/opt/optimizer.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-11-23T00:58:19.8516268Z copying torch/include/caffe2/opt/passes.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-11-23T00:58:19.8517291Z copying torch/include/caffe2/opt/shape_info.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-11-23T00:58:19.8518389Z copying torch/include/caffe2/opt/tvm_transformer.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-11-23T00:58:19.8519612Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/custom 2022-11-23T00:58:19.8519910Z copying torch/include/caffe2/opt/custom/cc_amrc.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/custom 2022-11-23T00:58:19.8521644Z copying torch/include/caffe2/opt/custom/concat_elim.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/custom 2022-11-23T00:58:19.8522869Z copying torch/include/caffe2/opt/custom/freeze_quantization_params.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/custom 2022-11-23T00:58:19.8523998Z copying torch/include/caffe2/opt/custom/in_batch_broadcast.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/custom 2022-11-23T00:58:19.8525262Z copying torch/include/caffe2/opt/custom/pointwise_elim.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/custom 2022-11-23T00:58:19.8526453Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/nql 2022-11-23T00:58:19.8527263Z copying torch/include/caffe2/opt/nql/ast.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/nql 2022-11-23T00:58:19.8528651Z copying torch/include/caffe2/opt/nql/graphmatcher.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/nql 2022-11-23T00:58:19.8530051Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-11-23T00:58:19.8530482Z copying torch/include/caffe2/perfkernels/adagrad.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-11-23T00:58:19.8532343Z copying torch/include/caffe2/perfkernels/batch_box_cox.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-11-23T00:58:19.8533062Z copying torch/include/caffe2/perfkernels/common.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-11-23T00:58:19.8534450Z copying torch/include/caffe2/perfkernels/cvtsh_ss_bugfix.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-11-23T00:58:19.8535790Z copying torch/include/caffe2/perfkernels/embedding_lookup.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-11-23T00:58:19.8537072Z copying torch/include/caffe2/perfkernels/embedding_lookup_idx.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-11-23T00:58:19.8538379Z copying torch/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-11-23T00:58:19.8539799Z copying torch/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup_idx.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-11-23T00:58:19.8541152Z copying torch/include/caffe2/perfkernels/fused_nbit_rowwise_conversion.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-11-23T00:58:19.8542451Z copying torch/include/caffe2/perfkernels/lstm_unit_cpu-impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-11-23T00:58:19.8543837Z copying torch/include/caffe2/perfkernels/lstm_unit_cpu.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-11-23T00:58:19.8545445Z copying torch/include/caffe2/perfkernels/lstm_unit_cpu_common.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-11-23T00:58:19.8546879Z copying torch/include/caffe2/perfkernels/math.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-11-23T00:58:19.8548661Z copying torch/include/caffe2/perfkernels/typed_axpy.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-11-23T00:58:19.8549902Z copying torch/include/caffe2/perfkernels/vectorizer.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-11-23T00:58:19.8551162Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor 2022-11-23T00:58:19.8551966Z copying torch/include/caffe2/predictor/InferenceGraph.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor 2022-11-23T00:58:19.8553352Z copying torch/include/caffe2/predictor/ThreadLocalPtr.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor 2022-11-23T00:58:19.8554613Z copying torch/include/caffe2/predictor/predictor.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor 2022-11-23T00:58:19.8556287Z copying torch/include/caffe2/predictor/predictor_config.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor 2022-11-23T00:58:19.8557494Z copying torch/include/caffe2/predictor/predictor_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor 2022-11-23T00:58:19.8558765Z copying torch/include/caffe2/predictor/transforms.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor 2022-11-23T00:58:19.8560205Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator 2022-11-23T00:58:19.8560945Z copying torch/include/caffe2/predictor/emulator/benchmark.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator 2022-11-23T00:58:19.8562036Z copying torch/include/caffe2/predictor/emulator/data_filler.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator 2022-11-23T00:58:19.8563407Z copying torch/include/caffe2/predictor/emulator/emulator.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator 2022-11-23T00:58:19.8564428Z copying torch/include/caffe2/predictor/emulator/net_supplier.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator 2022-11-23T00:58:19.8565774Z copying torch/include/caffe2/predictor/emulator/output_formatter.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator 2022-11-23T00:58:19.8566793Z copying torch/include/caffe2/predictor/emulator/profiler.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator 2022-11-23T00:58:19.8568193Z copying torch/include/caffe2/predictor/emulator/std_output_formatter.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator 2022-11-23T00:58:19.8569126Z copying torch/include/caffe2/predictor/emulator/time_profiler.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator 2022-11-23T00:58:19.8570886Z copying torch/include/caffe2/predictor/emulator/utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator 2022-11-23T00:58:19.8571831Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto 2022-11-23T00:58:19.8572422Z copying torch/include/caffe2/proto/caffe2_pb.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto 2022-11-23T00:58:19.8574150Z copying torch/include/caffe2/proto/torch_pb.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto 2022-11-23T00:58:19.8575250Z copying torch/include/caffe2/proto/caffe2.pb.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto 2022-11-23T00:58:19.8580273Z copying torch/include/caffe2/proto/caffe2_legacy.pb.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto 2022-11-23T00:58:19.8581155Z copying torch/include/caffe2/proto/hsm.pb.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto 2022-11-23T00:58:19.8583159Z copying torch/include/caffe2/proto/metanet.pb.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto 2022-11-23T00:58:19.8585531Z copying torch/include/caffe2/proto/predictor_consts.pb.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto 2022-11-23T00:58:19.8588191Z copying torch/include/caffe2/proto/prof_dag.pb.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto 2022-11-23T00:58:19.8589645Z copying torch/include/caffe2/proto/torch.pb.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto 2022-11-23T00:58:19.8592463Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/python 2022-11-23T00:58:19.8592972Z copying torch/include/caffe2/python/dlpack.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/python 2022-11-23T00:58:19.8593925Z copying torch/include/caffe2/python/pybind_state.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/python 2022-11-23T00:58:19.8595368Z copying torch/include/caffe2/python/pybind_state_dlpack.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/python 2022-11-23T00:58:19.8596751Z copying torch/include/caffe2/python/pybind_state_registry.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/python 2022-11-23T00:58:19.8597982Z copying torch/include/caffe2/python/pybind_workspace.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/python 2022-11-23T00:58:19.8599573Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization 2022-11-23T00:58:19.8599986Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8601023Z copying torch/include/caffe2/quantization/server/activation_distribution_observer.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8602068Z copying torch/include/caffe2/quantization/server/batch_matmul_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8603482Z copying torch/include/caffe2/quantization/server/batch_permutation_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8604746Z copying torch/include/caffe2/quantization/server/caffe2_dnnlowp_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8606006Z copying torch/include/caffe2/quantization/server/channel_shuffle_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8607051Z copying torch/include/caffe2/quantization/server/compute_equalization_scale.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8608327Z copying torch/include/caffe2/quantization/server/concat_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8609437Z copying torch/include/caffe2/quantization/server/conv_dnnlowp_acc16_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8610532Z copying torch/include/caffe2/quantization/server/conv_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8611896Z copying torch/include/caffe2/quantization/server/conv_pool_dnnlowp_op_base.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8613410Z copying torch/include/caffe2/quantization/server/conv_relu_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8615110Z copying torch/include/caffe2/quantization/server/dequantize_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8616337Z copying torch/include/caffe2/quantization/server/dnnlowp.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8617737Z copying torch/include/caffe2/quantization/server/dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8619037Z copying torch/include/caffe2/quantization/server/dnnlowp_partition.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8620557Z copying torch/include/caffe2/quantization/server/dynamic_histogram.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8621970Z copying torch/include/caffe2/quantization/server/elementwise_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8623330Z copying torch/include/caffe2/quantization/server/elementwise_linear_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8624646Z copying torch/include/caffe2/quantization/server/fb_fc_packed_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8626267Z copying torch/include/caffe2/quantization/server/fbgemm_fp16_pack_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8627613Z copying torch/include/caffe2/quantization/server/fbgemm_pack_blob.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8628941Z copying torch/include/caffe2/quantization/server/fbgemm_pack_matrix_cache.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8630263Z copying torch/include/caffe2/quantization/server/fbgemm_pack_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8631832Z copying torch/include/caffe2/quantization/server/fully_connected_dnnlowp_acc16_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8633143Z copying torch/include/caffe2/quantization/server/fully_connected_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8634548Z copying torch/include/caffe2/quantization/server/fully_connected_fake_lowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8635781Z copying torch/include/caffe2/quantization/server/group_norm_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8637123Z copying torch/include/caffe2/quantization/server/im2col_dnnlowp.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8638523Z copying torch/include/caffe2/quantization/server/int8_gen_quant_params.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8639944Z copying torch/include/caffe2/quantization/server/int8_gen_quant_params_min_max.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8641292Z copying torch/include/caffe2/quantization/server/int8_quant_scheme_blob_fill.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8642610Z copying torch/include/caffe2/quantization/server/kl_minimization.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8643899Z copying torch/include/caffe2/quantization/server/l2_minimization.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8645283Z copying torch/include/caffe2/quantization/server/lstm_unit_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8646551Z copying torch/include/caffe2/quantization/server/mmio.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8647943Z copying torch/include/caffe2/quantization/server/op_wrapper.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8649350Z copying torch/include/caffe2/quantization/server/pool_dnnlowp_op_avx2.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8650780Z copying torch/include/caffe2/quantization/server/quantization_error_minimization.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8651997Z copying torch/include/caffe2/quantization/server/quantize_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8653285Z copying torch/include/caffe2/quantization/server/relu_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8654710Z copying torch/include/caffe2/quantization/server/resize_nearest_3d_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8656012Z copying torch/include/caffe2/quantization/server/resize_nearest_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8657292Z copying torch/include/caffe2/quantization/server/sigmoid.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8658629Z copying torch/include/caffe2/quantization/server/spatial_batch_norm_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8659931Z copying torch/include/caffe2/quantization/server/tanh.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8661270Z copying torch/include/caffe2/quantization/server/transpose.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8662704Z copying torch/include/caffe2/quantization/server/utility_dnnlowp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-11-23T00:58:19.8663858Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/queue 2022-11-23T00:58:19.8664412Z copying torch/include/caffe2/queue/blobs_queue.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/queue 2022-11-23T00:58:19.8666380Z copying torch/include/caffe2/queue/blobs_queue_db.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/queue 2022-11-23T00:58:19.8667585Z copying torch/include/caffe2/queue/queue_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/queue 2022-11-23T00:58:19.8668784Z copying torch/include/caffe2/queue/rebatching_queue.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/queue 2022-11-23T00:58:19.8670111Z copying torch/include/caffe2/queue/rebatching_queue_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/queue 2022-11-23T00:58:19.8671345Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:58:19.8672316Z copying torch/include/caffe2/sgd/adadelta_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:58:19.8673577Z copying torch/include/caffe2/sgd/adagrad_fused.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:58:19.8675348Z copying torch/include/caffe2/sgd/adagrad_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:58:19.8676562Z copying torch/include/caffe2/sgd/adam_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:58:19.8678220Z copying torch/include/caffe2/sgd/clip_tensor_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:58:19.8679543Z copying torch/include/caffe2/sgd/decay_adagrad_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:58:19.8680971Z copying torch/include/caffe2/sgd/fp16_momentum_sgd_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:58:19.8682322Z copying torch/include/caffe2/sgd/fp32_momentum_sgd_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:58:19.8683559Z copying torch/include/caffe2/sgd/ftrl_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:58:19.8685857Z copying torch/include/caffe2/sgd/gftrl_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:58:19.8686337Z copying torch/include/caffe2/sgd/iter_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:58:19.8687493Z copying torch/include/caffe2/sgd/lars_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:58:19.8688926Z copying torch/include/caffe2/sgd/learning_rate_adaption_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:58:19.8690113Z copying torch/include/caffe2/sgd/learning_rate_functors.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:58:19.8691695Z copying torch/include/caffe2/sgd/learning_rate_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:58:19.8693346Z copying torch/include/caffe2/sgd/math_lp.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:58:19.8694231Z copying torch/include/caffe2/sgd/momentum_sgd_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:58:19.8695801Z copying torch/include/caffe2/sgd/rmsprop_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:58:19.8696821Z copying torch/include/caffe2/sgd/rowwise_adagrad_fused.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:58:19.8698315Z copying torch/include/caffe2/sgd/rowwise_counter.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:58:19.8699206Z copying torch/include/caffe2/sgd/storm_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:58:19.8700606Z copying torch/include/caffe2/sgd/weight_scale_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:58:19.8701888Z copying torch/include/caffe2/sgd/wngrad_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:58:19.8703296Z copying torch/include/caffe2/sgd/yellowfin_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-11-23T00:58:19.8704981Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/share 2022-11-23T00:58:19.8705330Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/share/contrib 2022-11-23T00:58:19.8705665Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/share/contrib/zstd 2022-11-23T00:58:19.8706168Z copying torch/include/caffe2/share/contrib/zstd/quant_decomp_zstd_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/share/contrib/zstd 2022-11-23T00:58:19.8707924Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/transforms 2022-11-23T00:58:19.8708314Z copying torch/include/caffe2/transforms/common_subexpression_elimination.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/transforms 2022-11-23T00:58:19.8709407Z copying torch/include/caffe2/transforms/conv_to_nnpack_transform.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/transforms 2022-11-23T00:58:19.8710589Z copying torch/include/caffe2/transforms/pattern_net_transform.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/transforms 2022-11-23T00:58:19.8712216Z copying torch/include/caffe2/transforms/single_op_transform.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/transforms 2022-11-23T00:58:19.8713146Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:58:19.8713885Z copying torch/include/caffe2/utils/bench_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:58:19.8715776Z copying torch/include/caffe2/utils/cast.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:58:19.8716756Z copying torch/include/caffe2/utils/cblas.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:58:19.8717956Z copying torch/include/caffe2/utils/conversions.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:58:19.8719182Z copying torch/include/caffe2/utils/cpu_neon.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:58:19.8720223Z copying torch/include/caffe2/utils/cpuid.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:58:19.8721326Z copying torch/include/caffe2/utils/eigen_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:58:19.8722525Z copying torch/include/caffe2/utils/filler.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:58:19.8723716Z copying torch/include/caffe2/utils/fixed_divisor.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:58:19.8724862Z copying torch/include/caffe2/utils/knob_patcher.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:58:19.8725996Z copying torch/include/caffe2/utils/knobs.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:58:19.8727149Z copying torch/include/caffe2/utils/map_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:58:19.8728232Z copying torch/include/caffe2/utils/math-detail.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:58:19.8729338Z copying torch/include/caffe2/utils/math.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:58:19.8730578Z copying torch/include/caffe2/utils/murmur_hash3.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:58:19.8731526Z copying torch/include/caffe2/utils/proto_convert.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:58:19.8732627Z copying torch/include/caffe2/utils/proto_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:58:19.8733906Z copying torch/include/caffe2/utils/proto_wrap.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:58:19.8735051Z copying torch/include/caffe2/utils/signal_handler.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:58:19.8736115Z copying torch/include/caffe2/utils/simple_queue.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:58:19.8737283Z copying torch/include/caffe2/utils/smart_tensor_printer.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:58:19.8738451Z copying torch/include/caffe2/utils/string_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:58:19.8739547Z copying torch/include/caffe2/utils/zmq_helper.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-11-23T00:58:19.8740464Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/math 2022-11-23T00:58:19.8741275Z copying torch/include/caffe2/utils/math/broadcast.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/math 2022-11-23T00:58:19.8742407Z copying torch/include/caffe2/utils/math/elementwise.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/math 2022-11-23T00:58:19.8743614Z copying torch/include/caffe2/utils/math/half_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/math 2022-11-23T00:58:19.8744680Z copying torch/include/caffe2/utils/math/reduce.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/math 2022-11-23T00:58:19.8745720Z copying torch/include/caffe2/utils/math/transpose.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/math 2022-11-23T00:58:19.8747702Z copying torch/include/caffe2/utils/math/utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/math 2022-11-23T00:58:19.8748390Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/threadpool 2022-11-23T00:58:19.8748876Z copying torch/include/caffe2/utils/threadpool/ThreadPool.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/threadpool 2022-11-23T00:58:19.8750497Z copying torch/include/caffe2/utils/threadpool/ThreadPoolCommon.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/threadpool 2022-11-23T00:58:19.8751412Z copying torch/include/caffe2/utils/threadpool/WorkersPool.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/threadpool 2022-11-23T00:58:19.8752543Z copying torch/include/caffe2/utils/threadpool/pthreadpool-cpp.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/threadpool 2022-11-23T00:58:19.8753409Z copying torch/include/caffe2/utils/threadpool/pthreadpool.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/threadpool 2022-11-23T00:58:19.8754719Z copying torch/include/caffe2/utils/threadpool/thread_pool_guard.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/threadpool 2022-11-23T00:58:19.8755593Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/video 2022-11-23T00:58:19.8756118Z copying torch/include/caffe2/video/optical_flow.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/video 2022-11-23T00:58:19.8757409Z copying torch/include/caffe2/video/video_decoder.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/video 2022-11-23T00:58:19.8758294Z copying torch/include/caffe2/video/video_input_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/video 2022-11-23T00:58:19.8759876Z copying torch/include/caffe2/video/video_io.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/video 2022-11-23T00:58:19.8760998Z creating build/lib.linux-x86_64-cpython-37/torchgen/packaged 2022-11-23T00:58:19.8761265Z creating build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen 2022-11-23T00:58:19.8761541Z creating build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/native 2022-11-23T00:58:19.8762319Z copying torchgen/packaged/ATen/native/native_functions.yaml -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/native 2022-11-23T00:58:19.9110719Z copying torchgen/packaged/ATen/native/tags.yaml -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/native 2022-11-23T00:58:19.9171346Z creating build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:58:19.9171934Z copying torchgen/packaged/ATen/templates/ATenOpList.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:58:19.9274083Z copying torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:58:19.9370628Z copying torchgen/packaged/ATen/templates/DispatchKeyFunction.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:58:19.9452916Z copying torchgen/packaged/ATen/templates/DispatchKeyFunctions.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:58:19.9531147Z copying torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:58:19.9616320Z copying torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:58:19.9691644Z copying torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:58:19.9773560Z copying torchgen/packaged/ATen/templates/Function.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:58:19.9853675Z copying torchgen/packaged/ATen/templates/FunctionalInverses.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:58:19.9931344Z copying torchgen/packaged/ATen/templates/Functions.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:58:20.0012321Z copying torchgen/packaged/ATen/templates/Functions.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:58:20.0092081Z copying torchgen/packaged/ATen/templates/LazyIr.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:58:20.0174802Z copying torchgen/packaged/ATen/templates/LazyNonNativeIr.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:58:20.0252773Z copying torchgen/packaged/ATen/templates/MethodOperators.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:58:20.0332104Z copying torchgen/packaged/ATen/templates/NativeFunction.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:58:20.0414206Z copying torchgen/packaged/ATen/templates/NativeFunctions.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:58:20.0494685Z copying torchgen/packaged/ATen/templates/NativeMetaFunction.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:58:20.0574822Z copying torchgen/packaged/ATen/templates/NativeMetaFunctions.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:58:20.0652584Z copying torchgen/packaged/ATen/templates/Operator.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:58:20.0662554Z copying torchgen/packaged/ATen/templates/Operators.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:58:20.0672251Z copying torchgen/packaged/ATen/templates/Operators.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:58:20.0734679Z copying torchgen/packaged/ATen/templates/RedispatchFunctions.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:58:20.0741133Z copying torchgen/packaged/ATen/templates/RedispatchFunctions.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:58:20.0747208Z copying torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:58:20.0754308Z copying torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:58:20.0814841Z copying torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:58:20.0822382Z copying torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:58:20.0828464Z copying torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:58:20.0836100Z copying torchgen/packaged/ATen/templates/RegisterSchema.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:58:20.0895505Z copying torchgen/packaged/ATen/templates/RegistrationDeclarations.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:58:20.0906603Z copying torchgen/packaged/ATen/templates/TensorBody.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:58:20.0919800Z copying torchgen/packaged/ATen/templates/TensorMethods.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:58:20.0975684Z copying torchgen/packaged/ATen/templates/UfuncCPU.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:58:20.0983894Z copying torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:58:20.0989770Z copying torchgen/packaged/ATen/templates/UfuncCUDA.cu -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:58:20.0996134Z copying torchgen/packaged/ATen/templates/UnboxingFunctions.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:58:20.1058341Z copying torchgen/packaged/ATen/templates/UnboxingFunctions.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:58:20.1065628Z copying torchgen/packaged/ATen/templates/aten_interned_strings.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:58:20.1070686Z copying torchgen/packaged/ATen/templates/enum_tag.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-11-23T00:58:20.1475705Z running build_ext 2022-11-23T00:58:20.1522200Z -- Building with NumPy bindings 2022-11-23T00:58:20.1522648Z -- Not using cuDNN 2022-11-23T00:58:20.1523031Z -- Not using CUDA 2022-11-23T00:58:20.1523274Z -- Using MKLDNN 2022-11-23T00:58:20.1523558Z -- Not using Compute Library for the Arm architecture with MKLDNN 2022-11-23T00:58:20.1523839Z -- Not using CBLAS in MKLDNN 2022-11-23T00:58:20.1524066Z -- Not using NCCL 2022-11-23T00:58:20.1524296Z -- Building with distributed package: 2022-11-23T00:58:20.1524545Z -- USE_TENSORPIPE=True 2022-11-23T00:58:20.1524755Z -- USE_GLOO=True 2022-11-23T00:58:20.1524942Z -- USE_MPI=False 2022-11-23T00:58:20.1525135Z -- Using ITT 2022-11-23T00:58:20.3291640Z 2022-11-23T00:58:20.3292182Z Copying extension caffe2.python.caffe2_pybind11_state 2022-11-23T00:58:20.3294497Z Copying caffe2.python.caffe2_pybind11_state from torch/lib/python3.7/site-packages/caffe2/python/caffe2_pybind11_state.cpython-37m-x86_64-linux-gnu.so to /var/lib/jenkins/workspace/build/lib.linux-x86_64-cpython-37/caffe2/python/caffe2_pybind11_state.cpython-37m-x86_64-linux-gnu.so 2022-11-23T00:58:20.3295427Z copying torch/lib/python3.7/site-packages/caffe2/python/caffe2_pybind11_state.cpython-37m-x86_64-linux-gnu.so -> /var/lib/jenkins/workspace/build/lib.linux-x86_64-cpython-37/caffe2/python 2022-11-23T00:58:20.3546929Z Copying functorch._C from functorch/functorch.so to /var/lib/jenkins/workspace/build/lib.linux-x86_64-cpython-37/functorch/_C.cpython-37m-x86_64-linux-gnu.so 2022-11-23T00:58:20.3547516Z copying functorch/functorch.so -> /var/lib/jenkins/workspace/build/lib.linux-x86_64-cpython-37/functorch/_C.cpython-37m-x86_64-linux-gnu.so 2022-11-23T00:58:20.3553807Z building 'torch._C' extension 2022-11-23T00:58:20.3555730Z creating build/temp.linux-x86_64-cpython-37 2022-11-23T00:58:20.3556120Z creating build/temp.linux-x86_64-cpython-37/torch 2022-11-23T00:58:20.3556548Z creating build/temp.linux-x86_64-cpython-37/torch/csrc 2022-11-23T00:58:20.3557772Z clang -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/include/python3.7m -c torch/csrc/stub.c -o build/temp.linux-x86_64-cpython-37/torch/csrc/stub.o -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces 2022-11-23T00:58:20.4624903Z gcc -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-cpython-37/torch/csrc/stub.o -L/var/lib/jenkins/workspace/torch/lib -ltorch_python -o build/lib.linux-x86_64-cpython-37/torch/_C.cpython-37m-x86_64-linux-gnu.so -Wl,-rpath,$ORIGIN/lib 2022-11-23T00:58:20.5562688Z building 'torch._C_flatbuffer' extension 2022-11-23T00:58:20.5565174Z clang -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/include/python3.7m -c torch/csrc/stub_with_flatbuffer.c -o build/temp.linux-x86_64-cpython-37/torch/csrc/stub_with_flatbuffer.o -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces 2022-11-23T00:58:20.6346435Z gcc -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-cpython-37/torch/csrc/stub_with_flatbuffer.o -L/var/lib/jenkins/workspace/torch/lib -ltorch_python -o build/lib.linux-x86_64-cpython-37/torch/_C_flatbuffer.cpython-37m-x86_64-linux-gnu.so -Wl,-rpath,$ORIGIN/lib 2022-11-23T00:58:20.6729390Z /opt/conda/lib/python3.7/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-11-23T00:58:20.6729871Z setuptools.SetuptoolsDeprecationWarning, 2022-11-23T00:58:20.6781208Z installing to build/bdist.linux-x86_64/wheel 2022-11-23T00:58:20.6781598Z running install 2022-11-23T00:58:20.6843378Z running install_lib 2022-11-23T00:58:20.6884843Z creating build/bdist.linux-x86_64 2022-11-23T00:58:20.6885332Z creating build/bdist.linux-x86_64/wheel 2022-11-23T00:58:20.6885829Z creating build/bdist.linux-x86_64/wheel/caffe2 2022-11-23T00:58:20.6886548Z copying build/lib.linux-x86_64-cpython-37/caffe2/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2 2022-11-23T00:58:20.6888335Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib 2022-11-23T00:58:20.6889498Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib 2022-11-23T00:58:20.6890223Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/aten 2022-11-23T00:58:20.6891031Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/aten/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/aten 2022-11-23T00:58:20.6891955Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/aten/aten_test.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/aten 2022-11-23T00:58:20.6892861Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/aten/gen_op.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/aten 2022-11-23T00:58:20.6893745Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/aten/docs 2022-11-23T00:58:20.6894768Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/aten/docs/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/aten/docs 2022-11-23T00:58:20.6895693Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/aten/docs/sample.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/aten/docs 2022-11-23T00:58:20.6896734Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/gloo 2022-11-23T00:58:20.6897653Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/gloo/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/gloo 2022-11-23T00:58:20.6898233Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/gloo/gloo_test.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/gloo 2022-11-23T00:58:20.6899298Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/nccl 2022-11-23T00:58:20.6899803Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/nccl/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/nccl 2022-11-23T00:58:20.6900539Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/nccl/nccl_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/nccl 2022-11-23T00:58:20.6901873Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/nnpack 2022-11-23T00:58:20.6902333Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/nnpack/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/nnpack 2022-11-23T00:58:20.6903426Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/nnpack/nnpack_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/nnpack 2022-11-23T00:58:20.6904721Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-11-23T00:58:20.6905676Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/AnyExp.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-11-23T00:58:20.6907372Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/AnyExpOnTerm.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-11-23T00:58:20.6908135Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/ModuleRegister.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-11-23T00:58:20.6909202Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-11-23T00:58:20.6910221Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/checkpoint.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-11-23T00:58:20.6910805Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/compute_loss.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-11-23T00:58:20.6911993Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/compute_topk_accuracy.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-11-23T00:58:20.6913048Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/meter.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-11-23T00:58:20.6913959Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/module_map.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-11-23T00:58:20.6914817Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/output_generator.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-11-23T00:58:20.6916101Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-11-23T00:58:20.6917128Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo/IN1k_resnet.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-11-23T00:58:20.6917967Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo/IN1k_resnet_no_test_model.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-11-23T00:58:20.6919222Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-11-23T00:58:20.6919948Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_forward.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-11-23T00:58:20.6920853Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_param_update.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-11-23T00:58:20.6921848Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo/explicit_resnet_forward.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-11-23T00:58:20.6922794Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo/explicit_resnet_param_update.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-11-23T00:58:20.6923813Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo/gfs_IN1k.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-11-23T00:58:20.6924642Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo/override_no_test_model_no_checkpoint.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-11-23T00:58:20.6925411Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo/rendezvous_filestore.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-11-23T00:58:20.6926573Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/prof 2022-11-23T00:58:20.6927201Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/prof/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/prof 2022-11-23T00:58:20.6927920Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/prof/cuda_profile_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/prof 2022-11-23T00:58:20.6929410Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/script 2022-11-23T00:58:20.6929880Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/script/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/script 2022-11-23T00:58:20.6930688Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/script/examples 2022-11-23T00:58:20.6931332Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/script/examples/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/script/examples 2022-11-23T00:58:20.6932203Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/tensorboard 2022-11-23T00:58:20.6933192Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/tensorboard/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/tensorboard 2022-11-23T00:58:20.6934221Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/tensorboard/tensorboard.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/tensorboard 2022-11-23T00:58:20.6935302Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/tensorboard/tensorboard_exporter.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/tensorboard 2022-11-23T00:58:20.6936408Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/tensorboard/tensorboard_exporter_test.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/tensorboard 2022-11-23T00:58:20.6937488Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/tensorboard/tensorboard_test.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/tensorboard 2022-11-23T00:58:20.6938247Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/warpctc 2022-11-23T00:58:20.6939083Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/warpctc/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/warpctc 2022-11-23T00:58:20.6940065Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/warpctc/ctc_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/warpctc 2022-11-23T00:58:20.6940788Z creating build/bdist.linux-x86_64/wheel/caffe2/core 2022-11-23T00:58:20.6941518Z copying build/lib.linux-x86_64-cpython-37/caffe2/core/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/core 2022-11-23T00:58:20.6942213Z creating build/bdist.linux-x86_64/wheel/caffe2/core/nomnigraph 2022-11-23T00:58:20.6943053Z copying build/lib.linux-x86_64-cpython-37/caffe2/core/nomnigraph/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/core/nomnigraph 2022-11-23T00:58:20.6944010Z copying build/lib.linux-x86_64-cpython-37/caffe2/core/nomnigraph/op_gen.py -> build/bdist.linux-x86_64/wheel/caffe2/core/nomnigraph 2022-11-23T00:58:20.6944713Z creating build/bdist.linux-x86_64/wheel/caffe2/distributed 2022-11-23T00:58:20.6945822Z copying build/lib.linux-x86_64-cpython-37/caffe2/distributed/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/distributed 2022-11-23T00:58:20.6946820Z copying build/lib.linux-x86_64-cpython-37/caffe2/distributed/file_store_handler_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/distributed 2022-11-23T00:58:20.6947980Z copying build/lib.linux-x86_64-cpython-37/caffe2/distributed/redis_store_handler_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/distributed 2022-11-23T00:58:20.6949077Z copying build/lib.linux-x86_64-cpython-37/caffe2/distributed/store_ops_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/distributed 2022-11-23T00:58:20.6949823Z creating build/bdist.linux-x86_64/wheel/caffe2/experiments 2022-11-23T00:58:20.6950636Z copying build/lib.linux-x86_64-cpython-37/caffe2/experiments/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments 2022-11-23T00:58:20.6951374Z creating build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-11-23T00:58:20.6952293Z copying build/lib.linux-x86_64-cpython-37/caffe2/experiments/python/SparseTransformer.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-11-23T00:58:20.6953340Z copying build/lib.linux-x86_64-cpython-37/caffe2/experiments/python/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-11-23T00:58:20.6954390Z copying build/lib.linux-x86_64-cpython-37/caffe2/experiments/python/convnet_benchmarks.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-11-23T00:58:20.6955459Z copying build/lib.linux-x86_64-cpython-37/caffe2/experiments/python/device_reduce_sum_bench.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-11-23T00:58:20.6956509Z copying build/lib.linux-x86_64-cpython-37/caffe2/experiments/python/funhash_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-11-23T00:58:20.6957669Z copying build/lib.linux-x86_64-cpython-37/caffe2/experiments/python/net_construct_bench.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-11-23T00:58:20.6958934Z copying build/lib.linux-x86_64-cpython-37/caffe2/experiments/python/sparse_funhash_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-11-23T00:58:20.6960076Z copying build/lib.linux-x86_64-cpython-37/caffe2/experiments/python/sparse_reshape_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-11-23T00:58:20.6961157Z copying build/lib.linux-x86_64-cpython-37/caffe2/experiments/python/tt_contraction_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-11-23T00:58:20.6962162Z copying build/lib.linux-x86_64-cpython-37/caffe2/experiments/python/tt_pad_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-11-23T00:58:20.6962945Z creating build/bdist.linux-x86_64/wheel/caffe2/perfkernels 2022-11-23T00:58:20.6963763Z copying build/lib.linux-x86_64-cpython-37/caffe2/perfkernels/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/perfkernels 2022-11-23T00:58:20.6964748Z copying build/lib.linux-x86_64-cpython-37/caffe2/perfkernels/hp_emblookup_codegen.py -> build/bdist.linux-x86_64/wheel/caffe2/perfkernels 2022-11-23T00:58:20.6965478Z creating build/bdist.linux-x86_64/wheel/caffe2/proto 2022-11-23T00:58:20.6966242Z copying build/lib.linux-x86_64-cpython-37/caffe2/proto/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/proto 2022-11-23T00:58:20.6967184Z copying build/lib.linux-x86_64-cpython-37/caffe2/proto/gen_proto_typestubs_helper.py -> build/bdist.linux-x86_64/wheel/caffe2/proto 2022-11-23T00:58:20.6968092Z copying build/lib.linux-x86_64-cpython-37/caffe2/proto/torch_pb2.py -> build/bdist.linux-x86_64/wheel/caffe2/proto 2022-11-23T00:58:20.6968969Z copying build/lib.linux-x86_64-cpython-37/caffe2/proto/caffe2_pb2.py -> build/bdist.linux-x86_64/wheel/caffe2/proto 2022-11-23T00:58:20.6969879Z copying build/lib.linux-x86_64-cpython-37/caffe2/proto/caffe2_legacy_pb2.py -> build/bdist.linux-x86_64/wheel/caffe2/proto 2022-11-23T00:58:20.6970773Z copying build/lib.linux-x86_64-cpython-37/caffe2/proto/hsm_pb2.py -> build/bdist.linux-x86_64/wheel/caffe2/proto 2022-11-23T00:58:20.6971726Z copying build/lib.linux-x86_64-cpython-37/caffe2/proto/metanet_pb2.py -> build/bdist.linux-x86_64/wheel/caffe2/proto 2022-11-23T00:58:20.6972634Z copying build/lib.linux-x86_64-cpython-37/caffe2/proto/predictor_consts_pb2.py -> build/bdist.linux-x86_64/wheel/caffe2/proto 2022-11-23T00:58:20.6973548Z copying build/lib.linux-x86_64-cpython-37/caffe2/proto/prof_dag_pb2.py -> build/bdist.linux-x86_64/wheel/caffe2/proto 2022-11-23T00:58:20.6974253Z creating build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.6975023Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.6975937Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/_import_c_extension.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.6976875Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/allcompare_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.6977789Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/attention.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.6978718Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/benchmark_generator.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.6979618Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/binarysize.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.6980497Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/brew.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.6981354Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/brew_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.6982284Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/build.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.6983168Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/cached_reader.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.6984105Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/caffe_translator.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.6985153Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/caffe_translator_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.6986081Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/checkpoint.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.6986973Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/checkpoint_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.6987918Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/clean_workspace_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.6988816Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/cnn.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.6989695Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/context.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.6990598Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/context_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.6991464Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/control.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.6992365Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/control_ops_grad.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.6993316Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/control_ops_grad_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.6994245Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/control_ops_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.6995144Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/control_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.6996037Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/convert.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.6997027Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/convert_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.6997963Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/convnet_benchmarks.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.6998910Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/convnet_benchmarks_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.6999888Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/core.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7000965Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/core_gradients_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7001819Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/core_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7002925Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/crf.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7003733Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/crf_predict.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7004701Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/crf_viterbi_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7005515Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/data_parallel_model.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7007127Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/data_parallel_model_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7008448Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/data_workers.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7009391Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/data_workers_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7010318Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/dataio.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7011410Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/dataio_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7012496Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/dataset.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7013490Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/db_file_reader.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7014367Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/db_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7015294Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/device_checker.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7016126Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/dyndep.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7017108Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/embedding_generation_benchmark.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7017959Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/experiment_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7019017Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/extension_loader.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7019907Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/fakefp16_transform_lib.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7020809Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/filler_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7021659Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/functional.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7022611Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/functional_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7023586Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/fused_8bit_rowwise_conversion_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7024403Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/gradient_check_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7025570Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/gradient_checker.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7026860Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/gru_cell.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7027716Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/hip_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7028662Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/hsm_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7029679Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/hypothesis_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7031177Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/hypothesis_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7032138Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7033040Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layer_model_helper.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7034607Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layer_model_instantiator.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7035504Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layer_parameter_sharing_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7036437Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layer_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7037381Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7038877Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/lazy.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7039839Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/lazy_dyndep.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7041597Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/lazy_dyndep_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7042522Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/lengths_reducer_fused_8bit_rowwise_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7043572Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/lengths_reducer_rowwise_8bit_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7044324Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/lstm_benchmark.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7045261Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/memonger.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7046257Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/memonger_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7046998Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7047906Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/model_device_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7048936Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/model_helper.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7049888Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/model_helper_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7051062Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modifier_context.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7052027Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/muji.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7052936Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/muji_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7053835Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/net_builder.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7055008Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/net_builder_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7055743Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/net_drawer.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7056834Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/net_printer.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7058614Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/net_printer_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7059370Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/nomnigraph.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7060378Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/nomnigraph_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7061268Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/nomnigraph_transformations.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7062189Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/nomnigraph_transformations_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7062971Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/normalizer.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7063804Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/normalizer_context.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7064492Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/normalizer_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7065456Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/numa_benchmark.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7066621Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/numa_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7067322Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/observer_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7068284Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_fp_exceptions_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7068917Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/optimizer.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7070501Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/optimizer_context.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7072429Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/optimizer_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7073184Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/optimizer_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7073979Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/parallel_workers.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7075020Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/parallel_workers_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7075946Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/parallelize_bmuf_distributed_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7076794Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/pipeline.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7078553Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/pipeline_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7079219Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/predictor_constants.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7080085Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/python_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7081300Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/queue_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7082396Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/record_queue.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7083363Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/recurrent.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7084544Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/regularizer.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7085943Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/regularizer_context.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7086672Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/regularizer_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7087863Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/rnn_cell.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7089359Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/schema.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7090550Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/schema_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7091558Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/scope.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7092702Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/scope_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7093841Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/session.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7094607Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/session_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7096035Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/sparse_to_dense_mask_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7096937Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/task.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7098372Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/sparse_to_dense_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7099511Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/task_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7100453Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7101664Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/text_file_reader.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7102933Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/timeout_guard.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7103951Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/toy_regression_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7105090Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/transformations.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7107479Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/transformations_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7108351Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/tt_core.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7109349Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/tt_core_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7110445Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/utils.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7111314Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/utils_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7112480Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/visualize.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7113474Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/workspace.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7114592Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/workspace_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.7116218Z creating build/bdist.linux-x86_64/wheel/caffe2/python/docs 2022-11-23T00:58:20.7117012Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/docs/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/docs 2022-11-23T00:58:20.7117957Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/docs/formatter.py -> build/bdist.linux-x86_64/wheel/caffe2/python/docs 2022-11-23T00:58:20.7119689Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/docs/generator.py -> build/bdist.linux-x86_64/wheel/caffe2/python/docs 2022-11-23T00:58:20.7120429Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/docs/github.py -> build/bdist.linux-x86_64/wheel/caffe2/python/docs 2022-11-23T00:58:20.7121222Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/docs/parser.py -> build/bdist.linux-x86_64/wheel/caffe2/python/docs 2022-11-23T00:58:20.7121822Z creating build/bdist.linux-x86_64/wheel/caffe2/python/examples 2022-11-23T00:58:20.7122990Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/examples/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/examples 2022-11-23T00:58:20.7123994Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/examples/char_rnn.py -> build/bdist.linux-x86_64/wheel/caffe2/python/examples 2022-11-23T00:58:20.7125018Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/examples/imagenet_trainer.py -> build/bdist.linux-x86_64/wheel/caffe2/python/examples 2022-11-23T00:58:20.7126011Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/examples/lmdb_create_example.py -> build/bdist.linux-x86_64/wheel/caffe2/python/examples 2022-11-23T00:58:20.7126909Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/examples/resnet50_trainer.py -> build/bdist.linux-x86_64/wheel/caffe2/python/examples 2022-11-23T00:58:20.7128470Z creating build/bdist.linux-x86_64/wheel/caffe2/python/fakelowp 2022-11-23T00:58:20.7129456Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/fakelowp/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/fakelowp 2022-11-23T00:58:20.7130496Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/fakelowp/init_shared_libs.py -> build/bdist.linux-x86_64/wheel/caffe2/python/fakelowp 2022-11-23T00:58:20.7131654Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/fakelowp/test_utils.py -> build/bdist.linux-x86_64/wheel/caffe2/python/fakelowp 2022-11-23T00:58:20.7132814Z creating build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-11-23T00:58:20.7133640Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-11-23T00:58:20.7134694Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/algebra.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-11-23T00:58:20.7135786Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/arg_scope.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-11-23T00:58:20.7136833Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/array_helpers.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-11-23T00:58:20.7137848Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/control_ops.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-11-23T00:58:20.7139046Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/conv.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-11-23T00:58:20.7140010Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/db_input.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-11-23T00:58:20.7140962Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/dropout.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-11-23T00:58:20.7141829Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/elementwise_linear.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-11-23T00:58:20.7142810Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/fc.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-11-23T00:58:20.7144084Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/nonlinearity.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-11-23T00:58:20.7145270Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/normalization.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-11-23T00:58:20.7146149Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/pooling.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-11-23T00:58:20.7147459Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/quantization.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-11-23T00:58:20.7148166Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/tools.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-11-23T00:58:20.7149229Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/train.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-11-23T00:58:20.7151189Z creating build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:58:20.7151854Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/LRN_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:58:20.7152607Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:58:20.7153152Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/adam_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:58:20.7154420Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/blobs_queue_db_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:58:20.7155531Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/channel_shuffle_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:58:20.7156688Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/concat_split_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:58:20.7157831Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/conv_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:58:20.7158744Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/conv_transpose_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:58:20.7159656Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/convfusion_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:58:20.7161733Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/copy_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:58:20.7162741Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/dropout_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:58:20.7163896Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/elementwise_sum_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:58:20.7164955Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/expanddims_squeeze_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:58:20.7166084Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/fc_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:58:20.7167403Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/leaky_relu_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:58:20.7168417Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/moment_sgd_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:58:20.7169369Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/operator_fallback_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:58:20.7170297Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/order_switch_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:58:20.7171228Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/pool_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:58:20.7172443Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/pre_convert_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:58:20.7173468Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/relu_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:58:20.7174506Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/reshape_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:58:20.7175608Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/shape_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:58:20.7177368Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/sigmoid_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:58:20.7178077Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/softmax_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:58:20.7179303Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/spatial_bn_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:58:20.7180297Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/test_ideep_net.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:58:20.7181300Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/transform_ideep_net.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:58:20.7182311Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/transpose_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:58:20.7183306Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/weightedsum_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-11-23T00:58:20.7184634Z creating build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7185566Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7187230Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/adaptive_weight.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7188353Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/add_bias.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7190143Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/arc_cosine_feature_map.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7191285Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/batch_huber_loss.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7192382Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/batch_lr_loss.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7193462Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/batch_mse_loss.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7194185Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/batch_normalization.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7195626Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/batch_sigmoid_cross_entropy_loss.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7196493Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/batch_softmax_loss.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7197381Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/blob_weighted_sum.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7198242Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/bpr_loss.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7199335Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/bucket_weighted.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7200532Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/build_index.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7201978Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/concat.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7202856Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/constant_weight.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7203840Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/conv.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7204812Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/dropout.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7205932Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/fc.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7207186Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/fc_with_bootstrap.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7208201Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/fc_without_bias.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7209279Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/feature_sparse_to_dense.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7210182Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/functional.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7211303Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/gather_record.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7212135Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/homotopy_weight.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7212957Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/label_smooth.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7214047Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/last_n_window_collector.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7214975Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/layer_normalization.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7215833Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/layers.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7216870Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/margin_rank_loss.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7217599Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/merge_id_lists.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7218549Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/pairwise_similarity.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7219504Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/position_weighted.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7220425Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/random_fourier_features.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7221273Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/reservoir_sampling.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7222093Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/sampling_train.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7223056Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/sampling_trainable_mixin.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7223881Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/select_record_by_context.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7224919Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/semi_random_features.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7225846Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/sparse_dropout_with_replacement.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7226732Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/sparse_feature_hash.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7227611Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/sparse_itemwise_dropout_with_replacement.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7228555Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/sparse_lookup.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7229577Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/split.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7231298Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/tags.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7231909Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/uniform_sampling.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-11-23T00:58:20.7232796Z creating build/bdist.linux-x86_64/wheel/caffe2/python/mint 2022-11-23T00:58:20.7233371Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mint/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mint 2022-11-23T00:58:20.7234153Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mint/app.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mint 2022-11-23T00:58:20.7235901Z creating build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-11-23T00:58:20.7237036Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-11-23T00:58:20.7238004Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_LRN_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-11-23T00:58:20.7238986Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_LRN_speed_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-11-23T00:58:20.7239991Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_concat_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-11-23T00:58:20.7240961Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_conv_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-11-23T00:58:20.7241923Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_copy_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-11-23T00:58:20.7242920Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_elementwise_add_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-11-23T00:58:20.7243947Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_elementwise_sum_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-11-23T00:58:20.7244909Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_fc_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-11-23T00:58:20.7245661Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_fc_speed_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-11-23T00:58:20.7246587Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_fill_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-11-23T00:58:20.7247719Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_pool_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-11-23T00:58:20.7249206Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_pool_speed_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-11-23T00:58:20.7249903Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_relu_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-11-23T00:58:20.7252199Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_sbn_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-11-23T00:58:20.7253198Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_sbn_speed_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-11-23T00:58:20.7254396Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_sigmoid_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-11-23T00:58:20.7255361Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_speed_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-11-23T00:58:20.7256532Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_squeeze_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-11-23T00:58:20.7257573Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/rewrite_graph.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-11-23T00:58:20.7258490Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/rewrite_graph_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-11-23T00:58:20.7259241Z creating build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-11-23T00:58:20.7260084Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-11-23T00:58:20.7261319Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/compute_histogram_for_blobs.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-11-23T00:58:20.7262571Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/compute_histogram_for_blobs_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-11-23T00:58:20.7263826Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/compute_norm_for_blobs.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-11-23T00:58:20.7265257Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/compute_norm_for_blobs_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-11-23T00:58:20.7266339Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/compute_statistics_for_blobs.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-11-23T00:58:20.7267670Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/compute_statistics_for_blobs_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-11-23T00:58:20.7268725Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/get_entry_from_blobs.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-11-23T00:58:20.7269942Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/get_entry_from_blobs_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-11-23T00:58:20.7270965Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/gradient_clipping.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-11-23T00:58:20.7272377Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/gradient_clipping_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-11-23T00:58:20.7273462Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/initializers.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-11-23T00:58:20.7274723Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/initializers_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-11-23T00:58:20.7275727Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/net_modifier.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-11-23T00:58:20.7276949Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/parameter_info.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-11-23T00:58:20.7277965Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/parameter_sharing.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-11-23T00:58:20.7279257Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/parameter_sharing_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-11-23T00:58:20.7280233Z creating build/bdist.linux-x86_64/wheel/caffe2/python/models 2022-11-23T00:58:20.7281048Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models 2022-11-23T00:58:20.7282180Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/__sym_init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models 2022-11-23T00:58:20.7283346Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/download.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models 2022-11-23T00:58:20.7284542Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/imagenet_trainer_test_utils.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models 2022-11-23T00:58:20.7285860Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/resnet.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models 2022-11-23T00:58:20.7286792Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/resnet_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models 2022-11-23T00:58:20.7287950Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/shufflenet.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models 2022-11-23T00:58:20.7289125Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/shufflenet_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models 2022-11-23T00:58:20.7290244Z creating build/bdist.linux-x86_64/wheel/caffe2/python/models/seq2seq 2022-11-23T00:58:20.7291322Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models/seq2seq 2022-11-23T00:58:20.7292431Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq/beam_search.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models/seq2seq 2022-11-23T00:58:20.7293654Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq/seq2seq_beam_search_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models/seq2seq 2022-11-23T00:58:20.7294717Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq/seq2seq_model_helper.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models/seq2seq 2022-11-23T00:58:20.7295954Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq/seq2seq_model_helper_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models/seq2seq 2022-11-23T00:58:20.7296898Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq/seq2seq_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models/seq2seq 2022-11-23T00:58:20.7297851Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq/train.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models/seq2seq 2022-11-23T00:58:20.7298834Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq/translate.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models/seq2seq 2022-11-23T00:58:20.7300437Z creating build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-11-23T00:58:20.7301352Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-11-23T00:58:20.7302060Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/backend.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-11-23T00:58:20.7302943Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/backend_cpp_rep.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-11-23T00:58:20.7303909Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/backend_rep.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-11-23T00:58:20.7304923Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/error.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-11-23T00:58:20.7305668Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/frontend.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-11-23T00:58:20.7306392Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/helper.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-11-23T00:58:20.7307474Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/onnxifi.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-11-23T00:58:20.7308388Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/test_onnxifi.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-11-23T00:58:20.7309359Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/workspace.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-11-23T00:58:20.7310476Z creating build/bdist.linux-x86_64/wheel/caffe2/python/onnx/bin 2022-11-23T00:58:20.7310992Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/bin/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx/bin 2022-11-23T00:58:20.7312125Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/bin/conversion.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx/bin 2022-11-23T00:58:20.7313531Z creating build/bdist.linux-x86_64/wheel/caffe2/python/onnx/tests 2022-11-23T00:58:20.7314092Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/tests/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx/tests 2022-11-23T00:58:20.7315047Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/tests/c2_ref_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx/tests 2022-11-23T00:58:20.7316214Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/tests/conversion_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx/tests 2022-11-23T00:58:20.7317421Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/tests/helper_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx/tests 2022-11-23T00:58:20.7318083Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/tests/onnx_backend_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx/tests 2022-11-23T00:58:20.7319213Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/tests/ssa_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx/tests 2022-11-23T00:58:20.7319849Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/tests/test_utils.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx/tests 2022-11-23T00:58:20.7321908Z creating build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7322496Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7323479Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/_utils.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7324323Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/activation_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7325115Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/adadelta_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7326549Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/adagrad_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7327315Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/adagrad_test_helper.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7328024Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/adam_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7329193Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/affine_channel_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7330470Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/alias_with_name_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7331573Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/apmeter_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7332642Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/arg_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7333689Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/assert_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7334675Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/async_net_barrier_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7335750Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/atomic_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7336910Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/basic_rnn_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7337976Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/batch_box_cox_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7338983Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/batch_bucketize_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7339921Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/batch_moments_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7341453Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/batch_sparse_to_dense_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7342625Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/bbox_transform_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7343462Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/bisect_percentile_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7344170Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/blobs_queue_db_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7345327Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/boolean_mask_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7346717Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/boolean_unmask_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7347719Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/box_with_nms_limit_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7348888Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/bucketize_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7349553Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/cast_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7352512Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/ceil_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7353444Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/channel_backprop_stats_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7354211Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/channel_shuffle_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7355165Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/channel_stats_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7356164Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/checkpoint_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7357329Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/clip_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7358562Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/clip_tensor_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7359827Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7360964Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/concat_op_cost_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7362177Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/concat_split_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7363255Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/conditional_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7364298Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/conftest.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7365319Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/conv_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7366359Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/conv_transpose_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7367717Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/copy_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7368809Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/copy_rows_to_tensor_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7369966Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/cosine_embedding_criterion_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7371063Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/counter_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7372063Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/crf_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7373203Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/cross_entropy_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7374860Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/ctc_beam_search_decoder_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7376215Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/ctc_greedy_decoder_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7377525Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/cudnn_recurrent_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7378593Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/data_couple_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7379697Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/dataset_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7380651Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/decay_adagrad_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7381594Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/deform_conv_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7382972Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/dense_vector_to_id_list_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7383820Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/depthwise_3x3_conv_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7385207Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/detectron_keypoints.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7386277Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/distance_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7387442Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/dropout_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7388743Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/duplicate_operands_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7389470Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/elementwise_linear_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7391119Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/elementwise_logical_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7391919Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/elementwise_op_broadcast_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7392584Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/elementwise_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7393640Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/emptysample_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7394594Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/enforce_finite_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7395308Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/ensure_clipped_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7396614Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/ensure_cpu_output_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7397409Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/erf_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7398487Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/expand_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7399322Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/fc_operator_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7400559Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/feature_maps_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7401393Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/filler_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7402180Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/find_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7403099Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/flatten_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7404004Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/flexible_top_k_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7405012Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/floor_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7406151Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/fused_nbit_rowwise_conversion_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7407099Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/fused_nbit_rowwise_test_helper.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7407986Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/gather_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7409191Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/gather_ranges_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7410148Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/given_tensor_byte_string_to_uint8_fill_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7411535Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/given_tensor_fill_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7412595Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/glu_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7413433Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/group_conv_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7414260Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/group_norm_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7415052Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/gru_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7416309Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/heatmap_max_keypoint_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7417055Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/histogram_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7417913Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/hsm_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7418963Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/hyperbolic_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7420059Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/im2col_col2im_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7421145Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/image_input_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7422295Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/index_hash_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7423280Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/index_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7424312Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/instance_norm_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7425463Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/integral_image_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7426493Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/jsd_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7427495Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/key_split_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7428483Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/lars_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7429383Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/layer_norm_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7430381Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/leaky_relu_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7431459Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/learning_rate_adaption_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7432382Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/learning_rate_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7433382Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/load_save_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7434414Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/length_split_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7435257Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/lengths_pad_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7436329Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/lengths_reducer_fused_nbit_rowwise_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7437303Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/lengths_tile_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7438267Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/lengths_top_k_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7439353Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/listwise_l2r_operator_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7440345Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/locally_connected_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7441542Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/loss_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7442213Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/lpnorm_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7443409Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/map_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7444666Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/margin_loss_l2r_operator_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7445897Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/margin_ranking_criterion_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7446943Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/math_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7447988Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/matmul_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7449026Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/mean_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7449940Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/merge_id_lists_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7450975Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/mkl_conv_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7451850Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/mkl_packed_fc_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7452534Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/mod_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7453419Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/moments_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7454288Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/momentum_sgd_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7455120Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/mpi_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7456063Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/mul_gradient_benchmark.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7457213Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/negate_gradient_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7457984Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/ngram_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7459052Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/normalize_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7460025Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/numpy_tile_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7460981Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/one_hot_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7462022Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/onnx_while_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7462978Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/order_switch_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7464031Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/pack_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7465285Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/pack_rnn_sequence_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7466166Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/pad_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7467190Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/partition_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7468205Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/percentile_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7469172Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/piecewise_linear_transform_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7470146Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/pooling_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7471273Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/prepend_dim_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7472272Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/python_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7473209Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/quantile_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7474439Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/rand_quantization_op_speed_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7475782Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/rank_loss_operator_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7476702Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/rebatching_queue_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7477736Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/record_queue_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7478746Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/recurrent_net_executor_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7479995Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/recurrent_network_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7480981Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/reduce_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7482191Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/reduction_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7483312Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/reshape_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7484357Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/resize_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7485199Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/rmac_regions_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7486194Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/rms_norm_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7487223Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/rnn_cell_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7488759Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/roi_align_rotated_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7489873Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/rowwise_counter_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7490883Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/scale_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7491797Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/segment_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7492987Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/self_binning_histogram_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7493819Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/selu_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7494705Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/sequence_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7495624Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/shape_inference_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7496649Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/sinusoid_position_encoding_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7497585Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/softmax_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7498526Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/softplus_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7499419Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/sparse_dropout_with_replacement_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7500430Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/sparse_gradient_checker_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7501252Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/sparse_itemwise_dropout_with_replacement_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7502282Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/sparse_lengths_sum_benchmark.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7503180Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/sparse_lp_regularizer_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7503958Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/sparse_normalize_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7505223Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/sparse_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7506764Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/sparse_to_dense_mask_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7508044Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/spatial_bn_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7508823Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/specialized_segment_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7509820Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/split_op_cost_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7510777Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/square_root_divide_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7511610Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/stats_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7512739Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/stats_put_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7513609Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/storm_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7514863Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/string_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7515849Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/text_file_reader_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7516912Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/thresholded_relu_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7517881Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/tile_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7519968Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/top_k_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7521093Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/torch_integration_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7522505Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/transpose_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7523356Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/trigonometric_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7524483Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/unique_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7525419Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/unique_uniform_fill_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7526905Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/unsafe_coalesce_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7527729Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/upsample_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7529019Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/utility_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7530057Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/video_input_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7531053Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/weight_scale_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7532403Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/weighted_multi_sample_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7533468Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/weighted_sample_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7534300Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/weighted_sum_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7535371Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/wngrad_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-11-23T00:58:20.7537584Z creating build/bdist.linux-x86_64/wheel/caffe2/python/predictor 2022-11-23T00:58:20.7538226Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/predictor/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/predictor 2022-11-23T00:58:20.7539471Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/predictor/mobile_exporter.py -> build/bdist.linux-x86_64/wheel/caffe2/python/predictor 2022-11-23T00:58:20.7540732Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/predictor/mobile_exporter_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/predictor 2022-11-23T00:58:20.7541786Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/predictor/predictor_exporter.py -> build/bdist.linux-x86_64/wheel/caffe2/python/predictor 2022-11-23T00:58:20.7543405Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/predictor/predictor_exporter_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/predictor 2022-11-23T00:58:20.7544466Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/predictor/predictor_py_utils.py -> build/bdist.linux-x86_64/wheel/caffe2/python/predictor 2022-11-23T00:58:20.7545646Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/predictor/predictor_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/predictor 2022-11-23T00:58:20.7546617Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/predictor/serde.py -> build/bdist.linux-x86_64/wheel/caffe2/python/predictor 2022-11-23T00:58:20.7547353Z creating build/bdist.linux-x86_64/wheel/caffe2/python/rnn 2022-11-23T00:58:20.7548139Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/rnn/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/rnn 2022-11-23T00:58:20.7549200Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/rnn/lstm_comparison.py -> build/bdist.linux-x86_64/wheel/caffe2/python/rnn 2022-11-23T00:58:20.7549972Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/rnn/rnn_cell_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python/rnn 2022-11-23T00:58:20.7551160Z creating build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test 2022-11-23T00:58:20.7551946Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test 2022-11-23T00:58:20.7553423Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/coverage.py -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test 2022-11-23T00:58:20.7554097Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/serialized_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test 2022-11-23T00:58:20.7555995Z creating build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data 2022-11-23T00:58:20.7557097Z creating build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7558290Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_elu.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7559791Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_leaky_relu.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7561145Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_relu.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7562479Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_relu_n.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7563806Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/adadelta_test.test_adadelta.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7565163Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/adadelta_test.test_sparse_adadelta_empty.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7566596Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/adagrad_test.test_adagrad.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7568001Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/adagrad_test.test_row_wise_sparse_adagrad_empty.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7569427Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/adagrad_test.test_sparse_adagrad_empty.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7570832Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/affine_channel_op_test.test_affine_channel_2d.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7572172Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/arg_ops_test.test_argmax.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7573470Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/arg_ops_test.test_argmin.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7574813Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/batch_box_cox_test.test_batch_box_cox.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7576301Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/batch_bucketize_op_test.test_batch_bucketize_example.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7577737Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/batch_moments_op_test.test_batch_moments_2d.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7579133Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/batch_sparse_to_dense_op_test.test_batch_sparse_to_dense.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7580557Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/bbox_transform_test.test_bbox_transform.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7581893Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/boolean_mask_test.test_boolean_mask.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7583269Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/boolean_mask_test.test_sequence_mask_with_lengths.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7584599Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/boolean_unmask_test.test.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7586121Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/box_with_nms_limit_op_test.test_simple.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7587467Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/ceil_op_test.test_ceil.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7589020Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/channel_backprop_stats_op_test.testChannelBackpropStats.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7590452Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/channel_shuffle_test.test_channel_shuffle.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7591826Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.testChannelStats.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7593232Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.test_channel_stats_2d.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7594618Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.test_channel_stats_3d.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7595953Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/clip_op_test.test_clip.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7597312Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/clip_tensor_op_test.test_clip_tensor_by_scaling.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7598799Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.test_collect_and_dist.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7600370Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_concat.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7601590Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_split.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7602952Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_split_by_lengths.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7604318Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/conditional_test.test_conditional.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7605659Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/conv_test.test_1x1_conv.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7607067Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/cosine_embedding_criterion_op_test.test_cosine_embedding_criterion.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7608539Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/ctc_beam_search_decoder_op_test.test_ctc_beam_search_decoder.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7610002Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/ctc_greedy_decoder_op_test.test_ctc_greedy_decoder.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7611397Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/distance_op_test.test_dot_product.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7612844Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/dropout_op_test.test_dropout_is_test.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7614197Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/elementwise_linear_op_test.test.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7615568Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/elementwise_logical_ops_test.test_is_member_of.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7616976Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/elementwise_logical_ops_test.test_where.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7618396Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/elementwise_op_broadcast_test.test_broadcast_powt.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7619758Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/erf_op_test.test_erf.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7621105Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/expand_op_test.test_expand_rand_shape.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7622526Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/fc_operator_test.test_fc.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7623882Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/filler_ops_test.test_diagonal_fill_op_float.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7625411Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/filler_ops_test.test_lengths_range_fill.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7626732Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/find_op_test.test_find.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7628033Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/flexible_top_k_test.test_flexible_top_k.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7629335Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/floor_op_test.test_floor.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7630705Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/gather_ops_test.test_batch_gather_ops.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7632040Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/gather_ops_test.test_gather_ops.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7633402Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/gather_ranges_op_test.test_gather_ranges.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7634819Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/gather_ranges_op_test.test_gather_ranges_split.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7636252Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/glu_op_test.test_glu_old.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7637591Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/group_norm_op_test.test_group_norm_2d.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7638896Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/gru_test.test_gru_unit_op.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7640309Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_cosh.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7641657Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_sinh.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7642980Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_tanh.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7644336Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/index_hash_ops_test.test_index_hash_ops.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7645831Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/instance_norm_test.test_instance_norm_reference_check.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7647333Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/integral_image_ops_test.test_integral_image_gradient_ops.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7648767Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/integral_image_ops_test.test_integral_image_ops.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7650122Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/jsd_ops_test.test_bernoulli_jsd.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7651494Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/layer_norm_op_test.test_layer_norm_grad_op.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7652990Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/learning_rate_adaption_op_test.test_learning_rate_adaption_op_normalization.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7654411Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/length_split_op_test.test_length_split_edge.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7655818Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/learning_rate_op_test.test_alter_learning_rate_op.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7657208Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/lengths_pad_op_test.test_lengths_pad.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7658536Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/lengths_tile_op_test.test_lengths_tile.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7659893Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/lengths_top_k_ops_test.test_lengths_top_k_op.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7661256Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/locally_connected_op_test.test_lc_2d.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7662595Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/loss_ops_test.test_averaged_loss.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7664037Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/margin_ranking_criterion_op_test.test_margin_ranking_criterion.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7665543Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/math_ops_test.test_sign.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7666843Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_batch_matmul.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7668151Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_matmul.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7669633Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_numpy_batch_matmul.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7670936Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/mean_op_test.test_mean.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7672297Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/merge_id_lists_op_test.test_merge_id_lists_op.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7673628Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/moments_op_test.test_moments.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7674979Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/momentum_sgd_test.test_momentum_sgd.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7676343Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/momentum_sgd_test.test_sparse_momentum_sgd.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7677677Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/negate_gradient_op_test.test_forward.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7679035Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/numpy_tile_op_test.test_numpy_tile.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7680506Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_batch_bucketized_one_hot.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7681959Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_batch_one_hot.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7683301Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_one_hot.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7684624Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_segment_one_hot.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7685971Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/onnx_while_test.test_onnx_while_fibb.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7687332Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/pack_ops_test.test_pack_with_max_length_ops.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7688721Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/pack_rnn_sequence_op_test.test_pack_rnn_seqence.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7690141Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/pack_rnn_sequence_op_test.test_unpack_rnn_seqence.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7691555Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/pad_test.test_crop.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7692964Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/piecewise_linear_transform_test.test_multi_predictions_params_from_arg.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7694420Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/rank_loss_operator_test.test_pair_wise_loss_batch.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7695819Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/recurrent_network_test.test_mul.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7697187Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_back_max.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7698543Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_back_mean.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7699907Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_max.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7701259Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_mean.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7702626Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_sum.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7704051Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_l2.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7705419Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_max.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7706649Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_mean.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7707957Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_min.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7709323Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_columnwise_max.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7710721Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_int_sum.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7712108Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_sqrsum.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7713482Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_sum.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7714914Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_rowwise_max.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7716244Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/selu_op_test.test_selu_1.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7717556Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_add_padding.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7718940Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_find_duplicate_elements.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7720392Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_gather_padding.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7721782Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_remove_data_blocks.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7723152Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_reverse_packed_segs.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7724609Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/sinusoid_position_encoding_op_test.test_sinusoid_embedding.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7726011Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7727478Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax_grad.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7728800Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax_with_loss.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7730151Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_spatial_softmax_with_loss.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7731552Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/sparse_ops_test.testScatterAssign.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7732562Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/sparse_ops_test.testScatterWeightedSum.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7733532Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/spatial_bn_op_test.test_spatialbn_test_mode_3d.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7734563Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/square_root_divide_op_test.test_square_root_divide.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7735760Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/string_ops_test.test_string_ends_with.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7736980Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/string_ops_test.test_string_starts_with.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7738133Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/thresholded_relu_op_test.test_thresholded_relu_1.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7739408Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/tile_op_test.test_tile.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7740599Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/top_k_test.test_top_k.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7741765Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/transpose_op_test.test_transpose.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7743033Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_acos.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7744307Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_asin.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7745760Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_atan.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7747090Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_tan.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7748544Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/unique_ops_test.test_unique_op.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7749789Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/upsample_op_test.test_upsample.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7751078Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/upsample_op_test.test_upsample_grad.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7752446Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_max.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7753800Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_max_grad.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7755144Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_min.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7756491Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_min_grad.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7757938Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_lengths_gather.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7759340Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_lengths_to_ranges.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7760676Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_nan_check.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7761953Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_size_op.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7763250Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_slice.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7764505Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_sum.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7765749Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_transpose.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7767008Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/weighted_sum_test.test_weighted_sum.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7768271Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/wngrad_test.test_sparse_wngrad_empty.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7769536Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/wngrad_test.test_wngrad_dense_base.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-11-23T00:58:20.7770464Z creating build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-11-23T00:58:20.7771233Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/test/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-11-23T00:58:20.7772154Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/test/blob_deallocation_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-11-23T00:58:20.7773064Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/test/do_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-11-23T00:58:20.7773948Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/test/executor_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-11-23T00:58:20.7774879Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/test/executor_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-11-23T00:58:20.7775834Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/test/fakefp16_transform_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-11-23T00:58:20.7776755Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/test/gpu_context_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-11-23T00:58:20.7777677Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/test/inference_lstm_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-11-23T00:58:20.7778593Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/test/python_protobuf_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-11-23T00:58:20.7779286Z creating build/bdist.linux-x86_64/wheel/caffe2/python/trt 2022-11-23T00:58:20.7780042Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/trt/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/trt 2022-11-23T00:58:20.7780990Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/trt/test_pt_onnx_trt.py -> build/bdist.linux-x86_64/wheel/caffe2/python/trt 2022-11-23T00:58:20.7781856Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/trt/test_trt.py -> build/bdist.linux-x86_64/wheel/caffe2/python/trt 2022-11-23T00:58:20.7782745Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/trt/transform.py -> build/bdist.linux-x86_64/wheel/caffe2/python/trt 2022-11-23T00:58:20.7783717Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/caffe2_pybind11_state.cpython-37m-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-11-23T00:58:20.8033023Z creating build/bdist.linux-x86_64/wheel/caffe2/quantization 2022-11-23T00:58:20.8033682Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization 2022-11-23T00:58:20.8034858Z creating build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:58:20.8035619Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:58:20.8036504Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/batch_matmul_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:58:20.8037339Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/batch_permutation_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:58:20.8038149Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/channel_shuffle_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:58:20.8038865Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/compute_equalization_scale_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:58:20.8040033Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/concat_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:58:20.8041265Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/conv_depthwise_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:58:20.8042381Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/conv_dnnlowp_acc16_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:58:20.8043057Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/conv_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:58:20.8044064Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/conv_groupwise_dnnlowp_acc16_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:58:20.8045191Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/conv_groupwise_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:58:20.8046482Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/dequantize_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:58:20.8047238Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/dnnlowp_test_utils.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:58:20.8048362Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/elementwise_add_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:58:20.8050058Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/elementwise_linear_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:58:20.8050987Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/elementwise_mul_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:58:20.8051822Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/elementwise_sum_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:58:20.8052770Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/fully_connected_dnnlowp_acc16_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:58:20.8053719Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/fully_connected_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:58:20.8054595Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/fully_connected_fp16_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:58:20.8055299Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/fully_connected_rowwise_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:58:20.8056382Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/gather_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:58:20.8057041Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/group_norm_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:58:20.8057984Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/int8_gen_quant_params_min_max_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:58:20.8059362Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/int8_gen_quant_params_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:58:20.8060135Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/int8_quant_scheme_blob_fill_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:58:20.8061287Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/lstm_unit_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:58:20.8062166Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/observer_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:58:20.8064022Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/pool_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:58:20.8065216Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/quantize_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:58:20.8065856Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/relu_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:58:20.8066490Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/resize_nearest_3d_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:58:20.8067140Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/resize_nearest_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:58:20.8070325Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/sigmoid_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:58:20.8071292Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/spatial_batch_norm_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:58:20.8072047Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/tanh_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:58:20.8072630Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/utils.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-11-23T00:58:20.8073026Z creating build/bdist.linux-x86_64/wheel/functorch 2022-11-23T00:58:20.8073598Z copying build/lib.linux-x86_64-cpython-37/functorch/__init__.py -> build/bdist.linux-x86_64/wheel/functorch 2022-11-23T00:58:20.8074023Z creating build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:58:20.8074495Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:58:20.8075411Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/aot_autograd.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:58:20.8076492Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/benchmark_utils.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:58:20.8077565Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/compile_utils.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:58:20.8078515Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/compilers.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:58:20.8079394Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/config.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:58:20.8080366Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/eager_transforms.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:58:20.8081561Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/fx_minifier.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:58:20.8082641Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/make_functional.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:58:20.8083769Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/named_members_polyfill.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:58:20.8084594Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/partitioners.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:58:20.8085880Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/python_key.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:58:20.8086651Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/pytree_hacks.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:58:20.8087566Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/top_operators_github_usage.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:58:20.8089094Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/vmap.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T00:58:20.8090164Z creating build/bdist.linux-x86_64/wheel/functorch/compile 2022-11-23T00:58:20.8091196Z copying build/lib.linux-x86_64-cpython-37/functorch/compile/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/compile 2022-11-23T00:58:20.8092185Z creating build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T00:58:20.8093156Z copying build/lib.linux-x86_64-cpython-37/functorch/dim/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T00:58:20.8094252Z copying build/lib.linux-x86_64-cpython-37/functorch/dim/batch_tensor.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T00:58:20.8095334Z copying build/lib.linux-x86_64-cpython-37/functorch/dim/delayed_mul_tensor.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T00:58:20.8096233Z copying build/lib.linux-x86_64-cpython-37/functorch/dim/dim.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T00:58:20.8097075Z copying build/lib.linux-x86_64-cpython-37/functorch/dim/magic_trace.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T00:58:20.8098104Z copying build/lib.linux-x86_64-cpython-37/functorch/dim/op_properties.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T00:58:20.8099352Z copying build/lib.linux-x86_64-cpython-37/functorch/dim/reference.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T00:58:20.8101348Z copying build/lib.linux-x86_64-cpython-37/functorch/dim/tree_map.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T00:58:20.8101907Z copying build/lib.linux-x86_64-cpython-37/functorch/dim/wrap_type.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T00:58:20.8102757Z creating build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T00:58:20.8103295Z copying build/lib.linux-x86_64-cpython-37/functorch/experimental/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T00:58:20.8104226Z copying build/lib.linux-x86_64-cpython-37/functorch/experimental/_map.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T00:58:20.8105432Z copying build/lib.linux-x86_64-cpython-37/functorch/experimental/batch_norm_replacement.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T00:58:20.8106141Z copying build/lib.linux-x86_64-cpython-37/functorch/experimental/cond.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T00:58:20.8107516Z copying build/lib.linux-x86_64-cpython-37/functorch/experimental/control_flow.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T00:58:20.8108734Z copying build/lib.linux-x86_64-cpython-37/functorch/experimental/ops.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T00:58:20.8109603Z copying build/lib.linux-x86_64-cpython-37/functorch/_C.cpython-37m-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/functorch 2022-11-23T00:58:20.8112953Z creating build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:58:20.8113395Z copying build/lib.linux-x86_64-cpython-37/torch/_VF.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:58:20.8114440Z copying build/lib.linux-x86_64-cpython-37/torch/__config__.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:58:20.8115466Z copying build/lib.linux-x86_64-cpython-37/torch/__future__.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:58:20.8116442Z copying build/lib.linux-x86_64-cpython-37/torch/__init__.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:58:20.8117811Z copying build/lib.linux-x86_64-cpython-37/torch/_appdirs.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:58:20.8119285Z copying build/lib.linux-x86_64-cpython-37/torch/_classes.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:58:20.8120011Z copying build/lib.linux-x86_64-cpython-37/torch/_deploy.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:58:20.8121028Z copying build/lib.linux-x86_64-cpython-37/torch/_jit_internal.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:58:20.8122433Z copying build/lib.linux-x86_64-cpython-37/torch/_linalg_utils.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:58:20.8123464Z copying build/lib.linux-x86_64-cpython-37/torch/_lobpcg.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:58:20.8124718Z copying build/lib.linux-x86_64-cpython-37/torch/_lowrank.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:58:20.8125539Z copying build/lib.linux-x86_64-cpython-37/torch/_meta_registrations.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:58:20.8127507Z copying build/lib.linux-x86_64-cpython-37/torch/_namedtensor_internals.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:58:20.8128143Z copying build/lib.linux-x86_64-cpython-37/torch/_ops.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:58:20.8129152Z copying build/lib.linux-x86_64-cpython-37/torch/_python_dispatcher.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:58:20.8130111Z copying build/lib.linux-x86_64-cpython-37/torch/_six.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:58:20.8131181Z copying build/lib.linux-x86_64-cpython-37/torch/_sources.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:58:20.8132857Z copying build/lib.linux-x86_64-cpython-37/torch/_storage_docs.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:58:20.8133380Z copying build/lib.linux-x86_64-cpython-37/torch/_tensor.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:58:20.8134559Z copying build/lib.linux-x86_64-cpython-37/torch/_tensor_docs.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:58:20.8136628Z copying build/lib.linux-x86_64-cpython-37/torch/_tensor_str.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:58:20.8137424Z copying build/lib.linux-x86_64-cpython-37/torch/_torch_docs.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:58:20.8141297Z copying build/lib.linux-x86_64-cpython-37/torch/_utils.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:58:20.8142946Z copying build/lib.linux-x86_64-cpython-37/torch/_utils_internal.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:58:20.8143498Z copying build/lib.linux-x86_64-cpython-37/torch/_vmap_internals.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:58:20.8144429Z copying build/lib.linux-x86_64-cpython-37/torch/_weights_only_unpickler.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:58:20.8145561Z copying build/lib.linux-x86_64-cpython-37/torch/functional.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:58:20.8147155Z copying build/lib.linux-x86_64-cpython-37/torch/hub.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:58:20.8148267Z copying build/lib.linux-x86_64-cpython-37/torch/library.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:58:20.8149100Z copying build/lib.linux-x86_64-cpython-37/torch/overrides.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:58:20.8156695Z copying build/lib.linux-x86_64-cpython-37/torch/quasirandom.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:58:20.8157541Z copying build/lib.linux-x86_64-cpython-37/torch/random.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:58:20.8158209Z copying build/lib.linux-x86_64-cpython-37/torch/return_types.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:58:20.8158990Z copying build/lib.linux-x86_64-cpython-37/torch/serialization.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:58:20.8159742Z copying build/lib.linux-x86_64-cpython-37/torch/storage.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:58:20.8160519Z copying build/lib.linux-x86_64-cpython-37/torch/torch_version.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:58:20.8161187Z copying build/lib.linux-x86_64-cpython-37/torch/types.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:58:20.8161732Z copying build/lib.linux-x86_64-cpython-37/torch/version.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:58:20.8162155Z creating build/bdist.linux-x86_64/wheel/torch/_decomp 2022-11-23T00:58:20.8162857Z copying build/lib.linux-x86_64-cpython-37/torch/_decomp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_decomp 2022-11-23T00:58:20.8163651Z copying build/lib.linux-x86_64-cpython-37/torch/_decomp/decompositions.py -> build/bdist.linux-x86_64/wheel/torch/_decomp 2022-11-23T00:58:20.8164265Z copying build/lib.linux-x86_64-cpython-37/torch/_decomp/decompositions_for_jvp.py -> build/bdist.linux-x86_64/wheel/torch/_decomp 2022-11-23T00:58:20.8164785Z creating build/bdist.linux-x86_64/wheel/torch/_dispatch 2022-11-23T00:58:20.8165211Z copying build/lib.linux-x86_64-cpython-37/torch/_dispatch/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_dispatch 2022-11-23T00:58:20.8165830Z copying build/lib.linux-x86_64-cpython-37/torch/_dispatch/python.py -> build/bdist.linux-x86_64/wheel/torch/_dispatch 2022-11-23T00:58:20.8166472Z creating build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:58:20.8166752Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:58:20.8168223Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/allowed_functions.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:58:20.8169259Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/bytecode_analysis.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:58:20.8169769Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/bytecode_transformation.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:58:20.8170989Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/codegen.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:58:20.8173426Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/config.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:58:20.8174097Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/convert_frame.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:58:20.8174619Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/debug_utils.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:58:20.8177289Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/eval_frame.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:58:20.8177806Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/exc.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:58:20.8178307Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/guards.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:58:20.8179398Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/logging.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:58:20.8180625Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/mutation_guard.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:58:20.8181631Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/output_graph.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:58:20.8182880Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/profiler.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:58:20.8183981Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/replay_record.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:58:20.8185693Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/resume_execution.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:58:20.8187469Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/side_effects.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:58:20.8188051Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/skipfiles.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:58:20.8188997Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/source.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:58:20.8190920Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/symbolic_convert.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:58:20.8192733Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/test_case.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:58:20.8193152Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/test_minifier_common.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:58:20.8194413Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/testing.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:58:20.8195703Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/utils.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T00:58:20.8197257Z creating build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T00:58:20.8198309Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T00:58:20.8199143Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations/analysis.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T00:58:20.8199884Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations/backends.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T00:58:20.8201084Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations/distributed.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T00:58:20.8201975Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations/inference.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T00:58:20.8202997Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations/log_args.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T00:58:20.8203724Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations/normalize.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T00:58:20.8204396Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations/subgraph.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T00:58:20.8206100Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations/torchxla_integration.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T00:58:20.8206462Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/optimizations/training.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T00:58:20.8208030Z creating build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T00:58:20.8208609Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T00:58:20.8209804Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables/base.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T00:58:20.8210463Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables/builder.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T00:58:20.8211467Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables/builtin.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T00:58:20.8213406Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables/constant.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T00:58:20.8213815Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables/dicts.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T00:58:20.8214773Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables/functions.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T00:58:20.8215399Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables/lists.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T00:58:20.8216791Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables/misc.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T00:58:20.8217611Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables/nn_module.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T00:58:20.8219249Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables/tensor.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T00:58:20.8220015Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables/torch.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T00:58:20.8221725Z copying build/lib.linux-x86_64-cpython-37/torch/_dynamo/variables/user_defined.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T00:58:20.8222770Z creating build/bdist.linux-x86_64/wheel/torch/_functorch 2022-11-23T00:58:20.8224069Z copying build/lib.linux-x86_64-cpython-37/torch/_functorch/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2022-11-23T00:58:20.8225070Z copying build/lib.linux-x86_64-cpython-37/torch/_functorch/pyfunctorch.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2022-11-23T00:58:20.8226381Z copying build/lib.linux-x86_64-cpython-37/torch/_functorch/utils.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2022-11-23T00:58:20.8227968Z creating build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:58:20.8228376Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:58:20.8228677Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/codecache.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:58:20.8230910Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/compile_fx.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:58:20.8231942Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/config.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:58:20.8234436Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/cuda_properties.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:58:20.8235498Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/debug.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:58:20.8236059Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/decomposition.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:58:20.8236802Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/dependencies.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:58:20.8237893Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/exc.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:58:20.8238926Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/graph.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:58:20.8240231Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/ir.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:58:20.8242852Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/lowering.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:58:20.8244555Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/metrics.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:58:20.8246535Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/overrides.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:58:20.8247392Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/scheduler.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:58:20.8248333Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/sizevars.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:58:20.8249700Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/utils.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:58:20.8250920Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/virtualized.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T00:58:20.8252752Z creating build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T00:58:20.8253480Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T00:58:20.8253991Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen/autotuner.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T00:58:20.8255792Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen/common.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T00:58:20.8256407Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen/cpp.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T00:58:20.8258221Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen/triton.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T00:58:20.8259525Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen/triton_template.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T00:58:20.8260308Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen/wrapper.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T00:58:20.8261743Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen/cpp_prefix.h -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T00:58:20.8262235Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen/triton_conv_delta_x.j2 -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T00:58:20.8264132Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen/triton_conv_delta_x_hwc.j2 -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T00:58:20.8264558Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/codegen/triton_mm.j2 -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T00:58:20.8266236Z creating build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T00:58:20.8266934Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T00:58:20.8267913Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops/autotune.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T00:58:20.8269081Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops/batched_matmul.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T00:58:20.8270118Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops/conv.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T00:58:20.8271106Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops/conv1x1.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T00:58:20.8272050Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops/conv_perf_model.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T00:58:20.8273377Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops/matmul.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T00:58:20.8274654Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops/mm_perf_model.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T00:58:20.8275261Z copying build/lib.linux-x86_64-cpython-37/torch/_inductor/triton_ops/utils.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T00:58:20.8276759Z creating build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T00:58:20.8277159Z copying build/lib.linux-x86_64-cpython-37/torch/_lazy/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T00:58:20.8278811Z copying build/lib.linux-x86_64-cpython-37/torch/_lazy/closure.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T00:58:20.8279841Z copying build/lib.linux-x86_64-cpython-37/torch/_lazy/computation.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T00:58:20.8280605Z copying build/lib.linux-x86_64-cpython-37/torch/_lazy/config.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T00:58:20.8281686Z copying build/lib.linux-x86_64-cpython-37/torch/_lazy/debug.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T00:58:20.8282594Z copying build/lib.linux-x86_64-cpython-37/torch/_lazy/device_context.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T00:58:20.8284045Z copying build/lib.linux-x86_64-cpython-37/torch/_lazy/extract_compiled_graph.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T00:58:20.8284844Z copying build/lib.linux-x86_64-cpython-37/torch/_lazy/ir_cache.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T00:58:20.8285826Z copying build/lib.linux-x86_64-cpython-37/torch/_lazy/metrics.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T00:58:20.8286617Z copying build/lib.linux-x86_64-cpython-37/torch/_lazy/tensor_factory_functions.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T00:58:20.8287545Z copying build/lib.linux-x86_64-cpython-37/torch/_lazy/ts_backend.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T00:58:20.8288692Z creating build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T00:58:20.8289271Z copying build/lib.linux-x86_64-cpython-37/torch/_prims/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T00:58:20.8291101Z copying build/lib.linux-x86_64-cpython-37/torch/_prims/context.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T00:58:20.8292041Z copying build/lib.linux-x86_64-cpython-37/torch/_prims/executor.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T00:58:20.8292666Z copying build/lib.linux-x86_64-cpython-37/torch/_prims/nvfuser_executor.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T00:58:20.8294658Z copying build/lib.linux-x86_64-cpython-37/torch/_prims/nvfuser_prims.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T00:58:20.8295206Z creating build/bdist.linux-x86_64/wheel/torch/_prims_common 2022-11-23T00:58:20.8295877Z copying build/lib.linux-x86_64-cpython-37/torch/_prims_common/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_prims_common 2022-11-23T00:58:20.8297507Z copying build/lib.linux-x86_64-cpython-37/torch/_prims_common/wrappers.py -> build/bdist.linux-x86_64/wheel/torch/_prims_common 2022-11-23T00:58:20.8298944Z creating build/bdist.linux-x86_64/wheel/torch/_refs 2022-11-23T00:58:20.8299222Z copying build/lib.linux-x86_64-cpython-37/torch/_refs/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs 2022-11-23T00:58:20.8301035Z copying build/lib.linux-x86_64-cpython-37/torch/_refs/_conversions.py -> build/bdist.linux-x86_64/wheel/torch/_refs 2022-11-23T00:58:20.8301770Z copying build/lib.linux-x86_64-cpython-37/torch/_refs/fft.py -> build/bdist.linux-x86_64/wheel/torch/_refs 2022-11-23T00:58:20.8303529Z creating build/bdist.linux-x86_64/wheel/torch/_refs/linalg 2022-11-23T00:58:20.8303944Z copying build/lib.linux-x86_64-cpython-37/torch/_refs/linalg/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/linalg 2022-11-23T00:58:20.8304703Z creating build/bdist.linux-x86_64/wheel/torch/_refs/nn 2022-11-23T00:58:20.8305541Z copying build/lib.linux-x86_64-cpython-37/torch/_refs/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/nn 2022-11-23T00:58:20.8307638Z creating build/bdist.linux-x86_64/wheel/torch/_refs/nn/functional 2022-11-23T00:58:20.8307994Z copying build/lib.linux-x86_64-cpython-37/torch/_refs/nn/functional/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/nn/functional 2022-11-23T00:58:20.8309803Z creating build/bdist.linux-x86_64/wheel/torch/_refs/special 2022-11-23T00:58:20.8310217Z copying build/lib.linux-x86_64-cpython-37/torch/_refs/special/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/special 2022-11-23T00:58:20.8311704Z creating build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-11-23T00:58:20.8312537Z copying build/lib.linux-x86_64-cpython-37/torch/_subclasses/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-11-23T00:58:20.8313521Z copying build/lib.linux-x86_64-cpython-37/torch/_subclasses/fake_tensor.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-11-23T00:58:20.8314622Z copying build/lib.linux-x86_64-cpython-37/torch/_subclasses/fake_utils.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-11-23T00:58:20.8315822Z copying build/lib.linux-x86_64-cpython-37/torch/_subclasses/meta_utils.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-11-23T00:58:20.8317294Z creating build/bdist.linux-x86_64/wheel/torch/amp 2022-11-23T00:58:20.8317611Z copying build/lib.linux-x86_64-cpython-37/torch/amp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/amp 2022-11-23T00:58:20.8318672Z copying build/lib.linux-x86_64-cpython-37/torch/amp/autocast_mode.py -> build/bdist.linux-x86_64/wheel/torch/amp 2022-11-23T00:58:20.8319495Z creating build/bdist.linux-x86_64/wheel/torch/ao 2022-11-23T00:58:20.8320341Z copying build/lib.linux-x86_64-cpython-37/torch/ao/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao 2022-11-23T00:58:20.8321587Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn 2022-11-23T00:58:20.8322186Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn 2022-11-23T00:58:20.8323852Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic 2022-11-23T00:58:20.8324315Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic 2022-11-23T00:58:20.8325279Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/modules 2022-11-23T00:58:20.8325630Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/modules 2022-11-23T00:58:20.8327053Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/modules/fused.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/modules 2022-11-23T00:58:20.8328052Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat 2022-11-23T00:58:20.8328399Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/qat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat 2022-11-23T00:58:20.8329912Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2022-11-23T00:58:20.8330296Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/qat/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2022-11-23T00:58:20.8331039Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/qat/modules/conv_fused.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2022-11-23T00:58:20.8332679Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/qat/modules/linear_fused.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2022-11-23T00:58:20.8333399Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/qat/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2022-11-23T00:58:20.8334862Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized 2022-11-23T00:58:20.8336208Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized 2022-11-23T00:58:20.8337486Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic 2022-11-23T00:58:20.8338091Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic 2022-11-23T00:58:20.8339688Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic/modules 2022-11-23T00:58:20.8340335Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic/modules 2022-11-23T00:58:20.8341457Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic/modules 2022-11-23T00:58:20.8342718Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T00:58:20.8343956Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/quantized/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T00:58:20.8345752Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/quantized/modules/bn_relu.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T00:58:20.8346289Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/quantized/modules/conv_relu.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T00:58:20.8347049Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/intrinsic/quantized/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T00:58:20.8348726Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat 2022-11-23T00:58:20.8349173Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat 2022-11-23T00:58:20.8349811Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic 2022-11-23T00:58:20.8350440Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic 2022-11-23T00:58:20.8352157Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic/modules 2022-11-23T00:58:20.8352539Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic/modules 2022-11-23T00:58:20.8354479Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/dynamic/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic/modules 2022-11-23T00:58:20.8355028Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2022-11-23T00:58:20.8355700Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2022-11-23T00:58:20.8356892Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2022-11-23T00:58:20.8357801Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/modules/embedding_ops.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2022-11-23T00:58:20.8358621Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2022-11-23T00:58:20.8359529Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable 2022-11-23T00:58:20.8360237Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantizable/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable 2022-11-23T00:58:20.8361557Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable/modules 2022-11-23T00:58:20.8362281Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantizable/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable/modules 2022-11-23T00:58:20.8363300Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantizable/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable/modules 2022-11-23T00:58:20.8364300Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantizable/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable/modules 2022-11-23T00:58:20.8365700Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized 2022-11-23T00:58:20.8366257Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized 2022-11-23T00:58:20.8367312Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/functional.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized 2022-11-23T00:58:20.8368791Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic 2022-11-23T00:58:20.8369400Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic 2022-11-23T00:58:20.8370222Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2022-11-23T00:58:20.8371274Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2022-11-23T00:58:20.8372261Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/dynamic/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2022-11-23T00:58:20.8373266Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/dynamic/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2022-11-23T00:58:20.8373968Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/dynamic/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2022-11-23T00:58:20.8375499Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T00:58:20.8376177Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T00:58:20.8377271Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T00:58:20.8378218Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules/batchnorm.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T00:58:20.8379058Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T00:58:20.8380754Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules/dropout.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T00:58:20.8381745Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules/embedding_ops.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T00:58:20.8382458Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules/functional_modules.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T00:58:20.8383601Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T00:58:20.8385320Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules/normalization.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T00:58:20.8385808Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T00:58:20.8387163Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T00:58:20.8388233Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference 2022-11-23T00:58:20.8388901Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/reference/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference 2022-11-23T00:58:20.8390390Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-11-23T00:58:20.8391093Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/reference/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-11-23T00:58:20.8392044Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/reference/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-11-23T00:58:20.8393093Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/reference/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-11-23T00:58:20.8394261Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/reference/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-11-23T00:58:20.8395684Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/reference/modules/sparse.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-11-23T00:58:20.8396273Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/reference/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-11-23T00:58:20.8397018Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse 2022-11-23T00:58:20.8397310Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse 2022-11-23T00:58:20.8398852Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized 2022-11-23T00:58:20.8399826Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized 2022-11-23T00:58:20.8400534Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse/quantized/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized 2022-11-23T00:58:20.8401538Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse/quantized/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized 2022-11-23T00:58:20.8402965Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized/dynamic 2022-11-23T00:58:20.8403357Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized/dynamic 2022-11-23T00:58:20.8404560Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse/quantized/dynamic/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized/dynamic 2022-11-23T00:58:20.8405926Z creating build/bdist.linux-x86_64/wheel/torch/ao/ns 2022-11-23T00:58:20.8406234Z copying build/lib.linux-x86_64-cpython-37/torch/ao/ns/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns 2022-11-23T00:58:20.8407417Z copying build/lib.linux-x86_64-cpython-37/torch/ao/ns/_numeric_suite.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns 2022-11-23T00:58:20.8408471Z copying build/lib.linux-x86_64-cpython-37/torch/ao/ns/_numeric_suite_fx.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns 2022-11-23T00:58:20.8409880Z creating build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T00:58:20.8410517Z copying build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T00:58:20.8411437Z copying build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx/graph_matcher.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T00:58:20.8412590Z copying build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx/graph_passes.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T00:58:20.8413936Z copying build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx/mappings.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T00:58:20.8415107Z copying build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx/n_shadows_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T00:58:20.8416173Z copying build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx/ns_types.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T00:58:20.8416992Z copying build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx/pattern_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T00:58:20.8417844Z copying build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx/qconfig_multi_mapping.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T00:58:20.8418727Z copying build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T00:58:20.8419933Z copying build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx/weight_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T00:58:20.8422346Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning 2022-11-23T00:58:20.8422679Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning 2022-11-23T00:58:20.8422974Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_mappings.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning 2022-11-23T00:58:20.8424282Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental 2022-11-23T00:58:20.8424630Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental 2022-11-23T00:58:20.8426071Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T00:58:20.8426681Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/activation_sparsifier/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T00:58:20.8427425Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T00:58:20.8429394Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_scheduler 2022-11-23T00:58:20.8429825Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_scheduler/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_scheduler 2022-11-23T00:58:20.8430910Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_scheduler 2022-11-23T00:58:20.8432527Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T00:58:20.8432979Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_sparsifier/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T00:58:20.8434294Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T00:58:20.8434831Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T00:58:20.8435669Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T00:58:20.8437096Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning 2022-11-23T00:58:20.8437682Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning 2022-11-23T00:58:20.8438395Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T00:58:20.8439370Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T00:58:20.8440263Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T00:58:20.8441113Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T00:58:20.8442197Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2022-11-23T00:58:20.8442813Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/pruner/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2022-11-23T00:58:20.8443845Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/pruner/base_pruner.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2022-11-23T00:58:20.8444755Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/_experimental/pruner/parametrization.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2022-11-23T00:58:20.8445842Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2022-11-23T00:58:20.8446583Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/scheduler/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2022-11-23T00:58:20.8447389Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/scheduler/base_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2022-11-23T00:58:20.8448468Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/scheduler/cubic_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2022-11-23T00:58:20.8449405Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/scheduler/lambda_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2022-11-23T00:58:20.8450805Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2022-11-23T00:58:20.8451325Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/sparsifier/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2022-11-23T00:58:20.8452589Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/sparsifier/base_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2022-11-23T00:58:20.8453152Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2022-11-23T00:58:20.8454472Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/sparsifier/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2022-11-23T00:58:20.8455780Z copying build/lib.linux-x86_64-cpython-37/torch/ao/pruning/sparsifier/weight_norm_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2022-11-23T00:58:20.8456888Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T00:58:20.8457417Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T00:58:20.8458472Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/_correct_bias.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T00:58:20.8459189Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/_equalize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T00:58:20.8461116Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/_learnable_fake_quantize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T00:58:20.8461927Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fake_quantize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T00:58:20.8462657Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fuse_modules.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T00:58:20.8464167Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fuser_method_mappings.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T00:58:20.8464886Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/observer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T00:58:20.8466302Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/qconfig.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T00:58:20.8467302Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/qconfig_mapping.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T00:58:20.8468405Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/qconfig_mapping_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T00:58:20.8469247Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/quant_type.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T00:58:20.8470211Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/quantization_mappings.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T00:58:20.8471254Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/quantize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T00:58:20.8472742Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/quantize_fx.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T00:58:20.8473660Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/quantize_jit.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T00:58:20.8475696Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/stubs.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T00:58:20.8475992Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T00:58:20.8477490Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T00:58:20.8478176Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T00:58:20.8479195Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config/_common_operator_config_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T00:58:20.8480572Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config/backend_config.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T00:58:20.8481454Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config/executorch.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T00:58:20.8482820Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config/fbgemm.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T00:58:20.8483812Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config/native.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T00:58:20.8484796Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config/observation_type.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T00:58:20.8485688Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config/qnnpack.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T00:58:20.8486677Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config/tensorrt.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T00:58:20.8487464Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T00:58:20.8488409Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config/x86.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T00:58:20.8489363Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T00:58:20.8489874Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T00:58:20.8491342Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/_decomposed.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T00:58:20.8491949Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/_equalize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T00:58:20.8493123Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/_lower_to_native_backend.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T00:58:20.8494723Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/backend_config_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T00:58:20.8495768Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/convert.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T00:58:20.8497035Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/custom_config.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T00:58:20.8498112Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/fuse.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T00:58:20.8499244Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/fusion_patterns.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T00:58:20.8500326Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/graph_module.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T00:58:20.8501301Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/lower_to_fbgemm.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T00:58:20.8502103Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/lower_to_qnnpack.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T00:58:20.8502843Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/match_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T00:58:20.8503852Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/pattern_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T00:58:20.8522614Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/prepare.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T00:58:20.8523756Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/qconfig_mapping_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T00:58:20.8524381Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/quantization_patterns.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T00:58:20.8525234Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/tracer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T00:58:20.8525813Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T00:58:20.8526205Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-11-23T00:58:20.8527047Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/_model_report/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-11-23T00:58:20.8527712Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/_model_report/detector.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-11-23T00:58:20.8528571Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/_model_report/model_report.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-11-23T00:58:20.8529269Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/_model_report/model_report_observer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-11-23T00:58:20.8529969Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/_model_report/model_report_visualizer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-11-23T00:58:20.8530289Z creating build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T00:58:20.8530787Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/__init__.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T00:58:20.8531321Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/anomaly_mode.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T00:58:20.8531832Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/forward_ad.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T00:58:20.8532430Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/function.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T00:58:20.8532958Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/functional.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T00:58:20.8533455Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/grad_mode.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T00:58:20.8533974Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/gradcheck.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T00:58:20.8534494Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/graph.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T00:58:20.8535012Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/profiler.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T00:58:20.8535543Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/profiler_legacy.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T00:58:20.8536068Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/profiler_util.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T00:58:20.8536563Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/variable.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T00:58:20.8536899Z creating build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2022-11-23T00:58:20.8537464Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/_functions/__init__.py -> build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2022-11-23T00:58:20.8538056Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/_functions/tensor.py -> build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2022-11-23T00:58:20.8538678Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/_functions/utils.py -> build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2022-11-23T00:58:20.8538997Z creating build/bdist.linux-x86_64/wheel/torch/backends 2022-11-23T00:58:20.8539496Z copying build/lib.linux-x86_64-cpython-37/torch/backends/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends 2022-11-23T00:58:20.8540045Z creating build/bdist.linux-x86_64/wheel/torch/backends/_coreml 2022-11-23T00:58:20.8540594Z copying build/lib.linux-x86_64-cpython-37/torch/backends/_coreml/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/_coreml 2022-11-23T00:58:20.8541697Z copying build/lib.linux-x86_64-cpython-37/torch/backends/_coreml/preprocess.py -> build/bdist.linux-x86_64/wheel/torch/backends/_coreml 2022-11-23T00:58:20.8543610Z creating build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2022-11-23T00:58:20.8544181Z copying build/lib.linux-x86_64-cpython-37/torch/backends/_nnapi/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2022-11-23T00:58:20.8545095Z copying build/lib.linux-x86_64-cpython-37/torch/backends/_nnapi/prepare.py -> build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2022-11-23T00:58:20.8547102Z copying build/lib.linux-x86_64-cpython-37/torch/backends/_nnapi/serializer.py -> build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2022-11-23T00:58:20.8548281Z creating build/bdist.linux-x86_64/wheel/torch/backends/cuda 2022-11-23T00:58:20.8548941Z copying build/lib.linux-x86_64-cpython-37/torch/backends/cuda/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/cuda 2022-11-23T00:58:20.8550628Z creating build/bdist.linux-x86_64/wheel/torch/backends/cudnn 2022-11-23T00:58:20.8551555Z copying build/lib.linux-x86_64-cpython-37/torch/backends/cudnn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/cudnn 2022-11-23T00:58:20.8552065Z copying build/lib.linux-x86_64-cpython-37/torch/backends/cudnn/rnn.py -> build/bdist.linux-x86_64/wheel/torch/backends/cudnn 2022-11-23T00:58:20.8553255Z creating build/bdist.linux-x86_64/wheel/torch/backends/mkl 2022-11-23T00:58:20.8553846Z copying build/lib.linux-x86_64-cpython-37/torch/backends/mkl/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/mkl 2022-11-23T00:58:20.8554959Z creating build/bdist.linux-x86_64/wheel/torch/backends/mkldnn 2022-11-23T00:58:20.8555254Z copying build/lib.linux-x86_64-cpython-37/torch/backends/mkldnn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/mkldnn 2022-11-23T00:58:20.8556530Z creating build/bdist.linux-x86_64/wheel/torch/backends/mps 2022-11-23T00:58:20.8556974Z copying build/lib.linux-x86_64-cpython-37/torch/backends/mps/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/mps 2022-11-23T00:58:20.8558348Z creating build/bdist.linux-x86_64/wheel/torch/backends/openmp 2022-11-23T00:58:20.8558652Z copying build/lib.linux-x86_64-cpython-37/torch/backends/openmp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/openmp 2022-11-23T00:58:20.8560232Z creating build/bdist.linux-x86_64/wheel/torch/backends/opt_einsum 2022-11-23T00:58:20.8560826Z copying build/lib.linux-x86_64-cpython-37/torch/backends/opt_einsum/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/opt_einsum 2022-11-23T00:58:20.8561950Z creating build/bdist.linux-x86_64/wheel/torch/backends/quantized 2022-11-23T00:58:20.8562746Z copying build/lib.linux-x86_64-cpython-37/torch/backends/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/quantized 2022-11-23T00:58:20.8563510Z creating build/bdist.linux-x86_64/wheel/torch/backends/xeon 2022-11-23T00:58:20.8564256Z copying build/lib.linux-x86_64-cpython-37/torch/backends/xeon/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/xeon 2022-11-23T00:58:20.8565316Z copying build/lib.linux-x86_64-cpython-37/torch/backends/xeon/run_cpu.py -> build/bdist.linux-x86_64/wheel/torch/backends/xeon 2022-11-23T00:58:20.8566978Z creating build/bdist.linux-x86_64/wheel/torch/backends/xnnpack 2022-11-23T00:58:20.8567395Z copying build/lib.linux-x86_64-cpython-37/torch/backends/xnnpack/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/xnnpack 2022-11-23T00:58:20.8569275Z creating build/bdist.linux-x86_64/wheel/torch/contrib 2022-11-23T00:58:20.8569679Z copying build/lib.linux-x86_64-cpython-37/torch/contrib/__init__.py -> build/bdist.linux-x86_64/wheel/torch/contrib 2022-11-23T00:58:20.8570691Z copying build/lib.linux-x86_64-cpython-37/torch/contrib/_tensorboard_vis.py -> build/bdist.linux-x86_64/wheel/torch/contrib 2022-11-23T00:58:20.8571851Z creating build/bdist.linux-x86_64/wheel/torch/cpu 2022-11-23T00:58:20.8572436Z copying build/lib.linux-x86_64-cpython-37/torch/cpu/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cpu 2022-11-23T00:58:20.8573914Z creating build/bdist.linux-x86_64/wheel/torch/cpu/amp 2022-11-23T00:58:20.8574560Z copying build/lib.linux-x86_64-cpython-37/torch/cpu/amp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cpu/amp 2022-11-23T00:58:20.8575803Z copying build/lib.linux-x86_64-cpython-37/torch/cpu/amp/autocast_mode.py -> build/bdist.linux-x86_64/wheel/torch/cpu/amp 2022-11-23T00:58:20.8576693Z creating build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:58:20.8577130Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:58:20.8579025Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/_dynamo_graphs.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:58:20.8579428Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/_memory_viz.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:58:20.8580879Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/_sanitizer.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:58:20.8581731Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/_utils.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:58:20.8582763Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/comm.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:58:20.8583682Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/error.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:58:20.8584389Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/graphs.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:58:20.8586011Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/jiterator.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:58:20.8586580Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/memory.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:58:20.8589983Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/nccl.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:58:20.8590545Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/nvtx.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:58:20.8590881Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/profiler.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:58:20.8591172Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/random.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:58:20.8591766Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/sparse.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:58:20.8592898Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/streams.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T00:58:20.8594956Z creating build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-11-23T00:58:20.8595463Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/amp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-11-23T00:58:20.8596243Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/amp/autocast_mode.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-11-23T00:58:20.8598316Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/amp/common.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-11-23T00:58:20.8598849Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/amp/grad_scaler.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-11-23T00:58:20.8600206Z creating build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T00:58:20.8600877Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T00:58:20.8602520Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/argparse_util.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T00:58:20.8603419Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/c10d_error_logger.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T00:58:20.8604124Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/constants.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T00:58:20.8605263Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/distributed_c10d.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T00:58:20.8608164Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/launch.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T00:58:20.8608705Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/logging_handlers.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T00:58:20.8609547Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/remote_device.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T00:58:20.8610768Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/rendezvous.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T00:58:20.8611515Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/run.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T00:58:20.8613289Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T00:58:20.8614134Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T00:58:20.8615109Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_composable/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T00:58:20.8616240Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_composable/_ddp.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T00:58:20.8618433Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_composable/checkpoint_activation.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T00:58:20.8619274Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_composable/contract.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T00:58:20.8620375Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_composable/fully_shard.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T00:58:20.8621569Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_composable/replicate.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T00:58:20.8622847Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T00:58:20.8623654Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T00:58:20.8624535Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T00:58:20.8626117Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T00:58:20.8627758Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/common_op_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T00:58:20.8628240Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/metadata.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T00:58:20.8630931Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/op_registry_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T00:58:20.8631434Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/partial_tensor.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T00:58:20.8631921Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/replicated_tensor.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T00:58:20.8632480Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharder.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T00:58:20.8634399Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-11-23T00:58:20.8635501Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/checkpoint/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-11-23T00:58:20.8636389Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_optim 2022-11-23T00:58:20.8637468Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_optim/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_optim 2022-11-23T00:58:20.8638535Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_optim/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_optim 2022-11-23T00:58:20.8639761Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-11-23T00:58:20.8640563Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-11-23T00:58:20.8641967Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-11-23T00:58:20.8643524Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/metadata.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-11-23T00:58:20.8644808Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/reshard.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-11-23T00:58:20.8645889Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/shard.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-11-23T00:58:20.8646973Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-11-23T00:58:20.8648185Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:58:20.8649036Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:58:20.8650280Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops/_common.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:58:20.8651494Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:58:20.8652507Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops/chunk.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:58:20.8653574Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops/elementwise_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:58:20.8654622Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops/init.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:58:20.8655782Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops/math_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:58:20.8656791Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops/matrix_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:58:20.8658006Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:58:20.8659017Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T00:58:20.8660145Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_plan 2022-11-23T00:58:20.8661026Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_plan/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_plan 2022-11-23T00:58:20.8662110Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_plan/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_plan 2022-11-23T00:58:20.8663228Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2022-11-23T00:58:20.8664084Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2022-11-23T00:58:20.8665467Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec/_internals.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2022-11-23T00:58:20.8666737Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2022-11-23T00:58:20.8667986Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2022-11-23T00:58:20.8669170Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T00:58:20.8670176Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T00:58:20.8671188Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T00:58:20.8672637Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T00:58:20.8673790Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T00:58:20.8674779Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/linear.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T00:58:20.8676154Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/math_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T00:58:20.8677325Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/matrix_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T00:58:20.8678346Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/softmax.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T00:58:20.8679504Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_sharded_tensor 2022-11-23T00:58:20.8680375Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_sharded_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_sharded_tensor 2022-11-23T00:58:20.8681607Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_sharding_spec 2022-11-23T00:58:20.8682454Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_sharding_spec/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_sharding_spec 2022-11-23T00:58:20.8683546Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2022-11-23T00:58:20.8684339Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_spmd/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2022-11-23T00:58:20.8685488Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_spmd/comm_tensor.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2022-11-23T00:58:20.8686783Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T00:58:20.8687928Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T00:58:20.8689108Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T00:58:20.8690302Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/device_mesh.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T00:58:20.8691662Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/dispatch.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T00:58:20.8692837Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/placement_types.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T00:58:20.8694015Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/redistribute.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T00:58:20.8695088Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T00:58:20.8696459Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T00:58:20.8697252Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T00:58:20.8698344Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops/common_rules.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T00:58:20.8699859Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops/math_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T00:58:20.8700791Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops/matrix_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T00:58:20.8701684Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops/pointwise_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T00:58:20.8702848Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops/tensor_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T00:58:20.8704225Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops/tp_sharding_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T00:58:20.8705356Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T00:58:20.8707087Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/ops/view_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T00:58:20.8707972Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T00:58:20.8708780Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/parallel/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T00:58:20.8710056Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/parallel/_view_with_dim_change.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T00:58:20.8711066Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/parallel/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T00:58:20.8712175Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/parallel/fsdp.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T00:58:20.8713329Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/parallel/multihead_attention_tp.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T00:58:20.8714560Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/parallel/style.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T00:58:20.8715734Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_tensor/parallel/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T00:58:20.8716994Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms 2022-11-23T00:58:20.8717954Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms 2022-11-23T00:58:20.8719122Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/join.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms 2022-11-23T00:58:20.8720404Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_checkpoint 2022-11-23T00:58:20.8721282Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_checkpoint/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_checkpoint 2022-11-23T00:58:20.8722324Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_checkpoint 2022-11-23T00:58:20.8723730Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_comm_hooks 2022-11-23T00:58:20.8724605Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_comm_hooks/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_comm_hooks 2022-11-23T00:58:20.8725690Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_comm_hooks/default_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_comm_hooks 2022-11-23T00:58:20.8727054Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T00:58:20.8727923Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_optimizer_overlap/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T00:58:20.8729751Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T00:58:20.8730323Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_quantization 2022-11-23T00:58:20.8731008Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_quantization/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_quantization 2022-11-23T00:58:20.8731701Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_quantization/quantization.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_quantization 2022-11-23T00:58:20.8733658Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T00:58:20.8734430Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/ddp_comm_hooks/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T00:58:20.8735445Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T00:58:20.8736708Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T00:58:20.8737947Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T00:58:20.8738944Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T00:58:20.8739673Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T00:58:20.8740865Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T00:58:20.8742628Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T00:58:20.8743948Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2022-11-23T00:58:20.8745390Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/model_averaging/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2022-11-23T00:58:20.8745843Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/model_averaging/averagers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2022-11-23T00:58:20.8746595Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2022-11-23T00:58:20.8747204Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/model_averaging/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2022-11-23T00:58:20.8748214Z creating build/bdist.linux-x86_64/wheel/torch/distributed/autograd 2022-11-23T00:58:20.8748807Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/autograd/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/autograd 2022-11-23T00:58:20.8750508Z creating build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T00:58:20.8751007Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T00:58:20.8751612Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T00:58:20.8752407Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint/dedup_tensors.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T00:58:20.8753357Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint/default_planner.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T00:58:20.8753923Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint/filesystem.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T00:58:20.8755095Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint/metadata.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T00:58:20.8755667Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint/planner.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T00:58:20.8757188Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint/planner_helpers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T00:58:20.8757891Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint/resharding.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T00:58:20.8759412Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint/state_dict_loader.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T00:58:20.8760020Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint/state_dict_saver.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T00:58:20.8761135Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint/storage.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T00:58:20.8761874Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint/traverse.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T00:58:20.8762834Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/checkpoint/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T00:58:20.8764022Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic 2022-11-23T00:58:20.8764652Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic 2022-11-23T00:58:20.8766163Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent 2022-11-23T00:58:20.8766872Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/agent/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent 2022-11-23T00:58:20.8768148Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent/server 2022-11-23T00:58:20.8768818Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/agent/server/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent/server 2022-11-23T00:58:20.8770158Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/agent/server/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent/server 2022-11-23T00:58:20.8771143Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/agent/server/local_elastic_agent.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent/server 2022-11-23T00:58:20.8772471Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/events 2022-11-23T00:58:20.8772904Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/events/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/events 2022-11-23T00:58:20.8773771Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/events/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/events 2022-11-23T00:58:20.8774476Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/events/handlers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/events 2022-11-23T00:58:20.8776424Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/metrics 2022-11-23T00:58:20.8777176Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/metrics/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/metrics 2022-11-23T00:58:20.8777840Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/metrics/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/metrics 2022-11-23T00:58:20.8778775Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2022-11-23T00:58:20.8779997Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2022-11-23T00:58:20.8780676Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2022-11-23T00:58:20.8781723Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing/redirects.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2022-11-23T00:58:20.8782745Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing/tail_log.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2022-11-23T00:58:20.8783857Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/errors 2022-11-23T00:58:20.8784604Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing/errors/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/errors 2022-11-23T00:58:20.8785895Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing/errors/error_handler.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/errors 2022-11-23T00:58:20.8787602Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing/errors/handlers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/errors 2022-11-23T00:58:20.8788399Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T00:58:20.8789076Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T00:58:20.8790291Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T00:58:20.8791445Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T00:58:20.8792564Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous/dynamic_rendezvous.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T00:58:20.8793526Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous/etcd_rendezvous.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T00:58:20.8795131Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T00:58:20.8795801Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous/etcd_server.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T00:58:20.8797547Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous/etcd_store.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T00:58:20.8798340Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous/registry.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T00:58:20.8799566Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T00:58:20.8800349Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T00:58:20.8802605Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2022-11-23T00:58:20.8803204Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/timer/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2022-11-23T00:58:20.8803724Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/timer/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2022-11-23T00:58:20.8804378Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/timer/file_based_local_timer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2022-11-23T00:58:20.8805246Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/timer/local_timer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2022-11-23T00:58:20.8805943Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-11-23T00:58:20.8806415Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-11-23T00:58:20.8807725Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-11-23T00:58:20.8808476Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils/distributed.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-11-23T00:58:20.8809539Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils/log_level.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-11-23T00:58:20.8810271Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils/logging.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-11-23T00:58:20.8811057Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils/store.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-11-23T00:58:20.8812412Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils/data 2022-11-23T00:58:20.8812777Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils/data/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils/data 2022-11-23T00:58:20.8813913Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils/data/cycling_iterator.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils/data 2022-11-23T00:58:20.8814818Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils/data/elastic_distributed_sampler.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils/data 2022-11-23T00:58:20.8815983Z creating build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T00:58:20.8816949Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T00:58:20.8818566Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/_common_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T00:58:20.8819199Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/_exec_order_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T00:58:20.8820166Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/_fsdp_extensions.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T00:58:20.8820684Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/_init_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T00:58:20.8822225Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/_limiter_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T00:58:20.8822761Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/_optim_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T00:58:20.8824196Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/_runtime_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T00:58:20.8825604Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/_shard_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T00:58:20.8827348Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/_state_dict_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T00:58:20.8828096Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/_symbolic_trace.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T00:58:20.8829020Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/_unshard_param_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T00:58:20.8830000Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T00:58:20.8830903Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/_wrap_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T00:58:20.8831813Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T00:58:20.8833262Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/flat_param.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T00:58:20.8834280Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/fully_sharded_data_parallel.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T00:58:20.8835941Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/sharded_grad_scaler.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T00:58:20.8836674Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/wrap.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T00:58:20.8837860Z creating build/bdist.linux-x86_64/wheel/torch/distributed/launcher 2022-11-23T00:58:20.8838262Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/launcher/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/launcher 2022-11-23T00:58:20.8839482Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/launcher/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/launcher 2022-11-23T00:58:20.8840409Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn 2022-11-23T00:58:20.8841234Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn 2022-11-23T00:58:20.8842285Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/nn/functional.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn 2022-11-23T00:58:20.8843610Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn/api 2022-11-23T00:58:20.8844127Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/nn/api/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/api 2022-11-23T00:58:20.8845134Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/nn/api/remote_module.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/api 2022-11-23T00:58:20.8847575Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit 2022-11-23T00:58:20.8848255Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/nn/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit 2022-11-23T00:58:20.8848841Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/nn/jit/instantiator.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit 2022-11-23T00:58:20.8849248Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit/templates 2022-11-23T00:58:20.8850045Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/nn/jit/templates/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit/templates 2022-11-23T00:58:20.8850990Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/nn/jit/templates/remote_module_template.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit/templates 2022-11-23T00:58:20.8852565Z creating build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T00:58:20.8853153Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/optim/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T00:58:20.8854820Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/optim/apply_optimizer_in_backward.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T00:58:20.8855325Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/optim/functional_adadelta.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T00:58:20.8856479Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/optim/functional_adagrad.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T00:58:20.8857174Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/optim/functional_adam.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T00:58:20.8859081Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/optim/functional_adamax.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T00:58:20.8859777Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/optim/functional_adamw.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T00:58:20.8860641Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/optim/functional_rmsprop.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T00:58:20.8861752Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/optim/functional_rprop.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T00:58:20.8862697Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/optim/functional_sgd.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T00:58:20.8863850Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/optim/optimizer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T00:58:20.8865337Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/optim/post_localSGD_optimizer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T00:58:20.8866745Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/optim/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T00:58:20.8867841Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/optim/zero_redundancy_optimizer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T00:58:20.8869770Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline 2022-11-23T00:58:20.8870567Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline 2022-11-23T00:58:20.8871569Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T00:58:20.8872804Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T00:58:20.8873433Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/batchnorm.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T00:58:20.8874388Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/checkpoint.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T00:58:20.8875627Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/copy.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T00:58:20.8876924Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/dependency.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T00:58:20.8879034Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/microbatch.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T00:58:20.8879754Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/phony.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T00:58:20.8880324Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/pipe.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T00:58:20.8880999Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/pipeline.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T00:58:20.8881838Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/stream.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T00:58:20.8883168Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T00:58:20.8884239Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/worker.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T00:58:20.8884990Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/_balance 2022-11-23T00:58:20.8885689Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/_balance/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/_balance 2022-11-23T00:58:20.8886405Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/_balance/blockpartition.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/_balance 2022-11-23T00:58:20.8887438Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/_balance/profile.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/_balance 2022-11-23T00:58:20.8888370Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-11-23T00:58:20.8889108Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/skip/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-11-23T00:58:20.8890123Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/skip/layout.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-11-23T00:58:20.8890988Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/skip/namespace.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-11-23T00:58:20.8891984Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/skip/portal.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-11-23T00:58:20.8892917Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/skip/skippable.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-11-23T00:58:20.8893785Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/skip/tracker.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-11-23T00:58:20.8894952Z creating build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T00:58:20.8895735Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/rpc/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T00:58:20.8896790Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/rpc/_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T00:58:20.8897351Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/rpc/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T00:58:20.8898383Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/rpc/backend_registry.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T00:58:20.8899361Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/rpc/constants.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T00:58:20.8900229Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/rpc/functions.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T00:58:20.8901477Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/rpc/internal.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T00:58:20.8902203Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/rpc/options.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T00:58:20.8902928Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/rpc/rref_proxy.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T00:58:20.8904061Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/rpc/server_process_global_profiler.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T00:58:20.8905262Z creating build/bdist.linux-x86_64/wheel/torch/distributed/rpc/_testing 2022-11-23T00:58:20.8905890Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/rpc/_testing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc/_testing 2022-11-23T00:58:20.8906713Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/rpc/_testing/faulty_agent_backend_registry.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc/_testing 2022-11-23T00:58:20.8908118Z creating build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8908407Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8909585Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/bernoulli.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8910841Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/beta.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8911885Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/binomial.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8912948Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/categorical.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8914790Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/cauchy.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8915227Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/chi2.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8916094Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/constraint_registry.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8917726Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/constraints.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8918714Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/continuous_bernoulli.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8920050Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/dirichlet.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8920874Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/distribution.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8922324Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/exp_family.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8923728Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/exponential.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8924644Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/fishersnedecor.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8926040Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/gamma.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8927271Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/geometric.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8928248Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/gumbel.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8929367Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/half_cauchy.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8930623Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/half_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8932787Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/independent.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8933232Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/kl.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8933808Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/kumaraswamy.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8935177Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/laplace.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8936080Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/lkj_cholesky.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8937426Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/log_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8938504Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/logistic_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8939535Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/lowrank_multivariate_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8942827Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/mixture_same_family.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8943415Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/multinomial.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8944006Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/multivariate_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8944394Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/negative_binomial.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8944698Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8945851Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/one_hot_categorical.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8948258Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/pareto.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8950061Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/poisson.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8950538Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/relaxed_bernoulli.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8951542Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/relaxed_categorical.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8952295Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/studentT.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8953512Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/transformed_distribution.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8955451Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/transforms.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8955783Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/uniform.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8956889Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8957848Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/von_mises.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8959135Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/weibull.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8960012Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/wishart.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T00:58:20.8962101Z creating build/bdist.linux-x86_64/wheel/torch/fft 2022-11-23T00:58:20.8962610Z copying build/lib.linux-x86_64-cpython-37/torch/fft/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fft 2022-11-23T00:58:20.8964197Z creating build/bdist.linux-x86_64/wheel/torch/futures 2022-11-23T00:58:20.8964686Z copying build/lib.linux-x86_64-cpython-37/torch/futures/__init__.py -> build/bdist.linux-x86_64/wheel/torch/futures 2022-11-23T00:58:20.8966718Z creating build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:58:20.8967070Z copying build/lib.linux-x86_64-cpython-37/torch/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:58:20.8967645Z copying build/lib.linux-x86_64-cpython-37/torch/fx/_compatibility.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:58:20.8969175Z copying build/lib.linux-x86_64-cpython-37/torch/fx/_pytree.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:58:20.8969641Z copying build/lib.linux-x86_64-cpython-37/torch/fx/_symbolic_trace.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:58:20.8971309Z copying build/lib.linux-x86_64-cpython-37/torch/fx/annotate.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:58:20.8971761Z copying build/lib.linux-x86_64-cpython-37/torch/fx/graph.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:58:20.8973494Z copying build/lib.linux-x86_64-cpython-37/torch/fx/graph_module.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:58:20.8974562Z copying build/lib.linux-x86_64-cpython-37/torch/fx/immutable_collections.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:58:20.8975772Z copying build/lib.linux-x86_64-cpython-37/torch/fx/interpreter.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:58:20.8976702Z copying build/lib.linux-x86_64-cpython-37/torch/fx/node.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:58:20.8978218Z copying build/lib.linux-x86_64-cpython-37/torch/fx/operator_schemas.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:58:20.8979029Z copying build/lib.linux-x86_64-cpython-37/torch/fx/proxy.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:58:20.8980168Z copying build/lib.linux-x86_64-cpython-37/torch/fx/subgraph_rewriter.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:58:20.8981231Z copying build/lib.linux-x86_64-cpython-37/torch/fx/tensor_type.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:58:20.8981897Z copying build/lib.linux-x86_64-cpython-37/torch/fx/traceback.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T00:58:20.8983240Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T00:58:20.8984002Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T00:58:20.8985071Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/accelerator_partitioner.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T00:58:20.8986399Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/const_fold.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T00:58:20.8987411Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/debug.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T00:58:20.8988655Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/graph_gradual_typechecker.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T00:58:20.8989323Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/merge_matmul.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T00:58:20.8990357Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/meta_tracer.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T00:58:20.8991444Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/normalize.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T00:58:20.8992201Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/optimization.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T00:58:20.8993285Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/partitioner_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T00:58:20.8994474Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/proxy_tensor.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T00:58:20.8995538Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/refinement_types.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T00:58:20.8996412Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/rewriter.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T00:58:20.8997579Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/schema_type_annotation.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T00:58:20.8998529Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/symbolic_shapes.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T00:58:20.8999662Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unify_refinements.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T00:58:20.9000685Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T00:58:20.9001575Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/migrate_gradual_types/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T00:58:20.9002078Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/migrate_gradual_types/constraint.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T00:58:20.9003427Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/migrate_gradual_types/constraint_generator.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T00:58:20.9005082Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/migrate_gradual_types/constraint_transformation.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T00:58:20.9005790Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/migrate_gradual_types/operation.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T00:58:20.9006542Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/migrate_gradual_types/transform_to_z3.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T00:58:20.9007896Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/migrate_gradual_types/util.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T00:58:20.9008887Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/migrate_gradual_types/z3_types.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T00:58:20.9010426Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T00:58:20.9011282Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T00:58:20.9012822Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/core.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T00:58:20.9013473Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/dispatch.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T00:58:20.9014479Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/match.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T00:58:20.9015494Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/more.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T00:58:20.9016702Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/unification_tools.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T00:58:20.9018135Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T00:58:20.9018988Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/variable.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T00:58:20.9021354Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-11-23T00:58:20.9022375Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/multipledispatch/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-11-23T00:58:20.9023155Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/multipledispatch/conflict.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-11-23T00:58:20.9023912Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/multipledispatch/core.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-11-23T00:58:20.9024707Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/multipledispatch/dispatcher.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-11-23T00:58:20.9025975Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/multipledispatch/utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-11-23T00:58:20.9026875Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/multipledispatch/variadic.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-11-23T00:58:20.9028345Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T00:58:20.9028967Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T00:58:20.9030231Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/fake_tensor_prop.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T00:58:20.9031753Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/graph_drawer.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T00:58:20.9032561Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/graph_manipulation.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T00:58:20.9033677Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/net_min_base.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T00:58:20.9034975Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/operator_support.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T00:58:20.9036297Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/param_fetch.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T00:58:20.9037451Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/pass_manager.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T00:58:20.9038422Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/reinplace.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T00:58:20.9040244Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/shape_prop.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T00:58:20.9041308Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/split_module.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T00:58:20.9042426Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/split_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T00:58:20.9043848Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/splitter_base.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T00:58:20.9044997Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/tools_common.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T00:58:20.9046516Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/backends 2022-11-23T00:58:20.9047705Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/backends/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/backends 2022-11-23T00:58:20.9048821Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/backends/cudagraphs.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/backends 2022-11-23T00:58:20.9050393Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect 2022-11-23T00:58:20.9051453Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/dialect/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect 2022-11-23T00:58:20.9052933Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect/common 2022-11-23T00:58:20.9053547Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/dialect/common/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect/common 2022-11-23T00:58:20.9055255Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/dialect/common/cse_pass.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect/common 2022-11-23T00:58:20.9057320Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2022-11-23T00:58:20.9057873Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/infra/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2022-11-23T00:58:20.9058962Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/infra/partitioner.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2022-11-23T00:58:20.9060078Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/infra/pass_base.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2022-11-23T00:58:20.9061303Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/infra/pass_manager.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2022-11-23T00:58:20.9062485Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/tests 2022-11-23T00:58:20.9063090Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/tests/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/tests 2022-11-23T00:58:20.9064359Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/tests/test_pass_manager.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/tests 2022-11-23T00:58:20.9065697Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2022-11-23T00:58:20.9066736Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2022-11-23T00:58:20.9070154Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/utils/common.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2022-11-23T00:58:20.9071215Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/utils/fuser_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2022-11-23T00:58:20.9071808Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/utils/matcher_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2022-11-23T00:58:20.9072782Z creating build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:58:20.9073468Z copying build/lib.linux-x86_64-cpython-37/torch/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:58:20.9074573Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_async.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:58:20.9075319Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_builtins.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:58:20.9076296Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_check.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:58:20.9077414Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_dataclass_impls.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:58:20.9078340Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_decomposition_utils.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:58:20.9079241Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_decompositions.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:58:20.9080041Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_freeze.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:58:20.9080989Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_fuser.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:58:20.9081958Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_ir_utils.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:58:20.9082762Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_logging.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:58:20.9083899Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_monkeytype_config.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:58:20.9085918Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_pickle.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:58:20.9086234Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_recursive.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:58:20.9103853Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_script.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:58:20.9104386Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_serialization.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:58:20.9105008Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_shape_functions.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:58:20.9105498Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_state.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:58:20.9105947Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_trace.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:58:20.9106420Z copying build/lib.linux-x86_64-cpython-37/torch/jit/annotations.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:58:20.9106869Z copying build/lib.linux-x86_64-cpython-37/torch/jit/frontend.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:58:20.9107505Z copying build/lib.linux-x86_64-cpython-37/torch/jit/generate_bytecode.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:58:20.9107985Z copying build/lib.linux-x86_64-cpython-37/torch/jit/quantized.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:58:20.9108508Z copying build/lib.linux-x86_64-cpython-37/torch/jit/supported_ops.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:58:20.9109028Z copying build/lib.linux-x86_64-cpython-37/torch/jit/unsupported_tensor_ops.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T00:58:20.9185467Z creating build/bdist.linux-x86_64/wheel/torch/jit/_passes 2022-11-23T00:58:20.9186677Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_passes/__init__.py -> build/bdist.linux-x86_64/wheel/torch/jit/_passes 2022-11-23T00:58:20.9187379Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_passes/_property_propagation.py -> build/bdist.linux-x86_64/wheel/torch/jit/_passes 2022-11-23T00:58:20.9187812Z creating build/bdist.linux-x86_64/wheel/torch/jit/mobile 2022-11-23T00:58:20.9188101Z copying build/lib.linux-x86_64-cpython-37/torch/jit/mobile/__init__.py -> build/bdist.linux-x86_64/wheel/torch/jit/mobile 2022-11-23T00:58:20.9188310Z creating build/bdist.linux-x86_64/wheel/torch/linalg 2022-11-23T00:58:20.9188585Z copying build/lib.linux-x86_64-cpython-37/torch/linalg/__init__.py -> build/bdist.linux-x86_64/wheel/torch/linalg 2022-11-23T00:58:20.9188749Z creating build/bdist.linux-x86_64/wheel/torch/masked 2022-11-23T00:58:20.9189021Z copying build/lib.linux-x86_64-cpython-37/torch/masked/__init__.py -> build/bdist.linux-x86_64/wheel/torch/masked 2022-11-23T00:58:20.9189433Z copying build/lib.linux-x86_64-cpython-37/torch/masked/_docs.py -> build/bdist.linux-x86_64/wheel/torch/masked 2022-11-23T00:58:20.9189899Z copying build/lib.linux-x86_64-cpython-37/torch/masked/_ops.py -> build/bdist.linux-x86_64/wheel/torch/masked 2022-11-23T00:58:20.9190240Z creating build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T00:58:20.9190824Z copying build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T00:58:20.9191146Z copying build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor/_ops_refs.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T00:58:20.9191666Z copying build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor/binary.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T00:58:20.9192039Z copying build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor/core.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T00:58:20.9192404Z copying build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor/creation.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T00:58:20.9192745Z copying build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor/passthrough.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T00:58:20.9193102Z copying build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor/reductions.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T00:58:20.9193424Z copying build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor/unary.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T00:58:20.9193595Z creating build/bdist.linux-x86_64/wheel/torch/monitor 2022-11-23T00:58:20.9193877Z copying build/lib.linux-x86_64-cpython-37/torch/monitor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/monitor 2022-11-23T00:58:20.9194160Z creating build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T00:58:20.9194587Z copying build/lib.linux-x86_64-cpython-37/torch/multiprocessing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T00:58:20.9194950Z copying build/lib.linux-x86_64-cpython-37/torch/multiprocessing/_atfork.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T00:58:20.9195247Z copying build/lib.linux-x86_64-cpython-37/torch/multiprocessing/pool.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T00:58:20.9195653Z copying build/lib.linux-x86_64-cpython-37/torch/multiprocessing/queue.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T00:58:20.9196004Z copying build/lib.linux-x86_64-cpython-37/torch/multiprocessing/reductions.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T00:58:20.9196303Z copying build/lib.linux-x86_64-cpython-37/torch/multiprocessing/spawn.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T00:58:20.9196522Z creating build/bdist.linux-x86_64/wheel/torch/nested 2022-11-23T00:58:20.9196779Z copying build/lib.linux-x86_64-cpython-37/torch/nested/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nested 2022-11-23T00:58:20.9196938Z creating build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T00:58:20.9197341Z copying build/lib.linux-x86_64-cpython-37/torch/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T00:58:20.9197617Z copying build/lib.linux-x86_64-cpython-37/torch/nn/_reduction.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T00:58:20.9197937Z copying build/lib.linux-x86_64-cpython-37/torch/nn/common_types.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T00:58:20.9198191Z copying build/lib.linux-x86_64-cpython-37/torch/nn/cpp.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T00:58:20.9198453Z copying build/lib.linux-x86_64-cpython-37/torch/nn/functional.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T00:58:20.9198706Z copying build/lib.linux-x86_64-cpython-37/torch/nn/grad.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T00:58:20.9199011Z copying build/lib.linux-x86_64-cpython-37/torch/nn/init.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T00:58:20.9199380Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parameter.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T00:58:20.9199592Z creating build/bdist.linux-x86_64/wheel/torch/nn/backends 2022-11-23T00:58:20.9199880Z copying build/lib.linux-x86_64-cpython-37/torch/nn/backends/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/backends 2022-11-23T00:58:20.9200161Z copying build/lib.linux-x86_64-cpython-37/torch/nn/backends/thnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/backends 2022-11-23T00:58:20.9200443Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic 2022-11-23T00:58:20.9200786Z copying build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic 2022-11-23T00:58:20.9200982Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/modules 2022-11-23T00:58:20.9201293Z copying build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/modules 2022-11-23T00:58:20.9201655Z copying build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/modules/fused.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/modules 2022-11-23T00:58:20.9201829Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat 2022-11-23T00:58:20.9202190Z copying build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/qat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat 2022-11-23T00:58:20.9202515Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2022-11-23T00:58:20.9202954Z copying build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/qat/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2022-11-23T00:58:20.9203602Z copying build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/qat/modules/conv_fused.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2022-11-23T00:58:20.9204067Z copying build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/qat/modules/linear_fused.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2022-11-23T00:58:20.9204580Z copying build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/qat/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2022-11-23T00:58:20.9204958Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized 2022-11-23T00:58:20.9205351Z copying build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized 2022-11-23T00:58:20.9205551Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic 2022-11-23T00:58:20.9206183Z copying build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic 2022-11-23T00:58:20.9206668Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2022-11-23T00:58:20.9207143Z copying build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2022-11-23T00:58:20.9207559Z copying build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2022-11-23T00:58:20.9207821Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2022-11-23T00:58:20.9208166Z copying build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2022-11-23T00:58:20.9208556Z copying build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/modules/bn_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2022-11-23T00:58:20.9208983Z copying build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/modules/conv_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2022-11-23T00:58:20.9209333Z copying build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2022-11-23T00:58:20.9209505Z creating build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:58:20.9209779Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:58:20.9210166Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/_functions.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:58:20.9210653Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:58:20.9211039Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/adaptive.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:58:20.9211447Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/batchnorm.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:58:20.9211914Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/channelshuffle.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:58:20.9212322Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/container.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:58:20.9212677Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:58:20.9213008Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/distance.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:58:20.9213438Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/dropout.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:58:20.9213807Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/flatten.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:58:20.9214208Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/fold.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:58:20.9214636Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/instancenorm.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:58:20.9215081Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/lazy.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:58:20.9215500Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:58:20.9215852Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/loss.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:58:20.9216299Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/module.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:58:20.9216655Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/normalization.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:58:20.9216989Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/padding.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:58:20.9217341Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/pixelshuffle.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:58:20.9217763Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/pooling.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:58:20.9218222Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:58:20.9218564Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/sparse.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:58:20.9218914Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/transformer.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:58:20.9219326Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/upsampling.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:58:20.9219771Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T00:58:20.9220042Z creating build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T00:58:20.9220344Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T00:58:20.9220779Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/_functions.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T00:58:20.9221239Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/_replicated_tensor_ddp_interop.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T00:58:20.9221737Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/_replicated_tensor_ddp_utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T00:58:20.9222085Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/comm.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T00:58:20.9222519Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/data_parallel.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T00:58:20.9222985Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/distributed.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T00:58:20.9223405Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/parallel_apply.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T00:58:20.9223817Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/replicate.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T00:58:20.9224206Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/scatter_gather.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T00:58:20.9224625Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T00:58:20.9225159Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/common_types.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T00:58:20.9225643Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/data_parallel.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T00:58:20.9225974Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/parallel_apply.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T00:58:20.9226350Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/replicate.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T00:58:20.9226728Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/scatter_gather.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T00:58:20.9226956Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat 2022-11-23T00:58:20.9227391Z copying build/lib.linux-x86_64-cpython-37/torch/nn/qat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat 2022-11-23T00:58:20.9227583Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic 2022-11-23T00:58:20.9227872Z copying build/lib.linux-x86_64-cpython-37/torch/nn/qat/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic 2022-11-23T00:58:20.9229254Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic/modules 2022-11-23T00:58:20.9229616Z copying build/lib.linux-x86_64-cpython-37/torch/nn/qat/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic/modules 2022-11-23T00:58:20.9230862Z copying build/lib.linux-x86_64-cpython-37/torch/nn/qat/dynamic/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic/modules 2022-11-23T00:58:20.9231803Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2022-11-23T00:58:20.9232147Z copying build/lib.linux-x86_64-cpython-37/torch/nn/qat/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2022-11-23T00:58:20.9233438Z copying build/lib.linux-x86_64-cpython-37/torch/nn/qat/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2022-11-23T00:58:20.9234739Z copying build/lib.linux-x86_64-cpython-37/torch/nn/qat/modules/embedding_ops.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2022-11-23T00:58:20.9235456Z copying build/lib.linux-x86_64-cpython-37/torch/nn/qat/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2022-11-23T00:58:20.9236995Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantizable 2022-11-23T00:58:20.9237410Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantizable/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantizable 2022-11-23T00:58:20.9238279Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantizable/modules 2022-11-23T00:58:20.9238990Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantizable/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantizable/modules 2022-11-23T00:58:20.9240368Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantizable/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantizable/modules 2022-11-23T00:58:20.9240811Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantizable/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantizable/modules 2022-11-23T00:58:20.9242315Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized 2022-11-23T00:58:20.9242679Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized 2022-11-23T00:58:20.9244053Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/functional.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized 2022-11-23T00:58:20.9245402Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference 2022-11-23T00:58:20.9245770Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference 2022-11-23T00:58:20.9246425Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-11-23T00:58:20.9247102Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-11-23T00:58:20.9248019Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-11-23T00:58:20.9248889Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-11-23T00:58:20.9249739Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-11-23T00:58:20.9250523Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference/modules/sparse.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-11-23T00:58:20.9251392Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-11-23T00:58:20.9252649Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic 2022-11-23T00:58:20.9252969Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic 2022-11-23T00:58:20.9254688Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2022-11-23T00:58:20.9255234Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2022-11-23T00:58:20.9256032Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/dynamic/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2022-11-23T00:58:20.9256947Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/dynamic/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2022-11-23T00:58:20.9257793Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/dynamic/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2022-11-23T00:58:20.9259206Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T00:58:20.9259716Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T00:58:20.9261016Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T00:58:20.9261853Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules/batchnorm.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T00:58:20.9262566Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T00:58:20.9263494Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules/dropout.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T00:58:20.9264384Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules/embedding_ops.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T00:58:20.9265459Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules/functional_modules.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T00:58:20.9266487Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T00:58:20.9267289Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules/normalization.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T00:58:20.9268214Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T00:58:20.9268993Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T00:58:20.9270380Z creating build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T00:58:20.9271029Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T00:58:20.9272077Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/_deprecation_utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T00:58:20.9272756Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/_per_sample_grad.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T00:58:20.9273778Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/_stateless.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T00:58:20.9274815Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/clip_grad.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T00:58:20.9275919Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/convert_parameters.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T00:58:20.9276550Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/fusion.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T00:58:20.9277348Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/init.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T00:58:20.9278430Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/memory_format.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T00:58:20.9279594Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/parametrizations.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T00:58:20.9280726Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/parametrize.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T00:58:20.9282475Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/prune.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T00:58:20.9283726Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T00:58:20.9285096Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/spectral_norm.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T00:58:20.9286278Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/stateless.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T00:58:20.9287525Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/weight_norm.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T00:58:20.9289408Z creating build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T00:58:20.9290156Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T00:58:20.9291334Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights/conv_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T00:58:20.9292490Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights/conv_utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T00:58:20.9293667Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights/embedding_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T00:58:20.9294827Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights/expanded_weights_impl.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T00:58:20.9296243Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights/expanded_weights_utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T00:58:20.9297160Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T00:58:20.9298334Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T00:58:20.9299538Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T00:58:20.9300633Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights/linear_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T00:58:20.9302379Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parameter.pyi -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T00:58:20.9302669Z copying build/lib.linux-x86_64-cpython-37/torch/nn/functional.pyi -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T00:58:20.9304649Z creating build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:58:20.9305150Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:58:20.9306668Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_constants.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:58:20.9307029Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_deprecation.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:58:20.9308096Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_experimental.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:58:20.9309161Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_exporter_states.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:58:20.9309848Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_globals.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:58:20.9310936Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_onnx_supported_ops.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:58:20.9311810Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_patch_torch.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:58:20.9312954Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_type_utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:58:20.9313709Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/errors.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:58:20.9314730Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/operators.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:58:20.9315371Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_caffe2.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:58:20.9316703Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_helper.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:58:20.9317965Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_opset10.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:58:20.9319029Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_opset11.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:58:20.9320652Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_opset12.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:58:20.9321928Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_opset13.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:58:20.9322905Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_opset14.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:58:20.9323688Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_opset15.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:58:20.9324470Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_opset16.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:58:20.9325696Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_opset17.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:58:20.9326634Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_opset7.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:58:20.9327341Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_opset8.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:58:20.9328367Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_opset9.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:58:20.9330551Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:58:20.9332028Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/verification.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T00:58:20.9333529Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-11-23T00:58:20.9333998Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-11-23T00:58:20.9334935Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/_beartype.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-11-23T00:58:20.9335708Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/jit_utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-11-23T00:58:20.9336835Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/onnx_proto_utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-11-23T00:58:20.9337395Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/registration.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-11-23T00:58:20.9339031Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics 2022-11-23T00:58:20.9339391Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics 2022-11-23T00:58:20.9340337Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/_diagnostic.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics 2022-11-23T00:58:20.9341279Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/_rules.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics 2022-11-23T00:58:20.9342674Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-11-23T00:58:20.9343344Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-11-23T00:58:20.9344111Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/_infra.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-11-23T00:58:20.9345137Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/engine.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-11-23T00:58:20.9346151Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/formatter.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-11-23T00:58:20.9346999Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-11-23T00:58:20.9348681Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9349674Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9350540Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_address.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9351551Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9352737Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9353846Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9354958Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9355996Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9357004Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9359160Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9359901Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9360592Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_edge.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9361706Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9362603Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_exception.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9363717Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9365244Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9366765Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9367568Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_fix.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9368858Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_graph.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9370185Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9371737Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9372471Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9373399Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9374471Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9375693Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_message.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9378883Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9379585Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_node.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9380313Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_notification.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9381134Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9381863Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9382573Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9383529Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_region.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9384267Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9385373Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9386392Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9389024Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9389934Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9390774Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_result.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9391913Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9392959Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_run.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9394260Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9395297Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9396448Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9397500Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_stack.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9398510Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9399625Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9400835Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9402230Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9403189Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_tool.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9404035Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9405253Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9406336Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9407706Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9408888Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9409830Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9411117Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/diagnostics/infra/sarif/version.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T00:58:20.9412285Z creating build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:58:20.9413324Z copying build/lib.linux-x86_64-cpython-37/torch/optim/__init__.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:58:20.9414545Z copying build/lib.linux-x86_64-cpython-37/torch/optim/_functional.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:58:20.9415598Z copying build/lib.linux-x86_64-cpython-37/torch/optim/adadelta.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:58:20.9416667Z copying build/lib.linux-x86_64-cpython-37/torch/optim/adagrad.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:58:20.9417937Z copying build/lib.linux-x86_64-cpython-37/torch/optim/adam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:58:20.9418972Z copying build/lib.linux-x86_64-cpython-37/torch/optim/adamax.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:58:20.9420283Z copying build/lib.linux-x86_64-cpython-37/torch/optim/adamw.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:58:20.9421628Z copying build/lib.linux-x86_64-cpython-37/torch/optim/asgd.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:58:20.9422504Z copying build/lib.linux-x86_64-cpython-37/torch/optim/lbfgs.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:58:20.9423673Z copying build/lib.linux-x86_64-cpython-37/torch/optim/lr_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:58:20.9425953Z copying build/lib.linux-x86_64-cpython-37/torch/optim/nadam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:58:20.9427718Z copying build/lib.linux-x86_64-cpython-37/torch/optim/optimizer.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:58:20.9428196Z copying build/lib.linux-x86_64-cpython-37/torch/optim/radam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:58:20.9429256Z copying build/lib.linux-x86_64-cpython-37/torch/optim/rmsprop.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:58:20.9430419Z copying build/lib.linux-x86_64-cpython-37/torch/optim/rprop.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:58:20.9431901Z copying build/lib.linux-x86_64-cpython-37/torch/optim/sgd.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:58:20.9432796Z copying build/lib.linux-x86_64-cpython-37/torch/optim/sparse_adam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:58:20.9433969Z copying build/lib.linux-x86_64-cpython-37/torch/optim/swa_utils.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:58:20.9435509Z creating build/bdist.linux-x86_64/wheel/torch/optim/_multi_tensor 2022-11-23T00:58:20.9436366Z copying build/lib.linux-x86_64-cpython-37/torch/optim/_multi_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/optim/_multi_tensor 2022-11-23T00:58:20.9437679Z copying build/lib.linux-x86_64-cpython-37/torch/optim/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:58:20.9438899Z copying build/lib.linux-x86_64-cpython-37/torch/optim/adadelta.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:58:20.9440012Z copying build/lib.linux-x86_64-cpython-37/torch/optim/adagrad.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:58:20.9441139Z copying build/lib.linux-x86_64-cpython-37/torch/optim/adam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:58:20.9442227Z copying build/lib.linux-x86_64-cpython-37/torch/optim/adamax.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:58:20.9443318Z copying build/lib.linux-x86_64-cpython-37/torch/optim/adamw.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:58:20.9444392Z copying build/lib.linux-x86_64-cpython-37/torch/optim/asgd.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:58:20.9445407Z copying build/lib.linux-x86_64-cpython-37/torch/optim/lbfgs.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:58:20.9446745Z copying build/lib.linux-x86_64-cpython-37/torch/optim/lr_scheduler.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:58:20.9447877Z copying build/lib.linux-x86_64-cpython-37/torch/optim/nadam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:58:20.9448934Z copying build/lib.linux-x86_64-cpython-37/torch/optim/optimizer.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:58:20.9450100Z copying build/lib.linux-x86_64-cpython-37/torch/optim/radam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:58:20.9451030Z copying build/lib.linux-x86_64-cpython-37/torch/optim/rmsprop.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:58:20.9453316Z copying build/lib.linux-x86_64-cpython-37/torch/optim/rprop.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:58:20.9454077Z copying build/lib.linux-x86_64-cpython-37/torch/optim/sgd.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:58:20.9455105Z copying build/lib.linux-x86_64-cpython-37/torch/optim/sparse_adam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:58:20.9456217Z copying build/lib.linux-x86_64-cpython-37/torch/optim/swa_utils.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T00:58:20.9457765Z creating build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:58:20.9458175Z copying build/lib.linux-x86_64-cpython-37/torch/package/__init__.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:58:20.9459737Z copying build/lib.linux-x86_64-cpython-37/torch/package/_digraph.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:58:20.9460677Z copying build/lib.linux-x86_64-cpython-37/torch/package/_directory_reader.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:58:20.9461387Z copying build/lib.linux-x86_64-cpython-37/torch/package/_importlib.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:58:20.9462467Z copying build/lib.linux-x86_64-cpython-37/torch/package/_mangling.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:58:20.9463121Z copying build/lib.linux-x86_64-cpython-37/torch/package/_mock.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:58:20.9464197Z copying build/lib.linux-x86_64-cpython-37/torch/package/_package_pickler.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:58:20.9465230Z copying build/lib.linux-x86_64-cpython-37/torch/package/_package_unpickler.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:58:20.9465653Z copying build/lib.linux-x86_64-cpython-37/torch/package/_stdlib.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:58:20.9467005Z copying build/lib.linux-x86_64-cpython-37/torch/package/file_structure_representation.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:58:20.9467813Z copying build/lib.linux-x86_64-cpython-37/torch/package/find_file_dependencies.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:58:20.9468635Z copying build/lib.linux-x86_64-cpython-37/torch/package/glob_group.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:58:20.9469461Z copying build/lib.linux-x86_64-cpython-37/torch/package/importer.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:58:20.9470524Z copying build/lib.linux-x86_64-cpython-37/torch/package/package_exporter.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:58:20.9471852Z copying build/lib.linux-x86_64-cpython-37/torch/package/package_importer.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T00:58:20.9473419Z creating build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-11-23T00:58:20.9474247Z copying build/lib.linux-x86_64-cpython-37/torch/package/analyze/__init__.py -> build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-11-23T00:58:20.9475177Z copying build/lib.linux-x86_64-cpython-37/torch/package/analyze/find_first_use_of_broken_modules.py -> build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-11-23T00:58:20.9475940Z copying build/lib.linux-x86_64-cpython-37/torch/package/analyze/is_from_package.py -> build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-11-23T00:58:20.9477146Z copying build/lib.linux-x86_64-cpython-37/torch/package/analyze/trace_dependencies.py -> build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-11-23T00:58:20.9477911Z creating build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T00:58:20.9478539Z copying build/lib.linux-x86_64-cpython-37/torch/profiler/__init__.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T00:58:20.9479947Z copying build/lib.linux-x86_64-cpython-37/torch/profiler/_memory_profiler.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T00:58:20.9480680Z copying build/lib.linux-x86_64-cpython-37/torch/profiler/_pattern_matcher.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T00:58:20.9482039Z copying build/lib.linux-x86_64-cpython-37/torch/profiler/_utils.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T00:58:20.9483092Z copying build/lib.linux-x86_64-cpython-37/torch/profiler/itt.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T00:58:20.9483981Z copying build/lib.linux-x86_64-cpython-37/torch/profiler/profiler.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T00:58:20.9484901Z copying build/lib.linux-x86_64-cpython-37/torch/profiler/python_tracer.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T00:58:20.9486261Z creating build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:58:20.9486636Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/__init__.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:58:20.9487375Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/_numeric_suite.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:58:20.9488913Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/_numeric_suite_fx.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:58:20.9490037Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fake_quantize.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:58:20.9490771Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fuse_modules.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:58:20.9491821Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fuser_method_mappings.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:58:20.9492805Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/observer.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:58:20.9493907Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/qconfig.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:58:20.9494982Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/quant_type.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:58:20.9496072Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/quantization_mappings.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:58:20.9497126Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/quantize.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:58:20.9498110Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/quantize_fx.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:58:20.9499151Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/quantize_jit.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:58:20.9500186Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/stubs.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:58:20.9501254Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T00:58:20.9503303Z creating build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T00:58:20.9503872Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T00:58:20.9505136Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fx/_equalize.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T00:58:20.9506948Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fx/convert.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T00:58:20.9507346Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fx/fuse.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T00:58:20.9508490Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fx/fusion_patterns.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T00:58:20.9509367Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fx/graph_module.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T00:58:20.9510256Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fx/match_utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T00:58:20.9511207Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fx/pattern_utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T00:58:20.9512205Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fx/prepare.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T00:58:20.9513064Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fx/quantization_patterns.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T00:58:20.9513852Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fx/quantization_types.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T00:58:20.9514654Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fx/utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T00:58:20.9515914Z creating build/bdist.linux-x86_64/wheel/torch/signal 2022-11-23T00:58:20.9516182Z copying build/lib.linux-x86_64-cpython-37/torch/signal/__init__.py -> build/bdist.linux-x86_64/wheel/torch/signal 2022-11-23T00:58:20.9535693Z creating build/bdist.linux-x86_64/wheel/torch/signal/windows 2022-11-23T00:58:20.9536197Z copying build/lib.linux-x86_64-cpython-37/torch/signal/windows/__init__.py -> build/bdist.linux-x86_64/wheel/torch/signal/windows 2022-11-23T00:58:20.9536824Z copying build/lib.linux-x86_64-cpython-37/torch/signal/windows/windows.py -> build/bdist.linux-x86_64/wheel/torch/signal/windows 2022-11-23T00:58:20.9537070Z creating build/bdist.linux-x86_64/wheel/torch/sparse 2022-11-23T00:58:20.9537414Z copying build/lib.linux-x86_64-cpython-37/torch/sparse/__init__.py -> build/bdist.linux-x86_64/wheel/torch/sparse 2022-11-23T00:58:20.9537689Z creating build/bdist.linux-x86_64/wheel/torch/special 2022-11-23T00:58:20.9538072Z copying build/lib.linux-x86_64-cpython-37/torch/special/__init__.py -> build/bdist.linux-x86_64/wheel/torch/special 2022-11-23T00:58:20.9538244Z creating build/bdist.linux-x86_64/wheel/torch/testing 2022-11-23T00:58:20.9538520Z copying build/lib.linux-x86_64-cpython-37/torch/testing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-11-23T00:58:20.9538786Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_comparison.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-11-23T00:58:20.9539067Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_creation.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-11-23T00:58:20.9539346Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_deprecated.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-11-23T00:58:20.9539532Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:58:20.9539830Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:58:20.9540149Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/autocast_test_lists.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:58:20.9540564Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/check_kernel_launches.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:58:20.9540875Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/common_cuda.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:58:20.9541194Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/common_device_type.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:58:20.9541517Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/common_distributed.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:58:20.9541809Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/common_dtype.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:58:20.9542114Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/common_fsdp.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:58:20.9542420Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/common_jit.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:58:20.9542755Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/common_methods_invocations.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:58:20.9545204Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/common_modules.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:58:20.9546635Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/common_nn.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:58:20.9549248Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/common_quantization.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:58:20.9551165Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/common_quantized.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:58:20.9552256Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/common_subclass.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:58:20.9553710Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/common_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:58:20.9555544Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/composite_compliance.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:58:20.9556602Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/dist_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:58:20.9557652Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/hypothesis_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:58:20.9558660Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/inductor_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:58:20.9559489Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/jit_metaprogramming_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:58:20.9560980Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/jit_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:58:20.9562909Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/logging_tensor.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:58:20.9563425Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/quantization_torch_package_models.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:58:20.9563811Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/schema_check_mode.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T00:58:20.9564910Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/codegen 2022-11-23T00:58:20.9565486Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/codegen/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/codegen 2022-11-23T00:58:20.9566444Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/codegen/random_topo_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/codegen 2022-11-23T00:58:20.9567436Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/data 2022-11-23T00:58:20.9567821Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/data/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/data 2022-11-23T00:58:20.9568901Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/data/network1.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/data 2022-11-23T00:58:20.9569633Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/data/network2.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/data 2022-11-23T00:58:20.9571757Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T00:58:20.9572305Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T00:58:20.9572827Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T00:58:20.9574113Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/distributed_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T00:58:20.9577710Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/distributed_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T00:58:20.9578510Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/multi_threaded_pg.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T00:58:20.9579725Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/pipe_with_ddp_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T00:58:20.9580376Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T00:58:20.9581607Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard 2022-11-23T00:58:20.9582544Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_shard/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard 2022-11-23T00:58:20.9583384Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_shard/test_common.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard 2022-11-23T00:58:20.9584505Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T00:58:20.9585608Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T00:58:20.9586939Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T00:58:20.9588199Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T00:58:20.9589276Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_tensor 2022-11-23T00:58:20.9589804Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_tensor 2022-11-23T00:58:20.9591263Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_tensor/common_dtensor.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_tensor 2022-11-23T00:58:20.9592012Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_tensor/dtensor_lagging_op_db.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_tensor 2022-11-23T00:58:20.9593738Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_tensor/gen_dtensor_lagging_op_db.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_tensor 2022-11-23T00:58:20.9594803Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn 2022-11-23T00:58:20.9595685Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn 2022-11-23T00:58:20.9596536Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn/api 2022-11-23T00:58:20.9597486Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/nn/api/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn/api 2022-11-23T00:58:20.9598350Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/nn/api/remote_module_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn/api 2022-11-23T00:58:20.9599430Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/pipeline 2022-11-23T00:58:20.9600306Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/pipeline/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/pipeline 2022-11-23T00:58:20.9601162Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T00:58:20.9601580Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T00:58:20.9602517Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/dist_autograd_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T00:58:20.9604619Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/dist_optimizer_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T00:58:20.9605150Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T00:58:20.9606210Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T00:58:20.9607040Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T00:58:20.9607883Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/rpc_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T00:58:20.9610513Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T00:58:20.9611860Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/examples 2022-11-23T00:58:20.9612294Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/examples/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/examples 2022-11-23T00:58:20.9613397Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/examples 2022-11-23T00:58:20.9614338Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/examples 2022-11-23T00:58:20.9615849Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2022-11-23T00:58:20.9616351Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2022-11-23T00:58:20.9617145Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2022-11-23T00:58:20.9617931Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/jit/rpc_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2022-11-23T00:58:20.9619248Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2022-11-23T00:58:20.9620718Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/generated 2022-11-23T00:58:20.9621950Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/generated/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/generated 2022-11-23T00:58:20.9622304Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/generated/annotated_fn_args.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/generated 2022-11-23T00:58:20.9625684Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2022-11-23T00:58:20.9626027Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2022-11-23T00:58:20.9627053Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/core.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2022-11-23T00:58:20.9628629Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/refs.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2022-11-23T00:58:20.9629855Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2022-11-23T00:58:20.9630922Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T00:58:20.9631360Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/definitions/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T00:58:20.9632490Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/definitions/_masked.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T00:58:20.9633611Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/definitions/fft.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T00:58:20.9634679Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/definitions/linalg.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T00:58:20.9636394Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/definitions/signal.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T00:58:20.9637152Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/definitions/special.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T00:58:20.9638771Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/test_module 2022-11-23T00:58:20.9639451Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/test_module/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/test_module 2022-11-23T00:58:20.9640498Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/test_module/future_div.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/test_module 2022-11-23T00:58:20.9641277Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/test_module/no_future_div.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/test_module 2022-11-23T00:58:20.9642737Z creating build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:58:20.9643264Z copying build/lib.linux-x86_64-cpython-37/torch/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:58:20.9644301Z copying build/lib.linux-x86_64-cpython-37/torch/utils/_cpp_extension_versioner.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:58:20.9645161Z copying build/lib.linux-x86_64-cpython-37/torch/utils/_crash_handler.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:58:20.9646045Z copying build/lib.linux-x86_64-cpython-37/torch/utils/_cuda_trace.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:58:20.9647800Z copying build/lib.linux-x86_64-cpython-37/torch/utils/_freeze.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:58:20.9648641Z copying build/lib.linux-x86_64-cpython-37/torch/utils/_mode_utils.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:58:20.9649544Z copying build/lib.linux-x86_64-cpython-37/torch/utils/_python_dispatch.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:58:20.9650536Z copying build/lib.linux-x86_64-cpython-37/torch/utils/_pytree.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:58:20.9652341Z copying build/lib.linux-x86_64-cpython-37/torch/utils/_zip.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:58:20.9653465Z copying build/lib.linux-x86_64-cpython-37/torch/utils/backend_registration.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:58:20.9653919Z copying build/lib.linux-x86_64-cpython-37/torch/utils/bundled_inputs.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:58:20.9654779Z copying build/lib.linux-x86_64-cpython-37/torch/utils/checkpoint.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:58:20.9656745Z copying build/lib.linux-x86_64-cpython-37/torch/utils/collect_env.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:58:20.9657359Z copying build/lib.linux-x86_64-cpython-37/torch/utils/cpp_backtrace.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:58:20.9657873Z copying build/lib.linux-x86_64-cpython-37/torch/utils/cpp_extension.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:58:20.9660156Z copying build/lib.linux-x86_64-cpython-37/torch/utils/dlpack.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:58:20.9661189Z copying build/lib.linux-x86_64-cpython-37/torch/utils/file_baton.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:58:20.9661967Z copying build/lib.linux-x86_64-cpython-37/torch/utils/hooks.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:58:20.9664425Z copying build/lib.linux-x86_64-cpython-37/torch/utils/mkldnn.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:58:20.9664992Z copying build/lib.linux-x86_64-cpython-37/torch/utils/mobile_optimizer.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:58:20.9665751Z copying build/lib.linux-x86_64-cpython-37/torch/utils/model_zoo.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:58:20.9666446Z copying build/lib.linux-x86_64-cpython-37/torch/utils/show_pickle.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:58:20.9667531Z copying build/lib.linux-x86_64-cpython-37/torch/utils/throughput_benchmark.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T00:58:20.9668554Z creating build/bdist.linux-x86_64/wheel/torch/utils/backcompat 2022-11-23T00:58:20.9669297Z copying build/lib.linux-x86_64-cpython-37/torch/utils/backcompat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/backcompat 2022-11-23T00:58:20.9670480Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark 2022-11-23T00:58:20.9670809Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark 2022-11-23T00:58:20.9672305Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T00:58:20.9672665Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T00:58:20.9673934Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples/blas_compare.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T00:58:20.9674679Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples/blas_compare_setup.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T00:58:20.9675571Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples/compare.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T00:58:20.9676799Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples/end_to_end.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T00:58:20.9677749Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples/fuzzer.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T00:58:20.9678416Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples/op_benchmark.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T00:58:20.9679311Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples/simple_timeit.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T00:58:20.9680230Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples/spectral_ops_fuzz_test.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T00:58:20.9681507Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-11-23T00:58:20.9681920Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/op_fuzzers/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-11-23T00:58:20.9682821Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/op_fuzzers/binary.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-11-23T00:58:20.9683542Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/op_fuzzers/sparse_binary.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-11-23T00:58:20.9684465Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/op_fuzzers/sparse_unary.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-11-23T00:58:20.9685110Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/op_fuzzers/spectral.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-11-23T00:58:20.9686151Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/op_fuzzers/unary.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-11-23T00:58:20.9687590Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T00:58:20.9688046Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T00:58:20.9689155Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/_stubs.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T00:58:20.9689692Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/common.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T00:58:20.9691150Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/compare.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T00:58:20.9691666Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/cpp_jit.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T00:58:20.9692687Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/fuzzer.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T00:58:20.9693660Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/sparse_fuzzer.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T00:58:20.9694895Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/timer.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T00:58:20.9696051Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T00:58:20.9696738Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/valgrind_wrapper/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T00:58:20.9697762Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T00:58:20.9698827Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T00:58:20.9699837Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T00:58:20.9700387Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T00:58:20.9701396Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T00:58:20.9705103Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/timeit_template.cpp -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T00:58:20.9706534Z creating build/bdist.linux-x86_64/wheel/torch/utils/bottleneck 2022-11-23T00:58:20.9706914Z copying build/lib.linux-x86_64-cpython-37/torch/utils/bottleneck/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/bottleneck 2022-11-23T00:58:20.9707941Z copying build/lib.linux-x86_64-cpython-37/torch/utils/bottleneck/__main__.py -> build/bdist.linux-x86_64/wheel/torch/utils/bottleneck 2022-11-23T00:58:20.9709545Z creating build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T00:58:20.9710501Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T00:58:20.9710877Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/backward_compatibility.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T00:58:20.9712105Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/dataloader.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T00:58:20.9714632Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/dataset.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T00:58:20.9714994Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/distributed.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T00:58:20.9715372Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T00:58:20.9716668Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/graph_settings.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T00:58:20.9717382Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/sampler.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T00:58:20.9718574Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T00:58:20.9719656Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T00:58:20.9720721Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils/collate.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T00:58:20.9721946Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils/fetch.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T00:58:20.9723164Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils/pin_memory.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T00:58:20.9724225Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils/serialization.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T00:58:20.9725241Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils/signal_handling.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T00:58:20.9726197Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils/worker.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T00:58:20.9727621Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T00:58:20.9728414Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T00:58:20.9729627Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/_decorator.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T00:58:20.9730749Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/_hook_iterator.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T00:58:20.9731999Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/_typing.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T00:58:20.9733086Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/datapipe.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T00:58:20.9734390Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/gen_pyi.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T00:58:20.9736440Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-11-23T00:58:20.9737409Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/dataframe/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-11-23T00:58:20.9738436Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/dataframe/dataframe_wrapper.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-11-23T00:58:20.9739471Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/dataframe/dataframes.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-11-23T00:58:20.9740727Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/dataframe/datapipes.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-11-23T00:58:20.9741948Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/dataframe/structures.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-11-23T00:58:20.9743217Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T00:58:20.9744032Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T00:58:20.9745330Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter/callable.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T00:58:20.9747344Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter/combinatorics.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T00:58:20.9748495Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter/combining.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T00:58:20.9749935Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter/filelister.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T00:58:20.9750941Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter/fileopener.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T00:58:20.9752065Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter/grouping.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T00:58:20.9753292Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter/routeddecoder.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T00:58:20.9754229Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter/selecting.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T00:58:20.9755290Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter/streamreader.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T00:58:20.9756325Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter/utils.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T00:58:20.9757633Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-11-23T00:58:20.9758480Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/map/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-11-23T00:58:20.9759685Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/map/callable.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-11-23T00:58:20.9760813Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/map/combinatorics.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-11-23T00:58:20.9761987Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/map/combining.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-11-23T00:58:20.9763032Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/map/grouping.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-11-23T00:58:20.9764202Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/map/utils.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-11-23T00:58:20.9765586Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2022-11-23T00:58:20.9766300Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2022-11-23T00:58:20.9767342Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/utils/common.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2022-11-23T00:58:20.9768524Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/utils/decoder.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2022-11-23T00:58:20.9769572Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/utils/snapshot.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2022-11-23T00:58:20.9770679Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/datapipe.pyi -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T00:58:20.9771979Z creating build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-11-23T00:58:20.9772847Z copying build/lib.linux-x86_64-cpython-37/torch/utils/hipify/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-11-23T00:58:20.9774864Z copying build/lib.linux-x86_64-cpython-37/torch/utils/hipify/constants.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-11-23T00:58:20.9775438Z copying build/lib.linux-x86_64-cpython-37/torch/utils/hipify/cuda_to_hip_mappings.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-11-23T00:58:20.9779228Z copying build/lib.linux-x86_64-cpython-37/torch/utils/hipify/hipify_python.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-11-23T00:58:20.9780175Z copying build/lib.linux-x86_64-cpython-37/torch/utils/hipify/version.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-11-23T00:58:20.9781345Z creating build/bdist.linux-x86_64/wheel/torch/utils/jit 2022-11-23T00:58:20.9782194Z copying build/lib.linux-x86_64-cpython-37/torch/utils/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/jit 2022-11-23T00:58:20.9783521Z copying build/lib.linux-x86_64-cpython-37/torch/utils/jit/log_extract.py -> build/bdist.linux-x86_64/wheel/torch/utils/jit 2022-11-23T00:58:20.9784372Z creating build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-11-23T00:58:20.9785267Z copying build/lib.linux-x86_64-cpython-37/torch/utils/model_dump/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-11-23T00:58:20.9787249Z copying build/lib.linux-x86_64-cpython-37/torch/utils/model_dump/__main__.py -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-11-23T00:58:20.9787676Z copying build/lib.linux-x86_64-cpython-37/torch/utils/model_dump/skeleton.html -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-11-23T00:58:20.9789328Z copying build/lib.linux-x86_64-cpython-37/torch/utils/model_dump/code.js -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-11-23T00:58:20.9789973Z copying build/lib.linux-x86_64-cpython-37/torch/utils/model_dump/htm.mjs -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-11-23T00:58:20.9791178Z copying build/lib.linux-x86_64-cpython-37/torch/utils/model_dump/preact.mjs -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-11-23T00:58:20.9792692Z creating build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T00:58:20.9793477Z copying build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T00:58:20.9794470Z copying build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard/_caffe2_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T00:58:20.9795690Z copying build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard/_convert_np.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T00:58:20.9796187Z copying build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard/_embedding.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T00:58:20.9797667Z copying build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard/_onnx_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T00:58:20.9798174Z copying build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard/_proto_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T00:58:20.9799006Z copying build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard/_pytorch_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T00:58:20.9800556Z copying build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard/_utils.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T00:58:20.9801206Z copying build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard/summary.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T00:58:20.9802712Z copying build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard/writer.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T00:58:20.9803586Z copying build/lib.linux-x86_64-cpython-37/torch/py.typed -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:58:20.9805353Z creating build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T00:58:20.9805640Z copying build/lib.linux-x86_64-cpython-37/torch/bin/protoc-3.13.0.0 -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T00:58:20.9834055Z copying build/lib.linux-x86_64-cpython-37/torch/bin/protoc -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T00:58:20.9863558Z copying build/lib.linux-x86_64-cpython-37/torch/bin/test_jit -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T00:58:20.9911184Z copying build/lib.linux-x86_64-cpython-37/torch/bin/test_tensorexpr -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T00:58:21.0008893Z copying build/lib.linux-x86_64-cpython-37/torch/bin/tutorial_tensorexpr -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T00:58:21.0010710Z copying build/lib.linux-x86_64-cpython-37/torch/bin/FileStoreTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T00:58:21.0015143Z copying build/lib.linux-x86_64-cpython-37/torch/bin/TCPStoreTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T00:58:21.0020313Z copying build/lib.linux-x86_64-cpython-37/torch/bin/HashStoreTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T00:58:21.0024484Z copying build/lib.linux-x86_64-cpython-37/torch/bin/test_dist_autograd -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T00:58:21.0029077Z copying build/lib.linux-x86_64-cpython-37/torch/bin/test_cpp_rpc -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T00:58:21.0034540Z copying build/lib.linux-x86_64-cpython-37/torch/bin/test_api -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T00:58:21.0143477Z copying build/lib.linux-x86_64-cpython-37/torch/bin/test_mobile_nnc -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T00:58:21.0149097Z copying build/lib.linux-x86_64-cpython-37/torch/bin/aot_model_compiler_test -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T00:58:21.0150724Z copying build/lib.linux-x86_64-cpython-37/torch/bin/test_lazy -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T00:58:21.0181801Z copying build/lib.linux-x86_64-cpython-37/torch/bin/torch_shm_manager -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T00:58:21.0183658Z creating build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0183995Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_CompileTimeFunctionPointer_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0188965Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_DeviceGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0193348Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_Device_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0198024Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_DispatchKeySet_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0203255Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_StreamGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0207186Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_SymInt_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0211542Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_InlineDeviceGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0216101Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_InlineStreamGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0221096Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_SizesAndStrides_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0226002Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_Array_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0230322Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_Bitset_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0234815Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_C++17_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0239597Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_ConstexprCrc_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0243805Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_DeadlockDetection_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0247980Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_Half_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0252328Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_LeftRight_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0257116Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_Metaprogramming_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0262299Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_SmallVectorTest -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0275520Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_Synchronized_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0279857Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_ThreadLocal_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0284533Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_TypeIndex_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0288828Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_TypeList_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0293285Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_TypeTraits_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0297833Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_accumulate_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0302015Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_bfloat16_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0306582Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_complex_math_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0310991Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_complex_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0315303Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_either_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0324166Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_exception_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0328394Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_flags_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0332643Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_intrusive_ptr_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0345887Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_irange_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0350082Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_logging_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0354535Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_optional_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0361128Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_ordered_preserving_dict_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0366054Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_registry_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0370416Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_string_view_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0375089Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_tempfile_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0379303Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_typeid_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0383646Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_intrusive_ptr_benchmark -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0387521Z copying build/lib.linux-x86_64-cpython-37/torch/test/Dict_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0393421Z copying build/lib.linux-x86_64-cpython-37/torch/test/Dimname_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0397790Z copying build/lib.linux-x86_64-cpython-37/torch/test/MaybeOwned_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0403379Z copying build/lib.linux-x86_64-cpython-37/torch/test/NamedTensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0407926Z copying build/lib.linux-x86_64-cpython-37/torch/test/apply_utils_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0412696Z copying build/lib.linux-x86_64-cpython-37/torch/test/atest -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0417469Z copying build/lib.linux-x86_64-cpython-37/torch/test/basic -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0422489Z copying build/lib.linux-x86_64-cpython-37/torch/test/broadcast_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0427044Z copying build/lib.linux-x86_64-cpython-37/torch/test/cpu_generator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0431785Z copying build/lib.linux-x86_64-cpython-37/torch/test/cpu_profiling_allocator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0436196Z copying build/lib.linux-x86_64-cpython-37/torch/test/cpu_rng_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0445092Z copying build/lib.linux-x86_64-cpython-37/torch/test/dispatch_key_set_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0449575Z copying build/lib.linux-x86_64-cpython-37/torch/test/dlconvertor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0454399Z copying build/lib.linux-x86_64-cpython-37/torch/test/extension_backend_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0459469Z copying build/lib.linux-x86_64-cpython-37/torch/test/half_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0463541Z copying build/lib.linux-x86_64-cpython-37/torch/test/ivalue_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0471184Z copying build/lib.linux-x86_64-cpython-37/torch/test/lazy_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0475152Z copying build/lib.linux-x86_64-cpython-37/torch/test/math_kernel_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0479797Z copying build/lib.linux-x86_64-cpython-37/torch/test/memory_format_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0484283Z copying build/lib.linux-x86_64-cpython-37/torch/test/memory_overlapping_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0488681Z copying build/lib.linux-x86_64-cpython-37/torch/test/mobile_memory_cleanup -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0492933Z copying build/lib.linux-x86_64-cpython-37/torch/test/native_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0497616Z copying build/lib.linux-x86_64-cpython-37/torch/test/operator_name_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0501660Z copying build/lib.linux-x86_64-cpython-37/torch/test/operators_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0506204Z copying build/lib.linux-x86_64-cpython-37/torch/test/packedtensoraccessor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0510288Z copying build/lib.linux-x86_64-cpython-37/torch/test/pow_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0516067Z copying build/lib.linux-x86_64-cpython-37/torch/test/quantized_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0520735Z copying build/lib.linux-x86_64-cpython-37/torch/test/reduce_ops_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0524821Z copying build/lib.linux-x86_64-cpython-37/torch/test/reportMemoryUsage_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0528920Z copying build/lib.linux-x86_64-cpython-37/torch/test/scalar_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0533515Z copying build/lib.linux-x86_64-cpython-37/torch/test/scalar_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0538093Z copying build/lib.linux-x86_64-cpython-37/torch/test/stride_properties_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0542303Z copying build/lib.linux-x86_64-cpython-37/torch/test/tensor_iterator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0549454Z copying build/lib.linux-x86_64-cpython-37/torch/test/test_parallel -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0553853Z copying build/lib.linux-x86_64-cpython-37/torch/test/thread_init_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0554902Z copying build/lib.linux-x86_64-cpython-37/torch/test/type_ptr_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0559796Z copying build/lib.linux-x86_64-cpython-37/torch/test/type_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0564894Z copying build/lib.linux-x86_64-cpython-37/torch/test/undefined_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0569369Z copying build/lib.linux-x86_64-cpython-37/torch/test/variant_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0573686Z copying build/lib.linux-x86_64-cpython-37/torch/test/verify_api_visibility -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0574875Z copying build/lib.linux-x86_64-cpython-37/torch/test/vmap_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0581339Z copying build/lib.linux-x86_64-cpython-37/torch/test/weakref_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0585747Z copying build/lib.linux-x86_64-cpython-37/torch/test/wrapdim_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0590209Z copying build/lib.linux-x86_64-cpython-37/torch/test/xla_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0594542Z copying build/lib.linux-x86_64-cpython-37/torch/test/ExclusivelyOwned_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0599294Z copying build/lib.linux-x86_64-cpython-37/torch/test/tensor_interop_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0607206Z copying build/lib.linux-x86_64-cpython-37/torch/test/IListRef_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0612186Z copying build/lib.linux-x86_64-cpython-37/torch/test/List_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0621355Z copying build/lib.linux-x86_64-cpython-37/torch/test/TensorImpl_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0625909Z copying build/lib.linux-x86_64-cpython-37/torch/test/KernelFunction_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0630969Z copying build/lib.linux-x86_64-cpython-37/torch/test/kernel_function_legacy_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0642149Z copying build/lib.linux-x86_64-cpython-37/torch/test/kernel_function_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0650045Z copying build/lib.linux-x86_64-cpython-37/torch/test/kernel_lambda_legacy_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0661335Z copying build/lib.linux-x86_64-cpython-37/torch/test/kernel_lambda_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0670294Z copying build/lib.linux-x86_64-cpython-37/torch/test/kernel_stackbased_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0675107Z copying build/lib.linux-x86_64-cpython-37/torch/test/make_boxed_from_unboxed_functor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0683235Z copying build/lib.linux-x86_64-cpython-37/torch/test/CppSignature_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0687869Z copying build/lib.linux-x86_64-cpython-37/torch/test/backend_fallback_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0692355Z copying build/lib.linux-x86_64-cpython-37/torch/test/op_allowlist_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0696680Z copying build/lib.linux-x86_64-cpython-37/torch/test/op_registration_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0725676Z copying build/lib.linux-x86_64-cpython-37/torch/test/blob_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0745814Z copying build/lib.linux-x86_64-cpython-37/torch/test/common_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0750835Z copying build/lib.linux-x86_64-cpython-37/torch/test/context_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0754992Z copying build/lib.linux-x86_64-cpython-37/torch/test/event_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0758840Z copying build/lib.linux-x86_64-cpython-37/torch/test/graph_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0763579Z copying build/lib.linux-x86_64-cpython-37/torch/test/init_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0767696Z copying build/lib.linux-x86_64-cpython-37/torch/test/module_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0772489Z copying build/lib.linux-x86_64-cpython-37/torch/test/net_async_tracing_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0776685Z copying build/lib.linux-x86_64-cpython-37/torch/test/net_dag_utils_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0781381Z copying build/lib.linux-x86_64-cpython-37/torch/test/net_simple_refcount_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0789119Z copying build/lib.linux-x86_64-cpython-37/torch/test/net_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0797575Z copying build/lib.linux-x86_64-cpython-37/torch/test/observer_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0804886Z copying build/lib.linux-x86_64-cpython-37/torch/test/operator_schema_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0812533Z copying build/lib.linux-x86_64-cpython-37/torch/test/operator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0821202Z copying build/lib.linux-x86_64-cpython-37/torch/test/parallel_net_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0826648Z copying build/lib.linux-x86_64-cpython-37/torch/test/plan_executor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0834309Z copying build/lib.linux-x86_64-cpython-37/torch/test/serialization_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0838940Z copying build/lib.linux-x86_64-cpython-37/torch/test/stats_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0843418Z copying build/lib.linux-x86_64-cpython-37/torch/test/timer_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0847434Z copying build/lib.linux-x86_64-cpython-37/torch/test/transform_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0855329Z copying build/lib.linux-x86_64-cpython-37/torch/test/workspace_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0859786Z copying build/lib.linux-x86_64-cpython-37/torch/test/inline_container_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0864002Z copying build/lib.linux-x86_64-cpython-37/torch/test/math_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0869310Z copying build/lib.linux-x86_64-cpython-37/torch/test/fixed_divisor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0873544Z copying build/lib.linux-x86_64-cpython-37/torch/test/fatal_signal_asan_no_sig_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0878010Z copying build/lib.linux-x86_64-cpython-37/torch/test/simple_queue_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0882341Z copying build/lib.linux-x86_64-cpython-37/torch/test/proto_utils_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0887404Z copying build/lib.linux-x86_64-cpython-37/torch/test/cpuid_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0891438Z copying build/lib.linux-x86_64-cpython-37/torch/test/smart_tensor_printer_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0895662Z copying build/lib.linux-x86_64-cpython-37/torch/test/cast_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0910208Z copying build/lib.linux-x86_64-cpython-37/torch/test/predictor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0914620Z copying build/lib.linux-x86_64-cpython-37/torch/test/data_filler_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0919332Z copying build/lib.linux-x86_64-cpython-37/torch/test/AlgorithmsTest -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0923904Z copying build/lib.linux-x86_64-cpython-37/torch/test/BinaryMatchImplTest -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0928186Z copying build/lib.linux-x86_64-cpython-37/torch/test/GraphTest -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0933075Z copying build/lib.linux-x86_64-cpython-37/torch/test/MatchTest -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0937303Z copying build/lib.linux-x86_64-cpython-37/torch/test/NeuralNetTest -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0941853Z copying build/lib.linux-x86_64-cpython-37/torch/test/SubgraphMatcherTest -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0946869Z copying build/lib.linux-x86_64-cpython-37/torch/test/TarjansImplTest -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0951555Z copying build/lib.linux-x86_64-cpython-37/torch/test/TopoSortTest -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0956008Z copying build/lib.linux-x86_64-cpython-37/torch/test/time_observer_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0963235Z copying build/lib.linux-x86_64-cpython-37/torch/test/ssa_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0970696Z copying build/lib.linux-x86_64-cpython-37/torch/test/batch_matmul_op_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0977865Z copying build/lib.linux-x86_64-cpython-37/torch/test/boolean_unmask_ops_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0985152Z copying build/lib.linux-x86_64-cpython-37/torch/test/conv_transpose_op_mobile_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.0992545Z copying build/lib.linux-x86_64-cpython-37/torch/test/elementwise_op_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.1000327Z copying build/lib.linux-x86_64-cpython-37/torch/test/generate_proposals_op_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.1008346Z copying build/lib.linux-x86_64-cpython-37/torch/test/generate_proposals_op_util_boxes_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.1012984Z copying build/lib.linux-x86_64-cpython-37/torch/test/generate_proposals_op_util_nms_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.1018514Z copying build/lib.linux-x86_64-cpython-37/torch/test/half_float_ops_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.1025880Z copying build/lib.linux-x86_64-cpython-37/torch/test/string_ops_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.1033328Z copying build/lib.linux-x86_64-cpython-37/torch/test/text_file_reader_utils_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.1037746Z copying build/lib.linux-x86_64-cpython-37/torch/test/utility_ops_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.1045603Z copying build/lib.linux-x86_64-cpython-37/torch/test/int8_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.1054710Z copying build/lib.linux-x86_64-cpython-37/torch/test/int8_roi_align_op_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.1062167Z copying build/lib.linux-x86_64-cpython-37/torch/test/backend_cutting_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.1069280Z copying build/lib.linux-x86_64-cpython-37/torch/test/bound_shape_inference_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.1077653Z copying build/lib.linux-x86_64-cpython-37/torch/test/converter_nomigraph_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.1082425Z copying build/lib.linux-x86_64-cpython-37/torch/test/dead_code_elim_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.1089301Z copying build/lib.linux-x86_64-cpython-37/torch/test/device_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.1096406Z copying build/lib.linux-x86_64-cpython-37/torch/test/distributed_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.1103688Z copying build/lib.linux-x86_64-cpython-37/torch/test/mobile_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.1110969Z copying build/lib.linux-x86_64-cpython-37/torch/test/split_slss_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.1115511Z copying build/lib.linux-x86_64-cpython-37/torch/test/nnpack_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.1123362Z copying build/lib.linux-x86_64-cpython-37/torch/test/depthwise3x3_conv_op_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.1130680Z copying build/lib.linux-x86_64-cpython-37/torch/test/common_subexpression_elimination_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.1135138Z copying build/lib.linux-x86_64-cpython-37/torch/test/conv_to_nnpack_transform_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.1139556Z copying build/lib.linux-x86_64-cpython-37/torch/test/pattern_net_transform_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T00:58:21.1148361Z creating build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:58:21.1149061Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_autograd.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:58:21.1150168Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_cudnn.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:58:21.1151117Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_distributed_autograd.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:58:21.1152043Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_distributed_c10d.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:58:21.1153031Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_distributed_rpc.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:58:21.1154252Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_distributed_rpc_testing.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:58:21.1155000Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_functions.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:58:21.1156286Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_functorch.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:58:21.1157141Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_itt.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:58:21.1157991Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_lazy.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:58:21.1158855Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_lazy_ts_backend.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:58:21.1160027Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_monitor.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:58:21.1160884Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_nvtx.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:58:21.1161705Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_onnx.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:58:21.1162496Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_profiler.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:58:21.1163848Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_verbose.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:58:21.1164878Z copying build/lib.linux-x86_64-cpython-37/torch/_C/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:58:21.1166968Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_VariableFunctions.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:58:21.1168778Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_nn.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T00:58:21.1169957Z creating build/bdist.linux-x86_64/wheel/torch/_C_flatbuffer 2022-11-23T00:58:21.1170780Z copying build/lib.linux-x86_64-cpython-37/torch/_C_flatbuffer/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/_C_flatbuffer 2022-11-23T00:58:21.1171482Z creating build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T00:58:21.1171986Z copying build/lib.linux-x86_64-cpython-37/torch/lib/libc10.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T00:58:21.1178326Z copying build/lib.linux-x86_64-cpython-37/torch/lib/libtorch_cpu.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T00:58:21.3083782Z copying build/lib.linux-x86_64-cpython-37/torch/lib/libtorch.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T00:58:21.3084710Z copying build/lib.linux-x86_64-cpython-37/torch/lib/libtorch_global_deps.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T00:58:21.3085816Z copying build/lib.linux-x86_64-cpython-37/torch/lib/libtorchbind_test.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T00:58:21.3091903Z copying build/lib.linux-x86_64-cpython-37/torch/lib/libjitbackend_test.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T00:58:21.3094928Z copying build/lib.linux-x86_64-cpython-37/torch/lib/libbackend_with_compiler.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T00:58:21.3098584Z copying build/lib.linux-x86_64-cpython-37/torch/lib/libtorch_python.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T00:58:21.3239188Z copying build/lib.linux-x86_64-cpython-37/torch/lib/libshm.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T00:58:21.3240089Z copying build/lib.linux-x86_64-cpython-37/torch/lib/libcaffe2_detectron_ops.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T00:58:21.3777822Z copying build/lib.linux-x86_64-cpython-37/torch/lib/libcaffe2_module_test_dynamic.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T00:58:21.3778746Z copying build/lib.linux-x86_64-cpython-37/torch/lib/libcaffe2_observers.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T00:58:21.3779395Z creating build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:58:21.3780626Z copying build/lib.linux-x86_64-cpython-37/torch/include/pthreadpool.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:58:21.3782071Z copying build/lib.linux-x86_64-cpython-37/torch/include/fxdiv.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:58:21.3783220Z copying build/lib.linux-x86_64-cpython-37/torch/include/cpuinfo.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:58:21.3784545Z copying build/lib.linux-x86_64-cpython-37/torch/include/clog.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:58:21.3785966Z copying build/lib.linux-x86_64-cpython-37/torch/include/qnnpack.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:58:21.3787298Z copying build/lib.linux-x86_64-cpython-37/torch/include/psimd.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:58:21.3788937Z copying build/lib.linux-x86_64-cpython-37/torch/include/fp16.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:58:21.3790585Z copying build/lib.linux-x86_64-cpython-37/torch/include/qnnpack_func.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:58:21.3791436Z copying build/lib.linux-x86_64-cpython-37/torch/include/nnpack.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:58:21.3792709Z copying build/lib.linux-x86_64-cpython-37/torch/include/xnnpack.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:58:21.3795184Z copying build/lib.linux-x86_64-cpython-37/torch/include/dnnl.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:58:21.3796058Z copying build/lib.linux-x86_64-cpython-37/torch/include/dnnl_config.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:58:21.3797052Z copying build/lib.linux-x86_64-cpython-37/torch/include/dnnl_debug.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:58:21.3798356Z copying build/lib.linux-x86_64-cpython-37/torch/include/dnnl_ocl.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:58:21.3799469Z copying build/lib.linux-x86_64-cpython-37/torch/include/dnnl_sycl.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:58:21.3800479Z copying build/lib.linux-x86_64-cpython-37/torch/include/dnnl_sycl_types.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:58:21.3801550Z copying build/lib.linux-x86_64-cpython-37/torch/include/dnnl_threadpool.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:58:21.3802533Z copying build/lib.linux-x86_64-cpython-37/torch/include/dnnl_types.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:58:21.3803526Z copying build/lib.linux-x86_64-cpython-37/torch/include/dnnl_version.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:58:21.3804994Z copying build/lib.linux-x86_64-cpython-37/torch/include/sleef.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:58:21.3808617Z copying build/lib.linux-x86_64-cpython-37/torch/include/libshm.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T00:58:21.3809916Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3811003Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ATen.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3812152Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/AccumulateType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3813351Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ArrayRef.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3814387Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Backend.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3815320Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Backtrace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3816485Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/BatchedFallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3817580Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/BatchedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3818702Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CPUApplyUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3819749Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CPUFixedAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3820756Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CPUGeneratorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3821811Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CollapseDims.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3822940Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Config.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3823885Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Context.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3824934Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/DLConvertor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3826314Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Device.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3827250Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/DeviceGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3828167Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/DimVector.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3829210Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Dimname.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3830124Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3832381Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/DynamicLibrary.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3833330Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/EmptyTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3834272Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ExpandBase.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3835207Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ExpandUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3836146Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Formatting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3837292Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/FuncTorchTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3838486Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/FunctionalStorageImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3839606Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/FunctionalTensorWrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3840570Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Generator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3841510Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/InferSize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3842356Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/InitialTensorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3843395Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Layout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3844298Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/LinalgBackend.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3846098Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/MapAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3846712Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/MatrixRef.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3847419Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/MemoryOverlap.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3848492Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/NamedTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3849460Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/NamedTensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3851215Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/NestedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3852078Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/NumericUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3852672Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/OpMathType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3854824Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/OpaqueTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3855468Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/PTThreadPool.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3856391Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/PadNd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3857395Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Parallel-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3859037Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Parallel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3859898Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ParallelFuture.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3860762Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ParallelNative.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3861363Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ParallelNativeTBB.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3862657Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ParallelOpenMP.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3863527Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/PythonTorchFunctionTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3864642Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/SavedTensorHooks.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3865985Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Scalar.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3866784Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ScalarOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3867944Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ScalarType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3869238Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/SequenceNumber.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3870067Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/SmallVector.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3871323Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/SparseCsrTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3872143Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/SparseCsrTensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3874116Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/SparseTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3874857Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/SparseTensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3875682Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Storage.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3877970Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3878636Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/TensorAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3879909Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/TensorGeometry.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3880535Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/TensorIndexing.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3881486Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/TensorIterator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3882434Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/TensorIteratorInternal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3883378Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/TensorMeta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3884306Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/TensorNames.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3885434Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/TensorOperators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3886229Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/TensorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3887249Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/TensorSubclassLikeUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3888556Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/TensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3889470Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ThreadLocalState.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3890718Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/TracerMode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3891725Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/TypeDefault.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3892819Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3893939Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Version.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3894954Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/VmapMode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3896920Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/VmapTransforms.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3897889Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/WrapDimUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3898582Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/WrapDimUtilsMulti.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3899417Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/autocast_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3900586Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ceil_div.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3901889Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/code_template.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3902777Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpp_custom_type_hack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3903945Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/div_rtn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3904982Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/dlpack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3906056Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/jit_macros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3906978Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/jiterator_macros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3907985Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/record_function.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3910019Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CPUFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3910950Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CPUFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3912161Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CompositeExplicitAutogradFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3913182Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3914602Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3916359Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3917120Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CompositeImplicitAutogradFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3918038Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3919489Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3920734Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3921618Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Functions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3923264Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/MetaFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3924106Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/MetaFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3925869Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/MethodOperators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3926710Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/NativeFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3928383Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/NativeMetaFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3929788Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Operators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3931150Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/RedispatchFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3943940Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/RegistrationDeclarations.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3949928Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/VmapGeneratedPlumbing.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3961281Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CUDAFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3962367Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CUDAFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T00:58:21.3964158Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu 2022-11-23T00:58:21.3964872Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/FlushDenormal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu 2022-11-23T00:58:21.3965533Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vml.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu 2022-11-23T00:58:21.3967463Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-11-23T00:58:21.3968387Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:58:21.3969328Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:58:21.3970568Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:58:21.3971992Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256/vec256.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:58:21.3973323Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:58:21.3974597Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:58:21.3975796Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:58:21.3976880Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256/vec256_double.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:58:21.3978092Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256/vec256_float.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:58:21.3979334Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:58:21.3980592Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256/vec256_int.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:58:21.3981990Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256/vec256_qint.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T00:58:21.3983775Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T00:58:21.3984983Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec512/vec512.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T00:58:21.3986266Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T00:58:21.3987712Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T00:58:21.3989033Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T00:58:21.3990382Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec512/vec512_double.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T00:58:21.3991657Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec512/vec512_float.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T00:58:21.3992896Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec512/vec512_int.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T00:58:21.3994443Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec512/vec512_qint.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T00:58:21.3995873Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-11-23T00:58:21.3997286Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/functional_base.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-11-23T00:58:21.3998490Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/functional_bfloat16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-11-23T00:58:21.3999657Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/intrinsics.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-11-23T00:58:21.4000880Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-11-23T00:58:21.4001958Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec_base.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-11-23T00:58:21.4003958Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4005030Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/ATenGeneral.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4006175Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/ATenOpList.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4007301Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/ATen_fwd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4008377Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/ATen_pch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4009466Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/Array.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4011280Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/Backtrace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4012534Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/CheckMemoryFormat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4013730Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/DeprecatedTypeProperties.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4014992Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4016654Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/Dict.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4017619Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/Dict_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4018885Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/DimVector.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4019861Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/Dimname.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4020996Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/DistributionsHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4021992Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/Formatting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4023021Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/Generator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4024386Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/IListRef.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4025259Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/IListRef_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4026446Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/LegacyTypeDispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4027705Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/List.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4029013Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/List_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4030384Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/MT19937RNGEngine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4031504Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/NamedTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4032437Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/PhiloxRNGEngine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4033386Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/PythonFallbackKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4034220Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/PythonOpRegistrationTrampoline.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4035641Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/QuantizerBase.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4036771Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/Range.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4038091Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/Reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4039154Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/Scalar.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4040161Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/ScalarType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4041009Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/Tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4042194Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/TensorAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4043003Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/TensorBase.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4044898Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/TorchDispatchUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4045651Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/TransformationHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4046975Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/UndefinedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4048040Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/UnsafeFromTH.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4048840Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/VariableHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4049822Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/Variadic.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4050806Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/Vitals.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4053426Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/alias_info.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4054392Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/blob.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4055230Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/builtin_function.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4056068Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/class_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4056959Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/custom_class.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4057913Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dynamic_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4058823Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/enum_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4059768Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/function.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4060783Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/function_schema.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4061933Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/function_schema_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4062983Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4064043Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/grad_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4065126Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/interned_strings.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4066151Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/interned_strings_class.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4067021Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/ivalue.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4068440Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/ivalue_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4070158Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/ivalue_to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4071191Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/jit_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4072959Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/jit_type_base.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4073932Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/operator_name.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4075312Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/qualified_name.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4076206Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/rref_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4077177Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/stack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4078326Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/symbol.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4079524Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/type_factory.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4080557Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/type_ptr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4081511Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/typeid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4082630Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/TensorBody.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4085923Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/aten_interned_strings.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4088270Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/enum_tag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T00:58:21.4088950Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-11-23T00:58:21.4089648Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing/BoxedKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-11-23T00:58:21.4090596Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing/BoxedKernel_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-11-23T00:58:21.4091597Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing/KernelFunction.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-11-23T00:58:21.4092785Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing/KernelFunction_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-11-23T00:58:21.4093747Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing/OperatorKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-11-23T00:58:21.4094925Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-11-23T00:58:21.4096097Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-11-23T00:58:21.4097204Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-11-23T00:58:21.4098196Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing/impl/boxing.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-11-23T00:58:21.4099107Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-11-23T00:58:21.4100217Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing/impl/test_helpers.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-11-23T00:58:21.4101370Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T00:58:21.4102513Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch/CppSignature.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T00:58:21.4103303Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch/DispatchKeyExtractor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T00:58:21.4104433Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch/Dispatcher.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T00:58:21.4105758Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch/ObservedOperators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T00:58:21.4106775Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch/OperatorEntry.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T00:58:21.4107938Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch/OperatorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T00:58:21.4109036Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch/RegistrationHandleRAII.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T00:58:21.4109747Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2022-11-23T00:58:21.4110648Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/op_registration/adaption.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2022-11-23T00:58:21.4111641Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/op_registration/infer_schema.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2022-11-23T00:58:21.4112710Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/op_registration/op_allowlist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2022-11-23T00:58:21.4113453Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/op_registration/op_registration.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2022-11-23T00:58:21.4114711Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:58:21.4115980Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/ApplyGridUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:58:21.4117132Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/AsmUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:58:21.4118099Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/Atomic.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:58:21.4119152Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/CUDAApplyUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:58:21.4120080Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/CUDAGraphsUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:58:21.4121513Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/CUDATensorMethods.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:58:21.4122167Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/DeviceUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:58:21.4123573Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/NumericLimits.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:58:21.4124396Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/ScanUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:58:21.4125651Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/cub.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:58:21.4126971Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/cub_definitions.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:58:21.4127785Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/ATenCUDAGeneral.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:58:21.4128941Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/CUDABlas.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:58:21.4129795Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/CUDAContext.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:58:21.4131037Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/CUDADataType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:58:21.4133248Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/CUDADevice.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:58:21.4134166Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/CUDAEvent.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:58:21.4135017Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/CUDAGeneratorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:58:21.4135902Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/CUDAGraph.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:58:21.4137045Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/CUDASparse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:58:21.4137855Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/CUDASparseBlas.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:58:21.4138902Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/CUDASparseDescriptors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:58:21.4139585Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/CUDAUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:58:21.4140311Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/CachingHostAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:58:21.4141167Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/EmptyTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:58:21.4142111Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/Exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:58:21.4143141Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/PeerToPeerAccess.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:58:21.4144485Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/PinnedMemoryAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:58:21.4145382Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/Sleep.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:58:21.4146286Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/ThrustAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:58:21.4147564Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/cub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:58:21.4148488Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/jiterator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:58:21.4149683Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/jiterator_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:58:21.4150605Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/llvm_jit_strings.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T00:58:21.4151705Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T00:58:21.4152872Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail/IndexUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T00:58:21.4153628Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail/IntegerDivider.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T00:58:21.4154469Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail/OffsetCalculator.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T00:58:21.4155767Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T00:58:21.4156773Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail/TensorInfo.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T00:58:21.4158146Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail/UnpackRaw.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T00:58:21.4159254Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail/CUDAHooks.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T00:58:21.4160283Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail/DeviceThreadHandles.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T00:58:21.4161208Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail/KernelUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T00:58:21.4162194Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail/LazyNVRTC.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T00:58:21.4163399Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T00:58:21.4164239Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn/Descriptors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T00:58:21.4164926Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn/Exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T00:58:21.4166030Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn/Handle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T00:58:21.4166876Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn/Handles.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T00:58:21.4167997Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn/Types.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T00:58:21.4169123Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn/Utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T00:58:21.4169945Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn/cudnn-wrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T00:58:21.4171432Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T00:58:21.4172268Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch/ADInterpreters.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T00:58:21.4173560Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch/BatchRulesHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T00:58:21.4174665Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch/BatchedFallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T00:58:21.4175547Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch/BatchedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T00:58:21.4176625Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch/BatchingMetaprogramming.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T00:58:21.4177785Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch/DynamicLayer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T00:58:21.4178846Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch/FunctionalizeInterpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T00:58:21.4179805Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch/Interpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T00:58:21.4180773Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch/LegacyVmapTransforms.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T00:58:21.4181743Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch/Macros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T00:58:21.4182732Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch/PlumbingHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T00:58:21.4184385Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch/TensorWrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T00:58:21.4185506Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch/VmapInterpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T00:58:21.4211212Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4211763Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/from_blob.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4212916Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4213838Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4214966Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4216071Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4217240Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4217972Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4219279Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4220230Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4221562Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4222688Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4223965Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4224999Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4226537Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4227229Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4228255Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4229378Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4230533Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4231378Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4232854Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4233282Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4235134Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4236715Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4237355Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4237882Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4238998Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4239928Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_add_batch_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4241192Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4242417Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_add_batch_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4243164Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_add_batch_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4244233Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_add_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4245310Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4246409Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_add_relu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4247223Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_add_relu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4248224Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_add_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4249231Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_add_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4250767Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_addmm_activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4251329Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4252878Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4253730Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4255243Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_addmm_activation_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4256292Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_addmm_activation_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4256804Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_addmm_activation_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4258055Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_addmm_activation_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4258561Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_aminmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4260015Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4260703Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_aminmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4261812Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_aminmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4262690Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_aminmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4263547Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_aminmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4264279Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4266064Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4267077Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4267952Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4268682Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4269614Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_amp_update_scale.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4270978Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4271883Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4272701Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4273659Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_amp_update_scale_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4274617Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_amp_update_scale_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4277000Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_assert_async.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4277490Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_assert_async_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4278227Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_assert_async_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4279640Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_assert_async_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4280405Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_assert_async_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4283108Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_assert_tensor_metadata.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4283920Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4284660Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_assert_tensor_metadata_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4285481Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_assert_tensor_metadata_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4286381Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_autocast_to_full_precision.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4287503Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4288341Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_autocast_to_full_precision_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4289776Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_autocast_to_full_precision_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4290962Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_autocast_to_reduced_precision.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4292380Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4293267Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_autocast_to_reduced_precision_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4294442Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4295352Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4296883Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4298048Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4299003Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4300138Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_batch_norm_impl_index.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4301430Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_batch_norm_impl_index_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4302786Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4303866Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4305103Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4306424Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4324597Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_batch_norm_impl_index_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4325654Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_batch_norm_impl_index_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4326656Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Byte.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4327588Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4328412Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Byte_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4329228Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Byte_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4329990Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Char.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4330894Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4331693Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Char_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4332727Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Char_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4333253Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Double.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4333925Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4334381Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Double_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4334830Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Double_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4335209Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Float.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4335829Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4336173Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Float_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4336594Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Float_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4337023Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Half.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4337520Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4337918Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Half_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4338260Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Half_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4338686Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Int.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4339182Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4339530Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Int_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4340008Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Int_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4340409Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Long.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4340935Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4341391Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Long_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4341704Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Long_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4342157Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Short.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4342600Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4342973Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Short_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4343730Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cast_Short_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4344692Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cdist_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4346559Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4347548Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4349550Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4350642Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cdist_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4351594Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cdist_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4353003Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cdist_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4354068Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4355129Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4356363Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4357687Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cdist_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4358715Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cdist_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4359647Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cholesky_solve_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4361103Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4362272Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4363404Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4364459Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cholesky_solve_helper_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4365479Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cholesky_solve_helper_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4366534Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_choose_qparams_per_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4368016Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4369262Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_choose_qparams_per_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4370263Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4371557Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_coalesce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4372831Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4373597Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_coalesce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4374742Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_coalesce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4375894Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_coalesced.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4377227Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4378241Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_coalesced_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4379328Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_coalesced_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4380457Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_coalesced_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4381594Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_compute_linear_combination.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4382886Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4384208Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4385442Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_compute_linear_combination_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4386335Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_compute_linear_combination_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4387517Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_conj.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4388808Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4389860Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_conj_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4391049Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4392370Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4393230Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_conj_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4394364Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_conj_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4395465Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_conj_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4397239Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_conj_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4397695Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_conj_physical.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4398801Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4400596Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_conj_physical_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4401641Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_conj_physical_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4402877Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_conv_depthwise2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4403962Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4405161Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_conv_depthwise2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4406422Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4407776Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_conv_depthwise2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4409097Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4410608Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4411447Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4412569Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4413860Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4415021Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4416130Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4417297Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4418387Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4419803Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4420710Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4421737Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4422877Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4424717Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4426117Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4427078Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4428550Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4429692Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4430518Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convolution_double_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4432131Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4433266Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convolution_double_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4434256Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convolution_double_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4435236Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convolution_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4436591Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4437614Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convolution_mode_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4438650Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convolution_mode_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4439929Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4441014Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4442358Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_copy_from.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4443785Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_copy_from_and_resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4444826Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4446005Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_copy_from_and_resize_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4447159Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_copy_from_and_resize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4448593Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4449626Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_copy_from_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4450718Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_copy_from_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4451831Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_ctc_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4453115Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_ctc_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4454429Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4455454Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4456757Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4457554Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_ctc_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4459265Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_ctc_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4460615Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4461672Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4463337Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4464312Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_ctc_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4465738Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_ctc_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4468648Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_ctc_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4469375Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4470649Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4471593Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_ctc_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4472677Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_ctc_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4473813Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_init_dropout_state.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4474932Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4476131Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4477224Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_init_dropout_state_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4478254Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4479536Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_rnn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4481161Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_rnn_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4482433Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4483586Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4484584Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_rnn_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4485815Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_rnn_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4487103Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4488082Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4489342Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4490793Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4491839Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4493003Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4494120Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4495145Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_rnn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4496295Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cudnn_rnn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4497536Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cufft_clear_plan_cache.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4498942Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4499893Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cufft_clear_plan_cache_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4501011Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4502898Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4503872Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4505344Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4506530Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4507818Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cufft_get_plan_cache_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4509092Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4510042Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4512041Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4512965Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4514271Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4515319Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4516597Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4517737Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cummax_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4518894Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4520909Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4521634Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cummax_helper_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4522271Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cummax_helper_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4523225Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cummin_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4524829Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4525653Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4526829Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cummin_helper_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4527636Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_cummin_helper_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4529189Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_debug_has_internal_overlap.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4530161Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4531114Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_debug_has_internal_overlap_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4532084Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_debug_has_internal_overlap_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4533448Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_dimI.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4533868Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_dimI_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4535439Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_dimI_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4536094Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_dimV.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4537000Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_dimV_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4538238Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_dimV_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4539189Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_dim_arange.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4540324Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4541240Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_dim_arange_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4542316Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_dim_arange_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4543372Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_dirichlet_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4544504Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4545571Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4547226Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4548220Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_dirichlet_grad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4549239Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_dirichlet_grad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4549953Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_efficient_attention_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4551530Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4552800Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_efficient_attention_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4553774Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_efficient_attention_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4554837Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_efficient_attention_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4556042Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4556930Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_efficient_attention_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4558875Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_efficient_attention_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4559889Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_efficientzerotensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4561186Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4562176Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4563407Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4564733Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_efficientzerotensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4565644Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_efficientzerotensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4566703Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4567899Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4569215Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4570277Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4571436Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4572898Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4574741Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4575362Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4576767Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_dense_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4578076Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4579469Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4580684Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4581854Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_dense_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4582986Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4584113Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_forward_only.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4585604Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4586887Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4588682Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4589325Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_forward_only_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4590168Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_forward_only_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4591166Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4593309Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4593934Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4595330Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4596824Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4598187Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4599972Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_sparse_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4600765Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4602295Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4604720Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4606468Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4607136Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4607896Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_empty_affine_quantized.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4609018Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4610062Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4611274Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_empty_affine_quantized_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4612711Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_empty_affine_quantized_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4613862Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_empty_per_channel_affine_quantized.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4615057Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4616117Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4617308Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4618285Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4619342Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_euclidean_dist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4620779Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4621870Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_euclidean_dist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4622927Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_euclidean_dist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4624227Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4625474Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4626718Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4627938Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4629113Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4630068Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4631540Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4632552Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4633717Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4634903Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4635844Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4637013Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4638344Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4639474Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4640799Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4641958Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4643042Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4644204Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4645492Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4646679Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4647664Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4648563Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4649285Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4651172Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4652097Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4653202Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4654727Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4655739Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4656389Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fft_c2c.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4658349Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4660106Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4660791Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fft_c2c_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4661367Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fft_c2c_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4662444Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fft_c2r.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4663446Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4665034Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4665939Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fft_c2r_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4668443Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fft_c2r_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4669293Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fft_r2c.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4670337Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4672456Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4673152Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fft_r2c_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4673810Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fft_r2c_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4674887Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_flash_attention_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4676022Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4677305Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_flash_attention_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4678400Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_flash_attention_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4679551Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foobar.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4680865Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4681965Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foobar_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4682923Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foobar_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4684290Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foobar_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4685446Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_abs.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4686924Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4687946Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_abs_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4689097Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4690183Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_abs_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4691233Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_abs_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4692594Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_acos.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4693828Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4694973Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_acos_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4696023Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4697134Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_acos_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4698223Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_acos_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4699265Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_add.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4700623Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4701678Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_add_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4702808Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_add_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4703985Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_add_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4705282Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_add_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4706610Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_addcdiv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4707762Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4708801Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_addcdiv_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4710914Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4711258Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_addcdiv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4712144Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_addcdiv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4713179Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_addcmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4714560Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4715588Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_addcmul_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4716451Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4717708Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_addcmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4718728Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_addcmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4720438Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_asin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4720948Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4721833Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_asin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4722667Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4724104Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_asin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4724641Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_asin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4725789Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_atan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4726917Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4728547Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_atan_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4729274Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4730834Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_atan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4731992Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_atan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4732927Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_ceil.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4733957Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4734955Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_ceil_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4736361Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4737381Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_ceil_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4738473Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_ceil_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4739507Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_cos.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4740833Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4741994Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_cos_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4743107Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4744301Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_cos_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4745623Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_cos_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4746855Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_cosh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4747934Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4749026Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_cosh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4750252Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4751304Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_cosh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4752369Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_cosh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4753589Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_div.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4755013Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4756041Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_div_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4757244Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_div_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4758249Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_div_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4759668Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_div_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4760686Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_erf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4761974Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4763131Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_erf_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4764212Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4765358Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_erf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4766259Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_erf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4767492Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_erfc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4768983Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4770105Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_erfc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4771227Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4772390Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_erfc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4773426Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_erfc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4774569Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_exp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4775937Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4777148Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_exp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4778294Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4779331Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_exp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4780441Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_exp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4781578Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_expm1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4782789Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4784014Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_expm1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4785288Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4786527Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_expm1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4787484Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_expm1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4788631Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_floor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4789988Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4790927Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fw_primal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4792146Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_floor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4793717Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4794766Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_floor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4796176Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_floor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4797422Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_frac.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4798733Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4799910Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_frac_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4801073Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4802187Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_frac_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4804230Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_frac_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4806246Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_lgamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4806710Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4807879Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_lgamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4808612Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4809412Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_lgamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4810537Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_lgamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4811358Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4812760Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log10.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4813547Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4814680Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log10_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4815944Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4816522Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log10_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4817600Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log10_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4818669Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log1p.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4819653Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4820486Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log1p_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4821632Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4822409Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log1p_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4823417Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log1p_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4824406Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4825461Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4862602Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4863188Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4863746Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4864504Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4865290Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4865648Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4866256Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4866855Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4867330Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_log_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4867668Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_maximum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4868384Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4868844Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_maximum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4869493Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4869956Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_maximum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4870273Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_maximum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4870692Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_minimum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4871510Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4871960Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_minimum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4872610Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4873148Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_minimum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4873750Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_minimum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4874311Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_mul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4875036Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4875449Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_mul_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4876092Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4876515Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_mul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4877193Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_mul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4877646Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_neg.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4878304Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4878827Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_neg_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4879471Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4879997Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_neg_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4880525Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_neg_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4880846Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4881543Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4882165Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4882616Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4883113Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4883680Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4884310Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_reciprocal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4884851Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4885486Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_reciprocal_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4885982Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4886612Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_reciprocal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4887121Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_reciprocal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4887748Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_round.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4888264Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4888890Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_round_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4889347Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_round_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4889938Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_round_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4890545Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_round_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4890984Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sigmoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4891711Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4892149Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sigmoid_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4892787Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4893404Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sigmoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4893814Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sigmoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4894340Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4895052Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4895578Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4895935Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4896741Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4897337Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4897647Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4898060Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sinh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4898792Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4899411Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sinh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4899791Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4900399Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sinh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4900983Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sinh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4901419Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sqrt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4901846Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4902503Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sqrt_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4903152Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4903505Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sqrt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4904042Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sqrt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4904619Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4905356Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4905724Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sub_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4906366Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4906962Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sub_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4907417Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_sub_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4907872Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_tan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4908594Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4909199Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_tan_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4909663Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4910268Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_tan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4910871Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_tan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4911254Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_tanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4912098Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4912755Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_tanh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4913898Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4914628Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_tanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4915636Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_tanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4916676Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_trunc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4918202Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4918923Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_trunc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4920800Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4921354Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_trunc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4922495Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_trunc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4923404Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_zero.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4924929Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4925717Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_zero_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4926873Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4928152Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_zero_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4929356Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_foreach_zero_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4931234Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fused_adam.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4932500Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4933434Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fused_adam_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4934372Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fused_adam_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4935418Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fused_adam_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4936933Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fused_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4938152Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4938618Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4939854Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fused_dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4940517Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fused_dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4941435Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4942725Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4943511Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4944467Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4948274Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4948672Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4949108Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fused_sdp_choice.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4949574Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4950052Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4950430Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4951553Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fused_sdp_choice_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4952290Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fused_sdp_choice_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4953618Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4954630Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fw_primal_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4956280Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4957210Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4957614Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fw_primal_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4958907Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fw_primal_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4959831Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fw_primal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4960677Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_fw_primal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4961735Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_gather_sparse_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4962884Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4963747Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_gather_sparse_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4964597Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_gather_sparse_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4965552Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4966322Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4967222Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4967971Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4968851Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4969716Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4970584Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4971454Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4973716Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_has_compatible_shallow_copy_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4974243Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4974949Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4975504Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4976466Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_has_same_storage_numel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4977370Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4978771Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_has_same_storage_numel_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4979841Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_has_same_storage_numel_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4980633Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_histogramdd_bin_edges.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4981536Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4982471Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4983480Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_histogramdd_bin_edges_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4984521Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_histogramdd_bin_edges_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4985871Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_histogramdd_from_bin_cts.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4987137Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4988269Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4989563Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4990598Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4991762Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_histogramdd_from_bin_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4993154Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4994315Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4995340Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4997254Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4998181Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_index_put_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.4999805Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5000845Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5002125Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5003252Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_index_put_impl_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5004468Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_index_put_impl_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5005602Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_index_put_impl_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5006765Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5008113Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5009352Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5010350Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5011491Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5012696Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5013867Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5015114Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_is_zerotensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5016369Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5017465Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_is_zerotensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5018828Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_is_zerotensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5020050Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_check_errors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5021238Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5022321Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_check_errors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5023560Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_check_errors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5024707Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_det.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5030331Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5031058Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_det_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5031670Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_det_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5032263Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_det_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5032863Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_det_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5033725Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_det_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5034316Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_det_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5034894Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_eigh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5035671Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5036611Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5037552Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5038792Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_eigh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5040438Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5041345Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_eigh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5042518Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_eigh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5043612Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_slogdet.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5045096Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5046198Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5047373Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5048713Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_slogdet_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5049912Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5050954Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_slogdet_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5052017Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_slogdet_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5053282Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_solve_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5054867Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5055851Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5057054Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5058992Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_solve_ex_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5059617Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5060709Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_solve_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5061755Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_solve_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5062983Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_svd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5064357Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5065621Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5066905Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5068063Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_svd_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5069321Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_svd_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5070534Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_svd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5071642Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_linalg_svd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5072855Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/eq.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5074685Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_local_scalar_dense.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5075968Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5077217Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5078290Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_local_scalar_dense_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5079552Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_local_scalar_dense_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5080716Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_log_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5082154Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_log_softmax_backward_data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5083463Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5084567Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5085657Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5086779Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_log_softmax_backward_data_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5088065Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5089178Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_log_softmax_backward_data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5090479Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_log_softmax_backward_data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5091836Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5092886Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_log_softmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5094007Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_log_softmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5095110Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_log_softmax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5097177Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_log_softmax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5097772Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_log_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5098711Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_log_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5099934Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_logcumsumexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5101172Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5102278Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5103518Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_logcumsumexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5104732Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_logcumsumexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5106013Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_lstm_mps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5107408Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5108561Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_lstm_mps_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5109736Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_lstm_mps_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5110802Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_lu_with_info.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5112144Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5113210Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_lu_with_info_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5114750Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_lu_with_info_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5116633Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_make_dual.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5117332Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5118140Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_make_dual_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5119530Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5120720Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5121789Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_make_dual_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5122957Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_make_dual_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5124401Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_make_dual_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5125567Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_make_dual_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5126600Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_make_per_channel_quantized_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5128259Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5129233Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5130374Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5131620Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5132716Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5133992Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5135270Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5136618Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5137710Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5138842Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5140018Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5141173Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_masked_scale.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5142522Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5143666Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_masked_scale_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5145021Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_masked_scale_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5146099Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_masked_scale_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5147484Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_masked_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5148722Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_masked_softmax_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5150010Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5151189Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5153112Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5154221Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_masked_softmax_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5155273Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_masked_softmax_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5156614Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5157692Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5158881Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5160107Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_masked_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5161323Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_masked_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5162564Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_mkldnn_reshape.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5163974Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5165001Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_mkldnn_reshape_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5166165Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_mkldnn_reshape_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5167389Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_mkldnn_transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5168730Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5169949Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5171149Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_mkldnn_transpose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5172281Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_mkldnn_transpose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5173485Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_mps_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5174930Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5175999Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_mps_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5177058Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_mps_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5178401Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_mps_convolution_transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5179837Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5180884Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_mps_convolution_transpose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5182145Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_mps_convolution_transpose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5183196Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_mps_max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5184488Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_mps_max_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5185814Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_mps_max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5187882Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_mps_max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5189048Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_native_decoder_only_multi_head_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5190515Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_native_decoder_only_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5191537Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5192558Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5194572Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_native_decoder_only_multi_head_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5195237Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_native_decoder_only_multi_head_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5196379Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_native_multi_head_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5197733Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5198748Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5200045Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5201202Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_native_multi_head_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5202438Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_native_multi_head_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5204417Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_neg_view.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5204856Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5206121Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_neg_view_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5207117Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5208203Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5209189Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_neg_view_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5210211Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_neg_view_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5211226Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_neg_view_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5212406Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_neg_view_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5213374Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_from_padded.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5214679Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_from_padded_and_nested_example.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5216135Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5216802Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5217884Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5218999Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5220292Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5221117Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5222101Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_from_padded_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5223409Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_from_padded_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5224238Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_select_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5225250Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_select_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5226124Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_select_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5227127Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_sum_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5228793Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_sum_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5229848Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_sum_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5230769Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_from_mask.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5232210Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5233144Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5233856Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5234783Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5235760Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5237599Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5238186Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5238806Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5240022Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_from_mask_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5240898Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_from_mask_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5242521Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_from_tensor_list.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5243017Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5243803Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5244693Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5245759Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_offsets.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5246923Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_offsets_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5247568Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_offsets_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5248605Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5249793Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5250797Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5251630Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5252469Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5253758Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5255109Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5256182Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_strides.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5257213Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5258278Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_strides_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5259300Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_strides_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5260315Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_view_from_buffer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5261409Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ge.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5262482Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_view_from_buffer_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5264483Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5265203Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5265813Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5267947Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5268969Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5269732Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5270730Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_view_from_buffer_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5271830Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_view_from_buffer_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5273244Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5274059Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5275051Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5275873Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5276846Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nnpack_available.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5278371Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5279293Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nnpack_available_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5280085Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nnpack_available_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5281432Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nnpack_spatial_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5282301Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5283473Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nnpack_spatial_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5284666Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5285662Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nnz.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5286475Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nnz_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5287579Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nnz_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5288560Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pack_padded_sequence.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5289430Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pack_padded_sequence_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5291185Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5292054Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pack_padded_sequence_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5293203Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5294300Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5295394Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pack_padded_sequence_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5297237Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pack_padded_sequence_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5298298Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pad_circular.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5299702Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5300856Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pad_circular_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5302147Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pad_circular_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5303908Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pad_enum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5304600Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5305757Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pad_enum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5306900Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pad_enum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5308226Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pad_packed_sequence.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5309691Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5310768Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pad_packed_sequence_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5311961Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pad_packed_sequence_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5313042Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pdist_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5314460Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5315405Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5316818Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5318016Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pdist_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5319142Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pdist_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5320430Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pdist_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5321749Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5322881Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5323998Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5325215Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pdist_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5326438Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pdist_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5327610Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pin_memory.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5328953Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5330092Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pin_memory_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5331130Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pin_memory_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5332337Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_pin_memory_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5333601Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_remove_batch_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5334959Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5336222Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_remove_batch_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5337234Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_remove_batch_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5338606Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_reshape_alias.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5339721Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_reshape_alias_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5341019Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5342346Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5343320Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_reshape_alias_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5344677Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_reshape_alias_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5346002Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5347859Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5348811Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_reshape_alias_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5350021Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_reshape_alias_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5351162Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_reshape_alias_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5352487Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_reshape_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5353963Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5354870Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_reshape_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5356098Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_reshape_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5357315Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_reshape_from_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5358759Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5359906Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_reshape_from_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5361024Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_resize_output.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5362222Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_reshape_from_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5363702Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5364862Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_resize_output_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5366076Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_resize_output_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5367375Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_resize_output_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5368470Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_rowwise_prune.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5369807Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5370918Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_rowwise_prune_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5372102Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_rowwise_prune_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5373291Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sample_dirichlet.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5374581Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5376703Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5377754Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5378942Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sample_dirichlet_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5380062Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sample_dirichlet_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5381238Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_saturate_weight_to_fp16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5382582Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5383707Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_saturate_weight_to_fp16_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5385114Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5386342Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_scaled_dot_product_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5387731Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5388797Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_scaled_dot_product_attention_math.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5390188Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5391311Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5392459Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5393832Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_scaled_dot_product_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5395018Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_scaled_dot_product_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5396173Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5397449Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5398747Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5399940Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5401294Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5402503Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5403583Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5404828Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5406044Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_scaled_dot_product_flash_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5407215Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5408388Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5409663Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5410817Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_segment_reduce_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5412162Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5413234Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5414453Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5415759Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_segment_reduce_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5416849Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_segment_reduce_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5418030Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_shape_as_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5419442Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5420410Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_shape_as_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5421634Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_shape_as_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5422859Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_slow_conv2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5424115Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5425311Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5427491Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5428487Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_slow_conv2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5429706Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_slow_conv2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5430964Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_slow_conv2d_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5432278Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5433474Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5434706Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_slow_conv2d_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5435790Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_slow_conv2d_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5437004Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sobol_engine_draw.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5438354Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5439574Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sobol_engine_draw_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5440769Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sobol_engine_draw_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5441908Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sobol_engine_ff.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5443316Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5444405Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sobol_engine_ff_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5445513Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sobol_engine_ff_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5446755Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sobol_engine_initialize_state.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5448320Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5449535Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sobol_engine_initialize_state_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5450633Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5451663Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sobol_engine_scramble.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5452952Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5454052Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sobol_engine_scramble_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5455699Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sobol_engine_scramble_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5456521Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5457499Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_mm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5458726Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_softmax_backward_data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5460147Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5461347Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5462401Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5463376Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_softmax_backward_data_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5464453Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5465625Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_softmax_backward_data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5466817Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_softmax_backward_data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5467760Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5468541Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_softmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5469615Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_softmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5471485Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_softmax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5472343Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_softmax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5473305Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5474403Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5475351Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_addmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5476622Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5478277Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_addmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5479562Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_addmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5480577Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_broadcast_to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5481504Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_broadcast_to_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5482552Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5483881Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5485196Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5486160Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5487080Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_broadcast_to_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5488023Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_broadcast_to_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5488957Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5490089Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5491198Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5492286Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5493155Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5494539Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5495915Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5496926Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5498129Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5499337Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5500209Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5501104Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5501981Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5502918Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5503796Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5504550Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5505505Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5506471Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5507398Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5508289Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5509012Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5509679Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5510440Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5511641Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5512646Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5513744Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5514736Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5515830Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5516962Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5518083Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5519250Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_csr_prod.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5520274Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5521345Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_csr_prod_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5521931Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_csr_prod_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5522877Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_csr_sum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5523908Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5524977Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_csr_sum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5525903Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_csr_sum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5526949Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5528027Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5529169Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5530253Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5531159Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_log_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5531950Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_log_softmax_backward_data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5533001Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5534226Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5535166Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5536260Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5537108Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_spdiags.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5538179Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5539355Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_log_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5540286Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_log_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5540938Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_mask_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5541956Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_mask_helper_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5542798Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_mask_helper_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5543659Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_mask_helper_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5544590Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5545975Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_mm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5547111Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_mm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5548226Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5549316Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_softmax_backward_data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5552099Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5553055Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_softmax_backward_data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5553700Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5554598Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5555459Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5556353Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5557178Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5558193Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_sparse_matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5559233Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5560237Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_sparse_matmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5561306Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_sparse_matmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5562526Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_sum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5563765Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_sum_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5564651Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5565697Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_sum_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5566775Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_sum_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5568058Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5568948Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5570387Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_sum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5570938Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_sparse_sum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5571781Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5572685Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_spdiags_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5574762Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_spdiags_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5575397Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_spdiags_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5576126Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_stack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5576951Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5577869Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_stack_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5578777Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_stack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5579874Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_stack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5580928Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_standard_gamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5582214Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5583157Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5583968Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5585433Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_standard_gamma_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5586520Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5587915Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5588730Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5590079Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_standard_gamma_grad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5591164Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_standard_gamma_grad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5592298Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_standard_gamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5593377Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_standard_gamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5594341Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_symeig_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5595510Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_symeig_helper_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5596648Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_symeig_helper_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5597882Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_symeig_helper_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5598956Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_symeig_helper_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5600296Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_symeig_helper_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5601222Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_ambiguous_defaults.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5602662Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5603620Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_ambiguous_defaults_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5604931Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_ambiguous_defaults_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5606181Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_autograd_multiple_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5607427Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5608726Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5609876Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5611001Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5612185Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5613610Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5615264Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5618838Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5620511Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5622085Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5623246Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5624587Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5625862Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5627349Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_optional_filled_intlist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5628424Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_optional_floatlist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5630063Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5631464Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5632719Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_optional_filled_intlist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5633822Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_optional_filled_intlist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5634992Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5636145Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5637217Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_optional_floatlist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5638268Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_optional_floatlist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5639386Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_optional_intlist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5640521Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5641754Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5642825Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_optional_intlist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5643869Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_optional_intlist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5644927Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_serialization_subcmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5646113Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5647268Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_serialization_subcmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5648345Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_serialization_subcmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5649355Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_string_default.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5650501Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5651711Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_string_default_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5652738Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_string_default_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5653754Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_warn_in_autograd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5654908Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5656046Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_warn_in_autograd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5657083Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_test_warn_in_autograd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5658171Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5659392Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5660605Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5661738Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5662809Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5664038Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5665515Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5666652Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5667706Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_gru_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5668731Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5669923Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5671120Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5672228Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5673271Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5674436Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5675678Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5676743Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_gru_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5677781Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5678774Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_lstm_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5679886Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5681088Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5682254Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5683438Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5684646Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5685768Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5686871Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5687968Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5689111Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5690253Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5691403Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5692457Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5693497Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5694457Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_to_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5695532Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5696593Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_to_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5697578Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_to_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5698515Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_to_cpu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5699689Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5700736Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_to_cpu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5701711Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_to_cpu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5702676Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_to_dense.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5703744Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5704903Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_to_dense_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5705753Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_to_dense_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5706747Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_transform_bias_rescale_qkv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5707895Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5709075Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5710180Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5711271Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5712410Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5713482Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5715040Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5716272Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5717429Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5718558Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5719772Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5720829Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_transformer_encoder_layer_fwd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5722024Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5723318Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5724442Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5725554Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5726625Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5727621Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_trilinear.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5728987Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5730236Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5731373Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_trilinear_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5732421Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_trilinear_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5733388Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_triton_multi_head_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5734661Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5735821Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5736875Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_triton_multi_head_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5737842Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_triton_multi_head_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5738664Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_triton_scaled_dot_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5740508Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5741433Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5742357Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_triton_scaled_dot_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5743357Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5744409Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_unique.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5745351Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_unique2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5746726Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5747960Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_unique2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5748673Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_unique2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5749530Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_unique2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5750179Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_unique2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5751394Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5752231Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_unique_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5753271Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_unique_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5754028Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_unique_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5755366Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_unique_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5756015Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_unpack_dual.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5757223Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5758098Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_unpack_dual_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5759385Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_unpack_dual_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5760138Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_unsafe_view.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5761265Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5762239Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_unsafe_view_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5763207Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_unsafe_view_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5764173Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bicubic2d_aa.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5765149Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5766474Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5767766Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5768898Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5769783Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5770771Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5771760Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5772937Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5773929Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5774977Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5775782Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5777490Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5778186Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5779014Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5779767Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5780931Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5782040Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bilinear2d_aa.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5783953Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5784904Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5785762Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5786596Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5787433Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5788368Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5789252Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5790001Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5791497Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5792814Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5793910Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5795056Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5796000Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5797022Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5798148Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5800319Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5800960Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5801621Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5802631Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5803991Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5805047Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5805918Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5807902Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5808609Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5809470Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5810602Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5811593Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5812632Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5813946Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5814902Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5816172Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5817340Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5818375Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5819396Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5820424Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5821627Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5822673Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5823557Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5824266Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5825212Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5826764Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5827591Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5828729Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5829913Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5830749Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5831759Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5832744Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5834080Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5834769Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5835949Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5836789Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5838202Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5839683Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5840797Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5841671Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5843200Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5843993Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5844746Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5845610Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5846858Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5848234Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5849439Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5850653Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5851774Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5852881Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5853966Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5855066Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5857995Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_use_cudnn_ctc_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5859112Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5860167Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5861173Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5862233Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5863507Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5864689Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5865748Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5866788Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_compressed_sparse_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5867918Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5869095Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5870207Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5871294Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5872407Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5873619Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5874804Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5876007Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5877058Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5878184Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5879406Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5880750Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5881992Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5883376Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5884586Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5885737Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5887019Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5888226Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5889404Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5890504Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5891592Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5892551Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5893372Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5894632Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5895608Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5896870Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5897763Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5899063Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5900182Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_values.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5901354Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_values_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5902608Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5903700Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5904651Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_values_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5905819Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_values_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5907027Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_values_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5908364Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_values_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5909174Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_version.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5910212Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5911193Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_version_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5912223Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_version_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5913002Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_weight_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5913976Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5914850Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_weight_norm_differentiable_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5915718Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5916525Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5918439Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5919175Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_weight_norm_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5920936Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_weight_norm_interface_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5921772Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5922639Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5923648Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5924663Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_weight_norm_interface_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5925831Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_weight_norm_interface_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5927109Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5927903Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5928625Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5929730Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_weight_norm_interface_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5930513Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_weight_norm_interface_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5931468Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_weight_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5932956Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_weight_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5933649Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/abs.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5934957Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5935994Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/abs_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5936719Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/abs_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5937716Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/abs_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5938657Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/abs_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5939716Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/absolute.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5940773Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5941715Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/absolute_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5942733Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/absolute_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5944045Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/acos.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5945442Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5946407Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/acos_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5947333Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/acos_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5948613Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/acos_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5949683Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/acos_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5950735Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/acos_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5951626Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/acos_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5952318Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/acosh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5953767Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5954770Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/acosh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5955622Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/acosh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5956725Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/acosh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5957932Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/acosh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5958869Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/acosh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5960222Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/acosh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5961333Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_avg_pool1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5962424Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5963561Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_avg_pool1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5964812Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_avg_pool1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5965846Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_avg_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5966976Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5968165Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5968994Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5970139Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_avg_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5970935Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_avg_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5972201Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_avg_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5973156Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_avg_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5974358Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5975259Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5976570Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5977375Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5979421Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5980319Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5981174Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5981966Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_avg_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5982819Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_avg_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5983633Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5984586Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5985631Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5986547Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5987473Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5988258Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5989824Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5991036Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5992093Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5993170Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5994230Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5995412Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5996455Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5997703Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5998669Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5999352Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.5999917Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6000340Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6000976Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6001706Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6002724Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6003946Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6005239Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6005874Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6006956Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6008371Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6009459Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6011360Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6011986Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6012984Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6013771Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6015265Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6016600Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6017527Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6019553Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6020035Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adaptive_max_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6020787Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/add.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6021944Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6023005Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6023884Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/add_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6025316Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/add_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6026057Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/add_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6027421Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/add_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6028395Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/add_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6029971Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/add_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6030276Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addbmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6031295Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addbmm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6032454Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addbmm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6033226Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addbmm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6033963Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addbmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6035365Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addbmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6036047Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addcdiv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6038168Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6038516Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addcdiv_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6039925Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addcdiv_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6040537Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addcdiv_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6041551Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addcdiv_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6042675Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addcdiv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6043608Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addcdiv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6044003Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addcmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6045185Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6046048Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addcmul_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6047045Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addcmul_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6048283Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addcmul_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6049283Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addcmul_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6050575Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addcmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6051421Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addcmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6052378Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6053633Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6054667Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addmm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6055656Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addmm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6056568Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addmm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6057678Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addmm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6058657Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6059554Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6060866Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addmv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6061981Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6062756Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addmv_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6063304Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addmv_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6064888Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addmv_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6065368Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addmv_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6066676Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addmv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6067555Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addmv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6068613Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6069983Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6070969Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6072058Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6073374Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6074465Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/addr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6075658Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adjoint.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6077039Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6078131Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adjoint_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6079467Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/adjoint_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6080634Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/affine_grid_generator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6081984Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/affine_grid_generator_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6084052Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6085008Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/affine_grid_generator_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6086247Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/affine_grid_generator_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6090036Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6090666Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/affine_grid_generator_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6091273Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/affine_grid_generator_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6091835Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/alias.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6092638Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6093227Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/alias_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6094083Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6095167Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6096242Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/alias_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6097368Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/alias_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6098670Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/alias_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6099773Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/alias_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6101046Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/align_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6102445Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6103518Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/align_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6104671Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/align_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6106018Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/align_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6107522Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6108667Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/align_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6109833Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/align_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6111042Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/align_to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6112368Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6113439Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/align_to_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6114622Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/align_to_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6115822Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/all.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6117244Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6118373Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6119442Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/all_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6120691Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/all_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6121890Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/all_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6123039Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/all_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6124347Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/all_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6125433Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/all_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6126717Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/allclose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6128054Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6129205Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/allclose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6130260Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/allclose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6131471Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/alpha_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6132813Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6133872Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/alpha_dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6135077Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/alpha_dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6136302Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/amax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6137771Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6138859Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/amax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6140282Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/amax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6141422Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/amax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6142868Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/amax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6143881Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/amax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6145087Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/amax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6146461Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/amin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6147805Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6148941Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/amin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6150104Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/amin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6151230Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/amin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6152513Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/amin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6153815Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/amin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6155021Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/amin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6156051Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/aminmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6157624Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6158584Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/aminmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6159817Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/aminmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6161859Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/aminmax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6162819Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/aminmax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6163942Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/aminmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6165252Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/aminmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6166461Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/and.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6167889Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6168926Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/and_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6170078Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/and_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6171257Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/angle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6172578Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/angle_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6173772Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/angle_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6174800Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/angle_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6175970Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/angle_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6177540Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/any.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6178936Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6180158Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6181481Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/any_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6182683Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/any_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6183868Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/any_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6185133Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/any_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6186169Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/any_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6188734Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/any_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6189389Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arange.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6190878Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6191960Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arange_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6193096Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arange_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6194271Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arange_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6195566Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arange_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6196808Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arange_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6198053Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arccos.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6199418Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6201340Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arccos_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6201920Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arccos_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6202998Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arccosh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6204394Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6205398Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arccosh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6206537Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arccosh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6207843Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arcsin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6209345Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6210341Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arcsin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6211463Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arcsin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6212838Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arcsinh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6214199Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6215186Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arcsinh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6216372Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arcsinh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6217475Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arctan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6218658Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arctan2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6220005Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6221119Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arctan2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6222331Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arctan2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6223657Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6225058Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arctan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6226250Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arctan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6227471Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arctanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6228864Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6229933Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arctanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6231155Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/arctanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6232286Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6233682Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6234734Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6235922Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6237078Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argmax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6238385Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argmax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6239522Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6241656Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6242557Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argmin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6243906Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6245027Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argmin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6246311Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argmin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6247375Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argmin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6248534Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argmin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6249746Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argmin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6251097Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argmin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6252250Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argsort.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6253624Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argsort_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6254753Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6255806Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argsort_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6257070Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argsort_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6258272Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argsort_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6259629Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argsort_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6260666Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argwhere.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6262083Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6263123Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argwhere_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6264330Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/argwhere_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6265594Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/as_strided.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6267268Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6269071Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/as_strided_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6269711Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6270838Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6271588Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/as_strided_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6273672Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/as_strided_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6274010Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/as_strided_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6274687Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/as_strided_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6275406Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/as_strided_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6276653Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/as_strided_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6277825Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/as_strided_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6278359Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/as_strided_scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6280035Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6280840Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/as_strided_scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6281946Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/as_strided_scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6282804Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/asin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6283974Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6284959Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/asin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6286007Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/asin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6286925Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/asin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6287946Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/asin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6288925Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/asin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6289942Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/asin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6291050Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/asinh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6292129Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6293045Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/asinh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6294080Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/asinh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6295042Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/asinh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6296066Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/asinh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6297064Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/asinh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6298140Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/asinh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6299521Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6300508Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atan2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6301973Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6303099Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atan2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6304343Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atan2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6305642Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atan2_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6307091Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atan2_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6308303Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atan2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6309475Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atan2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6310871Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6311844Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atan_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6313069Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atan_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6314880Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atan_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6316072Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atan_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6317353Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6318632Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6319899Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6321961Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6322562Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atanh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6323487Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atanh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6324610Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atanh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6325806Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atanh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6327109Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6328248Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6329498Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atleast_1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6330750Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6331872Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atleast_1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6333123Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atleast_1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6334335Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atleast_2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6335584Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6336750Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atleast_2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6337866Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atleast_2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6369267Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atleast_3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6370069Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6370697Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atleast_3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6371267Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/atleast_3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6371841Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6372522Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6373121Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6373692Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6374353Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6374950Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6375750Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6376391Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6377029Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6377642Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6378292Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6378929Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6379550Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6380434Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6381066Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6381689Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6382284Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6382883Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6383495Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6384062Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6384643Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6385360Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6386165Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6386815Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6387470Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6388087Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6388854Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6389496Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6390121Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6390850Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6391474Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6392089Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6392695Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6393322Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6393930Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6394521Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/avg_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6395202Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/baddbmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6395989Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6396611Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/baddbmm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6397224Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/baddbmm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6397811Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/baddbmm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6398417Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/baddbmm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6399013Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/baddbmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6399687Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/baddbmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6400276Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bartlett_window.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6400989Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6401611Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bartlett_window_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6402214Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bartlett_window_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6403171Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6404496Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_backward_elemt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6405756Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6406791Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6408092Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_backward_elemt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6409295Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_backward_elemt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6410391Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_backward_reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6411863Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6412957Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6414085Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_backward_reduce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6415218Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_backward_reduce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6416578Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6417677Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_elemt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6418927Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6420012Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_elemt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6421246Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_elemt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6422506Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_gather_stats.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6424056Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6425255Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6426388Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_gather_stats_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6428847Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_gather_stats_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6429937Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6431190Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6432416Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6433491Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6434744Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6435970Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6437206Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6438441Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_stats.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6439791Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6440858Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6442016Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_stats_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6443287Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_stats_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6444492Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_update_stats.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6445797Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6446948Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6448232Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6449446Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_update_stats_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6450626Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/batch_norm_update_stats_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6451711Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bernoulli.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6452997Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6454367Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6455355Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bernoulli_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6456795Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bernoulli_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6458167Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bernoulli_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6459481Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bernoulli_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6460668Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bernoulli_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6461775Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bilinear.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6463249Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6464247Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bilinear_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6465591Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bilinear_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6466777Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/binary_cross_entropy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6468064Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/binary_cross_entropy_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6469376Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6470523Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6471966Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/binary_cross_entropy_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6473981Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/binary_cross_entropy_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6474988Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6476201Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6478426Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/binary_cross_entropy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6479052Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/binary_cross_entropy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6479898Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/binary_cross_entropy_with_logits.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6481080Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6482116Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6483346Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6484488Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bincount.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6485884Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6487215Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bincount_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6488317Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bincount_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6489483Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bincount_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6490707Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bincount_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6491850Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/binomial.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6493231Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6494387Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/binomial_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6495561Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/binomial_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6496735Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/binomial_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6497944Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/binomial_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6499170Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_and.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6500539Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6501841Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6502965Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_and_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6504076Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_and_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6505423Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_and_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6508060Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_and_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6508682Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_and_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6509257Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_and_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6510110Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_and_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6511371Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_left_shift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6512883Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6515614Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6516359Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6516988Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6519226Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_left_shift_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6519909Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6520524Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_left_shift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6521125Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_left_shift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6522279Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_not.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6523616Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6526040Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_not_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6526706Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_not_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6527391Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_not_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6528250Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_not_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6529601Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_not_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6530846Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_not_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6531970Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_or.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6533484Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6534705Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6535927Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_or_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6536857Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_or_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6538329Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_or_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6539361Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_or_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6540499Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_or_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6541782Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_or_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6542942Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_or_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6544207Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_right_shift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6545544Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6547931Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6548727Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6550051Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6551135Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_right_shift_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6552947Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6554007Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_right_shift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6555184Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_right_shift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6556518Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_xor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6557920Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6559195Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6560330Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_xor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6561560Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6562907Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6564038Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_xor_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6565345Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_xor_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6566355Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_xor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6567524Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bitwise_xor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6568707Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/blackman_window.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6570078Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6571278Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/blackman_window_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6572397Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/blackman_window_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6573629Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/block_diag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6575074Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6576277Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/block_diag_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6577508Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/block_diag_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6578563Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6580736Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6582607Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bmm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6583211Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bmm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6583858Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bmm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6584704Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bmm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6586019Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6587205Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6588404Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/broadcast_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6589717Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6590791Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/broadcast_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6592018Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/broadcast_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6593201Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/broadcast_to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6594650Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6595674Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/broadcast_to_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6596830Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/broadcast_to_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6598246Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bucketize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6601532Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6602188Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bucketize_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6604043Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bucketize_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6604674Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bucketize_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6605243Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bucketize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6605802Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/can_cast.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6606673Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6607665Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/can_cast_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6608922Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/can_cast_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6610196Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cartesian_prod.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6611611Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6612689Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cartesian_prod_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6613729Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cartesian_prod_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6614937Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6616349Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6617517Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6618714Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cat_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6619863Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cat_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6621060Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cat_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6622328Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cat_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6623432Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cat_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6624604Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cat_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6625915Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cauchy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6627470Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6628570Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cauchy_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6629802Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cauchy_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6631772Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cauchy_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6632831Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cauchy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6633979Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cauchy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6635147Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ccol_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6636280Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ccol_indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6637718Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6639567Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6640435Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ccol_indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6641642Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ccol_indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6643095Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ccol_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6644360Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ccol_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6645492Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cdist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6646879Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6647949Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cdist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6649167Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6650820Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cdist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6652171Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ceil.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6653500Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6654540Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ceil_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6655733Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ceil_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6656748Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ceil_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6658218Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ceil_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6659199Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ceil_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6660372Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ceil_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6661699Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/celu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6662936Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6664028Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/celu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6665448Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/celu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6666662Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/chain_matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6668030Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6669163Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/chain_matmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6670401Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/chain_matmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6671517Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/chalf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6672983Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6674039Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/chalf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6675032Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/chalf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6676395Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/channel_shuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6677896Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6678956Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6680247Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/channel_shuffle_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6681497Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/channel_shuffle_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6682686Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cholesky.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6684145Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cholesky_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6685212Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cholesky_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6686355Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cholesky_inverse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6687743Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6689027Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6690113Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cholesky_inverse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6691282Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cholesky_inverse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6692539Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cholesky_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6693576Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cholesky_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6694734Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cholesky_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6696112Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6697194Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cholesky_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6698484Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cholesky_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6699743Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/choose_qparams_optimized.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6701134Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6702168Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/choose_qparams_optimized_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6703373Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/choose_qparams_optimized_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6704425Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/chunk.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6705777Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6708373Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/chunk_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6709233Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/chunk_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6710368Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6712538Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6713413Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6714543Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6715734Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_max.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6717285Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6718336Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_max_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6719694Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_max_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6720801Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_max_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6722053Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_max_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6723248Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_max_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6724429Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_max_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6725848Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6727145Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6728294Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_min.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6729774Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6730827Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_min_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6732157Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_min_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6733353Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_min_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6734567Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_min_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6735663Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_min_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6736821Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_min_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6738036Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6739232Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clamp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6740514Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clip.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6741871Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6743029Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clip_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6744127Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clip_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6745685Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clone.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6746882Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6747963Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clone_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6749285Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/clone_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6750536Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/coalesce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6751843Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6753024Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/coalesce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6754276Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/coalesce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6755368Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/col2im.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6756593Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/col2im_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6757831Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/col2im_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6759221Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/col2im_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6760364Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/col2im_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6761652Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/col_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6762893Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/col_indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6764189Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6765416Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6766461Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/col_indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6767786Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/col_indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6768988Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/col_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6770289Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/col_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6771441Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/column_stack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6772752Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6773864Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/column_stack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6775073Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/column_stack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6776342Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/combinations.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6777751Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6778785Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/combinations_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6779897Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/i0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6781167Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/combinations_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6782640Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/complex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6784034Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6785267Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/complex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6786444Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/complex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6787786Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/complex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6788780Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/complex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6790013Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/concat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6792150Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6793083Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/concat_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6794209Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/concat_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6795391Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/concatenate.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6796743Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6797817Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/concatenate_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6799140Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/concatenate_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6800417Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conj.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6801700Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6802700Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conj_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6804012Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conj_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6805201Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conj_physical.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6806432Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6807776Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6808990Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conj_physical_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6810187Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conj_physical_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6811310Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conj_physical_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6812523Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conj_physical_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6813696Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/constant_pad_nd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6815134Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6816198Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/constant_pad_nd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6817422Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/constant_pad_nd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6818455Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/contiguous.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6819840Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6820975Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/contiguous_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6822181Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/contiguous_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6823334Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6824896Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6825988Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6827130Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6828380Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6829710Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6830825Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6832108Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6833247Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6834588Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6835702Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6836883Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6838166Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_depthwise3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6839608Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6840761Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6841964Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_depthwise3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6843175Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_depthwise3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6844297Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_tbc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6845553Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_tbc_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6846936Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6848098Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_tbc_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6849295Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_tbc_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6850617Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6851897Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_tbc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6853225Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_tbc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6854454Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_transpose1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6855989Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6857073Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_transpose1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6858198Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_transpose1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6859485Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_transpose2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6860862Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6861942Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_transpose2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6863105Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_transpose2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6864308Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_transpose3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6865643Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6867528Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_transpose3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6868712Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/conv_transpose3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6869753Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6871967Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/convolution_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6873397Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6874499Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/convolution_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6875687Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/convolution_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6876675Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/convolution_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6878603Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/convolution_backward_overrideable.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6879604Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6880456Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/convolution_backward_overrideable_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6881787Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/convolution_backward_overrideable_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6883102Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6884380Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6885659Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6886625Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/convolution_overrideable.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6887976Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6889344Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/convolution_overrideable_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6890295Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/convolution_overrideable_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6891931Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6893233Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6894189Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6895766Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6896650Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6897948Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/copy_sparse_to_sparse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6899382Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/copy_sparse_to_sparse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6900729Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6902332Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6903451Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/copy_sparse_to_sparse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6904511Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/copysign.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6906023Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6907436Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6908461Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/copysign_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6909637Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/copysign_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6911016Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/copysign_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6912126Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/copysign_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6913322Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/copysign_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6914399Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/copysign_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6915537Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/corrcoef.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6916897Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6918054Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/corrcoef_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6919323Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/corrcoef_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6920459Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cos.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6922062Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6923099Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cos_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6924121Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cos_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6925380Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cos_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6926682Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cos_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6927865Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cos_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6929102Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cos_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6930315Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cosh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6931633Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6932632Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cosh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6933938Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cosh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6935158Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cosh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6936421Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cosh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6938651Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cosh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6940146Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cosh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6940758Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cosine_embedding_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6941603Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6942826Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cosine_embedding_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6943775Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cosine_embedding_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6945097Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cosine_similarity.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6946309Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6947564Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cosine_similarity_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6948577Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cosine_similarity_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6949768Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/count_nonzero.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6952022Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6953213Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/count_nonzero_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6954048Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/count_nonzero_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6955227Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/count_nonzero_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6956408Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/count_nonzero_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6957573Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cov.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6959168Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6960099Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cov_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6961404Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cov_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6962714Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cross.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6963883Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6965286Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cross_entropy_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6966642Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6967574Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cross_entropy_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6968821Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cross_entropy_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6970019Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cross_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6971384Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cross_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6972596Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/crow_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6973708Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/crow_indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6975063Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6976753Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6977510Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/crow_indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6978607Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/crow_indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6979857Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/crow_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6981148Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/crow_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6982379Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ctc_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6983900Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6984692Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ctc_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6986112Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ctc_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6987403Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_affine_grid_generator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6988616Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6990061Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6991122Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6992310Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6993416Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6994770Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6995775Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6996929Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_affine_grid_generator_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6998166Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.6999280Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7001157Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_batch_norm_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7002072Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7003258Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7004251Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_batch_norm_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7005465Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7006730Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7007815Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7008970Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_batch_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7010132Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_batch_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7011366Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7012507Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_convolution_add_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7014468Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7015292Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7016416Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_convolution_add_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7017611Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7018862Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7019993Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7021239Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7022453Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7023650Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_convolution_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7025050Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7026091Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7028136Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_convolution_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7029399Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_convolution_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7031074Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_convolution_transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7032422Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7033580Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7034709Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_convolution_transpose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7035850Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_convolution_transpose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7036990Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_grid_sampler.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7038161Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_grid_sampler_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7039649Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7040758Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7041962Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7042970Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7054435Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7055043Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7055952Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_grid_sampler_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7057231Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_grid_sampler_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7058264Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_is_acceptable.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7059511Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7060564Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_is_acceptable_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7061892Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cudnn_is_acceptable_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7062438Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cummax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7063852Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7065218Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7065947Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cummax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7067419Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cummax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7068206Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cummaxmin_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7069262Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7069949Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cummaxmin_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7071337Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cummaxmin_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7072120Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cummin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7073492Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7074335Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7075287Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cummin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7076355Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cummin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7077392Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumprod.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7078430Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumprod_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7079646Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7080614Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumprod_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7081700Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumprod_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7082847Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7083822Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7084781Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumprod_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7085850Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumprod_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7086810Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumprod_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7087869Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumprod_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7088910Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumprod_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7089889Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumprod_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7090931Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumsum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7092087Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7093066Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7094049Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumsum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7095069Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumsum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7096075Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumsum_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7097099Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumsum_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7098097Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumsum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7099121Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumsum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7100193Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumulative_trapezoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7101312Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7102274Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumulative_trapezoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7103315Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/cumulative_trapezoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7104296Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7105507Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7106743Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7107676Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7108727Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/deg2rad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7111345Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7111816Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/deg2rad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7112683Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/deg2rad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7113360Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dense_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7114473Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dense_dim_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7115366Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dense_dim_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7116693Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dense_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7117635Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dense_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7118458Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dequantize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7119642Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7120622Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dequantize_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7121537Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dequantize_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7122491Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dequantize_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7123477Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dequantize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7124676Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/det.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7125748Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7126829Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/det_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7127660Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/det_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7129024Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/detach.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7129885Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7130650Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/detach_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7132603Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7133023Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7134498Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/detach_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7134963Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/detach_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7135563Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/detach_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7136514Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/detach_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7137919Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7138953Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7139915Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diag_embed.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7141272Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7142568Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7143056Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diag_embed_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7144541Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diag_embed_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7145365Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diag_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7146630Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diag_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7147298Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diagflat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7148501Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7149022Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diagflat_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7151329Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diagflat_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7152132Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diagonal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7152924Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diagonal_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7154174Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7155054Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diagonal_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7155968Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diagonal_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7157127Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7158271Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7159295Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diagonal_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7160604Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7161818Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7163084Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diagonal_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7164021Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diagonal_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7165033Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diagonal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7166109Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diagonal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7167178Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diagonal_scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7168510Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7169426Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diagonal_scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7170512Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diagonal_scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7171428Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diff.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7172498Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7173497Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diff_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7174598Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diff_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7175606Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/digamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7176759Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7178285Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/digamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7179035Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/digamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7180486Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/digamma_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7181246Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/digamma_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7182243Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/digamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7183384Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/digamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7184196Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7185424Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7186918Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7188329Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7188878Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/div.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7190185Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7191288Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7192465Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/div_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7193398Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/div_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7194088Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/div_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7195157Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/div_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7196041Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/div_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7196949Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/div_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7198156Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/divide.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7199195Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7200029Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/divide_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7200834Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/divide_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7201755Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7203164Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7203910Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dot_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7204863Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dot_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7206081Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7207055Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7208755Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7209821Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7210730Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7211759Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7213489Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dsplit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7214514Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7215657Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dsplit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7218184Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dsplit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7220697Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dstack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7221807Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7222736Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dstack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7223888Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/dstack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7224897Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/einsum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7225938Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7226774Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/einsum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7228166Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/einsum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7229079Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/elu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7230542Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/elu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7231052Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7232541Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/elu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7233370Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/elu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7234146Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/elu_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7235221Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/elu_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7236329Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/elu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7237010Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/elu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7238049Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/elu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7239271Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7240670Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/elu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7241746Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/elu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7242526Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/elu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7243849Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/elu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7244649Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/elu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7245768Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7246939Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7247543Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7249180Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7250301Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7252968Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_bag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7254149Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7255082Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_bag_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7256350Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_bag_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7257351Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7258410Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_dense_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7259442Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7260408Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7261443Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7262445Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_dense_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7263455Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_dense_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7264548Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7265612Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7266809Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_renorm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7268226Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7269107Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7269924Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7270722Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_renorm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7272304Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_renorm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7272908Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_renorm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7273839Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_sparse_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7275299Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7275886Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_sparse_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7276786Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/embedding_sparse_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7278648Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7279236Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7280258Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7281152Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7282382Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7283381Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7285016Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7285760Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7287146Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7287967Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7289277Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7290239Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7291336Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty_quantized.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7292915Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7293468Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty_quantized_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7295152Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty_quantized_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7295994Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty_strided.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7297088Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7298579Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty_strided_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7299560Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty_strided_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7300771Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty_strided_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7301624Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty_strided_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7302670Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/empty_strided_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7303636Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7304951Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/eq_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7305861Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/eq_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7306823Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/eq_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7307959Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/eq_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7309146Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/eq_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7309762Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/eq_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7310770Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/equal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7311624Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/equal_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7312693Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/equal_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7313769Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/equal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7315120Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/equal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7315590Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7317127Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7317967Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erf_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7320032Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erf_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7320905Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erf_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7322185Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erf_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7323353Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7324601Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7325827Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erfc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7327382Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7328340Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erfc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7329520Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erfc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7330772Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erfc_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7332087Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erfc_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7333315Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erfc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7334586Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erfc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7335770Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erfinv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7337248Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7338297Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erfinv_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7339498Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erfinv_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7340703Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erfinv_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7341885Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erfinv_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7343131Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erfinv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7344295Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/erfinv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7345481Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7347877Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exp2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7348894Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7349958Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exp2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7352089Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exp2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7352662Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exp2_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7353494Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exp2_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7354722Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exp2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7355896Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/le.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7357246Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exp2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7358757Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7359863Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7361143Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7362577Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exp_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7363567Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exp_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7364711Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7365871Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7367136Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/expand.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7368296Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/expand_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7369803Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7370871Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/expand_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7372157Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/expand_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7373687Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7374843Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/expand_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7376223Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7377483Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7378513Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/expand_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7379576Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/expand_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7380823Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/expand_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7382016Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/expand_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7383205Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/expm1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7384656Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7385845Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/expm1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7387030Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/expm1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7388247Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/expm1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7389482Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/expm1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7390609Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/expm1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7391725Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/expm1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7392890Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exponential.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7394394Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7395526Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exponential_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7396744Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exponential_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7397855Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exponential_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7400395Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exponential_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7401109Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/exponential_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7401972Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/eye.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7403374Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7404422Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/eye_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7405807Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/eye_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7406799Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/eye_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7407947Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/eye_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7409317Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/eye_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7410521Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_channel_affine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7411761Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7412922Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7414342Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7415477Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7416653Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7417918Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7419042Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7420214Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7421369Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7422527Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7423921Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7425114Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7426304Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7427601Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_tensor_affine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7428757Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7429990Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7431497Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7432593Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7433578Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7434906Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7436329Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7437376Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7438406Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7439691Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7441003Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7442160Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7443407Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7444512Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_linear_fp16_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7445794Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7446987Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7448347Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7449432Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7450465Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7451638Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7452799Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/feature_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7454035Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7455545Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_linear_int8_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7456875Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7458026Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7459838Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7460687Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7464324Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7465104Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7465732Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7466350Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_linear_quantize_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7467204Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7467854Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7468663Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7469729Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7471068Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7473244Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7473613Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7474409Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7475540Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7477184Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7478070Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7479727Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/feature_alpha_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7480759Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7481364Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/feature_alpha_dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7482325Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/feature_alpha_dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7483257Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7484106Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/feature_dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7485012Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/feature_dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7486072Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_fft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7486997Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_fft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7488556Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7489064Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_fft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7489846Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_fft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7490868Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7491610Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_fft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7492871Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_fft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7493641Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_fftfreq.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7494769Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7495617Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_fftfreq_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7497184Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_fftfreq_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7497602Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_fftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7499626Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7500040Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_fftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7500822Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_fftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7501903Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_fftshift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7503117Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7503618Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_fftshift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7504985Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_fftshift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7505731Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_hfft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7507459Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_hfft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7508510Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7509489Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_hfft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7510408Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_hfft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7511909Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7512532Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_hfft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7513593Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_hfft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7514495Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_hfftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7515675Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7516700Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_hfftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7517688Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_hfftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7519008Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ifft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7519745Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ifft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7521216Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7522118Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ifft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7523295Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ifft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7524425Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7525562Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ifft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7526828Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ifft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7528112Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ifftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7529329Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7530594Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ifftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7532089Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ifftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7533051Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ifftshift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7534458Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7535601Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ifftshift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7536765Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ifftshift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7538040Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ihfft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7539091Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ihfft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7540616Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7541834Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ihfft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7542871Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ihfft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7544091Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7545854Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ihfft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7547439Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ihfft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7548755Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ihfftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7550209Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7551288Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ihfftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7553008Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_ihfftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7553727Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_irfft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7554937Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_irfft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7556940Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7557529Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_irfftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7558731Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_irfft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7560194Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_irfft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7561414Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7562551Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_irfft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7563852Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_irfft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7565228Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7566324Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_irfftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7567371Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_irfftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7568707Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_rfft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7569949Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_rfft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7571042Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7572315Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_rfft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7573637Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_rfft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7574851Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7575877Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_rfft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7577972Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_rfft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7578536Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_rfftfreq.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7579770Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7580882Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_rfftfreq_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7582127Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_rfftfreq_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7583318Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_rfftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7584648Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7586011Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_rfftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7587233Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fft_rfftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7588307Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fill.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7589649Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7590837Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fill_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7592036Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fill_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7593230Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fill_diagonal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7594538Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7595719Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fill_diagonal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7596918Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fill_diagonal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7598153Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fill_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7599314Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fill_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7601294Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fill_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7601827Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fix.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7603098Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7604190Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fix_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7605428Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fix_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7606587Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/flatten.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7607906Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7609041Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/flatten_dense_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7610311Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7611458Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/flatten_dense_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7612637Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/flatten_dense_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7613836Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/flatten_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7615235Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/flatten_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7616408Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/flip.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7617834Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7619080Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/flip_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7620223Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/flip_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7621339Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/flip_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7622728Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/flip_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7623757Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fliplr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7625181Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7627219Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fliplr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7628157Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fliplr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7629345Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/flipud.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7630748Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7631791Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/flipud_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7633016Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/flipud_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7634217Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/float_power.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7635600Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7636648Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/float_power_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7637864Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/float_power_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7639127Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/floor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7640610Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7641646Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/floor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7642900Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/floor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7644076Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/floor_divide.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7645601Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/floor_divide_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7646857Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/floor_divide_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7647819Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/floor_divide_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7649110Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/floor_divide_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7650180Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/floor_divide_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7651460Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/floor_divide_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7652772Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/floor_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7653970Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/floor_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7655064Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/floor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7656378Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/floor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7657718Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7659112Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7660158Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7661343Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7662366Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7668175Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7668780Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7669697Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7670953Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7672238Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7673032Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7674494Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7675486Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7676880Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7678141Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7679291Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7680392Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmod.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7681935Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7683321Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7684251Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmod_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7685640Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmod_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7686720Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmod_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7687868Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmod_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7688976Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmod_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7690089Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fmod_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7691016Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/frac.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7692871Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7693428Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/frac_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7695038Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/frac_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7695871Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/frac_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7697088Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/frac_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7698031Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/frac_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7699382Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/frac_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7700566Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7701989Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7703380Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7704427Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7705772Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7706980Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7708861Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7710109Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7711237Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7712626Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7713643Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7714806Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7715995Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7717183Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7718487Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7719743Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7720948Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7722303Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7723546Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7724807Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7725951Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7727146Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7728454Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7729539Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7730762Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7731931Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7733124Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7734368Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7735751Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fractional_max_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7736713Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/frexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7738949Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7739544Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/frexp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7740332Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/frexp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7741437Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/frexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7742722Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/frexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7744085Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/frobenius_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7745537Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7746603Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/frobenius_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7748204Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/frobenius_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7749170Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/from_file.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7750530Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7751831Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/from_file_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7752894Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/from_file_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7754119Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/from_file_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7755303Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/full.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7756783Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7757864Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/full_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7759272Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7760401Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/full_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7761781Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/full_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7763557Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/full_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7763901Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/full_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7765205Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7766165Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7767544Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7768513Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7769664Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gather.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7770873Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gather_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7771864Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7772892Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gather_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7774074Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gather_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7775397Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7776213Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7777497Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gather_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7778372Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gather_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7780019Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gather_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7780808Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gather_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7782013Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gather_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7783331Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gather_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7784426Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gcd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7786659Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7788767Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gcd_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7789442Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gcd_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7789957Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gcd_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7792191Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gcd_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7793156Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gcd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7794217Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gcd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7795705Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7796876Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ge_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7798071Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ge_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7800095Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ge_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7801353Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ge_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7803207Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ge_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7804510Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ge_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7805785Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gelu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7809780Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gelu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7810833Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7811613Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7813364Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gelu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7814451Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gelu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7815714Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gelu_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7816870Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gelu_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7818094Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gelu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7819329Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gelu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7820616Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7821675Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gelu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7822805Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gelu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7823915Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gelu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7826611Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gelu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7827186Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gelu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7828554Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gelu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7829407Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/geometric.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7830683Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7831515Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/geometric_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7832468Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/geometric_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7833345Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/geometric_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7834342Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/geometric_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7835316Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/geometric_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7836168Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/geqrf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7837184Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/geqrf_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7838033Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/geqrf_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7839169Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/geqrf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7840119Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/geqrf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7841052Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ger.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7842292Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7843061Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ger_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7844069Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ger_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7844943Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7845973Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7847040Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7847921Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7848767Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_backward_jvp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7849922Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7850745Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7851787Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7852671Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_backward_jvp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7853667Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_backward_jvp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7854688Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7855489Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7856605Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7857455Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7858795Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7859903Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_jvp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7861116Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7862922Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_jvp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7863985Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_jvp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7866122Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_jvp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7866699Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_jvp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7867698Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7869004Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7870237Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7871417Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/glu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7872642Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gradient.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7874115Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7875116Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gradient_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7876275Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gradient_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7877552Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/greater.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7878891Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7880039Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/greater_equal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7881570Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7882603Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/greater_equal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7883757Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/greater_equal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7884999Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/greater_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7886244Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/greater_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7887673Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7888947Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7890050Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7891496Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7892453Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7893675Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7894943Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7896216Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7897500Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7898631Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7899796Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7901013Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7902182Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7903388Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7904906Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7906247Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7907373Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7908625Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7909844Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7911144Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7912398Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7913380Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7914664Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7915821Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7916847Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7919022Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7919704Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7920766Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/grid_sampler_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7922062Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/group_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7923337Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7924391Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/group_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7925466Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/group_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7926644Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gru.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7927887Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gru_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7929388Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7930598Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gru_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7931771Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gru_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7933117Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7934244Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gru_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7935451Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gru_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7936828Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7937989Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gt_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7939170Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7940430Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gt_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7942371Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gt_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7943497Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7944615Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/gt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7945963Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hamming_window.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7947627Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7948762Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hamming_window_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7950100Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hamming_window_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7951254Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hann_window.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7952485Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7953812Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hann_window_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7955002Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hann_window_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7956112Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardshrink.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7957455Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardshrink_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7958950Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7959994Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7961232Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7962535Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardshrink_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7963666Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7965113Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardshrink_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7966067Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardshrink_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7967479Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7968761Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardshrink_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7969953Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardshrink_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7971075Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardshrink_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7972250Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardshrink_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7973572Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardshrink_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7974601Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardshrink_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7976896Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardsigmoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7978045Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardsigmoid_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7978695Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7979738Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7981126Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7982237Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardsigmoid_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7983458Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7984558Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardsigmoid_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7986425Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardsigmoid_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7987688Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7988447Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7989616Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7990852Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardsigmoid_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7991999Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardsigmoid_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7993274Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardsigmoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7994473Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardsigmoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7995775Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardswish.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7996977Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardswish_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7998326Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.7999551Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8000772Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8001932Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardswish_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8003166Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardswish_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8004399Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardswish_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8005539Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardswish_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8006765Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardswish_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8007994Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardswish_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8009236Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardswish_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8010454Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardtanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8011725Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardtanh_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8012904Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8014926Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8015649Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardtanh_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8016480Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardtanh_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8017598Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardtanh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8018773Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardtanh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8020086Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardtanh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8022185Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardtanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8023283Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hardtanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8024430Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/heaviside.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8026076Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8026983Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/heaviside_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8028184Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/heaviside_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8029415Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/heaviside_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8030619Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/heaviside_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8031838Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/heaviside_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8033040Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/heaviside_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8034312Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hinge_embedding_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8035625Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8036782Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hinge_embedding_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8037916Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hinge_embedding_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8039153Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/histc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8040406Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/histc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8041735Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/histc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8042843Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/histc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8044131Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/histc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8045234Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/histogram.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8047195Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/histogram_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8048143Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/histogram_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8049469Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/histogram_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8050755Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/histogramdd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8052198Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8053107Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mH.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8054381Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/histogramdd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8055678Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/histogramdd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8056920Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hsplit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8058280Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8059471Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hsplit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8061378Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hsplit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8062044Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hspmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8064594Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hspmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8065149Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hspmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8068080Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hstack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8068922Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8069866Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hstack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8071120Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hstack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8072343Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/huber_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8073598Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/huber_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8074943Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8076235Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8077347Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8078614Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/huber_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8079872Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/huber_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8081149Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/huber_loss_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8082382Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/huber_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8083623Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/huber_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8084799Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/huber_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8086012Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hypot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8087393Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8088487Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hypot_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8089738Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hypot_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8090940Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hypot_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8092111Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hypot_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8093239Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hypot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8094418Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/hypot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8095806Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8096886Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/i0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8098102Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/i0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8099242Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/i0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8100447Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/i0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8101617Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/i0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8103470Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/i0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8104595Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/igamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8106603Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8107407Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/igamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8108606Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/igamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8109955Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/igamma_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8111391Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/igamma_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8112515Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/igamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8113771Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/igamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8114961Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/igammac.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8116478Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8117501Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/igammac_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8118661Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/igammac_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8119929Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/igammac_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8121278Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/igammac_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8122530Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/igammac_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8123694Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/igammac_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8124973Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/im2col.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8126132Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/im2col_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8127365Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/im2col_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8128553Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/im2col_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8129742Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/im2col_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8130889Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/imag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8132430Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8133467Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/imag_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8134372Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/imag_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8135830Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8136536Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_add.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8138887Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8139394Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8140015Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_add_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8141517Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_add_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8142378Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_add_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8143882Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_add_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8144957Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_add_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8146255Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_add_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8147478Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8148470Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8149859Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8150801Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8151817Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_copy_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8153300Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_copy_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8154162Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_copy_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8155431Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_copy_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8156443Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8157681Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8159226Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8160012Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8160975Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_fill.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8162085Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8163145Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8163818Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_fill_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8164716Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_fill_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8166117Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_fill_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8166802Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_fill_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8168003Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_fill_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8168883Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8169948Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8170905Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8172462Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8172776Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_put.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8174223Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8175431Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_put_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8176238Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_put_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8177847Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8178763Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8179673Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_reduce_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8180719Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_reduce_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8181598Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_reduce_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8182656Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_reduce_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8183530Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_reduce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8184702Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_reduce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8186656Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_select.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8187205Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_select_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8188548Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8189352Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_select_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8190220Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_select_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8191455Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8192543Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_select_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8193605Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_select_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8194634Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_select_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8195891Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/index_select_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8196699Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8197660Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8198746Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8199838Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8200981Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8201942Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8202954Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8203969Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8204938Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8205916Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8206655Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8207600Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8208496Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/inner.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8209456Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8210276Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/inner_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8211200Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/inner_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8212122Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/instance_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8213105Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8213941Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/instance_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8214870Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/instance_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8215716Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/int_repr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8216714Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8217552Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/int_repr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8218462Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/int_repr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8219301Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/inverse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8220782Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8221388Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/inverse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8222123Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/inverse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8223162Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_coalesced.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8224018Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_coalesced_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8225366Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_coalesced_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8226298Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_complex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8228098Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8229310Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_complex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8230296Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_complex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8231402Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_conj.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8233025Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8233811Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_conj_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8235317Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_conj_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8235719Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_distributed.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8236850Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8237470Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_distributed_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8238333Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_distributed_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8239740Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_floating_point.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8240694Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8241437Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_floating_point_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8243171Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_floating_point_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8244212Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_inference.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8245538Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8246518Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_inference_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8247379Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_inference_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8248473Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_leaf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8249493Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8250485Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_leaf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8251245Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_leaf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8252308Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_neg.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8253440Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8254616Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_neg_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8255494Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_neg_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8256718Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_nonzero.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8257300Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8258967Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_nonzero_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8259528Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_nonzero_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8260969Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_pinned.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8262110Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8262831Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_pinned_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8263821Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_pinned_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8264690Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_pinned_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8265921Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_same_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8267621Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8268454Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_same_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8269503Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_same_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8270477Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_set_to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8271441Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_set_to_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8273101Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_set_to_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8274220Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_set_to_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8275349Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_set_to_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8276453Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_signed.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8277916Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8278899Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_signed_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8280352Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_signed_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8281619Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_vulkan_available.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8283927Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8284580Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_vulkan_available_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8285311Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/is_vulkan_available_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8286341Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isclose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8287872Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8289192Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isclose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8290209Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isclose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8291593Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isfinite.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8293383Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8294779Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isfinite_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8295819Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isfinite_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8308218Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8309095Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8310441Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8311760Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8312837Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8313619Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8314465Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8315637Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8316391Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isinf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8317624Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8319400Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isinf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8319810Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isinf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8320592Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isnan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8321720Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8322778Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isnan_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8323728Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isnan_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8325465Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isnan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8326300Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isnan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8327731Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isneginf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8328921Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8329401Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isneginf_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8330769Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isneginf_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8331644Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isneginf_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8332720Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isneginf_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8333956Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isneginf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8334887Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isneginf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8336084Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isposinf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8337444Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8338144Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isposinf_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8339337Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isposinf_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8340340Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isposinf_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8341223Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isposinf_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8342260Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isposinf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8343528Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isposinf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8344354Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isreal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8345605Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8348430Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isreal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8349782Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/isreal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8350627Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/istft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8352073Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8352829Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/istft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8354913Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/istft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8355316Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/item.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8355999Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8357047Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/item_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8358513Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/item_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8359196Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/kaiser_window.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8360717Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8362603Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/kaiser_window_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8362927Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/kaiser_window_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8363839Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/kl_div.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8365266Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8366233Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/kl_div_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8367207Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/kl_div_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8368167Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/kron.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8369317Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8370219Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/kron_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8371222Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/kron_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8372214Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/kthvalue.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8373801Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8374651Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8375480Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/kthvalue_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8376585Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/kthvalue_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8377524Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/kthvalue_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8378913Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/kthvalue_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8379468Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/l1_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8380945Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8381553Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/l1_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8382877Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/l1_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8383737Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/layer_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8384956Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8385898Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/layer_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8387298Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/layer_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8387875Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lcm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8389042Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8389949Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lcm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8390939Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lcm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8392186Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lcm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8393137Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lcm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8394131Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lcm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8395563Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lcm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8396898Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ldexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8398309Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8399304Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ldexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8400230Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ldexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8401264Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8402328Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/le_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8403385Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/le_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8404173Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/le_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8406018Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/le_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8406936Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/le_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8407820Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/le_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8408309Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/leaky_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8409609Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/leaky_relu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8410529Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8411460Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8412735Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8413747Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/leaky_relu_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8414558Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8415770Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/leaky_relu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8416642Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/leaky_relu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8417740Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8418760Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/leaky_relu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8419846Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/leaky_relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8420882Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/leaky_relu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8421630Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/leaky_relu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8422787Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/leaky_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8423658Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/leaky_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8424657Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lerp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8426158Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8426914Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lerp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8428039Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lerp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8428769Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lerp_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8429955Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lerp_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8431076Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lerp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8432042Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lerp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8433261Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/less.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8434946Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8435353Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/less_equal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8436423Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8437650Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/less_equal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8438456Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/less_equal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8439821Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/less_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8440775Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/less_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8442226Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lgamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8443535Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8444460Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lgamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8445714Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lgamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8446645Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lgamma_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8447877Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lgamma_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8448903Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lgamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8450135Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lgamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8451161Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8452009Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8453298Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lift_fresh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8454174Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8455205Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lift_fresh_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8456430Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8457416Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8458319Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lift_fresh_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8459584Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lift_fresh_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8460507Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lift_fresh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8461606Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lift_fresh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8462596Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8463670Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8465289Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cholesky.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8466415Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8467285Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cholesky_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8468490Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8469421Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8470745Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8471622Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cholesky_ex_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8472711Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8473833Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cholesky_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8474837Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cholesky_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8475838Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cholesky_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8476908Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cholesky_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8477881Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cond.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8479137Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8480104Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cond_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8481175Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cond_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8482192Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cross.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8483412Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8484339Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cross_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8485431Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cross_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8486398Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cross_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8487694Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cross_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8488656Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cross_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8489635Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_cross_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8490665Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_det.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8491635Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8493409Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_det_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8494009Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_det_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8496333Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_diagonal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8496995Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8497628Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_diagonal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8498483Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_diagonal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8499205Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_eig.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8500207Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_eig_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8501374Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_eig_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8502421Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_eig_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8503461Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_eig_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8504586Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_eigh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8505893Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8507114Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_eigh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8508090Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_eigh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8509252Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_eigvals.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8510439Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8511481Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_eigvals_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8512697Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_eigvals_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8513752Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_eigvalsh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8514768Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8515541Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_eigvalsh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8516481Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_eigvalsh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8517472Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_householder_product.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8518693Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8519482Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8520683Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_householder_product_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8521679Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_householder_product_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8522654Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_inv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8523431Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mT.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8524706Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8525705Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_inv_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8527022Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8527753Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8528765Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8529726Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_inv_ex_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8530744Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8531758Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_inv_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8533298Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_inv_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8534133Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_inv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8535150Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_inv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8536107Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_ldl_factor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8537317Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8538146Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_ldl_factor_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8539507Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8541147Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8541668Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8542225Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8543357Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8544063Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_ldl_factor_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8545097Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8546444Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_ldl_factor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8547077Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_ldl_factor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8548216Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_ldl_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8549268Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8550524Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8551273Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8552214Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_ldl_solve_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8553053Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8554264Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_ldl_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8555206Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_ldl_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8556133Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lstsq.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8557142Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8558366Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8559284Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8560722Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lstsq_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8561606Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lstsq_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8562819Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8563927Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8564896Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8565888Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8566795Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_factor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8568175Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8568932Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_factor_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8570022Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8571072Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8572292Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8573247Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_factor_ex_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8574492Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8575485Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_factor_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8576554Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_factor_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8577502Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_factor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8578706Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_factor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8579509Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8580441Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8581680Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8582796Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8583887Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8584962Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8585963Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8587266Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8588291Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_solve_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8589034Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8590334Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8592365Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_lu_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8592810Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8593827Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8594963Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_matmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8595323Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_matmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8596974Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_matrix_exp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8598034Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8598997Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8600583Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8601436Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_matrix_exp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8602658Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_matrix_exp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8603911Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_matrix_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8605138Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8606251Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_matrix_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8607230Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_matrix_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8608416Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_matrix_power.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8609707Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8610733Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_matrix_power_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8611813Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_matrix_power_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8612781Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_matrix_rank.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8614188Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8615306Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_matrix_rank_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8616490Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_matrix_rank_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8617539Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_multi_dot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8618718Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_multi_dot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8619999Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8621112Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_multi_dot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8622087Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8623428Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8624338Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8625631Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8626655Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_pinv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8627943Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8629048Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8630098Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8631039Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_pinv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8632125Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_pinv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8633195Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_qr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8634533Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8635400Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_qr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8636560Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_qr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8637557Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_qr_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8638708Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_qr_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8639879Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_qr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8640960Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_qr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8642089Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_slogdet.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8643390Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8644463Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_slogdet_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8645513Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_slogdet_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8646545Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8647981Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8649056Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_solve_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8650111Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8651229Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_solve_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8652242Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_solve_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8653469Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8654510Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8655748Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_solve_triangular.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8656826Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8658014Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8659164Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_solve_triangular_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8660173Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_solve_triangular_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8661265Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_svd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8662403Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8663481Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_svd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8664444Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_svd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8665698Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_svdvals.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8666786Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8667877Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_svdvals_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8668988Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_svdvals_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8669992Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_tensorinv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8672804Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8673249Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_tensorinv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8673627Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_tensorinv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8674490Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_tensorsolve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8675660Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8676519Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_tensorsolve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8677707Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_tensorsolve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8678616Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_vander.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8680274Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8681228Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_vander_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8682049Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_vander_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8682978Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_vecdot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8684332Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8685482Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_vecdot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8686165Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_vecdot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8687143Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_vector_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8688538Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8689502Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8690538Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8691715Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_vector_norm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8692713Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8693603Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_vector_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8694694Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linalg_vector_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8695631Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linear.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8696560Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linear_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8698342Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8699186Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linear_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8700155Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linear_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8701373Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8702359Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8702911Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linear_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8703905Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linear_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8705199Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linspace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8705983Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8706989Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linspace_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8708184Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linspace_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8708948Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linspace_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8709877Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linspace_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8711154Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/linspace_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8712082Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8713045Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log10.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8714103Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8715546Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log10_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8716382Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log10_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8717251Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log10_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8718574Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log10_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8719564Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log10_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8721063Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log10_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8721947Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log1p.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8722971Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8723964Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log1p_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8724944Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log1p_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8726229Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log1p_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8728277Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log1p_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8728591Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log1p_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8730031Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log1p_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8730346Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8731732Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8732447Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8733362Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8734364Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log2_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8735424Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log2_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8736173Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8737248Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8738099Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8739612Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8740491Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8741458Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8742488Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8743524Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8744388Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_normal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8745620Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8747383Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_normal_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8748296Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_normal_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8749218Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_normal_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8750218Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_normal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8751191Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_normal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8752224Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8753110Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_sigmoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8754145Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_sigmoid_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8755108Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8756115Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8757043Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_sigmoid_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8758011Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_sigmoid_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8759009Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8759990Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_sigmoid_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8761274Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8762142Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8763057Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_sigmoid_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8764104Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_sigmoid_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8765035Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_sigmoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8765998Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_sigmoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8767021Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8768064Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8769014Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8769942Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8770830Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/log_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8771891Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logaddexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8772778Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logaddexp2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8773927Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8774768Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logaddexp2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8775856Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logaddexp2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8776707Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logaddexp2_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8777726Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logaddexp2_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8778664Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logaddexp2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8779644Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logaddexp2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8780743Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8781636Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logaddexp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8783670Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logaddexp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8784568Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logaddexp_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8785709Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logaddexp_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8786730Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logaddexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8787996Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logaddexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8788755Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logcumsumexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8790689Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8791256Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8792585Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logcumsumexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8793210Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logcumsumexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8794718Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logdet.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8795574Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8797223Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logdet_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8798290Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logdet_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8799579Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_and.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8800816Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8801951Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_and_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8803276Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_and_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8804516Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_and_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8805724Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_and_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8806790Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_not.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8809002Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8809938Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_not_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8811098Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_not_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8812283Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_not_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8813500Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_not_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8814705Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_or.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8816081Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8817225Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_or_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8818492Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_or_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8819713Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_or_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8820908Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_or_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8822108Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_xor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8823506Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8824651Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_xor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8826037Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_xor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8827283Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_xor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8828560Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logical_xor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8829753Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8830981Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logit_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8832464Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8833624Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logit_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8835702Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logit_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8836320Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logit_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8837680Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logit_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8838757Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logit_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8840234Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logit_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8841402Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logit_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8842686Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logit_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8843908Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logit_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8845063Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8846217Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8847455Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logspace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8848930Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8850007Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logspace_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8851346Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logspace_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8852662Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logspace_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8853746Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logspace_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8854879Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logspace_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8856055Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logsumexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8857444Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8858869Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8859970Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8860999Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logsumexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8863029Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/logsumexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8863597Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lshift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8864636Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8865995Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lshift_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8867358Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lshift_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8868573Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lshift_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8869765Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lshift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8870960Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lshift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8872244Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lstm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8873576Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lstm_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8875054Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8876173Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lstm_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8877224Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lstm_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8878619Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8880650Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lstm_mps_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8881368Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8883166Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lstm_mps_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8883780Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lstm_mps_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8884724Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lstm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8886068Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lstm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8887522Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8889294Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lt_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8890529Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8891826Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lt_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8893014Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lt_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8894687Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8895578Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8896814Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lu_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8898211Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8899628Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lu_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8900861Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lu_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8901942Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lu_unpack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8903475Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8904554Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lu_unpack_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8907526Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lu_unpack_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8908140Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lu_unpack_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8908856Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lu_unpack_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8909951Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lu_unpack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8910854Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lu_unpack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8912311Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8913451Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mH_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8914717Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mH_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8916061Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8917271Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mT_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8918482Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mT_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8919901Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/margin_ranking_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8921178Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8922315Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/margin_ranking_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8923459Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/margin_ranking_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8924761Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_fill.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8926463Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8927445Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_fill_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8928672Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_fill_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8929904Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_fill_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8931109Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_fill_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8933125Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_fill_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8933580Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8934787Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8935667Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_scatter_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8937369Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_scatter_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8938140Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_scatter_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8938843Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8940075Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8941021Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_select.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8942276Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_select_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8944273Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8945163Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_select_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8945993Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_select_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8948390Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_select_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8949271Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_select_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8950395Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_select_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8951567Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/masked_select_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8952682Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8953987Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matmul_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8955507Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8956690Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matmul_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8957787Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matmul_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8959167Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8960357Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8961627Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8962939Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matrix_H.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8964343Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8965799Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matrix_H_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8966926Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matrix_H_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8968158Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matrix_exp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8970223Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matrix_exp_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8974187Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8974573Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matrix_exp_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8974963Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matrix_exp_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8975392Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8975769Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matrix_exp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8976514Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matrix_exp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8977860Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matrix_power.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8979752Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8980081Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matrix_power_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8981117Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matrix_power_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8982109Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8983653Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8984889Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8986239Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8987391Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8988472Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8989827Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8991174Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8992200Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8993624Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8994774Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8995861Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8997023Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8998387Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool1d_with_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.8999841Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9001111Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool1d_with_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9002519Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool1d_with_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9003654Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9005024Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9006110Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9007159Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9008368Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool2d_with_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9010135Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool2d_with_indices_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9011493Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9012622Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9013926Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9015079Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9016276Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9017376Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9018526Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9019934Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9021038Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9022185Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9023404Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool2d_with_indices_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9024979Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9026216Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool2d_with_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9027378Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool2d_with_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9028562Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9029952Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9030993Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9032137Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9033484Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool3d_with_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9035478Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool3d_with_indices_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9036132Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9037318Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9038455Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9039861Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9041015Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9042231Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9043735Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool3d_with_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9044679Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_pool3d_with_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9045786Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_unpool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9047087Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9049187Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9050072Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_unpool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9051310Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_unpool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9052725Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_unpool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9054113Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9055353Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9056553Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_unpool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9057752Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/max_unpool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9070797Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/maximum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9071619Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9072210Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/maximum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9072714Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/maximum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9073067Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/maximum_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9073454Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/maximum_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9073764Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/maximum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9074149Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/maximum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9074608Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mean.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9075111Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9075571Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9075994Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9076289Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9076793Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mean_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9077189Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mean_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9077536Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mean_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9079199Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mean_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9079994Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mean_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9081731Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mean_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9082250Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/median.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9083697Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9084401Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9085903Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/median_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9086937Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/median_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9088135Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/median_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9089387Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/median_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9090506Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/meshgrid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9091809Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9092927Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/meshgrid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9094292Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/meshgrid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9095519Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/min.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9097047Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9098242Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9099512Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/min_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9100745Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/min_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9101974Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/min_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9103245Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/min_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9104374Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/min_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9105831Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/min_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9107106Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/minimum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9108480Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9109587Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/minimum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9110868Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/minimum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9112067Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/minimum_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9113295Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/minimum_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9114538Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/minimum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9115762Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/minimum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9117058Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9118199Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_batch_norm_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9119761Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9120902Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9122131Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_batch_norm_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9123598Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_batch_norm_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9124860Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9128396Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9129164Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_batch_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9129774Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_batch_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9130374Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9131285Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_convolution_add_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9132594Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9133776Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_convolution_add_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9134961Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_convolution_add_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9136391Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9137593Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9138827Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9140034Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9141292Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_convolution_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9142545Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9143746Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_convolution_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9145388Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_convolution_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9146660Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_convolution_transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9148359Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9149242Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9150647Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_convolution_transpose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9151375Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_convolution_transpose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9152950Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_depthwise_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9153859Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9155254Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9156224Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_depthwise_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9158033Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_depthwise_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9158531Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_rnn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9159759Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_rnn_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9161118Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9161939Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9162840Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_rnn_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9163926Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_rnn_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9165092Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9165916Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9167446Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_rnn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9168252Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/miopen_rnn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9169431Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mish.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9170385Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mish_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9172072Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9172714Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mish_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9173843Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mish_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9174803Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mish_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9175900Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mish_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9177349Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9178307Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mish_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9179366Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mish_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9180274Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mish_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9181422Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mish_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9182373Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mish_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9183275Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mish_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9184348Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9185678Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9186364Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9187967Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9189281Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9190207Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9191741Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9192488Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9193556Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9194369Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9195560Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9196460Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_linear.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9197624Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_linear_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9198804Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9199505Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_linear_backward_input.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9201246Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9202421Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_linear_backward_input_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9203405Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9204361Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_linear_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9205316Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_linear_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9206639Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_linear_backward_weights.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9207673Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9208632Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9209919Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9211021Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9211874Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_linear_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9212940Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_linear_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9214237Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9215174Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_max_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9216478Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9217413Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9218642Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9219633Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9220894Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9221779Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9222844Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_max_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9223833Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_max_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9225073Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9226138Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9227895Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9229066Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9229931Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_max_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9230902Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_max_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9231744Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9232890Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9234234Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9235192Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9236261Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9237400Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9238717Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9239657Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9240696Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9241348Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9242263Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9244083Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9244404Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9245593Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9246041Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9247415Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9248385Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9249452Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9250799Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mode_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9251318Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mode_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9252763Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mode_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9253313Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mode_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9254578Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/moveaxis.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9255676Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9256655Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/moveaxis_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9257626Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/moveaxis_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9258435Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/movedim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9259767Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9260438Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/movedim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9261281Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/movedim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9262295Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mps_convolution_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9263695Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9265045Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mps_convolution_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9265991Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mps_convolution_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9267227Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mps_convolution_transpose_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9268045Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9269183Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mps_convolution_transpose_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9270882Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9271922Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mps_max_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9273302Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mps_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9274262Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mps_max_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9275209Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mps_max_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9276160Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mse_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9277715Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mse_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9278388Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9279839Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9280970Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mse_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9281941Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mse_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9282762Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9283653Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mse_loss_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9284653Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mse_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9285629Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mse_loss_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9286884Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mse_loss_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9287706Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mse_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9288656Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mse_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9289628Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/msort.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9290783Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9291647Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/msort_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9292583Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/msort_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9293508Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9294599Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9295613Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9296479Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mul_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9297382Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mul_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9298357Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mul_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9299389Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mul_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9300333Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9301560Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9302781Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multi_margin_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9303971Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multi_margin_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9305361Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9306654Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9308042Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multi_margin_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9309127Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multi_margin_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9310303Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9311533Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9312671Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multi_margin_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9313906Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multi_margin_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9315086Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multilabel_margin_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9316395Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multilabel_margin_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9317554Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9318855Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9320099Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multilabel_margin_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9321403Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9322867Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9324059Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multilabel_margin_loss_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9325392Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9326636Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9327854Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multilabel_margin_loss_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9329106Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9330233Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multilabel_margin_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9331429Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multilabel_margin_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9332653Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multinomial.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9333922Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multinomial_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9335411Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multinomial_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9336393Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multinomial_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9337680Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multinomial_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9338790Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multiply.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9340044Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9341153Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multiply_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9342398Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/multiply_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9344329Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9345654Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9347590Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9348645Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9349886Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mvlgamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9351301Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9352497Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mvlgamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9354340Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mvlgamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9355090Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mvlgamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9356084Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/mvlgamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9357398Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nan_to_num.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9358337Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9359292Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nan_to_num_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9360466Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nan_to_num_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9361253Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nan_to_num_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9362227Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nan_to_num_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9363392Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nanmean.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9364453Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9365317Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nanmean_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9366675Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nanmean_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9367664Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nanmedian.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9368513Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9369862Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9370733Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nanmedian_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9372508Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nanmedian_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9372882Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nanmedian_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9373889Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nanmedian_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9374540Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nanquantile.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9375786Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9376602Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nanquantile_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9377902Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nanquantile_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9378658Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nansum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9379942Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nansum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9380593Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nansum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9382009Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nansum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9383088Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nansum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9384189Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/narrow.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9385432Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9386499Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/narrow_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9387430Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/narrow_copy_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9388543Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/narrow_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9389558Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9390594Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/narrow_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9391668Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/narrow_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9392576Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/narrow_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9393547Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9394672Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_batch_norm_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9395840Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9396785Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9397835Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9398855Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_batch_norm_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9399887Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_batch_norm_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9400880Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9402347Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9403204Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_batch_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9405068Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_batch_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9405815Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_channel_shuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9406695Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9407894Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9408761Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_channel_shuffle_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9410146Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_channel_shuffle_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9411119Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9412275Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_dropout_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9413102Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9414554Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9415299Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9416026Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_dropout_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9417412Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_dropout_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9418218Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9419122Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_dropout_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9420111Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_dropout_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9421234Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9422595Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9423404Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_group_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9424293Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_group_norm_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9425808Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9427339Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9428595Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9429346Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_group_norm_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9430510Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_group_norm_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9432580Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9433058Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_group_norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9433810Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_group_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9434936Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_group_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9436017Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_group_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9436827Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_layer_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9438066Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_layer_norm_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9439397Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9440310Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9441582Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9442556Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_layer_norm_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9443745Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_layer_norm_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9444661Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9445648Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9446560Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9447880Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_layer_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9448784Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_layer_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9450236Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9451245Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9452016Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9453216Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/native_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9454113Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ne.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9455378Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9455996Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ne_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9457070Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ne_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9458132Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ne_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9459599Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ne_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9460361Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ne_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9461235Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ne_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9462603Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/neg.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9463748Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9464600Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/neg_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9466155Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/neg_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9466990Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/neg_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9468186Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/neg_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9469292Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/neg_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9470395Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/neg_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9471354Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/negative.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9472615Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9473507Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/negative_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9474748Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/negative_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9477310Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nested_to_padded_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9477855Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9478233Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nested_to_padded_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9479253Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nested_to_padded_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9480624Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/new_empty.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9482252Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9483390Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/new_empty_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9485279Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/new_empty_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9486404Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/new_empty_strided.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9488743Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/new_empty_strided_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9489269Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/or.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9490189Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9491749Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9492762Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/new_empty_strided_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9493972Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/new_full.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9495347Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9496428Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/new_full_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9497580Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/new_full_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9498854Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/new_ones.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9500291Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9501456Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/new_ones_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9502775Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/new_ones_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9504091Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/new_zeros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9505729Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9506822Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/new_zeros_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9507996Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/new_zeros_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9509067Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nextafter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9510599Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9511697Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nextafter_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9512906Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nextafter_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9514106Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nextafter_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9515313Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nextafter_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9516576Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nextafter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9517731Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nextafter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9519218Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9520576Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9521915Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9523276Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9524506Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9525770Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9526845Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9528263Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9529491Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss2d_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9532009Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9534354Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9534974Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss2d_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9535580Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss2d_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9536165Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9536735Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9537820Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9539236Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9540275Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9541425Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9542678Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9543980Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9545316Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9546388Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9547855Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9549048Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9550534Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9551714Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9552894Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9553979Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_forward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9555254Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9556478Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9557679Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9558919Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9560223Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_nd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9561737Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9562965Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_nd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9564181Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_nd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9566258Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nll_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9567314Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nonzero.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9568324Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nonzero_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9569705Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nonzero_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9570931Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nonzero_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9572180Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nonzero_numpy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9573446Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9574713Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nonzero_numpy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9575808Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nonzero_numpy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9577012Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nonzero_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9578173Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9579879Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9581093Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9582116Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9583331Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9584568Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9585829Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/norm_except_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9588433Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9589219Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/norm_except_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9590348Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/norm_except_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9592303Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/norm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9592723Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/norm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9593947Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9594625Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9596057Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/normal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9596487Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9597707Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/normal_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9598697Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/normal_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9599765Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/normal_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9600719Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/normal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9602197Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/normal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9603060Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/not_equal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9604204Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9605101Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/not_equal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9606046Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/not_equal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9607354Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nuclear_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9608498Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9609548Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nuclear_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9610765Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nuclear_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9612348Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/numpy_T.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9613439Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9614105Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/numpy_T_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9615040Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/numpy_T_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9616217Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/one_hot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9617394Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9618331Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/one_hot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9619257Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/one_hot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9620247Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ones.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9621182Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9622192Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ones_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9623029Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9624297Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ones_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9625306Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ones_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9626184Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ones_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9627886Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ones_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9628813Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9629889Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/or_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9630936Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/or_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9632087Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/orgqr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9633459Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9634620Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/orgqr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9635844Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/orgqr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9637036Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ormqr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9638330Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ormqr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9640586Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ormqr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9641690Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ormqr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9642959Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ormqr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9644152Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/outer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9645629Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9646646Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/outer_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9647825Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/outer_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9649116Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/output_nr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9650556Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9651646Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/output_nr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9653062Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/output_nr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9654150Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9655465Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9656544Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9657824Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9659020Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pad_sequence.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9660353Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9661457Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pad_sequence_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9662682Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pad_sequence_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9664016Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pairwise_distance.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9665507Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9666602Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pairwise_distance_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9667846Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pairwise_distance_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9669040Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pdist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9670655Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9671663Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pdist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9672768Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pdist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9673992Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/permute.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9675519Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9676683Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/permute_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9677906Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9679172Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9680318Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/permute_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9681502Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/permute_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9683491Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/permute_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9683939Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/permute_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9685371Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pin_memory.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9686447Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9687363Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pin_memory_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9689069Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pin_memory_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9689855Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pinverse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9691156Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9691889Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pinverse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9693362Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pinverse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9693976Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pixel_shuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9695140Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9696276Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9697259Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9698127Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pixel_shuffle_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9699480Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pixel_shuffle_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9700354Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pixel_unshuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9701489Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9702445Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9704257Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9704670Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pixel_unshuffle_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9705684Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pixel_unshuffle_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9706633Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/poisson.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9707934Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9708747Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/poisson_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9709772Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/poisson_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9710967Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/poisson_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9711899Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/poisson_nll_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9713167Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9714007Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/poisson_nll_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9715994Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/poisson_nll_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9716895Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/poisson_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9717909Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/polar.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9719535Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9720198Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/polar_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9721830Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/polar_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9722742Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/polar_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9723655Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/polar_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9724614Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/polygamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9725632Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9726588Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9727619Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/polygamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9728854Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/qr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9729843Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/polygamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9730698Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/polygamma_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9731672Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/polygamma_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9732628Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/polygamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9733465Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/polygamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9734244Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/positive.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9735336Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9736058Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/positive_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9736988Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/positive_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9737870Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pow.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9738975Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9739813Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pow_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9740974Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pow_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9741546Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pow_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9742908Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pow_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9743693Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pow_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9744394Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/pow_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9745631Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/prelu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9747113Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/prelu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9748247Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/prelu_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9749100Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/prelu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9750173Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/prelu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9751075Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/prelu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9752119Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/prelu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9753220Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/prelu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9754502Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/prelu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9755891Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/prelu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9756681Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/prelu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9757486Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/prelu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9758831Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/prod.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9760030Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9761094Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9762165Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9763347Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/prod_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9764174Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/prod_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9765134Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/prod_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9766276Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/prod_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9767230Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/prod_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9768205Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/prod_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9769433Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/promote_types.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9770448Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9771664Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/promote_types_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9772615Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/promote_types_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9773618Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/put.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9774875Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9775836Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/put_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9776801Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/put_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9777980Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/put_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9778879Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/put_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9780050Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/put_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9781032Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/q_per_channel_axis.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9782631Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/q_per_channel_axis_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9783584Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/q_per_channel_axis_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9784905Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/q_per_channel_scales.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9785964Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9786945Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/q_per_channel_scales_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9787967Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/q_per_channel_scales_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9789172Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/q_per_channel_zero_points.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9790178Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9791338Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/q_per_channel_zero_points_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9793979Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/q_per_channel_zero_points_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9794967Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/q_scale.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9796182Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/q_scale_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9797171Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/q_scale_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9798139Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/q_zero_point.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9799424Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/q_zero_point_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9800373Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/q_zero_point_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9802009Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9802931Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/qr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9804058Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/qr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9805024Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/qscheme.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9806277Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/qscheme_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9807248Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/qscheme_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9808468Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantile.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9809346Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9810704Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantile_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9811823Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantile_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9812896Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantize_per_channel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9813977Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9814984Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9816142Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9817178Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantize_per_channel_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9819003Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantize_per_channel_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9819479Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantize_per_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9820302Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9821353Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9822472Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9823286Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantize_per_tensor_dynamic.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9824159Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9825157Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9826032Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9827066Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9828001Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9829011Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantize_per_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9830296Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantize_per_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9831392Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9832700Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9833364Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_batch_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9834232Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_batch_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9835343Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_gru_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9836491Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9837771Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_gru_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9838547Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_gru_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9839667Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_lstm_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9841025Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9842070Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_lstm_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9842852Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_lstm_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9844075Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_max_pool1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9844876Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9845897Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_max_pool1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9846917Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_max_pool1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9847937Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9849050Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9850032Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9851033Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9853058Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_rnn_relu_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9854854Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9855223Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_rnn_relu_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9857134Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9857718Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_rnn_tanh_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9858840Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9859873Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9860890Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9861910Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rad2deg.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9863274Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9864246Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rad2deg_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9865641Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rad2deg_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9866249Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rand.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9868265Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9869074Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9870083Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rand_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9871345Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9872208Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rand_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9872816Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rand_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9874276Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rand_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9875149Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rand_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9876274Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randint.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9877699Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9878588Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randint_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9880477Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9881655Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randint_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9882311Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randint_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9883685Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randint_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9884581Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randint_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9885606Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9887603Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9888502Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9889686Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randn_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9890391Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9891452Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randn_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9892787Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randn_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9893458Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9894861Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9895621Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/random.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9896690Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9897610Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/random_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9899000Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/random_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9899829Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/random_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9900657Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/random_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9901970Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/random_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9903162Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randperm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9903910Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9905121Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randperm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9906162Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randperm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9908199Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randperm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9908703Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/randperm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9910348Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/range.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9911406Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9912023Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/range_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9913116Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/range_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9914175Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/range_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9915213Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/range_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9916409Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/range_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9917398Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ravel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9918526Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9919822Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ravel_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9921029Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/ravel_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9922263Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/real.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9923599Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9925333Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/real_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9926489Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/real_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9927903Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reciprocal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9929401Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9930524Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reciprocal_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9931686Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reciprocal_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9932838Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reciprocal_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9934065Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reciprocal_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9935463Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reciprocal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9936854Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reciprocal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9938109Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/record_stream.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9939348Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/record_stream_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9940634Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/record_stream_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9941720Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/record_stream_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9942894Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/refine_names.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9944277Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9945744Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/refine_names_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9947182Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/refine_names_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9948520Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9949740Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9951170Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad1d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9952782Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9954001Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9955374Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9956509Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad1d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9957893Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9959035Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad1d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9960284Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad1d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9961701Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9962834Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9964094Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9966061Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad1d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9967244Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9968470Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9969782Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9971088Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9972364Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9973652Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9974908Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9976168Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9977439Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9978740Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9979887Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9981016Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9982239Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9983552Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9985122Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9986490Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9987662Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9988955Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9990134Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9991569Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9992904Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9993998Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9995600Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9996481Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9997711Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:21.9998917Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0000202Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0001495Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0002717Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reflection_pad3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0003920Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/relu6.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0005368Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0006450Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/relu6_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0008380Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/relu6_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0009538Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0010664Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/relu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0011950Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0013236Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/relu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0014464Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0015633Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0016897Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/remainder.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0018305Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0019605Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0020550Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/remainder_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0021848Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/remainder_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0023089Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/remainder_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0024353Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/remainder_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0025672Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/remainder_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0028387Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/remainder_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0029090Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rename.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0030204Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0031343Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rename_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0032604Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rename_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0033805Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/renorm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0035587Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0036543Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/renorm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0037732Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/renorm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0038916Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/renorm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0040274Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/renorm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0041766Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/renorm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0042977Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/renorm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0044129Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/repeat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0045512Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0046660Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/repeat_interleave.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0048130Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0049440Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0050596Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0051757Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0052908Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/repeat_interleave_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0054359Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/repeat_interleave_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0055467Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/repeat_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0056634Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/repeat_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0058048Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0059238Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad1d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0060748Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0061819Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0063039Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0064155Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad1d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0066317Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0066915Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad1d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0068389Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad1d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0069547Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0070674Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0071745Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0073003Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad1d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0074126Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad1d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0075413Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0076589Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0077874Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0079489Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0080754Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0081941Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0083178Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0084344Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0085828Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0086787Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0088104Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0090100Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0091110Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0092368Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0093508Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0094913Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0096145Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0097307Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0098698Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0099969Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0101105Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0102521Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0103701Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0104994Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0105988Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0107341Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0108595Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0109863Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/replication_pad3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0111056Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/requires_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0112426Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0113693Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/requires_grad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0114799Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/requires_grad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0115981Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reshape.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0117190Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reshape_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0118552Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0119952Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0121132Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reshape_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0122463Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reshape_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0123884Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0125164Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0126180Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reshape_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0127414Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/reshape_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0128781Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0130021Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resize_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0131372Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0132564Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resize_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0133777Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resize_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0135022Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resize_as_sparse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0136358Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0137589Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0138738Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resize_as_sparse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0140019Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resize_as_sparse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0142164Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0142849Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resize_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0143725Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resize_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0144990Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resize_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0146271Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resize_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0147531Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0148712Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resolve_conj.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0150130Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0151198Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resolve_conj_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0152402Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resolve_conj_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0154215Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resolve_neg.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0154904Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0155980Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resolve_neg_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0156804Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/resolve_neg_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0157687Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/result_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0158885Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0159580Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/result_type_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0160598Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/result_type_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0161869Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/retain_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0162680Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0164097Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/retain_grad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0164895Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/retain_grad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0165667Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/retains_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0167633Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0168452Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/retains_grad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0169289Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/retains_grad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0170569Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rnn_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0171285Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rnn_relu_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0172665Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0173089Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rnn_relu_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0174032Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rnn_relu_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0175278Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rnn_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0176404Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0177644Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rnn_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0179587Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rnn_tanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0180013Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rnn_tanh_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0180806Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0181758Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rnn_tanh_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0183065Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rnn_tanh_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0183811Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0185024Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rnn_tanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0185951Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rnn_tanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0187568Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/roll.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0188515Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0189273Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/roll_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0190392Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/roll_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0190778Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/roll_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0192478Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/roll_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0193014Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rot90.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0194594Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0195620Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rot90_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0196833Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rot90_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0198509Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/round.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0199197Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0200683Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/round_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0201710Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/round_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0203030Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/round_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0204124Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/round_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0205380Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/round_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0206529Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/round_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0207679Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/row_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0208913Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/row_indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0210242Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0211602Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0212605Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/row_indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0213813Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/row_indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0215030Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/row_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0216299Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/row_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0217465Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/row_stack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0218822Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0220097Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/row_stack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0221417Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/row_stack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0222469Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rrelu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0223751Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0225038Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rrelu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0226228Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rrelu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0227552Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rrelu_with_noise.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0228997Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rrelu_with_noise_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0230365Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0231449Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rrelu_with_noise_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0232729Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rrelu_with_noise_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0233929Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0235020Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0236305Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0237354Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rrelu_with_noise_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0238771Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rrelu_with_noise_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0240245Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rshift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0242605Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0243382Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rshift_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0244444Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rshift_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0246041Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rshift_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0246923Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rshift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0248019Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rshift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0249275Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rsqrt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0250414Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0251681Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rsqrt_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0252551Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rsqrt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0253920Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rsqrt_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0254852Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rsqrt_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0256103Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rsqrt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0257034Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rsqrt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0258575Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rsub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0260198Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0260805Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rsub_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0261952Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rsub_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0263031Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rsub_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0264074Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/rsub_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0265227Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scalar_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0267826Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0268542Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scalar_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0268993Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scalar_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0269759Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0270672Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_add.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0272134Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0272966Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0274041Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_add_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0275140Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_add_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0276110Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_add_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0277208Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_add_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0278073Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_add_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0279605Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_add_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0280722Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0281742Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0282612Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0284034Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0284872Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0285846Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0286877Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0287980Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0288995Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0290310Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0291114Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0292111Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_reduce_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0293084Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0294348Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_reduce_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0295363Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_reduce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0296207Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/scatter_reduce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0297472Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/searchsorted.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0298623Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/searchsorted_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0299480Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/searchsorted_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0300605Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/searchsorted_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0301667Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/searchsorted_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0302924Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/searchsorted_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0303873Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/segment_reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0305459Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0306384Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/segment_reduce_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0307385Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/segment_reduce_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0308671Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/segment_reduce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0309568Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/segment_reduce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0310819Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/select.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0311699Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/select_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0313292Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0314300Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0315175Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/select_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0316164Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/select_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0317280Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0318167Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0319154Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/select_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0320206Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0321592Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0322177Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/select_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0323158Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/select_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0324468Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/select_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0325427Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/select_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0326459Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/select_scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0327467Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0328423Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/select_scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0329514Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/select_scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0331118Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/selu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0331965Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0333071Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/selu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0334214Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/selu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0335451Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/set.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0336276Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0337455Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0338461Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/set_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0339693Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/set_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0340256Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/set_data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0342057Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0342718Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/set_data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0344062Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/set_data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0345007Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/set_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0345994Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/set_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0347039Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/set_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0348235Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sgn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0349322Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0350484Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sgn_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0351628Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sgn_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0352878Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sgn_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0354154Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sgn_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0355377Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sgn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0356626Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sgn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0357982Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sigmoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0359215Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sigmoid_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0360648Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0361870Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0363086Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0364360Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sigmoid_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0365558Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0366818Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sigmoid_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0368010Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sigmoid_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0369478Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0370555Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sigmoid_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0371866Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sigmoid_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0373039Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sigmoid_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0374180Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sigmoid_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0375376Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sigmoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0376603Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sigmoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0377889Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sign.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0379253Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0380351Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sign_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0381446Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sign_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0382653Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sign_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0383913Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sign_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0385233Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sign_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0388019Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sign_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0388718Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/signbit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0390220Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0391279Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/signbit_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0392414Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/signbit_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0393587Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/signbit_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0394935Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/signbit_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0396322Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/signbit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0397607Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/signbit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0398885Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/silu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0400155Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/silu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0401674Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0402914Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0404089Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/silu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0405305Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/silu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0406482Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/silu_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0407732Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/silu_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0408891Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/silu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0410272Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/silu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0411633Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/silu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0413108Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0414230Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/silu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0415575Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/silu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0416839Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/silu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0418044Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/silu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0419242Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/silu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0420459Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0421914Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0422990Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0424232Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0425589Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0426841Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0428029Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0429280Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0430473Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sinc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0431958Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0433112Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sinc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0434354Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sinc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0435508Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sinc_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0436773Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sinc_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0437983Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sinc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0439437Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sinc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0440788Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sinh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0442193Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0443266Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sinh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0444535Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sinh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0445708Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sinh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0446951Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sinh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0448134Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sinh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0449379Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sinh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0450590Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0452014Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0453081Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0454293Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0455548Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slice.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0456834Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slice_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0458243Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0459397Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slice_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0460579Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slice_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0461933Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0463037Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slice_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0464499Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0465916Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0466981Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slice_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0469149Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slice_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0470261Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slice_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0471315Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slice_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0473554Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slice_scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0474280Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0475794Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slice_scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0476519Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slice_scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0477575Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slogdet.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0478947Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0480106Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slogdet_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0482015Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slogdet_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0483454Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0485004Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0486995Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv3d_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0488236Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0489501Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv3d_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0490708Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv3d_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0491984Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0492902Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0494597Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_dilated2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0495812Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0497160Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0497883Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0499002Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_dilated2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0500420Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_dilated2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0501200Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_dilated3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0502920Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0504061Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0504719Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0505618Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_dilated3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0506797Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_dilated3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0507769Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_transpose2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0509259Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0511162Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0512378Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0513374Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_transpose2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0514205Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0515083Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_transpose2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0516361Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_transpose2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0517504Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_transpose3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0518629Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0519813Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0520781Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_transpose3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0521691Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/slow_conv_transpose3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0522958Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/smm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0524335Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0525322Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/smm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0526417Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/smm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0527481Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/smooth_l1_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0528592Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/smooth_l1_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0530455Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0531229Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0532009Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0532853Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/t.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0534045Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/smooth_l1_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0535662Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/smooth_l1_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0536730Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0537766Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0538851Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0539884Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/smooth_l1_loss_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0540848Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0541915Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/smooth_l1_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0542834Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/smooth_l1_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0543874Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/soft_margin_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0545681Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/soft_margin_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0547509Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0548455Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/soft_margin_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0549745Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/soft_margin_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0550710Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0551957Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/soft_margin_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0552885Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/soft_margin_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0553898Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0554988Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0556052Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0556894Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0557870Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0558868Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softplus.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0559957Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softplus_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0561122Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0562059Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softplus_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0563148Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softplus_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0564184Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softplus_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0565189Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softplus_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0566123Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softplus_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0567651Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softplus_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0569117Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0570175Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softplus_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0571136Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softplus_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0572146Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softplus_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0573215Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softplus_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0574186Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softplus_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0575511Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softplus_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0576470Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softshrink.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0577443Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softshrink_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0578600Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0579683Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0580683Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0581795Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softshrink_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0582956Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softshrink_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0583985Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softshrink_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0585355Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softshrink_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0586653Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0587762Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softshrink_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0588877Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softshrink_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0590046Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softshrink_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0591051Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softshrink_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0592109Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softshrink_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0593144Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/softshrink_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0594120Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sort.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0595962Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0596842Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0597867Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0598932Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sort_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0600580Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sort_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0601464Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sort_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0602450Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sort_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0603470Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sort_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0604517Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sort_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0605945Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_bsc_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0606897Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0607958Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_bsc_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0609335Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_bsc_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0610172Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_bsr_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0611238Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0612259Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_bsr_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0613344Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_bsr_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0614778Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_compressed_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0615645Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_compressed_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0617040Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_compressed_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0618239Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_compressed_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0619078Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_coo_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0620416Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0621214Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0622367Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_coo_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0623278Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_coo_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0624296Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_csc_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0625943Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0627024Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_csc_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0628033Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_csc_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0629064Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_csr_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0630083Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0631246Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_csr_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0632047Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_csr_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0633052Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0634116Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0635268Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_dim_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0636248Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_dim_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0637397Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0638477Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0639712Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_mask.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0640655Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0641877Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_mask_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0642525Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_mask_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0645024Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0645734Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_resize_and_clear.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0646541Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0647366Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0648208Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_resize_and_clear_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0648971Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_resize_and_clear_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0650237Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0651424Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_resize_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0652300Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_resize_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0653374Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_resize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0654425Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_sampled_addmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0655483Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_sampled_addmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0656711Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sparse_sampled_addmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0657717Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_airy_ai.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0659153Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0660333Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0661410Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0662560Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_airy_ai_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0663719Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_airy_ai_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0665653Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_airy_ai_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0666917Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_airy_ai_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0668124Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_j0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0669563Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0670729Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0671945Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0673100Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_j0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0674411Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0675581Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_j0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0677062Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_j0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0678397Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_j1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0679903Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0681102Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0682166Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0683418Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_j1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0684642Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0685831Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_j1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0686986Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_j1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0688119Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_y0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0689543Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0691216Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0692448Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0693702Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_y0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0694763Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0696046Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_y0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0697176Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_y0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0698476Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_y1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0699818Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0701006Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0702221Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0703284Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_y1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0705362Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0705930Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_y1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0707743Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_bessel_y1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0708501Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_t.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0709843Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0711076Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0712095Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0713238Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0714278Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0715491Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0716550Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0717797Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0719054Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0720523Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_u.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0721702Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0722640Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0723652Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0724959Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0725961Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0727041Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0728085Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0729108Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0730361Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0731372Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_v.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0732690Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0733917Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0735142Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0736191Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0737197Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0738254Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0739276Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0740674Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0741694Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0742800Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_w.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0743893Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0745196Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0746343Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0747433Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0748686Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0749753Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0750916Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0752000Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0753119Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0754114Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_digamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0754904Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0755894Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_digamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0756774Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_digamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0757676Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_entr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0758821Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0759802Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_entr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0760779Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_entr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0762103Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_entr_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0762861Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_entr_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0764816Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_entr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0765943Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_entr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0766857Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_erf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0768141Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0769426Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_erf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0770226Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_erf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0771185Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_erfc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0772533Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0773374Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_erfc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0774498Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_erfc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0775445Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_erfcx.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0776678Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0777753Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_erfcx_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0778708Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_erfcx_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0779767Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_erfcx_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0781111Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_erfcx_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0781908Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_erfcx_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0783003Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_erfcx_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0784270Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_erfinv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0785276Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0786563Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_erfinv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0787495Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_erfinv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0788538Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_exp2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0789661Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0790549Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_exp2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0791511Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_exp2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0792678Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_expit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0793996Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0795065Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_expit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0796008Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_expit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0796740Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_expm1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0797592Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0798514Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_expm1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0799594Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_expm1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0800602Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_gammainc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0801923Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0802677Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_gammainc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0803764Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_gammainc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0804958Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_gammaincc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0806155Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0807128Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_gammaincc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0808117Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_gammaincc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0809263Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_gammaln.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0810611Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0811536Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_gammaln_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0812373Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_gammaln_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0813655Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_hermite_polynomial_h.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0814829Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0815920Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_hermite_polynomial_h_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0817033Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0818099Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0819104Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0820183Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_hermite_polynomial_h_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0821549Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0822300Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_hermite_polynomial_h_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0823295Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_hermite_polynomial_h_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0824452Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_hermite_polynomial_he.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0825799Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0827634Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0828616Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_hermite_polynomial_he_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0829777Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0831168Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0832358Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_hermite_polynomial_he_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0833401Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0834660Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_hermite_polynomial_he_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0835800Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_hermite_polynomial_he_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0836793Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0837888Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0838881Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0839826Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0840812Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i0e.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0841963Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0843039Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i0e_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0844044Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i0e_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0844861Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i0e_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0845907Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i0e_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0847175Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i0e_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0847896Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i0e_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0849230Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0850895Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0851639Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0852275Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0853427Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0854512Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0855418Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0856695Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0857665Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i1e.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0858888Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0860029Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i1e_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0861319Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i1e_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0862274Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i1e_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0863591Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i1e_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0864494Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i1e_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0865693Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_i1e_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0866939Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_laguerre_polynomial_l.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0867988Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0869096Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0870170Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_laguerre_polynomial_l_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0871040Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0872117Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0873535Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0874436Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0875651Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_laguerre_polynomial_l_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0876584Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0877607Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_legendre_polynomial_p.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0878861Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0880117Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0881006Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_legendre_polynomial_p_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0882216Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0883434Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0884577Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_legendre_polynomial_p_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0885771Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0886819Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_legendre_polynomial_p_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0888097Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_legendre_polynomial_p_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0889153Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_log1p.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0890385Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0891495Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_log1p_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0892869Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_log1p_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0893877Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_log_ndtr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0895142Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0896188Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0897472Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0898498Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_log_ndtr_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0899634Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0900828Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_log_ndtr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0901975Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_log_ndtr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0903612Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_logit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0904910Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_log_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0906828Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0907783Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_log_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0908725Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_log_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0910017Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0911269Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_logit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0912209Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_logit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0913121Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_logsumexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0914233Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0915175Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_logsumexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0916485Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_logsumexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0917369Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_i0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0919220Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0920262Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0921501Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0922315Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_i0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0923621Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0924635Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_i0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0925374Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_i0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0926653Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_i1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0927856Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0928803Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0930208Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0931013Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_i1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0932133Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0932949Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_i1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0933798Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_i1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0934726Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_k0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0935834Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0936702Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0937814Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0938667Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_k0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0940059Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0940997Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_k0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0942296Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_k0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0943257Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_k1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0945071Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0945898Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0946789Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0947642Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_k1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0948871Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0949953Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_k1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0951001Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_modified_bessel_k1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0952059Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_multigammaln.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0954289Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0955007Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_multigammaln_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0955672Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_multigammaln_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0956642Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_ndtr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0957545Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0958930Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_ndtr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0959931Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_ndtr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0961071Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_ndtri.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0962057Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0963209Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_ndtri_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0964464Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_ndtri_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0965784Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_ndtri_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0966604Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_ndtri_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0967612Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_ndtri_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0968815Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_ndtri_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0969808Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_polygamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0970996Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0971840Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_polygamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0972927Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_polygamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0973946Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_psi.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0975213Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0976765Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_psi_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0977563Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_psi_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0978758Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_round.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0979913Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0980760Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_round_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0982098Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_round_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0982979Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_scaled_modified_bessel_k0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0984186Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0985246Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0986295Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0988049Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0989836Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0990835Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0991832Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0992743Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/split.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0993899Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_scaled_modified_bessel_k1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0995613Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0996819Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0997626Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.0999240Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1000337Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1001691Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1002871Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1003948Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1005049Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1006282Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1007309Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1008359Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1009385Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1010615Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1011705Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1012690Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1013768Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1014843Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1016111Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1017207Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1018354Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1019411Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1020477Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1021570Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1022731Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1023734Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1025013Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1026202Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1027403Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1028537Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1029543Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1030776Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1031810Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1032748Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1034055Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1034775Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1035978Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1037194Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1038049Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1039493Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1040595Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1041434Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1042508Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1043575Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1044578Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1045562Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1046591Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1047575Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_sinc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1049452Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1050186Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_sinc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1051156Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_sinc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1052144Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1053412Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1054296Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1055543Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1056509Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_spherical_bessel_j0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1057799Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1060326Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1060764Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_xlog1py.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1061208Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1062105Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_spherical_bessel_j0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1062862Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1064018Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_spherical_bessel_j0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1065242Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_spherical_bessel_j0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1066435Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1067405Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1068311Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1069219Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1070307Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_xlog1py_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1071276Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_xlog1py_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1072198Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_xlog1py_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1073216Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_xlog1py_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1074223Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_xlogy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1075502Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1076446Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_xlogy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1078025Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_xlogy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1078870Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_zeta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1080337Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1081311Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1082318Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_zeta_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1083308Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_zeta_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1084502Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_zeta_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1085591Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_zeta_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1086921Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_zeta_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1087745Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/special_zeta_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1089341Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1090824Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1091918Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/split_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1093033Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1094178Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1095033Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/split_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1096618Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/split_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1097333Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/split_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1098482Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/split_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1099642Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/split_with_sizes.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1100876Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1101888Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/split_with_sizes_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1103246Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1104382Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1105505Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/split_with_sizes_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1107110Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/split_with_sizes_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1108070Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/split_with_sizes_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1109109Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/split_with_sizes_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1110201Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sqrt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1111512Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1112431Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sqrt_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1113619Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sqrt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1114723Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sqrt_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1115769Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sqrt_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1116813Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sqrt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1117909Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sqrt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1118898Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/square.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1120477Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1121224Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/square_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1122507Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/square_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1124151Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/squeeze.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1125106Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1126080Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1126884Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/squeeze_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1128195Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1129291Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1130128Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/squeeze_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1131652Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/squeeze_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1132321Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/squeeze_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1133238Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/squeeze_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1134699Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sspaddmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1147842Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1148884Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sspaddmm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1149565Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sspaddmm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1149894Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sspaddmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1150362Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sspaddmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1150678Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/stack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1151130Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1151481Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/stack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1151789Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/stack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1152123Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/std.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1152567Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1152882Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/std_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1153230Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/std_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1153582Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/std_mean.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1154023Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1154429Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1154752Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/std_mean_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1155059Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/std_mean_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1155413Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/std_mean_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1155720Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/std_mean_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1156609Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/std_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1157862Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/std_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1159747Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/stft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1160562Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1161533Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/stft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1162482Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/stft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1163475Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/stride.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1164607Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1165665Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/stride_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1166835Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/stride_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1167949Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1169697Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1170707Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1171763Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sub_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1172814Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sub_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1173932Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sub_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1175008Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sub_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1176114Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sub_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1177156Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sub_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1178280Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/subtract.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1179485Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1180314Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/subtract_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1181604Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/subtract_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1182829Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1183928Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1185295Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1186244Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1187703Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1188832Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1189538Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sum_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1191237Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sum_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1192247Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1192921Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1194202Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sum_to_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1195510Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1195976Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sum_to_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1196980Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/sum_to_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1197977Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/svd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1199174Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1200443Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/svd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1201025Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/svd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1202392Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/swapaxes.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1203425Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1204173Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/swapaxes_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1205197Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/swapaxes_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1207016Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/swapdims.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1207658Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1208645Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/swapdims_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1209450Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/swapdims_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1210444Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/symeig.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1211654Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/symeig_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1212807Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/symeig_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1213826Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/symeig_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1214825Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1215898Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/t_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1217101Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1217954Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1218715Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/t_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1220081Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/t_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1220888Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/t_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1222350Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/t_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1223305Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/take.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1224259Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/take_along_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1225252Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1226297Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/take_along_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1227045Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/take_along_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1228092Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/take_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1229001Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/take_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1229774Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/take_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1230999Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/take_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1231815Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1232787Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1233597Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tan_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1234921Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tan_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1235564Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tan_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1236878Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tan_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1237926Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1238808Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1239894Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1241290Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tanh_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1242266Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1243779Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tanh_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1244231Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tanh_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1245317Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tanh_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1246596Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tanh_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1247456Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tanh_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1248347Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tanh_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1249773Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1250847Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tanh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1252921Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tanh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1253493Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tanh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1254657Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tanh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1255839Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1256971Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1258957Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tensor_split.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1260177Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1261339Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tensor_split_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1262578Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tensor_split_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1263865Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tensordot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1265365Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1267393Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tensordot_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1268626Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tensordot_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1269852Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tensordot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1270941Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tensordot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1272178Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/thnn_conv2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1273644Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1274833Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/thnn_conv2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1276150Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/thnn_conv2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1277436Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/threshold.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1278697Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/threshold_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1280164Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1281345Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/threshold_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1282584Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/threshold_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1283791Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/threshold_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1285158Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/threshold_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1286540Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/threshold_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1287956Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/threshold_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1289376Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1290464Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/threshold_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1291647Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/threshold_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1292841Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/threshold_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1294094Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/threshold_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1295297Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/threshold_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1296489Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/threshold_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1297714Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tile.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1299184Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1300265Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tile_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1301439Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tile_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1302825Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1303911Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_dense.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1305345Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_dense_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1306651Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1307814Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_dense_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1309037Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_dense_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1310402Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1311496Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_dense_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1312714Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_dense_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1313944Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_mkldnn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1315249Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_mkldnn_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1316758Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1317876Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_mkldnn_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1319172Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_mkldnn_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1320450Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1321630Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1322918Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_mkldnn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1324192Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_mkldnn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1325380Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1326707Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1327964Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_padded_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1329455Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1330560Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_padded_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1331822Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_padded_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1333143Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1334307Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_bsc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1335790Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1336880Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_bsc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1338035Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_bsc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1339307Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_bsc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1341327Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_bsc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1342361Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_bsr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1343745Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1345013Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_bsr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1346306Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_bsr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1347502Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_bsr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1348786Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_bsr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1350281Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1351465Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1352557Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_csc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1354140Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_csc_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1355065Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_csc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1356329Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_csc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1357523Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_csc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1358658Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_csc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1360042Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_csr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1361446Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_csr_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1362547Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_csr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1363726Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_csr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1365137Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_csr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1366267Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_csr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1367440Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1368619Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1369959Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/to_sparse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1371209Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/topk.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1372808Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1374003Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/topk_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1375202Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/topk_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1376330Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/topk_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1377633Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/topk_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1378838Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/topk_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1379990Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/topk_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1381859Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1382677Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trace_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1383855Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1385163Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trace_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1386412Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trace_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1387837Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1389009Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trace_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1390252Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trace_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1391403Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trace_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1392620Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trace_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1393830Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1395244Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1396417Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1397539Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/transpose_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1398877Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1400388Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1401456Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/transpose_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1402671Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/transpose_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1403889Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/transpose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1405128Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/transpose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1406356Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trapezoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1407766Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1408906Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trapezoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1410101Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trapezoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1411283Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trapz.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1413150Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1414193Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trapz_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1415525Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trapz_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1416863Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triangular_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1418227Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1419349Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triangular_solve_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1420594Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triangular_solve_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1422564Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triangular_solve_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1423626Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triangular_solve_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1425029Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triangular_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1427035Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triangular_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1427559Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tril.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1428876Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1430005Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tril_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1431210Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tril_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1432482Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tril_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1433969Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1435091Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tril_indices_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1436342Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tril_indices_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1437465Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tril_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1438692Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tril_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1439937Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tril_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1441268Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tril_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1442539Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tril_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1443690Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/tril_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1445674Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triplet_margin_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1446485Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1447648Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triplet_margin_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1448740Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triplet_margin_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1449864Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1451330Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1452501Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1453913Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1454987Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triu_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1457044Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1457508Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triu_indices_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1458828Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triu_indices_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1459751Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triu_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1461157Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triu_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1462076Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1463145Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1464157Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1465312Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/triu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1467001Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/true_divide.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1468329Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1469226Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/true_divide_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1470227Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/true_divide_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1471412Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trunc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1472727Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1473516Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trunc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1474514Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trunc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1475513Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trunc_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1477146Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trunc_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1477787Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trunc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1478842Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/trunc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1480149Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/type_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1481225Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1482214Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/type_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1483471Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/type_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1484437Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unbind.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1485606Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1486513Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1487481Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unbind_compositeimplicitautogradnestedtensor_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1488334Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unbind_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1489372Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1490463Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1492104Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unbind_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1492505Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unbind_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1493707Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unbind_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1494551Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unbind_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1495810Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unflatten.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1497707Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1498366Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unflatten_dense_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1499286Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1500313Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unflatten_dense_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1501224Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unflatten_dense_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1502212Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unflatten_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1502866Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unflatten_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1504250Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unfold.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1504944Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unfold_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1506681Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1507487Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unfold_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1508462Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unfold_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1509737Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unfold_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1510712Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unfold_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1511733Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unfold_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1513297Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1514327Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1515013Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unfold_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1516319Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unfold_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1517103Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unfold_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1518426Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unfold_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1519322Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unfold_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1520731Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unfold_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1521673Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unfold_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1522743Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/uniform.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1523642Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1524352Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/uniform_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1525368Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/uniform_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1526838Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/uniform_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1527336Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/uniform_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1528872Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/uniform_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1529394Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unique_consecutive.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1530886Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1531790Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1532877Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1533986Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unique_consecutive_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1535272Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unique_consecutive_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1535981Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unique_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1537444Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1538219Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unique_dim_consecutive.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1539317Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1540253Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1541201Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1542276Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unique_dim_consecutive_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1543267Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unique_dim_consecutive_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1544441Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unique_dim_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1545328Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unique_dim_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1546304Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unique_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1547198Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unique_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1548456Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unsafe_chunk.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1549420Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1550369Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unsafe_chunk_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1551205Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unsafe_chunk_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1552925Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unsafe_split.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1553354Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1554103Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unsafe_split_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1555484Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unsafe_split_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1556339Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unsafe_split_with_sizes.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1558382Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1558911Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unsafe_split_with_sizes_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1559914Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unsafe_split_with_sizes_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1560526Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unsqueeze.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1561842Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1562549Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unsqueeze_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1564138Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1565192Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1566037Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unsqueeze_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1567314Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unsqueeze_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1568489Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unsqueeze_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1569353Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/unsqueeze_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1570661Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bicubic2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1571858Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bicubic2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1572931Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1574521Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1575399Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1576462Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1577433Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1578272Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bicubic2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1579226Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1580531Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1581371Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1582284Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1583209Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1584185Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bicubic2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1585362Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1586317Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bicubic2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1587291Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bicubic2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1588928Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bilinear2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1589515Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bilinear2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1590782Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1591575Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1592782Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1594192Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1594771Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1595901Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bilinear2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1596792Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1597928Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1598860Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1599954Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1600946Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1601810Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bilinear2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1603209Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1604365Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bilinear2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1605378Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bilinear2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1606372Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_linear1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1607454Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_linear1d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1608730Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1609622Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1610741Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1611723Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_linear1d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1612891Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1613939Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_linear1d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1615019Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_linear1d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1616204Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1617139Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1618197Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1619285Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1620552Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_linear1d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1621522Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1622556Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_linear1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1623554Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_linear1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1624666Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1625952Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest1d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1627194Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1628158Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1629295Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1630246Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest1d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1631316Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1633201Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest1d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1633644Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest1d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1635071Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1635764Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1636971Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1637667Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1638961Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest1d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1639969Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1641009Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1642019Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1642901Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1644035Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1645012Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1645994Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1647046Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1648001Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1649047Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1649967Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1650910Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1652030Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1652908Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1653814Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1654754Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1655925Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1656764Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1657771Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1658673Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1659755Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1660662Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1661903Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1662687Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1663705Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1664615Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1665758Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1667367Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1668277Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1669315Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1670278Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1671101Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1672000Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1672858Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1673932Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1674807Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1675693Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1676609Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_trilinear3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1677591Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_trilinear3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1678809Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1679599Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1680550Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1681636Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1682474Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1683386Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_trilinear3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1684304Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1685386Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1686208Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1687146Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/values.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1688026Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1689080Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1689964Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_trilinear3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1690954Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1691821Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_trilinear3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1692687Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_trilinear3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1693659Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/value_selecting_reduction_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1694625Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1696134Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/value_selecting_reduction_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1696866Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/value_selecting_reduction_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1697791Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/values_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1698873Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1699767Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1700683Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/values_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1701416Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/values_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1702424Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/values_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1703072Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/values_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1704152Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/vander.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1705171Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1706328Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/vander_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1707196Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/vander_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1708358Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/var.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1709147Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1710187Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/var_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1711212Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/var_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1712171Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/var_mean.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1713336Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1714244Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1715219Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/var_mean_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1716204Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/var_mean_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1717307Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/var_mean_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1718066Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/var_mean_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1719236Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/var_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1720186Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/var_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1721237Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/vdot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1722412Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1723354Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/vdot_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1724402Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/vdot_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1725378Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/vdot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1726326Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/vdot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1727315Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1728300Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1729345Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_complex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1730328Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_complex_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1731468Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1732536Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1733422Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_complex_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1734581Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_complex_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1735780Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_complex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1736695Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_complex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1737375Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_complex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1738509Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_complex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1739315Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_complex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1740711Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1741394Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1742266Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1743207Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_real.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1744026Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_real_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1745150Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1746045Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1746870Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_real_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1747896Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_real_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1748708Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_real_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1749622Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_real_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1750530Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_real_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1751470Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_real_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1752384Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_as_real_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1753541Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1754261Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1755278Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1756234Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1757042Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1758427Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1759447Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1760350Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1761299Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1762203Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1763127Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/view_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1764026Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/vsplit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1765033Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1765924Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/vsplit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1766849Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/vsplit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1767791Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/vstack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1768798Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1769698Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/vstack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1770621Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/vstack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1771487Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/where.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1772692Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1773544Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/where_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1774447Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/where_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1775206Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/where_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1776279Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/where_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1777247Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/xlogy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1778809Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1779651Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1780542Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/xlogy_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1781569Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/xlogy_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1782485Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/xlogy_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1783533Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/xlogy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1784621Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/xlogy_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1786200Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/xlogy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1787008Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/xor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1788201Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1789007Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/xor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1789942Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/xor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1790879Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/zero.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1791849Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1792742Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/zero_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1793785Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/zero_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1794653Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/zero_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1795425Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/zero_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1796418Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/zero_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1797106Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/zeros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1798332Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1799031Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/zeros_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1800158Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1800965Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/zeros_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1801929Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/zeros_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1802834Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/zeros_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1803604Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/zeros_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T00:58:22.1807695Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T00:58:22.1809034Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2022-11-23T00:58:22.1809476Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2022-11-23T00:58:22.1810477Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2022-11-23T00:58:22.1812297Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2022-11-23T00:58:22.1813117Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2022-11-23T00:58:22.1814734Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2022-11-23T00:58:22.1815144Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/detail/CUDAHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2022-11-23T00:58:22.1816011Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/detail/FunctionTraits.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2022-11-23T00:58:22.1817039Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/detail/HIPHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2022-11-23T00:58:22.1818352Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/detail/ORTHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2022-11-23T00:58:22.1820348Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1820709Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/Activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1821539Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/AdaptivePooling.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1822861Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/BatchLinearAlgebra.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1823766Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/BinaryOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1824896Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/BucketizationUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1826984Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/CPUBlas.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1828038Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/CPUFallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1828926Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/CanUse32BitIndexMath.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1829960Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/ComplexHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1831287Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/CompositeRandomAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1832207Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/CompositeRandomAccessorCommon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1833090Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/ConvUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1834394Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/ConvolutionMM3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1835231Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/Copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1836632Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/Cross.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1837433Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/DilatedConvolutionUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1838734Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/DispatchStub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1839591Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/Distance.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1840785Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/DistributionTemplates.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1841810Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/Distributions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1843134Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/EmbeddingBag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1843995Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/Fill.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1845003Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/ForeachUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1847024Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/FunctionOfAMatrixUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1847584Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/GridSampler.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1848141Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/GridSamplerUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1849401Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/Histogram.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1850602Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/IndexKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1850998Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/IndexingUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1851988Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/Lerp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1852885Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/LinearAlgebra.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1853464Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/LinearAlgebraUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1854498Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/LossMulti.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1855556Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/Math.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1857631Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/MathBitFallThroughLists.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1858626Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/MathBitsFallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1859117Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/MaxPooling.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1860479Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/NonEmptyUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1862080Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/NonSymbolicBC.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1863111Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/Normalization.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1864150Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/PointwiseOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1865303Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/Pool.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1866468Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/Pow.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1867772Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/RNN.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1868898Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/RangeFactories.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1869987Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/ReduceAllOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1871239Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/ReduceOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1872374Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/ReduceOpsUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1873458Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/Repeat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1874606Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/Resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1875850Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/ResizeCommon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1877034Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/ScatterGatherChecks.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1878365Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/SegmentReduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1880275Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/SharedReduceOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1881331Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/SobolEngineOpsUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1882335Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/Sorting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1883464Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/SortingUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1884907Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/SpectralOpsUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1886142Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/StridedRandomAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1887246Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/TensorAdvancedIndexing.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1888364Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/TensorAdvancedIndexingUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1889438Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/TensorCompare.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1890531Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/TensorConversions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1891614Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/TensorDimApply.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1892704Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/TensorFactories.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1893872Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/TensorIterator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1895050Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/TensorIteratorDynamicCasting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1896018Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/TensorProperties.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1897076Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/TensorShape.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1898170Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/TensorTransformations.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1899903Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/TopKImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1900813Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/TransposeType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1902082Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/TriangularOpsUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1903087Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/TypeProperties.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1903917Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/UnaryOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1905354Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/Unfold2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1906473Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/Unfold3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1907666Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/UnfoldBackward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1908865Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/UpSample.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1910011Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1911194Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/group_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1912330Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/im2col.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1913424Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/im2col_shape_check.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1914600Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/layer_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1915862Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/verbose_wrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1916625Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/vol2col.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T00:58:22.1918448Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:58:22.1919145Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/AtomicAddFloat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:58:22.1920404Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/CatKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:58:22.1921543Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/ChannelShuffleKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:58:22.1922793Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/CopyKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:58:22.1923965Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/DepthwiseConvKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:58:22.1925010Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/DistributionTemplates.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:58:22.1927235Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/GridSamplerKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:58:22.1928158Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/IndexKernelUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:58:22.1929129Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/Intrinsics.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:58:22.1930221Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/IsContiguous.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:58:22.1931414Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/Loops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:58:22.1932531Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/MaxUnpoolKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:58:22.1933613Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/PixelShuffleKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:58:22.1934668Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/Reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:58:22.1936471Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/SerialStackImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:58:22.1937753Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/SoftmaxKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:58:22.1938420Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/StackKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:58:22.1939824Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/WeightNormKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:58:22.1940917Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/avx_mathfun.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:58:22.1941996Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/mixed_data_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:58:22.1943250Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/moments_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:58:22.1944370Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:58:22.1945609Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu/zmath.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T00:58:22.1947403Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.1948414Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/Activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.1949680Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/BinaryInternal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.1950654Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/CompositeRandomAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.1951864Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/Copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.1952859Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/CuFFTPlanCache.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.1954157Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/CuFFTUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.1955238Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/DistributionTemplates.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.1957372Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/Distributions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.1958345Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/GridSampler.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.1959465Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/IndexKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.1960836Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/LaunchUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.1961964Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/MiscUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.1962932Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/ReduceOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.1963925Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/Resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.1965790Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/ScanKernels.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.1966386Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/Sort.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.1967943Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/SortStable.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.1968922Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/Sorting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.1970083Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/TensorModeKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.1971171Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/TensorTopK.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.1972243Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/jit_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.1973266Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/thread_constants.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.1974524Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/CUDAJitLoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.1975563Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/CUDALoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.1976765Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/DeviceSqrt.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.1977964Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.1978927Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/ForeachFunctors.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.1980210Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/GridSampler.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.1981325Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/JitLoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.1982472Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/KernelUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.1983731Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/Loops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.1984858Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/Math.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.1987287Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/MemoryAccess.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.1989118Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/MultiTensorApply.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.1990333Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/Normalization.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.1992193Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/PersistentSoftmax.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.1993298Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/Pow.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.1994405Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/ROCmLoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.1995708Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/Randperm.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.1996860Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/Reduce.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.1998272Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/ScanUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.1999710Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/SortUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.2000821Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/SortingCommon.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.2002062Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/SortingRadixSelect.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.2003207Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/TensorModeKernel.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.2004456Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/UniqueCub.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.2005692Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/UpSample.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.2006937Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/block_reduce.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.2008218Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.2009249Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/fused_adam_impl.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.2010351Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/fused_adam_utils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.2011435Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/im2col.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.2012719Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/reduction_template.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.2013907Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda/vol2col.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T00:58:22.2015394Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-11-23T00:58:22.2016466Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/AffineQuantizer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-11-23T00:58:22.2018139Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/AffineQuantizerBase.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-11-23T00:58:22.2019304Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/Copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-11-23T00:58:22.2020350Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/FakeQuantAffine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-11-23T00:58:22.2021454Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/IndexKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-11-23T00:58:22.2023212Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/PackedParams.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-11-23T00:58:22.2024571Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T00:58:22.2025577Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu/BinaryOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T00:58:22.2026983Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T00:58:22.2028038Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu/OnednnUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T00:58:22.2029349Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu/QnnpackUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T00:58:22.2030541Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu/QuantUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T00:58:22.2031623Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu/QuantizedOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T00:58:22.2032755Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu/RuyUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T00:58:22.2033839Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu/XnnpackUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T00:58:22.2035669Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu/conv_serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T00:58:22.2036521Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu/fbgemm_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T00:58:22.2037634Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu/init_qnnpack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T00:58:22.2038624Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu/qembeddingbag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T00:58:22.2039883Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T00:58:22.2041011Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/quantized 2022-11-23T00:58:22.2042059Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/quantized/QTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/quantized 2022-11-23T00:58:22.2043247Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/quantized/Quantizer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/quantized 2022-11-23T00:58:22.2046641Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2 2022-11-23T00:58:22.2047446Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T00:58:22.2048192Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize/crc_alt.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T00:58:22.2050391Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize/file_adapter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T00:58:22.2051534Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize/in_memory_adapter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T00:58:22.2052656Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize/inline_container.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T00:58:22.2053795Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize/istream_adapter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T00:58:22.2054761Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize/read_adapter_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T00:58:22.2055812Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize/versions.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T00:58:22.2057392Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib 2022-11-23T00:58:22.2058501Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/aten 2022-11-23T00:58:22.2059149Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/aten/aten_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/aten 2022-11-23T00:58:22.2060217Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/aten/aten_op_template.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/aten 2022-11-23T00:58:22.2062393Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:58:22.2062845Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/batch_matmul_fp16_fake_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:58:22.2063424Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/common.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:58:22.2064462Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/fp16_fc_acc_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:58:22.2065645Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/fp16_fma.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:58:22.2067770Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/fp16_gemm_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:58:22.2068431Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/int8_dequantize_op_nnpi.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:58:22.2069692Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/int8_quantize_op_nnpi.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:58:22.2070524Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/int8_swish_op_nnpi.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:58:22.2071993Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/layernorm_fp16_fake_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:58:22.2073000Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/lengths_reducer_fused_4bit_rowwise_fp16_fake_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:58:22.2074146Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/lengths_reducer_fused_8bit_rowwise_fp16_fake_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:58:22.2075444Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/lengths_reducer_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:58:22.2076688Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/quant_lut_fp16_fake_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:58:22.2077801Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/spatial_batch_norm_fp16_fake_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:58:22.2078933Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/sum_fp16_fake_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:58:22.2080133Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/unary_fp16_fake_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-11-23T00:58:22.2081768Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-11-23T00:58:22.2082627Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo/allgather_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-11-23T00:58:22.2083438Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo/allreduce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-11-23T00:58:22.2084644Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo/barrier_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-11-23T00:58:22.2085637Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo/broadcast_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-11-23T00:58:22.2086712Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo/common.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-11-23T00:58:22.2087801Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo/common_world_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-11-23T00:58:22.2088882Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo/context.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-11-23T00:58:22.2090127Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo/reduce_scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-11-23T00:58:22.2091251Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo/store_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-11-23T00:58:22.2092595Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/nccl 2022-11-23T00:58:22.2093465Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/nccl/cuda_nccl_gpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/nccl 2022-11-23T00:58:22.2094817Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/opencl 2022-11-23T00:58:22.2095588Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/opencl/context.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/opencl 2022-11-23T00:58:22.2096733Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/prof 2022-11-23T00:58:22.2097744Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/prof/prof_dag_stats_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/prof 2022-11-23T00:58:22.2098990Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/shm_mutex 2022-11-23T00:58:22.2099856Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/shm_mutex/shm_mutex.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/shm_mutex 2022-11-23T00:58:22.2101199Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/tensorrt 2022-11-23T00:58:22.2102056Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/tensorrt/tensorrt_op_trt.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/tensorrt 2022-11-23T00:58:22.2103201Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/tensorrt/tensorrt_tranformer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/tensorrt 2022-11-23T00:58:22.2104247Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/tensorrt/trt_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/tensorrt 2022-11-23T00:58:22.2106027Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/warpctc 2022-11-23T00:58:22.2106662Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/warpctc/ctc_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/warpctc 2022-11-23T00:58:22.2108085Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2108941Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/allocator.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2109995Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/blob.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2111325Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/blob_serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2112430Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/blob_serializer_base.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2113359Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/blob_stats.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2114391Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/common.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2115598Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/common_cudnn.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2116699Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/common_gpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2118033Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/common_omp.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2119146Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/context.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2120262Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/context_base.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2121369Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/context_gpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2122630Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/cudnn_wrappers.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2123756Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/db.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2125037Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/distributions_stubs.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2126016Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/event.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2127260Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/event_cpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2128794Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/export_c10_op_to_caffe2.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2129888Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/export_caffe2_op_to_c10.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2131027Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/flags.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2132110Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/graph.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2133283Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/init.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2134396Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/logging.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2135440Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/memonger.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2136571Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/module.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2137560Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/net.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2138705Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/net_async_base.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2139852Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/net_async_scheduling.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2140908Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/net_async_task.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2142021Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/net_async_task_future.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2143090Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/net_async_task_graph.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2144216Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/net_async_tracing.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2146189Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/net_dag_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2147403Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/net_parallel.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2148444Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/net_simple.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2149587Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/net_simple_refcount.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2150691Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/numa.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2151651Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/observer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2152695Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/operator.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2154495Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/operator_gradient.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2155647Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/operator_schema.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2156903Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/plan_executor.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2157987Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/prof_dag_counters.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2159023Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/qtensor.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2160275Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/qtensor_serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2161427Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/scope_guard.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2162554Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/static_tracepoint.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2163682Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/static_tracepoint_elfx86.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2164773Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/stats.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2165949Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/storage.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2167033Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2168496Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/tensor_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2169571Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/tensor_int8.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2170662Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/test_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2171775Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/timer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2172875Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/transform.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2173935Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/types.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2175084Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/workspace.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2176167Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/macros.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-11-23T00:58:22.2177486Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/hip 2022-11-23T00:58:22.2178345Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/hip/common_miopen.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/hip 2022-11-23T00:58:22.2179764Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/hip/miopen_wrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/hip 2022-11-23T00:58:22.2180904Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph 2022-11-23T00:58:22.2182016Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include 2022-11-23T00:58:22.2183068Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph 2022-11-23T00:58:22.2183963Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Converters 2022-11-23T00:58:22.2185121Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Converters/Dot.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Converters 2022-11-23T00:58:22.2187383Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated 2022-11-23T00:58:22.2188448Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpClasses.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated 2022-11-23T00:58:22.2189806Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpEnum.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated 2022-11-23T00:58:22.2191178Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpNames.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated 2022-11-23T00:58:22.2192050Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-11-23T00:58:22.2192978Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/Algorithms.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-11-23T00:58:22.2194292Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/BinaryMatchImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-11-23T00:58:22.2195320Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/Graph.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-11-23T00:58:22.2197156Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/TarjansImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-11-23T00:58:22.2197940Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/TopoSort.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-11-23T00:58:22.2198774Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations 2022-11-23T00:58:22.2199555Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/Compiler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations 2022-11-23T00:58:22.2201495Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/ControlFlow.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations 2022-11-23T00:58:22.2203087Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/NeuralNet.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations 2022-11-23T00:58:22.2203872Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support 2022-11-23T00:58:22.2204692Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support/Casting.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support 2022-11-23T00:58:22.2205922Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support/Common.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support 2022-11-23T00:58:22.2207048Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations 2022-11-23T00:58:22.2208177Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations/Match.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations 2022-11-23T00:58:22.2209550Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations/SubgraphMatcher.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations 2022-11-23T00:58:22.2210592Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/tests 2022-11-23T00:58:22.2211653Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/tests/test_util.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/tests 2022-11-23T00:58:22.2212765Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/cuda_rtc 2022-11-23T00:58:22.2213679Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/cuda_rtc/common_rtc.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/cuda_rtc 2022-11-23T00:58:22.2214848Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/db 2022-11-23T00:58:22.2215734Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/db/create_db_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/db 2022-11-23T00:58:22.2217164Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/distributed 2022-11-23T00:58:22.2218043Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/distributed/file_store_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/distributed 2022-11-23T00:58:22.2219255Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/distributed/file_store_handler_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/distributed 2022-11-23T00:58:22.2220496Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/distributed/redis_store_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/distributed 2022-11-23T00:58:22.2221625Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/distributed/redis_store_handler_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/distributed 2022-11-23T00:58:22.2222714Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/distributed/store_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/distributed 2022-11-23T00:58:22.2223653Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/distributed/store_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/distributed 2022-11-23T00:58:22.2224700Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments 2022-11-23T00:58:22.2225906Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments/operators 2022-11-23T00:58:22.2226864Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators/fully_connected_op_decomposition.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments/operators 2022-11-23T00:58:22.2228155Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators/fully_connected_op_prune.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments/operators 2022-11-23T00:58:22.2229462Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators/fully_connected_op_sparse.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments/operators 2022-11-23T00:58:22.2230394Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators/funhash_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments/operators 2022-11-23T00:58:22.2231508Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators/sparse_funhash_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments/operators 2022-11-23T00:58:22.2232614Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators/sparse_matrix_reshape_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments/operators 2022-11-23T00:58:22.2233758Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators/tt_contraction_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments/operators 2022-11-23T00:58:22.2234902Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators/tt_pad_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments/operators 2022-11-23T00:58:22.2235871Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/ideep 2022-11-23T00:58:22.2236701Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/ideep/ideep_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/ideep 2022-11-23T00:58:22.2238001Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/ideep/operators 2022-11-23T00:58:22.2238911Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/ideep/operators/conv_pool_base_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/ideep/operators 2022-11-23T00:58:22.2240255Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/ideep/operators/conv_transpose_unpool_base_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/ideep/operators 2022-11-23T00:58:22.2241425Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/ideep/operators/operator_fallback_ideep.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/ideep/operators 2022-11-23T00:58:22.2242623Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/ideep/utils 2022-11-23T00:58:22.2243506Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/ideep/utils/ideep_context.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/ideep/utils 2022-11-23T00:58:22.2244704Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/ideep/utils/ideep_operator.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/ideep/utils 2022-11-23T00:58:22.2246251Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/image 2022-11-23T00:58:22.2247040Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/image/image_input_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/image 2022-11-23T00:58:22.2248749Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/image/transform_gpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/image 2022-11-23T00:58:22.2249968Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile 2022-11-23T00:58:22.2250908Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib 2022-11-23T00:58:22.2251903Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ios 2022-11-23T00:58:22.2252733Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios/ios_caffe.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ios 2022-11-23T00:58:22.2253938Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios/ios_caffe_defines.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ios 2022-11-23T00:58:22.2255150Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios/ios_caffe_predictor.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ios 2022-11-23T00:58:22.2256368Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-11-23T00:58:22.2257184Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-11-23T00:58:22.2258475Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_context.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-11-23T00:58:22.2259533Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_graph_mask.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-11-23T00:58:22.2260580Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_kernels.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-11-23T00:58:22.2262121Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_test.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-11-23T00:58:22.2263379Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libopencl-stub 2022-11-23T00:58:22.2264468Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libopencl-stub/include 2022-11-23T00:58:22.2265610Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include/libopencl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libopencl-stub/include 2022-11-23T00:58:22.2266930Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-11-23T00:58:22.2267693Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-11-23T00:58:22.2269725Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_ext.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-11-23T00:58:22.2270835Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_gl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-11-23T00:58:22.2271957Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_gl_ext.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-11-23T00:58:22.2273064Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_platform.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-11-23T00:58:22.2274514Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/opencl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-11-23T00:58:22.2275682Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libvulkan-stub 2022-11-23T00:58:22.2276740Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libvulkan-stub/include 2022-11-23T00:58:22.2277768Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libvulkan-stub/include/libvulkan-stub.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libvulkan-stub/include 2022-11-23T00:58:22.2279258Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan 2022-11-23T00:58:22.2280300Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan/vk_platform.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan 2022-11-23T00:58:22.2281658Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan/vulkan.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan 2022-11-23T00:58:22.2285709Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/nnapi 2022-11-23T00:58:22.2286142Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/nnapi/NeuralNetworks.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/nnapi 2022-11-23T00:58:22.2287771Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/nnapi/dlnnapi.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/nnapi 2022-11-23T00:58:22.2288853Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/nnapi/nnapi.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/nnapi 2022-11-23T00:58:22.2290935Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/snpe 2022-11-23T00:58:22.2291584Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/snpe/snpe_ffi.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/snpe 2022-11-23T00:58:22.2292041Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ulp2 2022-11-23T00:58:22.2292392Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ulp2/ulp.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ulp2 2022-11-23T00:58:22.2293721Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ulp2/ulp_neon.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ulp2 2022-11-23T00:58:22.2294737Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mpi 2022-11-23T00:58:22.2295978Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mpi/mpi_common.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mpi 2022-11-23T00:58:22.2296420Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mpi/mpi_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mpi 2022-11-23T00:58:22.2298015Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/observers 2022-11-23T00:58:22.2298538Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/observers/operator_attaching_net_observer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/observers 2022-11-23T00:58:22.2299342Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/observers/profile_observer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/observers 2022-11-23T00:58:22.2300227Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/observers/runcnt_observer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/observers 2022-11-23T00:58:22.2301062Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/observers/time_observer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/observers 2022-11-23T00:58:22.2302575Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx 2022-11-23T00:58:22.2303031Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx/backend.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx 2022-11-23T00:58:22.2304007Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx/backend_rep.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx 2022-11-23T00:58:22.2305006Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx/device.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx 2022-11-23T00:58:22.2306274Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx/helper.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx 2022-11-23T00:58:22.2306970Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx/offline_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx 2022-11-23T00:58:22.2308222Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx/onnx_exporter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx 2022-11-23T00:58:22.2309129Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx/onnxifi_graph_info.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx 2022-11-23T00:58:22.2309991Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx/onnxifi_init.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx 2022-11-23T00:58:22.2311434Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx/torch_ops 2022-11-23T00:58:22.2311927Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx/torch_ops/constants.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx/torch_ops 2022-11-23T00:58:22.2312814Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx/torch_ops/operator_sets.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx/torch_ops 2022-11-23T00:58:22.2314090Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx/torch_ops/schema.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx/torch_ops 2022-11-23T00:58:22.2316305Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2316850Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/abs_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2317947Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/accumulate_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2318783Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/accuracy_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2319629Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/acos_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2320721Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/activation_ops_cudnn.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2321553Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/affine_channel_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2322539Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/alias_with_name.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2323316Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/apmeter_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2324507Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/arg_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2325474Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/asin_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2326477Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/assert_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2327268Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/async_net_barrier_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2328015Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/atan_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2328995Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/batch_box_cox_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2329780Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/batch_bucketize_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2331171Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/batch_gather_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2332000Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/batch_matmul_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2332837Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/batch_moments_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2333532Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/batch_permutation_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2334886Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/batch_sparse_to_dense_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2335891Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/bbox_transform_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2336911Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/bisect_percentile_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2337825Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/boolean_mask_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2338735Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/boolean_unmask_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2339833Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/box_with_nms_limit_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2340969Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/bucketize_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2341867Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/byte_weight_dequant_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2342925Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/cast_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2343877Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/cbrt_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2345568Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/cc_bmm_bg_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2346207Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/ceil_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2348142Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/channel_backprop_stats_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2348970Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/channel_shuffle_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2349861Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/channel_stats_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2350774Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/clip_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2351838Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/collect_and_distribute_fpn_rpn_proposals_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2352823Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/concat_split_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2353720Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/conditional_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2354695Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/conv_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2355492Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/conv_op_cache_cudnn.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2356437Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/conv_op_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2357587Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/conv_op_shared.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2368138Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/conv_pool_op_base.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2369314Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/conv_transpose_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2370359Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/conv_transpose_op_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2371389Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/conv_transpose_op_mobile.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2372382Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/conv_transpose_op_mobile_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2373403Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/conv_transpose_unpool_op_base.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2374366Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/copy_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2375331Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/copy_rows_to_tensor_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2376230Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/cos_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2377253Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/cosh_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2378246Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/cosine_embedding_criterion_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2379180Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/counter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2380116Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/create_scope_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2381111Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/cross_entropy_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2382062Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/ctc_beam_search_decoder_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2383045Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/ctc_greedy_decoder_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2383860Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/cube_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2385578Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/data_couple.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2386780Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/dataset_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2387646Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/deform_conv_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2388796Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/deform_conv_op_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2389899Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/dense_vector_to_id_list_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2390949Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/distance_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2392055Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/do_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2392880Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/dropout_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2393618Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/elementwise_add_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2394610Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/elementwise_div_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2395338Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/elementwise_linear_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2396210Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/elementwise_logical_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2397125Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/elementwise_mul_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2397872Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/elementwise_op_test.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2398791Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/elementwise_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2399766Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/elementwise_ops_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2401502Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/elementwise_sub_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2402061Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/elu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2402694Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/enforce_finite_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2403698Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/ensure_clipped_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2405308Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/ensure_cpu_output_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2405943Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/erf_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2406932Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/exp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2407945Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/expand_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2409044Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/expand_squeeze_dims_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2409691Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/fc_inference.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2411868Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/feature_maps_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2412342Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/feed_blob_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2413111Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/filler_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2414167Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/find_duplicate_elements_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2415040Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/find_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2415994Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/flatten_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2417042Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/flexible_top_k.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2417937Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/floor_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2418724Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/free_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2419893Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/fully_connected_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2420857Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/fused_rowwise_8bit_conversion_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2421967Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/fused_rowwise_nbit_conversion_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2423868Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/fused_rowwise_nbitfake_conversion_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2424603Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/fused_rowwise_random_quantization_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2425446Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/gather_fused_8bit_rowwise_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2426064Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/gather_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2427116Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/gather_ranges_to_dense_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2428913Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/gelu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2429713Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/generate_proposals_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2430637Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/generate_proposals_op_util_boxes.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2431235Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/generate_proposals_op_util_nms.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2432904Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/generate_proposals_op_util_nms_gpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2433435Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/given_tensor_byte_string_to_uint8_fill_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2435128Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/given_tensor_fill_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2436079Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/glu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2436905Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/group_norm_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2438196Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/gru_unit_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2439404Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/h_softmax_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2440486Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/half_float_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2441713Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/hard_sigmoid_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2442856Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/heatmap_max_keypoint_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2444023Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/histogram_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2444878Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/if_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2446034Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/im2col_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2447347Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/index_hash_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2448539Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/index_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2449608Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/inference_lstm_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2450836Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/instance_norm_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2452473Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/integral_image_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2453706Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/is_empty_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2454673Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/jsd_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2456036Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/key_split_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2456836Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/layer_norm_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2458014Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/leaky_relu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2459342Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/length_split_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2460415Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/lengths_pad_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2461487Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/lengths_reducer_fused_8bit_rowwise_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2462729Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/lengths_reducer_fused_nbit_rowwise_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2464076Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/lengths_reducer_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2465645Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/lengths_reducer_rowwise_8bit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2466856Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/lengths_tile_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2467957Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/lengths_top_k_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2469068Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/listwise_l2r_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2470115Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/load_save_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2471373Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/load_save_op_util.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2472531Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/local_response_normalization_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2473627Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/locally_connected_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2475695Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/locally_connected_op_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2476358Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/locally_connected_op_util.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2477526Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/log1p_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2478507Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/log_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2479701Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/logit_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2480931Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/loss_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2481933Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/lpnorm_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2483268Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/lstm_unit_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2484274Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/lstm_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2485589Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/map_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2486777Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/margin_loss_l2r_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2487956Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/margin_ranking_criterion_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2488948Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/matmul_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2490082Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/max_pool_with_index_gpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2491148Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/mean_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2492435Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/merge_id_lists_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2493461Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/minmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2494606Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/mish_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2495721Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/mod_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2496819Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/moments_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2498047Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/multi_class_accuracy_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2499116Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/negate_gradient_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2500180Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/negative_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2501301Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/ngram_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2502418Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/no_default_engine_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2503578Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/normalize_l1_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2504711Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/normalize_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2505858Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/numpy_tile_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2507866Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/one_hot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2508684Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/onnx_while_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2511303Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/op_utils_cudnn.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2511971Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/operator_fallback_gpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2512574Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/order_switch_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2513632Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/pack_rnn_sequence_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2514937Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/pack_segments.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2515953Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/pad_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2517181Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/partition_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2518337Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/percentile_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2519561Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/perplexity_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2520854Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/piecewise_linear_transform_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2522061Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/pool_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2523248Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/pool_op_util.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2524301Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/pow_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2525521Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/prefetch_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2526645Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/prelu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2530607Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/prepend_dim_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2531225Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quant_decode_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2531861Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantile_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2532471Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rank_loss_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2533100Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/reciprocal_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2533859Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/reduce_front_back_max_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2534711Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/reduce_front_back_sum_mean_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2535767Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/reduce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2536770Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/reducer_functors.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2539548Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/reduction_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2540302Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/relu_n_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2541288Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/relu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2542607Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/remove_data_blocks_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2545559Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/replace_nan_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2546392Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/reshape_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2547516Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/resize_3d_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2548748Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/resize_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2550118Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/reverse_packed_segs_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2552918Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rmac_regions_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2553665Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rms_norm_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2554698Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/roi_align_gradient_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2556118Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/roi_align_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2559390Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/roi_align_rotated_gradient_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2560187Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/roi_align_rotated_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2561285Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/roi_pool_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2562461Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rowmul_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2563566Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rsqrt_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2564871Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/scale_blobs_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2565867Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/scale_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2567047Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/segment_reduction_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2569142Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/self_binning_histogram_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2569947Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/selu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2571133Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/sequence_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2572496Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/shape_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2573464Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/sigmoid_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2574628Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/sin_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2575762Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/sinh_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2576974Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/sinusoid_position_encoding_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2578144Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/slice_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2579308Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/softmax_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2580448Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/softmax_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2581651Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/softmax_with_loss_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2582889Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/softplus_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2583976Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/softsign_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2585354Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/space_batch_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2586629Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/sparse_dropout_with_replacement_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2587951Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/sparse_itemwise_dropout_with_replacement_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2588932Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/sparse_lp_regularizer_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2590007Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/sparse_normalize_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2591329Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/sparse_to_dense_mask_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2592435Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/sparse_to_dense_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2593622Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/spatial_batch_norm_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2594798Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/sqr_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2596046Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/spatial_softmax_with_loss_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2597286Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/sqrt_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2598492Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/square_root_divide_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2599779Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/stats_put_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2600984Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/stop_gradient.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2602295Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/string_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2603276Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/stump_func_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2604484Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/summarize_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2605594Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/swish_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2606738Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/tan_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2607795Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/tanh_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2609603Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/tensor_protos_db_input.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2610713Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/text_file_reader_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2611519Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/thresholded_relu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2612870Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/tile_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2613656Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/top_k.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2614877Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/transpose_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2615830Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/tt_linear_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2616961Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/unique_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2617685Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/unsafe_coalesce.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2618986Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/upsample_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2619885Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/utility_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2621471Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/variable_length_sequence_padding.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2622390Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/weighted_multi_sampling_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2623418Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/weighted_sample_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2624465Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/while_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2625544Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/zero_gradient_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-11-23T00:58:22.2626844Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/hip 2022-11-23T00:58:22.2627386Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/hip/activation_ops_miopen.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/hip 2022-11-23T00:58:22.2628857Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/rnn 2022-11-23T00:58:22.2629396Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn/recurrent_network_blob_fetcher_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/rnn 2022-11-23T00:58:22.2630403Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn/recurrent_network_executor.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/rnn 2022-11-23T00:58:22.2631501Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn/recurrent_network_executor_gpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/rnn 2022-11-23T00:58:22.2632399Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn/recurrent_network_executor_incl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/rnn 2022-11-23T00:58:22.2633020Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn/recurrent_network_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/rnn 2022-11-23T00:58:22.2634329Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn/recurrent_op_cudnn.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/rnn 2022-11-23T00:58:22.2635536Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/rnn/hip 2022-11-23T00:58:22.2635991Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn/hip/recurrent_op_miopen.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/rnn/hip 2022-11-23T00:58:22.2637565Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:58:22.2638259Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_add_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:58:22.2639199Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_average_pool_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:58:22.2640148Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_channel_shuffle_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:58:22.2640968Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_concat_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:58:22.2642273Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_conv_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:58:22.2643979Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_conv_transpose_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:58:22.2645165Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_dequantize_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:58:22.2646012Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_fc_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:58:22.2646909Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_flatten_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:58:22.2647739Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_given_tensor_fill_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:58:22.2648710Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_leaky_relu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:58:22.2649589Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_max_pool_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:58:22.2650463Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_quantize_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:58:22.2651976Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_relu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:58:22.2652699Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_reshape_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:58:22.2653719Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_resize_nearest_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:58:22.2654533Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_roi_align_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:58:22.2655618Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_sigmoid_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:58:22.2656531Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_simd.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:58:22.2657412Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_slice_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:58:22.2658600Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_softmax_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:58:22.2659385Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_test_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:58:22.2660512Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_transpose_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:58:22.2661198Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-11-23T00:58:22.2662474Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-11-23T00:58:22.2662825Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/annotations.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-11-23T00:58:22.2663927Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/backend_cutting.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-11-23T00:58:22.2665029Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/backend_transformer_base.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-11-23T00:58:22.2665901Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/bound_shape_inferencer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-11-23T00:58:22.2667734Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/converter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-11-23T00:58:22.2668226Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/device.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-11-23T00:58:22.2669033Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/distributed.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-11-23T00:58:22.2669883Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/fakefp16_transform.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-11-23T00:58:22.2670684Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/fusion.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-11-23T00:58:22.2671483Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/glow_net_transform.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-11-23T00:58:22.2673098Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/mobile.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-11-23T00:58:22.2673518Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/onnx_convert.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-11-23T00:58:22.2674799Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/onnxifi_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-11-23T00:58:22.2676130Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/onnxifi_transformer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-11-23T00:58:22.2676874Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/optimize_ideep.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-11-23T00:58:22.2677956Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/optimizer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-11-23T00:58:22.2678867Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/passes.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-11-23T00:58:22.2679925Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/shape_info.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-11-23T00:58:22.2680540Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/tvm_transformer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-11-23T00:58:22.2682754Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt/custom 2022-11-23T00:58:22.2683275Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/custom/cc_amrc.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt/custom 2022-11-23T00:58:22.2684125Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/custom/concat_elim.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt/custom 2022-11-23T00:58:22.2684762Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/custom/freeze_quantization_params.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt/custom 2022-11-23T00:58:22.2685601Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/custom/in_batch_broadcast.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt/custom 2022-11-23T00:58:22.2686535Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/custom/pointwise_elim.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt/custom 2022-11-23T00:58:22.2687648Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt/nql 2022-11-23T00:58:22.2688439Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/nql/ast.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt/nql 2022-11-23T00:58:22.2689282Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/nql/graphmatcher.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt/nql 2022-11-23T00:58:22.2691695Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-11-23T00:58:22.2692300Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels/adagrad.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-11-23T00:58:22.2692699Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels/batch_box_cox.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-11-23T00:58:22.2693962Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels/common.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-11-23T00:58:22.2694618Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels/cvtsh_ss_bugfix.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-11-23T00:58:22.2695288Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels/embedding_lookup.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-11-23T00:58:22.2695963Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels/embedding_lookup_idx.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-11-23T00:58:22.2697082Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-11-23T00:58:22.2697599Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup_idx.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-11-23T00:58:22.2698549Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels/fused_nbit_rowwise_conversion.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-11-23T00:58:22.2699364Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels/lstm_unit_cpu-impl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-11-23T00:58:22.2700249Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels/lstm_unit_cpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-11-23T00:58:22.2701050Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels/lstm_unit_cpu_common.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-11-23T00:58:22.2702249Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels/math.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-11-23T00:58:22.2704251Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels/typed_axpy.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-11-23T00:58:22.2704965Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels/vectorizer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-11-23T00:58:22.2705681Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor 2022-11-23T00:58:22.2706419Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/InferenceGraph.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor 2022-11-23T00:58:22.2707483Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/ThreadLocalPtr.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor 2022-11-23T00:58:22.2708279Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/predictor.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor 2022-11-23T00:58:22.2709194Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/predictor_config.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor 2022-11-23T00:58:22.2710948Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/predictor_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor 2022-11-23T00:58:22.2711304Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/transforms.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor 2022-11-23T00:58:22.2712651Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-11-23T00:58:22.2713109Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator/benchmark.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-11-23T00:58:22.2714485Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator/data_filler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-11-23T00:58:22.2715107Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator/emulator.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-11-23T00:58:22.2715860Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator/net_supplier.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-11-23T00:58:22.2717860Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator/output_formatter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-11-23T00:58:22.2718614Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator/profiler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-11-23T00:58:22.2719164Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator/std_output_formatter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-11-23T00:58:22.2719932Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator/time_profiler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-11-23T00:58:22.2720908Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-11-23T00:58:22.2723284Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/proto 2022-11-23T00:58:22.2723661Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto/caffe2_pb.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/proto 2022-11-23T00:58:22.2723979Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto/torch_pb.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/proto 2022-11-23T00:58:22.2725147Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto/caffe2.pb.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/proto 2022-11-23T00:58:22.2729190Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto/caffe2_legacy.pb.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/proto 2022-11-23T00:58:22.2730103Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto/hsm.pb.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/proto 2022-11-23T00:58:22.2732466Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto/metanet.pb.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/proto 2022-11-23T00:58:22.2733104Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto/predictor_consts.pb.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/proto 2022-11-23T00:58:22.2734646Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto/prof_dag.pb.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/proto 2022-11-23T00:58:22.2736075Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto/torch.pb.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/proto 2022-11-23T00:58:22.2738171Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/python 2022-11-23T00:58:22.2738797Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/python/dlpack.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/python 2022-11-23T00:58:22.2739636Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/python/pybind_state.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/python 2022-11-23T00:58:22.2740693Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/python/pybind_state_dlpack.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/python 2022-11-23T00:58:22.2741914Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/python/pybind_state_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/python 2022-11-23T00:58:22.2742796Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/python/pybind_workspace.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/python 2022-11-23T00:58:22.2744348Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization 2022-11-23T00:58:22.2745321Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2746279Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/activation_distribution_observer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2746984Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/batch_matmul_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2747951Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/batch_permutation_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2748618Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/caffe2_dnnlowp_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2749680Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/channel_shuffle_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2750889Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/compute_equalization_scale.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2751502Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/concat_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2752407Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/conv_dnnlowp_acc16_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2754058Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/conv_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2754772Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/conv_pool_dnnlowp_op_base.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2756496Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/conv_relu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2757352Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/dequantize_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2757908Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/dnnlowp.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2758959Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2760108Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/dnnlowp_partition.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2761057Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/dynamic_histogram.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2762193Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/elementwise_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2762973Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/elementwise_linear_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2763983Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/fb_fc_packed_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2765041Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/fbgemm_fp16_pack_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2765936Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/fbgemm_pack_blob.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2766829Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/fbgemm_pack_matrix_cache.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2767712Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/fbgemm_pack_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2768755Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/fully_connected_dnnlowp_acc16_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2769530Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/fully_connected_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2771170Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/fully_connected_fake_lowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2771879Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/group_norm_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2772613Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/im2col_dnnlowp.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2773449Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/int8_gen_quant_params.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2774909Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/int8_gen_quant_params_min_max.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2775819Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/int8_quant_scheme_blob_fill.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2776971Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/kl_minimization.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2777641Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/l2_minimization.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2778654Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/lstm_unit_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2779738Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/mmio.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2780905Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/op_wrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2781360Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/pool_dnnlowp_op_avx2.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2782218Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/quantization_error_minimization.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2783870Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/quantize_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2784925Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/relu_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2785785Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/resize_nearest_3d_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2786769Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/resize_nearest_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2787515Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/sigmoid.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2788752Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/spatial_batch_norm_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2789683Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/tanh.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2790574Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2791567Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/utility_dnnlowp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-11-23T00:58:22.2793016Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/queue 2022-11-23T00:58:22.2793411Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/queue/blobs_queue.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/queue 2022-11-23T00:58:22.2794762Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/queue/blobs_queue_db.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/queue 2022-11-23T00:58:22.2795592Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/queue/queue_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/queue 2022-11-23T00:58:22.2797209Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/queue/rebatching_queue.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/queue 2022-11-23T00:58:22.2797759Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/queue/rebatching_queue_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/queue 2022-11-23T00:58:22.2799257Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:58:22.2799958Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/adadelta_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:58:22.2800366Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/adagrad_fused.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:58:22.2801945Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/adagrad_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:58:22.2802569Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/adam_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:58:22.2804537Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/clip_tensor_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:58:22.2804949Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/decay_adagrad_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:58:22.2805997Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/fp16_momentum_sgd_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:58:22.2806441Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/fp32_momentum_sgd_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:58:22.2807393Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/ftrl_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:58:22.2809282Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/gftrl_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:58:22.2809636Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/iter_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:58:22.2811414Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/lars_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:58:22.2812070Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/learning_rate_adaption_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:58:22.2813176Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/learning_rate_functors.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:58:22.2814001Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/learning_rate_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:58:22.2815102Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/math_lp.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:58:22.2816047Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/momentum_sgd_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:58:22.2817211Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/rmsprop_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:58:22.2818057Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/rowwise_adagrad_fused.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:58:22.2819318Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/rowwise_counter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:58:22.2820978Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/storm_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:58:22.2822134Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/weight_scale_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:58:22.2823039Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/wngrad_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:58:22.2823856Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/yellowfin_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-11-23T00:58:22.2825183Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/share 2022-11-23T00:58:22.2826212Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/share/contrib 2022-11-23T00:58:22.2827373Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/share/contrib/zstd 2022-11-23T00:58:22.2828180Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/share/contrib/zstd/quant_decomp_zstd_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/share/contrib/zstd 2022-11-23T00:58:22.2829198Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/transforms 2022-11-23T00:58:22.2830035Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/transforms/common_subexpression_elimination.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/transforms 2022-11-23T00:58:22.2831212Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/transforms/conv_to_nnpack_transform.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/transforms 2022-11-23T00:58:22.2834635Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/transforms/pattern_net_transform.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/transforms 2022-11-23T00:58:22.2835624Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/transforms/single_op_transform.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/transforms 2022-11-23T00:58:22.2837968Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:58:22.2838298Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/bench_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:58:22.2839287Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/cast.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:58:22.2840406Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/cblas.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:58:22.2842251Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/conversions.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:58:22.2842848Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/cpu_neon.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:58:22.2844071Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/cpuid.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:58:22.2845096Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/eigen_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:58:22.2846071Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/filler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:58:22.2846783Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/fixed_divisor.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:58:22.2847813Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/knob_patcher.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:58:22.2848451Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/knobs.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:58:22.2849608Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/map_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:58:22.2850383Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/math-detail.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:58:22.2851389Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/math.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:58:22.2852423Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/murmur_hash3.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:58:22.2853824Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/proto_convert.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:58:22.2854551Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/proto_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:58:22.2855542Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/proto_wrap.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:58:22.2856863Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/signal_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:58:22.2857589Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/simple_queue.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:58:22.2858552Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/smart_tensor_printer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:58:22.2859619Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/string_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:58:22.2860468Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/zmq_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-11-23T00:58:22.2861812Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/math 2022-11-23T00:58:22.2862393Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/math/broadcast.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/math 2022-11-23T00:58:22.2863395Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/math/elementwise.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/math 2022-11-23T00:58:22.2864302Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/math/half_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/math 2022-11-23T00:58:22.2865017Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/math/reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/math 2022-11-23T00:58:22.2866728Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/math/transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/math 2022-11-23T00:58:22.2867148Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/math/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/math 2022-11-23T00:58:22.2868900Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/threadpool 2022-11-23T00:58:22.2869291Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/threadpool/ThreadPool.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/threadpool 2022-11-23T00:58:22.2870679Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/threadpool/ThreadPoolCommon.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/threadpool 2022-11-23T00:58:22.2871200Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/threadpool/WorkersPool.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/threadpool 2022-11-23T00:58:22.2872821Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/threadpool/pthreadpool-cpp.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/threadpool 2022-11-23T00:58:22.2873747Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/threadpool/pthreadpool.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/threadpool 2022-11-23T00:58:22.2874866Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/threadpool/thread_pool_guard.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/threadpool 2022-11-23T00:58:22.2876335Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/video 2022-11-23T00:58:22.2876933Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/video/optical_flow.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/video 2022-11-23T00:58:22.2878027Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/video/video_decoder.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/video 2022-11-23T00:58:22.2879205Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/video/video_input_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/video 2022-11-23T00:58:22.2880763Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/video/video_io.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/video 2022-11-23T00:58:22.2882282Z creating build/bdist.linux-x86_64/wheel/torch/include/c10 2022-11-23T00:58:22.2883868Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/macros 2022-11-23T00:58:22.2884424Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/macros/Export.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/macros 2022-11-23T00:58:22.2886123Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/macros/Macros.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/macros 2022-11-23T00:58:22.2887360Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/macros/cmake_macros.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/macros 2022-11-23T00:58:22.2888894Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:58:22.2889370Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/Allocator.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:58:22.2889691Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/AutogradState.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:58:22.2890810Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/Backend.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:58:22.2891811Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/CPUAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:58:22.2893999Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/CompileTimeFunctionPointer.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:58:22.2894777Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/CopyBytes.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:58:22.2895617Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/DefaultDtype.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:58:22.2896579Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/DefaultTensorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:58:22.2897539Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/Device.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:58:22.2898906Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/DeviceArray.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:58:22.2899855Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/DeviceGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:58:22.2900938Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/DeviceType.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:58:22.2902068Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/DispatchKey.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:58:22.2903750Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/DispatchKeySet.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:58:22.2905320Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/DynamicCast.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:58:22.2906595Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/Event.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:58:22.2907957Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/GeneratorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:58:22.2909109Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/GradMode.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:58:22.2910239Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/InferenceMode.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:58:22.2911256Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/Layout.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:58:22.2912443Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/MemoryFormat.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:58:22.2913631Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/OptionalRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:58:22.2914702Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/PyHandleCache.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:58:22.2915750Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/QEngine.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:58:22.2916824Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/QScheme.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:58:22.2917921Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/SafePyObject.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:58:22.2918938Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/Scalar.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:58:22.2920280Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/ScalarType.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:58:22.2921740Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/ScalarTypeToTypeMeta.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:58:22.2922821Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/Storage.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:58:22.2924045Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/StorageImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:58:22.2925281Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/Stream.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:58:22.2926448Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/StreamGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:58:22.2927583Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/SymFloat.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:58:22.2928688Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/SymInt.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:58:22.2929896Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/SymIntArrayRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:58:22.2930931Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/SymNodeImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:58:22.2932133Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/TensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:58:22.2934776Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/TensorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:58:22.2935831Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/UndefinedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:58:22.2936642Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/WrapDimMinimal.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:58:22.2937794Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/alignment.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:58:22.2938946Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/thread_pool.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T00:58:22.2940278Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T00:58:22.2940961Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl/DeviceGuardImplInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T00:58:22.2942747Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl/FakeGuardImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T00:58:22.2943690Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl/GPUTrace.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T00:58:22.2944236Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl/HermeticPyObjectTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T00:58:22.2946045Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl/InlineDeviceGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T00:58:22.2946764Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl/InlineEvent.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T00:58:22.2947578Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl/InlineStreamGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T00:58:22.2948664Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl/LocalDispatchKeySet.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T00:58:22.2949789Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl/PyInterpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T00:58:22.2950948Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl/PythonDispatcherTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T00:58:22.2951591Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl/SizesAndStrides.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T00:58:22.2952682Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl/TorchDispatchModeTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T00:58:22.2953543Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl/VirtualGuardImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T00:58:22.2955218Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl/alloc_cpu.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T00:58:22.2955933Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.2956642Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/AlignOf.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.2957853Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/Array.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.2958605Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/ArrayRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.2959973Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/BFloat16-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.2960891Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/BFloat16-math.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.2962107Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/BFloat16.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.2962893Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/Backtrace.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.2963932Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/Bitset.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.2964756Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/C++17.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.2965881Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/CallOnce.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.2966607Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/ConstexprCrc.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.2967625Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/DeadlockDetection.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.2968611Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/Deprecated.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.2969394Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/DimVector.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.2970260Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/Exception.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.2971588Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/ExclusivelyOwned.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.2972556Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/ExclusivelyOwnedTensorTraits.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.2973666Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/Flags.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.2974498Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/FunctionRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.2975634Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/Half-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.2976273Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/Half.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.2977750Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/IdWrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.2978473Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/LeftRight.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.2979437Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/Load.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.2980418Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/Logging.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.2981397Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/MathConstants.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.2982851Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/MaybeOwned.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.2983428Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/Metaprogramming.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.2984235Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/Optional.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.2985771Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/OptionalArrayRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.2986446Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/Registry.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.2987772Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/ScopeExit.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.2988653Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/SmallBuffer.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.2989153Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/SmallVector.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.2991549Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/StringUtil.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.2992159Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/Synchronized.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.2992772Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/ThreadLocal.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.2993904Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/ThreadLocalDebugInfo.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.2994895Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/Type.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.2995577Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/TypeCast.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.2996513Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/TypeIndex.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.2997653Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/TypeList.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.2999890Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/TypeSafeSignMath.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.3000254Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/TypeTraits.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.3001252Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/Unicode.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.3002273Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/UniqueVoidPtr.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.3002732Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/Unroll.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.3003159Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/accumulate.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.3004017Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/complex.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.3004930Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/complex_math.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.3005839Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/complex_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.3006808Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/copysign.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.3007692Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/either.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.3008507Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/env.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.3009579Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/flat_hash_map.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.3010983Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/hash.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.3011914Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/in_place.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.3012578Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/int128.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.3013471Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/intrusive_ptr.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.3015279Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/irange.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.3015706Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/llvmMathExtras.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.3017750Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/logging_is_google_glog.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.3018396Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/logging_is_not_google_glog.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.3019001Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/math_compat.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.3020093Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/numa.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.3021024Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/order_preserving_flat_hash_map.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.3022932Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/overloaded.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.3023538Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/python_stub.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.3024389Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/qint32.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.3025150Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/qint8.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.3025946Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/quint2x4.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.3026770Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/quint4x2.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.3027858Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/quint8.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.3028841Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/reverse_iterator.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.3029820Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/safe_numerics.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.3030652Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/signal_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.3031616Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/sparse_bitset.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.3032897Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/strides.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.3033615Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/string_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.3034656Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/string_view.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.3035821Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/strong_type.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.3037292Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/tempfile.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.3037764Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/thread_name.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.3038940Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/typeid.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.3040485Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/variant.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.3041813Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/util/win32-headers.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T00:58:22.3043436Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T00:58:22.3044013Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda/CUDAAlgorithm.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T00:58:22.3044740Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda/CUDACachingAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T00:58:22.3045447Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda/CUDAException.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T00:58:22.3046533Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda/CUDAFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T00:58:22.3047473Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda/CUDAGraphsC10Utils.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T00:58:22.3048102Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda/CUDAGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T00:58:22.3049771Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda/CUDAMacros.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T00:58:22.3051024Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda/CUDAMathCompat.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T00:58:22.3052742Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda/CUDAMiscFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T00:58:22.3053084Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda/CUDAStream.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T00:58:22.3054006Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/cuda/impl 2022-11-23T00:58:22.3054747Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda/impl/CUDAGuardImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda/impl 2022-11-23T00:58:22.3055595Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda/impl/CUDATest.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda/impl 2022-11-23T00:58:22.3057341Z creating build/bdist.linux-x86_64/wheel/torch/include/torch 2022-11-23T00:58:22.3057898Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/script.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-11-23T00:58:22.3058407Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/extension.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-11-23T00:58:22.3059200Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/custom_class.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-11-23T00:58:22.3060809Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/library.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-11-23T00:58:22.3062375Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/custom_class_detail.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-11-23T00:58:22.3066718Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:58:22.3067648Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/CudaIPCTypes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:58:22.3069285Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/DataLoader.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:58:22.3069905Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/Device.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:58:22.3071107Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/Dtype.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:58:22.3071933Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/DynamicTypes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:58:22.3073309Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/Exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:58:22.3074233Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/Export.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:58:22.3075157Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/Generator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:58:22.3077062Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/Layout.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:58:22.3077751Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/MemoryFormat.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:58:22.3078191Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/Module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:58:22.3079727Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/PythonTypes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:58:22.3080050Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/QScheme.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:58:22.3081083Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/Size.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:58:22.3082190Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/Storage.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:58:22.3082892Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/StorageMethods.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:58:22.3084249Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/StorageSharing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:58:22.3085043Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/Stream.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:58:22.3086254Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/THConcat.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:58:22.3087544Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/THP.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:58:22.3088700Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/TypeInfo.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:58:22.3089979Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/Types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:58:22.3091187Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/copy_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:58:22.3092291Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/itt_wrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:58:22.3093309Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/python_dimname.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:58:22.3094317Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/python_headers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:58:22.3095483Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:58:22.3096618Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T00:58:22.3099472Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api 2022-11-23T00:58:22.3099844Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include 2022-11-23T00:58:22.3100854Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:22.3101688Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/all.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:22.3102995Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/arg.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:22.3103526Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/autograd.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:22.3105427Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/cuda.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:22.3106070Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:22.3107032Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/enum.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:22.3108691Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/expanding_array.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:22.3109611Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/fft.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:22.3110676Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/imethod.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:22.3111762Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/jit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:22.3112839Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/linalg.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:22.3114164Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nested.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:22.3115455Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:22.3116379Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:22.3117729Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/ordered_dict.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:22.3118977Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/python.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:22.3120033Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/serialize.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:22.3121342Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/sparse.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:22.3122489Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/special.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:22.3123901Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/torch.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:22.3125050Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:22.3126572Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:22.3127815Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/version.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T00:58:22.3129393Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T00:58:22.3130196Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/dataloader.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T00:58:22.3131496Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T00:58:22.3132574Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/datasets.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T00:58:22.3133581Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/example.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T00:58:22.3134718Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/iterator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T00:58:22.3135997Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/samplers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T00:58:22.3137046Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/transforms.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T00:58:22.3138161Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/worker_exception.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T00:58:22.3139308Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T00:58:22.3140223Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T00:58:22.3142312Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T00:58:22.3143053Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T00:58:22.3143534Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T00:58:22.3144046Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/datasets/base.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T00:58:22.3145677Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T00:58:22.3147554Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/datasets/map.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T00:58:22.3148660Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T00:58:22.3149757Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/datasets/shared.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T00:58:22.3150784Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T00:58:22.3151992Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T00:58:22.3153182Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T00:58:22.3154005Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T00:58:22.3155124Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/detail/queue.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T00:58:22.3156105Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T00:58:22.3157825Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T00:58:22.3158294Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/samplers/base.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T00:58:22.3159405Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T00:58:22.3160435Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T00:58:22.3161710Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/samplers/random.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T00:58:22.3162863Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T00:58:22.3163798Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T00:58:22.3164883Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/samplers/stream.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T00:58:22.3166524Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T00:58:22.3166940Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/transforms/base.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T00:58:22.3167994Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/transforms/collate.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T00:58:22.3168989Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T00:58:22.3169820Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/transforms/stack.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T00:58:22.3170372Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T00:58:22.3171784Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/detail 2022-11-23T00:58:22.3172254Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/detail 2022-11-23T00:58:22.3173368Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/detail/static.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/detail 2022-11-23T00:58:22.3175253Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T00:58:22.3176089Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/cloneable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T00:58:22.3177057Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T00:58:22.3177765Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T00:58:22.3178688Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T00:58:22.3179864Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T00:58:22.3180709Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T00:58:22.3182141Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T00:58:22.3182834Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/pimpl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T00:58:22.3184188Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T00:58:22.3185347Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:58:22.3186619Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional/activation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:58:22.3187225Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:58:22.3188334Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional/conv.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:58:22.3189292Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional/distance.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:58:22.3190072Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:58:22.3191280Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:58:22.3192257Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional/fold.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:58:22.3193022Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:58:22.3194071Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional/linear.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:58:22.3194811Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional/loss.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:58:22.3196017Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:58:22.3197138Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:58:22.3198112Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:58:22.3198784Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:58:22.3200319Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:58:22.3201102Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional/vision.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T00:58:22.3202481Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:58:22.3203374Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options/activation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:58:22.3204262Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:58:22.3205064Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:58:22.3206208Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options/conv.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:58:22.3206984Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options/distance.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:58:22.3207893Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options/dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:58:22.3208717Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options/embedding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:58:22.3210568Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options/fold.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:58:22.3211226Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:58:22.3212065Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options/linear.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:58:22.3212773Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options/loss.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:58:22.3214712Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options/normalization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:58:22.3215235Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options/padding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:58:22.3216119Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:58:22.3216627Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options/pooling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:58:22.3218063Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options/rnn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:58:22.3218703Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options/transformer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:58:22.3219440Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:58:22.3220336Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:58:22.3221555Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:58:22.3222339Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options/vision.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T00:58:22.3223499Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:22.3224311Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:22.3225471Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/activation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:22.3226495Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:22.3228085Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:22.3228683Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/common.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:22.3229421Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/conv.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:22.3230465Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/distance.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:22.3231300Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:22.3232275Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:22.3233259Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/fold.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:22.3234039Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:22.3235195Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/linear.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:22.3236175Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/loss.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:22.3237106Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:22.3238759Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/padding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:22.3239943Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:22.3240680Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:22.3242080Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:22.3243003Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:22.3244168Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:22.3245131Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:22.3246104Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:22.3246895Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T00:58:22.3248128Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T00:58:22.3248995Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T00:58:22.3250211Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T00:58:22.3250958Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T00:58:22.3251807Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T00:58:22.3252472Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T00:58:22.3253432Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T00:58:22.3255020Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T00:58:22.3255856Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T00:58:22.3256731Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T00:58:22.3257486Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T00:58:22.3258657Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/parallel 2022-11-23T00:58:22.3259299Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/parallel 2022-11-23T00:58:22.3260879Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T00:58:22.3261460Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T00:58:22.3262908Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T00:58:22.3263751Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T00:58:22.3265511Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T00:58:22.3266706Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim/adagrad.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T00:58:22.3267529Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim/adam.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T00:58:22.3268506Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim/adamw.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T00:58:22.3269319Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim/lbfgs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T00:58:22.3270306Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim/optimizer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T00:58:22.3271111Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim/rmsprop.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T00:58:22.3272112Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim/serialize.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T00:58:22.3273044Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim/sgd.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T00:58:22.3274573Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-11-23T00:58:22.3275226Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-11-23T00:58:22.3275779Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-11-23T00:58:22.3277540Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T00:58:22.3278814Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/serialize/archive.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T00:58:22.3280080Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/serialize/input-archive.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T00:58:22.3281092Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/serialize/output-archive.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T00:58:22.3282039Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/serialize/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T00:58:22.3283160Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3284004Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/FunctionsManual.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3285778Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/InferenceMode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3286979Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/VariableTypeUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3288117Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/anomaly_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3289429Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/autograd.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3290487Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3291522Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/cpp_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3292619Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/custom_function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3293948Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/edge.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3294896Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/engine.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3296150Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/forward_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3297312Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3298527Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/function_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3299749Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/grad_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3300910Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/graph_task.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3302218Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/input_buffer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3303467Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/input_metadata.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3304612Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/jit_decomp_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3305714Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/profiler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3307653Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/profiler_kineto.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3308886Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/profiler_legacy.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3310125Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/profiler_python.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3311345Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/python_anomaly_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3312829Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/python_autograd.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3313659Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/python_cpp_function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3314620Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/python_engine.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3315721Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/python_enum_tag.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3316902Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/python_fft_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3317871Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/python_function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3319304Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/python_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3320531Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/python_legacy_variable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3321696Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/python_linalg_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3322682Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/python_nested_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3323866Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/python_nn_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3324884Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/python_return_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3326053Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/python_saved_variable_hooks.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3327255Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/python_sparse_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3328360Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/python_special_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3329506Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/python_torch_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3330480Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/python_variable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3332418Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/python_variable_indexing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3333394Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/record_function_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3334425Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/saved_variable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3336390Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/saved_variable_hooks.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3337417Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/symbolic.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3338510Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/variable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T00:58:22.3341391Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-11-23T00:58:22.3342103Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/functions/accumulate_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-11-23T00:58:22.3343159Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/functions/basic_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-11-23T00:58:22.3344209Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/functions/comm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-11-23T00:58:22.3345575Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/functions/pybind.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-11-23T00:58:22.3347527Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/functions/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-11-23T00:58:22.3350808Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/functions/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-11-23T00:58:22.3351631Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2022-11-23T00:58:22.3354683Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/generated/python_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2022-11-23T00:58:22.3355413Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/generated/VariableType.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2022-11-23T00:58:22.3356279Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/generated/Functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2022-11-23T00:58:22.3359269Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/generated/variable_factories.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2022-11-23T00:58:22.3361123Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-11-23T00:58:22.3362024Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/utils/error_messages.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-11-23T00:58:22.3363064Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/utils/grad_layout_contract.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-11-23T00:58:22.3363964Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/utils/lambda_post_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-11-23T00:58:22.3365137Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/utils/python_arg_parsing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-11-23T00:58:22.3366143Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/utils/warnings.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-11-23T00:58:22.3367234Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/utils/wrap_outputs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-11-23T00:58:22.3368592Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T00:58:22.3369259Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda/Event.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T00:58:22.3370613Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda/Module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T00:58:22.3371572Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda/Stream.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T00:58:22.3372878Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda/THCP.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T00:58:22.3374105Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda/comm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T00:58:22.3375274Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda/device_set.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T00:58:22.3376316Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda/memory_snapshot.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T00:58:22.3377491Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda/nccl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T00:58:22.3378531Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda/python_comm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T00:58:22.3379787Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda/python_nccl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T00:58:22.3380947Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed 2022-11-23T00:58:22.3382196Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:22.3383351Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/TraceUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:22.3384658Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/c10d.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:22.3385882Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/debug.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:22.3387071Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/error.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:22.3388090Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/exception.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:22.3389267Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/logging.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:22.3390268Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/python_comm_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:22.3391255Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/socket.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:22.3392389Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/Backend.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:22.3393742Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/FileStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:22.3395009Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:22.3395842Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/HashStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:22.3396972Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:22.3398175Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/Ops.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:22.3399390Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:22.3400435Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:22.3401660Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:22.3403111Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:22.3404338Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:22.3405521Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:22.3407997Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:22.3408582Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:22.3409675Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:22.3410801Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:22.3411630Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/Store.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:22.3412714Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/TCPStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:22.3413280Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/Types.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:22.3414200Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/UCCForNCCL.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:22.3415090Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:22.3415993Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:22.3417068Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:22.3417773Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/Utils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:22.3418819Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:22.3419794Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/Work.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:22.3420541Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/comm.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:22.3421830Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:22.3422644Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/logger.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:22.3423564Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/reducer.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:22.3425009Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:22.3425740Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d/sequence_num.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T00:58:22.3427583Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:22.3428097Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/agent_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:22.3429111Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/message.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:22.3429751Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/py_rref.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:22.3431320Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/python_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:22.3432311Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/python_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:22.3433287Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/python_remote_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:22.3434113Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/python_resp.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:22.3434834Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:22.3436019Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/request_callback.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:22.3436870Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/request_callback_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:22.3437723Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:22.3438536Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/rpc.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:22.3439686Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/rpc_agent.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:22.3441655Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/rpc_command_base.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:22.3442470Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/rref_context.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:22.3443591Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/rref_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:22.3444725Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/rref_proto.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:22.3445501Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/script_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:22.3447488Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/script_remote_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:22.3448234Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/script_resp.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:22.3448922Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:22.3450643Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:22.3451343Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/torchscript_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:22.3452386Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:22.3453229Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:22.3454333Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:22.3455261Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T00:58:22.3456837Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit 2022-11-23T00:58:22.3457219Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/jit_log.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit 2022-11-23T00:58:22.3458401Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/jit_opt_limit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit 2022-11-23T00:58:22.3459277Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/resource_guard.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit 2022-11-23T00:58:22.3460743Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T00:58:22.3461417Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends/backend.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T00:58:22.3462094Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends/backend_debug_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T00:58:22.3463677Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends/backend_debug_info.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T00:58:22.3464255Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends/backend_detail.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T00:58:22.3465402Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends/backend_exception.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T00:58:22.3467421Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends/backend_init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T00:58:22.3468082Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends/backend_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T00:58:22.3469391Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends/backend_preprocess.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T00:58:22.3470325Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends/backend_resolver.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T00:58:22.3472376Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3472862Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/add_if_then_else.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3473605Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/annotate_warns.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3475044Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/autocast.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3476061Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/bailout_graph.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3476899Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/batch_mm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3477939Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/canonicalize.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3478962Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3479739Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/check_strict_fusion.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3480740Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/clear_profiling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3481370Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/clear_undefinedness.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3482555Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3483684Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/concat_opt.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3484045Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/constant_pooling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3485803Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/constant_propagation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3486508Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3487295Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/create_functional_graphs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3488319Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/cuda_graph_fuser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3489243Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/dead_code_elimination.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3490163Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/decompose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3491362Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/device_type_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3492134Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/dtype_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3492920Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/eliminate_no_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3493733Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/erase_number_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3494735Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3495564Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/fold_conv_bn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3496410Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/freeze_module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3497424Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/frozen_concat_linear.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3498157Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3499089Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/frozen_conv_folding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3499965Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3501136Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3502073Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3502565Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/fuse_linear.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3503972Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/fuse_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3504882Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/graph_fuser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3506243Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3507178Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/guard_elimination.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3508258Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3509360Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3510198Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/inline_fork_wait.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3511123Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/inline_forked_closures.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3512061Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/inliner.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3513000Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/inplace_check.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3513945Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/insert_guards.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3515090Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/integer_value_refinement.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3515768Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/lift_closures.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3516782Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/liveness.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3517670Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/loop_unrolling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3518514Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/lower_grad_of.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3519600Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/lower_graph.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3520422Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/lower_tuples.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3521470Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/metal_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3522383Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3523417Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3524270Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/normalize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3525342Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3526133Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/onnx.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3527194Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/pass_manager.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3528105Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/peephole.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3529812Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3530323Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3531279Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/peephole_list_idioms.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3531693Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/peephole_non_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3533108Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/prepack_folding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3533997Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/refine_tuple_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3534990Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/remove_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3535462Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/remove_exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3536688Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/remove_expands.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3537470Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/remove_inplace_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3538449Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/remove_mutation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3539762Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3540440Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3541616Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/requires_grad_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3542584Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/restore_mutation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3543259Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/shape_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3544375Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/specialize_autogradzero.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3545539Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/subgraph_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3546871Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3547930Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3548784Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3549557Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3550656Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3551591Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/value_refinement_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3552379Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/variadic_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3553901Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/vulkan_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3554263Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T00:58:22.3555427Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T00:58:22.3556114Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T00:58:22.3557254Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/quantization/finalize.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T00:58:22.3558306Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T00:58:22.3558832Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/quantization/helper.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T00:58:22.3560323Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/quantization/insert_observers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T00:58:22.3561213Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T00:58:22.3562058Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T00:58:22.3564394Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/quantization/quantization_type.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T00:58:22.3565293Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T00:58:22.3566368Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2022-11-23T00:58:22.3566900Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2022-11-23T00:58:22.3568200Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/utils/memory_dag.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2022-11-23T00:58:22.3569138Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/utils/op_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2022-11-23T00:58:22.3570113Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/utils/optimization_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2022-11-23T00:58:22.3570943Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2022-11-23T00:58:22.3572526Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:22.3572884Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/argument_spec.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:22.3574739Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/autodiff.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:22.3575192Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:22.3575745Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/custom_operator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:22.3576824Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/decomposition_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:22.3577465Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:22.3578611Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/exception_message.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:22.3579524Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/graph_executor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:22.3580486Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/graph_executor_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:22.3581495Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/graph_iterator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:22.3582783Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/instruction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:22.3583321Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/interpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:22.3584601Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/jit_exception.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:22.3585797Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/jit_trace.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:22.3586632Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/logging.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:22.3587588Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/operator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:22.3588517Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/operator_options.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:22.3589143Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/print_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:22.3590330Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:22.3590935Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/profiling_record.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:22.3591799Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/register_ops_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:22.3593449Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/script_profile.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:22.3594209Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:22.3596107Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/shape_function_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:22.3596540Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:22.3597609Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:22.3598637Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/symbolic_script.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:22.3599390Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:22.3600209Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:22.3601261Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/vararg_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:22.3602118Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime/variable_tensor_list.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T00:58:22.3603097Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T00:58:22.3604040Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir/alias_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T00:58:22.3604726Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir/attributes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T00:58:22.3605709Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir/constants.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T00:58:22.3606496Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir/graph_node_list.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T00:58:22.3607416Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir/ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T00:58:22.3609566Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir/ir_views.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T00:58:22.3610382Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir/irparser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T00:58:22.3611168Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir/named_value.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T00:58:22.3612208Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir/node_hashing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T00:58:22.3612983Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir/scope.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T00:58:22.3614283Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir/subgraph_matcher.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T00:58:22.3615585Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir/type_hashing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T00:58:22.3616491Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:22.3617538Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/builtin_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:22.3618318Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:22.3618831Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/concrete_module_type.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:22.3619870Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/convert_to_ssa.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:22.3621164Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/edit_distance.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:22.3621687Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/error_report.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:22.3622943Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/exit_transforms.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:22.3623756Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/function_schema_parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:22.3624903Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/inline_loop_condition.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:22.3626003Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/ir_emitter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:22.3627975Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/lexer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:22.3629773Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/mini_environment.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:22.3630465Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/name_mangler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:22.3631674Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/parse_string_literal.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:22.3632446Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:22.3633785Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/parser_constants.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:22.3634704Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/resolver.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:22.3635591Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/schema_matching.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:22.3636655Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/schema_type_parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:22.3637513Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/script_type_parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:22.3638399Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/source_range.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:22.3640277Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/source_ref.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:22.3641510Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/strtod.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:22.3642385Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/sugared_value.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:22.3643392Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/tracer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:22.3644800Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/tree.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:22.3645563Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/tree_views.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:22.3647116Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend/versioned_symbols.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T00:58:22.3648081Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-11-23T00:58:22.3648784Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/api/compilation_unit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-11-23T00:58:22.3650077Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/api/function_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-11-23T00:58:22.3650699Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/api/method.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-11-23T00:58:22.3652175Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/api/module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-11-23T00:58:22.3653153Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/api/object.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-11-23T00:58:22.3654502Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:22.3655111Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:22.3656070Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization/export.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:22.3666923Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization/export_bytecode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:22.3667717Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:22.3668220Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:22.3668797Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization/import.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:22.3669352Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization/import_export_constants.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:22.3669960Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization/import_export_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:22.3670536Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization/import_export_helpers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:22.3671027Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization/import_legacy.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:22.3671499Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization/import_read.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:22.3672056Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization/import_source.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:22.3672645Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:22.3673020Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization/onnx.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:22.3673500Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization/pickle.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:22.3673868Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization/pickler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:22.3674320Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization/python_print.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:22.3674757Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization/source_range_serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:22.3675315Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:22.3675698Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization/storage_context.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:22.3676164Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization/type_name_uniquer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:22.3676687Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization/unpickler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T00:58:22.3677890Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T00:58:22.3678262Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python/init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T00:58:22.3679719Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python/module_python.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T00:58:22.3680645Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python/pybind.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T00:58:22.3681341Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python/pybind_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T00:58:22.3683074Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python/python_arg_flatten.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T00:58:22.3683752Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python/python_custom_class.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T00:58:22.3684336Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python/python_dict.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T00:58:22.3685289Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python/python_ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T00:58:22.3686870Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python/python_ivalue.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T00:58:22.3687513Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python/python_list.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T00:58:22.3688279Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python/python_sugared_value.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T00:58:22.3689209Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python/python_tracer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T00:58:22.3690210Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python/python_tree_views.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T00:58:22.3691071Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python/script_init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T00:58:22.3692126Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python/update_graph_executor_opt.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T00:58:22.3693537Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:22.3694275Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile/code.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:22.3695815Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile/debug_info.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:22.3696278Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile/file_format.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:22.3697282Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:22.3697824Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile/frame.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:22.3699947Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile/function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:22.3700496Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile/import.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:22.3701054Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile/import_data.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:22.3701984Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile/import_export_common.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:22.3702685Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile/interpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:22.3703310Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile/method.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:22.3704252Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile/module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:22.3705383Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile/observer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:22.3706284Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile/parse_bytecode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:22.3707116Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile/parse_operators.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:22.3708039Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile/prim_ops_registery.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:22.3708801Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile/profiler_edge.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:22.3710538Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:22.3711036Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile/quantization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:22.3713023Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:22.3713557Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile/type_parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:22.3714433Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile/upgrader_mobile.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T00:58:22.3715728Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/testing 2022-11-23T00:58:22.3716082Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/testing/file_check.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/testing 2022-11-23T00:58:22.3717797Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/testing/hooks_for_testing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/testing 2022-11-23T00:58:22.3718717Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:22.3719420Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:22.3720491Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/block_codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:22.3721268Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:22.3722166Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:22.3722989Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:22.3724133Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:22.3725038Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:22.3725873Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:22.3727678Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/cuda_random.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:22.3728463Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/eval.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:22.3729496Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:22.3730839Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/expr.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:22.3731615Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/external_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:22.3733563Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:22.3734474Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:22.3735682Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:22.3736792Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/graph_opt.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:22.3737963Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/half_support.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:22.3739093Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/hash_provider.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:22.3740203Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:22.3741263Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:22.3742674Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:22.3744042Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:22.3745360Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/ir_printer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:22.3746531Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:22.3747788Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:22.3748833Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:22.3749993Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/kernel.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:22.3751092Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:22.3752151Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:22.3753295Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/loopnest.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:22.3754836Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:22.3755966Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/lowerings.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:22.3757248Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:22.3758499Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:22.3759799Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/registerizer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:22.3761823Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/stmt.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:22.3762475Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:22.3763588Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:22.3764820Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:22.3765890Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:22.3766942Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T00:58:22.3768240Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T00:58:22.3768978Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T00:58:22.3770309Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T00:58:22.3771420Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/operators/misc.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T00:58:22.3772679Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/operators/norm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T00:58:22.3773772Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/operators/operators.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T00:58:22.3774834Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T00:58:22.3775879Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T00:58:22.3777000Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T00:58:22.3778191Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T00:58:22.3780116Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen 2022-11-23T00:58:22.3781183Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3781830Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/arith.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3782965Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3785404Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/compute_at.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3786374Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/compute_at_map.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3788480Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/contiguity.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3789688Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/disjoint_set.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3790712Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3791961Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/dynamic_type.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3793198Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/evaluator_common.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3794302Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/executor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3795443Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/executor_kernel_arg.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3797505Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/executor_launch_params.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3798154Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/executor_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3799158Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/expr_evaluator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3800368Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/fusion.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3801568Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/fusion_segmenter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3803462Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/grouped_reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3804455Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/index_compute.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3805823Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/inlining.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3807009Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/instrumentation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3808186Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/interface.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3809264Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/ir_all_nodes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3810330Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/ir_base_nodes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3811637Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/ir_builder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3812741Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/ir_cloner.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3813834Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/ir_container.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3814935Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/ir_graphviz.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3816079Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/ir_interface_nodes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3817381Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/ir_internal_nodes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3818860Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/ir_iostream.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3820182Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/ir_printer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3821462Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/ir_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3822691Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/iter_visitor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3823935Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/kernel.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3825498Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/kernel_cache.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3826663Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3827829Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/kernel_ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3829115Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3830436Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower2device.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3831528Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_alias_memory.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3832614Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_allocation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3833682Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_bank_conflict.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3834779Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_divisible_split.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3835927Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_double_buffer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3837164Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_expr_sort.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3838330Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_fused_reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3839506Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3841428Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_index.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3842817Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_index_compute.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3844073Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_index_hoist.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3845222Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_insert_syncs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3846330Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_instrument.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3847503Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_loops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3848362Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_magic_zero.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3849585Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3850664Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_predicate.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3851870Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3853064Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_replace_size.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3854160Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_shift.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3855368Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_sync_information.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3856439Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_thread_predicate.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3857561Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3858724Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3859787Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_unroll.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3860911Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3862272Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_validation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3863437Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/lower_warp_reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3864556Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/manager.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3865863Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/maxinfo_propagator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3867084Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/mma_type.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3868115Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/mutator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3869382Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/non_divisible_split.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3870491Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/parallel_dimension_map.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3871685Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3872800Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3873908Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/partial_split_map.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3875078Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/partition.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3876260Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/predicate_compute.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3877342Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/root_domain_map.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3878603Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/transform_iter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3879946Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/transform_replay.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3881165Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/transform_rfactor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3882531Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/transform_view.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3883649Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/type.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3884945Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/type_inference.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3886024Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/type_promotion.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3887109Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3888390Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/vectorization_info.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T00:58:22.3889643Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T00:58:22.3890543Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/ops/alias.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T00:58:22.3891835Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/ops/all_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T00:58:22.3892937Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/ops/composite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T00:58:22.3894782Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/ops/normalization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T00:58:22.3896310Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:58:22.3896788Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler/all_schedulers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:58:22.3898100Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler/compile_time_info.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:58:22.3900014Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler/debug_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:58:22.3900556Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler/heuristic.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:58:22.3901135Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler/matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:58:22.3901805Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:58:22.3902761Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler/normalization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:58:22.3903687Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:58:22.3904901Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_heuristic.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:58:22.3905995Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:58:22.3906808Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:58:22.3907965Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_heuristic.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:58:22.3908800Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:58:22.3909945Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler/registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:58:22.3910974Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:58:22.3912448Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose_heuristic.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:58:22.3913509Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:58:22.3914873Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T00:58:22.3916274Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/onnx 2022-11-23T00:58:22.3916618Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/onnx/init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/onnx 2022-11-23T00:58:22.3918025Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/onnx/onnx.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/onnx 2022-11-23T00:58:22.3918879Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T00:58:22.3920030Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler/api.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T00:58:22.3920791Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler/collection.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T00:58:22.3922291Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler/containers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T00:58:22.3923115Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler/data_flow.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T00:58:22.3923783Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler/events.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T00:58:22.3924631Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler/kineto_shim.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T00:58:22.3925934Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler/perf-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T00:58:22.3926644Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler/perf.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T00:58:22.3927575Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler/util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T00:58:22.3928984Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/orchestration 2022-11-23T00:58:22.3929378Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler/orchestration/observer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/orchestration 2022-11-23T00:58:22.3930286Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler/orchestration/python_tracer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/orchestration 2022-11-23T00:58:22.3931554Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/stubs 2022-11-23T00:58:22.3932147Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler/stubs/base.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/stubs 2022-11-23T00:58:22.3933731Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:58:22.3934156Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/auto_gil.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:58:22.3935291Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/byte_order.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:58:22.3936259Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/cpp_stacktraces.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:58:22.3936825Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/cuda_enabled.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:58:22.3937517Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/cuda_lazy_init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:58:22.3938623Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/disable_torch_function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:58:22.3939240Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:58:22.3940120Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/invalid_arguments.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:58:22.3940861Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/memory.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:58:22.3941754Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/nested.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:58:22.3942624Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/numpy_stub.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:58:22.3943444Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/object_ptr.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:58:22.3944165Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/out_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:58:22.3945239Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/pybind.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:58:22.3946462Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/pycfunction_helpers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:58:22.3947114Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/python_arg_parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:58:22.3948678Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/python_compat.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:58:22.3949437Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/python_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:58:22.3950229Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/python_numbers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:58:22.3951282Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/python_scalars.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:58:22.3951930Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/python_strings.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:58:22.3952957Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/python_stub.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:58:22.3953565Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/python_symnode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:58:22.3954649Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/python_torch_function_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:58:22.3955368Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/python_tuples.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:58:22.3956248Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/schema_info.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:58:22.3956941Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/six.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:58:22.3957796Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/structseq.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:58:22.3959421Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/tensor_apply.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:58:22.3960303Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/tensor_dtypes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:58:22.3960873Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/tensor_flatten.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:58:22.3961835Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/tensor_layouts.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:58:22.3962606Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/tensor_list.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:58:22.3963356Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/tensor_memoryformats.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:58:22.3964145Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/tensor_new.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:58:22.3965028Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/tensor_numpy.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:58:22.3965761Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/tensor_qschemes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:58:22.3966739Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/tensor_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:58:22.3967696Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/throughput_benchmark-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:58:22.3968945Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/throughput_benchmark.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:58:22.3970333Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/torch_dispatch_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:58:22.3970654Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/variadic.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T00:58:22.3971802Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/tensor 2022-11-23T00:58:22.3972286Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/tensor/python_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/tensor 2022-11-23T00:58:22.3973672Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy 2022-11-23T00:58:22.3974208Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2022-11-23T00:58:22.3975057Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/backend/backend_data.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2022-11-23T00:58:22.3975848Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/backend/backend_device.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2022-11-23T00:58:22.3976470Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/backend/backend_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2022-11-23T00:58:22.3977515Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/backend/lowering_context.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2022-11-23T00:58:22.3978765Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:22.3979353Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/cache.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:22.3980379Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/config.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:22.3981456Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/debug_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:22.3982141Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/dynamic_ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:22.3983047Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/hash.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:22.3983872Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/helpers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:22.3984664Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:22.3985583Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/ir_builder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:22.3987142Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/ir_dump_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:22.3987902Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/ir_metadata.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:22.3988714Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/ir_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:22.3989536Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/lazy_graph_executor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:22.3990340Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/metrics.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:22.3991697Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/multi_wait.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:22.3992476Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/permutation_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:22.3993290Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/shape.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:22.3994237Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/shape_inference.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:22.3995246Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:22.3996186Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/tensor_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:22.3996972Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/tensor_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:22.3997888Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/thread_pool.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:22.3998720Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/trie.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:22.3999528Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/unique.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:22.4000397Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T00:58:22.4001548Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/internal_ops 2022-11-23T00:58:22.4002304Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/internal_ops 2022-11-23T00:58:22.4003818Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/ops 2022-11-23T00:58:22.4004184Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/ops 2022-11-23T00:58:22.4005311Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/ops/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/ops 2022-11-23T00:58:22.4006596Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:58:22.4006951Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/ts_backend/config.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:58:22.4008375Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:58:22.4009418Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/ts_backend/ir_builder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:58:22.4010103Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:58:22.4011196Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:58:22.4011638Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:58:22.4012852Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:58:22.4013636Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:58:22.4014581Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/ts_backend/ts_node.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:58:22.4015496Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T00:58:22.4017205Z creating build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T00:58:22.4018004Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/attr.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T00:58:22.4019326Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/buffer_info.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T00:58:22.4019901Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/cast.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T00:58:22.4021451Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/chrono.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T00:58:22.4022238Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/common.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T00:58:22.4023097Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/complex.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T00:58:22.4023910Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/eigen.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T00:58:22.4025060Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/embed.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T00:58:22.4026532Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/eval.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T00:58:22.4027373Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T00:58:22.4028293Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/gil.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T00:58:22.4029346Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/iostream.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T00:58:22.4030326Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/numpy.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T00:58:22.4032001Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/operators.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T00:58:22.4032976Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/options.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T00:58:22.4033981Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/pybind11.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T00:58:22.4036086Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/pytypes.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T00:58:22.4037640Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/stl.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T00:58:22.4038198Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/stl_bind.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T00:58:22.4039922Z creating build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T00:58:22.4040289Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail/class.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T00:58:22.4041665Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail/common.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T00:58:22.4043347Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail/descr.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T00:58:22.4043954Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail/init.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T00:58:22.4045029Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail/internals.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T00:58:22.4046117Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail/type_caster_base.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T00:58:22.4047546Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail/typeid.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T00:58:22.4050213Z creating build/bdist.linux-x86_64/wheel/torch/share 2022-11-23T00:58:22.4050976Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake 2022-11-23T00:58:22.4051826Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/ATen 2022-11-23T00:58:22.4052248Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/ATen/ATenConfig.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/ATen 2022-11-23T00:58:22.4053615Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2022-11-23T00:58:22.4054096Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Caffe2ConfigVersion.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2022-11-23T00:58:22.4055436Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Caffe2Config.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2022-11-23T00:58:22.4056456Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Caffe2Targets.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2022-11-23T00:58:22.4057429Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Caffe2Targets-release.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2022-11-23T00:58:22.4059262Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T00:58:22.4059671Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public/cuda.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T00:58:22.4060650Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public/glog.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T00:58:22.4062176Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public/gflags.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T00:58:22.4062762Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public/mkl.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T00:58:22.4064230Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public/mkldnn.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T00:58:22.4065299Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public/protobuf.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T00:58:22.4066521Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public/threads.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T00:58:22.4067309Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public/utils.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T00:58:22.4069742Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public/LoadHIP.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T00:58:22.4070583Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-11-23T00:58:22.4071692Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-11-23T00:58:22.4072761Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-11-23T00:58:22.4073803Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T00:58:22.4074463Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T00:58:22.4075714Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T00:58:22.4077886Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T00:58:22.4078626Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T00:58:22.4080245Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T00:58:22.4080963Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T00:58:22.4082119Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T00:58:22.4082799Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T00:58:22.4084565Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T00:58:22.4086087Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Tensorpipe 2022-11-23T00:58:22.4086578Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Tensorpipe 2022-11-23T00:58:22.4087395Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Tensorpipe 2022-11-23T00:58:22.4088287Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Torch 2022-11-23T00:58:22.4089226Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Torch/TorchConfigVersion.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Torch 2022-11-23T00:58:22.4090191Z copying build/lib.linux-x86_64-cpython-37/torch/share/cmake/Torch/TorchConfig.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Torch 2022-11-23T00:58:22.4091227Z copying build/lib.linux-x86_64-cpython-37/torch/_C.cpython-37m-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:58:22.4092202Z copying build/lib.linux-x86_64-cpython-37/torch/_C_flatbuffer.cpython-37m-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T00:58:22.4095227Z creating build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T00:58:22.4096235Z copying build/lib.linux-x86_64-cpython-37/torchgen/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T00:58:22.4097105Z copying build/lib.linux-x86_64-cpython-37/torchgen/code_template.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T00:58:22.4098298Z copying build/lib.linux-x86_64-cpython-37/torchgen/context.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T00:58:22.4099294Z copying build/lib.linux-x86_64-cpython-37/torchgen/gen.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T00:58:22.4101692Z copying build/lib.linux-x86_64-cpython-37/torchgen/gen_backend_stubs.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T00:58:22.4102698Z copying build/lib.linux-x86_64-cpython-37/torchgen/gen_functionalization_type.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T00:58:22.4103680Z copying build/lib.linux-x86_64-cpython-37/torchgen/gen_lazy_tensor.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T00:58:22.4105155Z copying build/lib.linux-x86_64-cpython-37/torchgen/gen_vmap_plumbing.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T00:58:22.4105946Z copying build/lib.linux-x86_64-cpython-37/torchgen/local.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T00:58:22.4106815Z copying build/lib.linux-x86_64-cpython-37/torchgen/model.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T00:58:22.4108878Z copying build/lib.linux-x86_64-cpython-37/torchgen/native_function_generation.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T00:58:22.4109872Z copying build/lib.linux-x86_64-cpython-37/torchgen/utils.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T00:58:22.4111368Z creating build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T00:58:22.4112288Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T00:58:22.4113121Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/autograd.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T00:58:22.4115166Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/cpp.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T00:58:22.4115493Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/dispatcher.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T00:58:22.4116326Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/functionalization.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T00:58:22.4117239Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/lazy.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T00:58:22.4118504Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/meta.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T00:58:22.4119346Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/native.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T00:58:22.4120238Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/python.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T00:58:22.4121708Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/structured.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T00:58:22.4122171Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/translate.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T00:58:22.4123558Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/types.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T00:58:22.4125465Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/ufunc.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T00:58:22.4126075Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/unboxing.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T00:58:22.4127798Z creating build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T00:58:22.4128527Z copying build/lib.linux-x86_64-cpython-37/torchgen/dest/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T00:58:22.4129711Z copying build/lib.linux-x86_64-cpython-37/torchgen/dest/lazy_ir.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T00:58:22.4131137Z copying build/lib.linux-x86_64-cpython-37/torchgen/dest/lazy_ts_lowering.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T00:58:22.4132029Z copying build/lib.linux-x86_64-cpython-37/torchgen/dest/native_functions.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T00:58:22.4132993Z copying build/lib.linux-x86_64-cpython-37/torchgen/dest/register_dispatch_key.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T00:58:22.4134532Z copying build/lib.linux-x86_64-cpython-37/torchgen/dest/ufunc.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T00:58:22.4136220Z creating build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2022-11-23T00:58:22.4136670Z copying build/lib.linux-x86_64-cpython-37/torchgen/operator_versions/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2022-11-23T00:58:22.4137742Z copying build/lib.linux-x86_64-cpython-37/torchgen/operator_versions/gen_mobile_upgraders.py -> build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2022-11-23T00:58:22.4138793Z copying build/lib.linux-x86_64-cpython-37/torchgen/operator_versions/gen_mobile_upgraders_constant.py -> build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2022-11-23T00:58:22.4139841Z creating build/bdist.linux-x86_64/wheel/torchgen/selective_build 2022-11-23T00:58:22.4141049Z copying build/lib.linux-x86_64-cpython-37/torchgen/selective_build/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/selective_build 2022-11-23T00:58:22.4142098Z copying build/lib.linux-x86_64-cpython-37/torchgen/selective_build/operator.py -> build/bdist.linux-x86_64/wheel/torchgen/selective_build 2022-11-23T00:58:22.4143366Z copying build/lib.linux-x86_64-cpython-37/torchgen/selective_build/selector.py -> build/bdist.linux-x86_64/wheel/torchgen/selective_build 2022-11-23T00:58:22.4144578Z creating build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-11-23T00:58:22.4145362Z copying build/lib.linux-x86_64-cpython-37/torchgen/static_runtime/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-11-23T00:58:22.4147575Z copying build/lib.linux-x86_64-cpython-37/torchgen/static_runtime/config.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-11-23T00:58:22.4148912Z copying build/lib.linux-x86_64-cpython-37/torchgen/static_runtime/gen_static_runtime_ops.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-11-23T00:58:22.4150247Z copying build/lib.linux-x86_64-cpython-37/torchgen/static_runtime/generator.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-11-23T00:58:22.4151685Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged 2022-11-23T00:58:22.4152618Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen 2022-11-23T00:58:22.4153673Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/native 2022-11-23T00:58:22.4154301Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/native/native_functions.yaml -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/native 2022-11-23T00:58:22.4159851Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/native/tags.yaml -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/native 2022-11-23T00:58:22.4160802Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:58:22.4161901Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/ATenOpList.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:58:22.4163093Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:58:22.4164192Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/DispatchKeyFunction.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:58:22.4165158Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/DispatchKeyFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:58:22.4166288Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:58:22.4167378Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:58:22.4168436Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:58:22.4169511Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/Function.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:58:22.4170663Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/FunctionalInverses.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:58:22.4171774Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/Functions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:58:22.4172921Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/Functions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:58:22.4173915Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/LazyIr.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:58:22.4175093Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/LazyNonNativeIr.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:58:22.4176503Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/MethodOperators.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:58:22.4177739Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/NativeFunction.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:58:22.4178835Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/NativeFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:58:22.4179871Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/NativeMetaFunction.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:58:22.4181153Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/NativeMetaFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:58:22.4182108Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/Operator.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:58:22.4183298Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/Operators.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:58:22.4184375Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/Operators.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:58:22.4185522Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/RedispatchFunctions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:58:22.4186809Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/RedispatchFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:58:22.4187827Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:58:22.4189012Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:58:22.4190093Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:58:22.4191105Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:58:22.4192231Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:58:22.4193237Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/RegisterSchema.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:58:22.4195486Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/RegistrationDeclarations.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:58:22.4196118Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/TensorBody.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:58:22.4196978Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/TensorMethods.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:58:22.4198773Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/UfuncCPU.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:58:22.4199945Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:58:22.4201963Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/UfuncCUDA.cu -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:58:22.4202460Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/UnboxingFunctions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:58:22.4203410Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/UnboxingFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:58:22.4204084Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/aten_interned_strings.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:58:22.4205152Z copying build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates/enum_tag.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T00:58:22.4209124Z running install_egg_info 2022-11-23T00:58:22.4335167Z running egg_info 2022-11-23T00:58:22.4335666Z creating torch.egg-info 2022-11-23T00:58:22.4375019Z writing torch.egg-info/PKG-INFO 2022-11-23T00:58:22.4378030Z writing dependency_links to torch.egg-info/dependency_links.txt 2022-11-23T00:58:22.4380853Z writing entry points to torch.egg-info/entry_points.txt 2022-11-23T00:58:22.4382241Z writing requirements to torch.egg-info/requires.txt 2022-11-23T00:58:22.4384054Z writing top-level names to torch.egg-info/top_level.txt 2022-11-23T00:58:22.4385453Z writing manifest file 'torch.egg-info/SOURCES.txt' 2022-11-23T00:58:22.6882636Z reading manifest file 'torch.egg-info/SOURCES.txt' 2022-11-23T00:58:22.6883010Z reading manifest template 'MANIFEST.in' 2022-11-23T00:58:22.6884611Z warning: no files found matching 'CITATION' 2022-11-23T00:58:26.4866595Z warning: no previously-included files matching '*.o' found anywhere in distribution 2022-11-23T00:58:26.6082703Z warning: no previously-included files matching '*.dylib' found anywhere in distribution 2022-11-23T00:58:26.8409600Z warning: no previously-included files matching '*.swp' found anywhere in distribution 2022-11-23T00:58:26.8409957Z adding license file 'LICENSE' 2022-11-23T00:58:26.8410194Z adding license file 'NOTICE' 2022-11-23T00:58:27.4634141Z writing manifest file 'torch.egg-info/SOURCES.txt' 2022-11-23T00:58:27.4727386Z Copying torch.egg-info to build/bdist.linux-x86_64/wheel/torch-1.14.0a0+git1cfd385-py3.7.egg-info 2022-11-23T00:58:27.4768347Z running install_scripts 2022-11-23T00:58:27.5135968Z adding license file "LICENSE" (matched pattern "LICEN[CS]E*") 2022-11-23T00:58:27.5136942Z adding license file "NOTICE" (matched pattern "NOTICE*") 2022-11-23T00:58:27.5196989Z creating build/bdist.linux-x86_64/wheel/torch-1.14.0a0+git1cfd385.dist-info/WHEEL 2022-11-23T00:58:27.5200075Z creating 'dist/torch-1.14.0a0+git1cfd385-cp37-cp37m-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it 2022-11-23T00:58:27.5202906Z adding 'caffe2/__init__.py' 2022-11-23T00:58:27.5205347Z adding 'caffe2/contrib/__init__.py' 2022-11-23T00:58:27.5207159Z adding 'caffe2/contrib/aten/__init__.py' 2022-11-23T00:58:27.5209283Z adding 'caffe2/contrib/aten/aten_test.py' 2022-11-23T00:58:27.5213829Z adding 'caffe2/contrib/aten/gen_op.py' 2022-11-23T00:58:27.5216154Z adding 'caffe2/contrib/aten/docs/__init__.py' 2022-11-23T00:58:27.5218189Z adding 'caffe2/contrib/aten/docs/sample.py' 2022-11-23T00:58:27.5220040Z adding 'caffe2/contrib/gloo/__init__.py' 2022-11-23T00:58:27.5225334Z adding 'caffe2/contrib/gloo/gloo_test.py' 2022-11-23T00:58:27.5227982Z adding 'caffe2/contrib/nccl/__init__.py' 2022-11-23T00:58:27.5230846Z adding 'caffe2/contrib/nccl/nccl_ops_test.py' 2022-11-23T00:58:27.5232937Z adding 'caffe2/contrib/nnpack/__init__.py' 2022-11-23T00:58:27.5235557Z adding 'caffe2/contrib/nnpack/nnpack_ops_test.py' 2022-11-23T00:58:27.5241058Z adding 'caffe2/contrib/playground/AnyExp.py' 2022-11-23T00:58:27.5243967Z adding 'caffe2/contrib/playground/AnyExpOnTerm.py' 2022-11-23T00:58:27.5246566Z adding 'caffe2/contrib/playground/ModuleRegister.py' 2022-11-23T00:58:27.5248234Z adding 'caffe2/contrib/playground/__init__.py' 2022-11-23T00:58:27.5251094Z adding 'caffe2/contrib/playground/checkpoint.py' 2022-11-23T00:58:27.5253100Z adding 'caffe2/contrib/playground/compute_loss.py' 2022-11-23T00:58:27.5255217Z adding 'caffe2/contrib/playground/compute_topk_accuracy.py' 2022-11-23T00:58:27.5256841Z adding 'caffe2/contrib/playground/meter.py' 2022-11-23T00:58:27.5258691Z adding 'caffe2/contrib/playground/module_map.py' 2022-11-23T00:58:27.5260505Z adding 'caffe2/contrib/playground/output_generator.py' 2022-11-23T00:58:27.5262882Z adding 'caffe2/contrib/playground/resnetdemo/IN1k_resnet.py' 2022-11-23T00:58:27.5265176Z adding 'caffe2/contrib/playground/resnetdemo/IN1k_resnet_no_test_model.py' 2022-11-23T00:58:27.5266767Z adding 'caffe2/contrib/playground/resnetdemo/__init__.py' 2022-11-23T00:58:27.5268662Z adding 'caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_forward.py' 2022-11-23T00:58:27.5270478Z adding 'caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_param_update.py' 2022-11-23T00:58:27.5273917Z adding 'caffe2/contrib/playground/resnetdemo/explicit_resnet_forward.py' 2022-11-23T00:58:27.5276337Z adding 'caffe2/contrib/playground/resnetdemo/explicit_resnet_param_update.py' 2022-11-23T00:58:27.5278314Z adding 'caffe2/contrib/playground/resnetdemo/gfs_IN1k.py' 2022-11-23T00:58:27.5280161Z adding 'caffe2/contrib/playground/resnetdemo/override_no_test_model_no_checkpoint.py' 2022-11-23T00:58:27.5282103Z adding 'caffe2/contrib/playground/resnetdemo/rendezvous_filestore.py' 2022-11-23T00:58:27.5283935Z adding 'caffe2/contrib/prof/__init__.py' 2022-11-23T00:58:27.5285722Z adding 'caffe2/contrib/prof/cuda_profile_ops_test.py' 2022-11-23T00:58:27.5287519Z adding 'caffe2/contrib/script/__init__.py' 2022-11-23T00:58:27.5289193Z adding 'caffe2/contrib/script/examples/__init__.py' 2022-11-23T00:58:27.5290842Z adding 'caffe2/contrib/tensorboard/__init__.py' 2022-11-23T00:58:27.5293769Z adding 'caffe2/contrib/tensorboard/tensorboard.py' 2022-11-23T00:58:27.5297722Z adding 'caffe2/contrib/tensorboard/tensorboard_exporter.py' 2022-11-23T00:58:27.5301394Z adding 'caffe2/contrib/tensorboard/tensorboard_exporter_test.py' 2022-11-23T00:58:27.5304254Z adding 'caffe2/contrib/tensorboard/tensorboard_test.py' 2022-11-23T00:58:27.5306359Z adding 'caffe2/contrib/warpctc/__init__.py' 2022-11-23T00:58:27.5308615Z adding 'caffe2/contrib/warpctc/ctc_ops_test.py' 2022-11-23T00:58:27.5310431Z adding 'caffe2/core/__init__.py' 2022-11-23T00:58:27.5312197Z adding 'caffe2/core/nomnigraph/__init__.py' 2022-11-23T00:58:27.5315297Z adding 'caffe2/core/nomnigraph/op_gen.py' 2022-11-23T00:58:27.5317338Z adding 'caffe2/distributed/__init__.py' 2022-11-23T00:58:27.5319373Z adding 'caffe2/distributed/file_store_handler_op_test.py' 2022-11-23T00:58:27.5321349Z adding 'caffe2/distributed/redis_store_handler_op_test.py' 2022-11-23T00:58:27.5323403Z adding 'caffe2/distributed/store_ops_test_util.py' 2022-11-23T00:58:27.5325231Z adding 'caffe2/experiments/__init__.py' 2022-11-23T00:58:27.5328640Z adding 'caffe2/experiments/python/SparseTransformer.py' 2022-11-23T00:58:27.5330381Z adding 'caffe2/experiments/python/__init__.py' 2022-11-23T00:58:27.5335887Z adding 'caffe2/experiments/python/convnet_benchmarks.py' 2022-11-23T00:58:27.5338877Z adding 'caffe2/experiments/python/device_reduce_sum_bench.py' 2022-11-23T00:58:27.5341072Z adding 'caffe2/experiments/python/funhash_op_test.py' 2022-11-23T00:58:27.5343770Z adding 'caffe2/experiments/python/net_construct_bench.py' 2022-11-23T00:58:27.5346128Z adding 'caffe2/experiments/python/sparse_funhash_op_test.py' 2022-11-23T00:58:27.5348488Z adding 'caffe2/experiments/python/sparse_reshape_op_test.py' 2022-11-23T00:58:27.5350700Z adding 'caffe2/experiments/python/tt_contraction_op_test.py' 2022-11-23T00:58:27.5352804Z adding 'caffe2/experiments/python/tt_pad_op_test.py' 2022-11-23T00:58:27.5354668Z adding 'caffe2/perfkernels/__init__.py' 2022-11-23T00:58:27.5359268Z adding 'caffe2/perfkernels/hp_emblookup_codegen.py' 2022-11-23T00:58:27.5362068Z adding 'caffe2/proto/__init__.py' 2022-11-23T00:58:27.5364683Z adding 'caffe2/proto/caffe2_legacy_pb2.py' 2022-11-23T00:58:27.5376000Z adding 'caffe2/proto/caffe2_pb2.py' 2022-11-23T00:58:27.5379932Z adding 'caffe2/proto/gen_proto_typestubs_helper.py' 2022-11-23T00:58:27.5382694Z adding 'caffe2/proto/hsm_pb2.py' 2022-11-23T00:58:27.5386607Z adding 'caffe2/proto/metanet_pb2.py' 2022-11-23T00:58:27.5389646Z adding 'caffe2/proto/predictor_consts_pb2.py' 2022-11-23T00:58:27.5392842Z adding 'caffe2/proto/prof_dag_pb2.py' 2022-11-23T00:58:27.5397304Z adding 'caffe2/proto/torch_pb2.py' 2022-11-23T00:58:27.5402584Z adding 'caffe2/python/__init__.py' 2022-11-23T00:58:27.5404471Z adding 'caffe2/python/_import_c_extension.py' 2022-11-23T00:58:27.5406530Z adding 'caffe2/python/allcompare_test.py' 2022-11-23T00:58:27.5409684Z adding 'caffe2/python/attention.py' 2022-11-23T00:58:27.5412798Z adding 'caffe2/python/benchmark_generator.py' 2022-11-23T00:58:27.5415674Z adding 'caffe2/python/binarysize.py' 2022-11-23T00:58:27.5418415Z adding 'caffe2/python/brew.py' 2022-11-23T00:58:27.5422014Z adding 'caffe2/python/brew_test.py' 2022-11-23T00:58:27.5424184Z adding 'caffe2/python/build.py' 2022-11-23T00:58:27.5426705Z adding 'caffe2/python/cached_reader.py' 2022-11-23T00:58:28.9016076Z adding 'caffe2/python/caffe2_pybind11_state.cpython-37m-x86_64-linux-gnu.so' 2022-11-23T00:58:28.9943463Z adding 'caffe2/python/caffe_translator.py' 2022-11-23T00:58:28.9946744Z adding 'caffe2/python/caffe_translator_test.py' 2022-11-23T00:58:28.9955352Z adding 'caffe2/python/checkpoint.py' 2022-11-23T00:58:28.9959637Z adding 'caffe2/python/checkpoint_test.py' 2022-11-23T00:58:28.9961626Z adding 'caffe2/python/clean_workspace_test.py' 2022-11-23T00:58:28.9964354Z adding 'caffe2/python/cnn.py' 2022-11-23T00:58:28.9966207Z adding 'caffe2/python/context.py' 2022-11-23T00:58:28.9968091Z adding 'caffe2/python/context_test.py' 2022-11-23T00:58:28.9973027Z adding 'caffe2/python/control.py' 2022-11-23T00:58:28.9982053Z adding 'caffe2/python/control_ops_grad.py' 2022-11-23T00:58:28.9985032Z adding 'caffe2/python/control_ops_grad_test.py' 2022-11-23T00:58:28.9988492Z adding 'caffe2/python/control_ops_util.py' 2022-11-23T00:58:28.9991881Z adding 'caffe2/python/control_test.py' 2022-11-23T00:58:28.9993563Z adding 'caffe2/python/convert.py' 2022-11-23T00:58:28.9995220Z adding 'caffe2/python/convert_test.py' 2022-11-23T00:58:29.0000275Z adding 'caffe2/python/convnet_benchmarks.py' 2022-11-23T00:58:29.0002609Z adding 'caffe2/python/convnet_benchmarks_test.py' 2022-11-23T00:58:29.0043737Z adding 'caffe2/python/core.py' 2022-11-23T00:58:29.0053169Z adding 'caffe2/python/core_gradients_test.py' 2022-11-23T00:58:29.0064405Z adding 'caffe2/python/core_test.py' 2022-11-23T00:58:29.0069825Z adding 'caffe2/python/crf.py' 2022-11-23T00:58:29.0071906Z adding 'caffe2/python/crf_predict.py' 2022-11-23T00:58:29.0073710Z adding 'caffe2/python/crf_viterbi_test.py' 2022-11-23T00:58:29.0096970Z adding 'caffe2/python/data_parallel_model.py' 2022-11-23T00:58:29.0110662Z adding 'caffe2/python/data_parallel_model_test.py' 2022-11-23T00:58:29.0116916Z adding 'caffe2/python/data_workers.py' 2022-11-23T00:58:29.0120059Z adding 'caffe2/python/data_workers_test.py' 2022-11-23T00:58:29.0126820Z adding 'caffe2/python/dataio.py' 2022-11-23T00:58:29.0131630Z adding 'caffe2/python/dataio_test.py' 2022-11-23T00:58:29.0136072Z adding 'caffe2/python/dataset.py' 2022-11-23T00:58:29.0139347Z adding 'caffe2/python/db_file_reader.py' 2022-11-23T00:58:29.0141208Z adding 'caffe2/python/db_test.py' 2022-11-23T00:58:29.0143580Z adding 'caffe2/python/device_checker.py' 2022-11-23T00:58:29.0145714Z adding 'caffe2/python/dyndep.py' 2022-11-23T00:58:29.0148154Z adding 'caffe2/python/embedding_generation_benchmark.py' 2022-11-23T00:58:29.0150304Z adding 'caffe2/python/experiment_util.py' 2022-11-23T00:58:29.0152470Z adding 'caffe2/python/extension_loader.py' 2022-11-23T00:58:29.0153272Z adding 'caffe2/python/fakefp16_transform_lib.py' 2022-11-23T00:58:29.0155017Z adding 'caffe2/python/filler_test.py' 2022-11-23T00:58:29.0157201Z adding 'caffe2/python/functional.py' 2022-11-23T00:58:29.0159629Z adding 'caffe2/python/functional_test.py' 2022-11-23T00:58:29.0161996Z adding 'caffe2/python/fused_8bit_rowwise_conversion_ops_test.py' 2022-11-23T00:58:29.0166630Z adding 'caffe2/python/gradient_check_test.py' 2022-11-23T00:58:29.0171975Z adding 'caffe2/python/gradient_checker.py' 2022-11-23T00:58:29.0174760Z adding 'caffe2/python/gru_cell.py' 2022-11-23T00:58:29.0176585Z adding 'caffe2/python/hip_test_util.py' 2022-11-23T00:58:29.0178437Z adding 'caffe2/python/hsm_util.py' 2022-11-23T00:58:29.0202778Z adding 'caffe2/python/hypothesis_test.py' 2022-11-23T00:58:29.0212032Z adding 'caffe2/python/hypothesis_test_util.py' 2022-11-23T00:58:29.0214406Z adding 'caffe2/python/ideep_test_util.py' 2022-11-23T00:58:29.0222370Z adding 'caffe2/python/layer_model_helper.py' 2022-11-23T00:58:29.0225745Z adding 'caffe2/python/layer_model_instantiator.py' 2022-11-23T00:58:29.0228088Z adding 'caffe2/python/layer_parameter_sharing_test.py' 2022-11-23T00:58:29.0230791Z adding 'caffe2/python/layer_test_util.py' 2022-11-23T00:58:29.0249854Z adding 'caffe2/python/layers_test.py' 2022-11-23T00:58:29.0253643Z adding 'caffe2/python/lazy.py' 2022-11-23T00:58:29.0255666Z adding 'caffe2/python/lazy_dyndep.py' 2022-11-23T00:58:29.0257893Z adding 'caffe2/python/lazy_dyndep_test.py' 2022-11-23T00:58:29.0260327Z adding 'caffe2/python/lengths_reducer_fused_8bit_rowwise_ops_test.py' 2022-11-23T00:58:29.0262706Z adding 'caffe2/python/lengths_reducer_rowwise_8bit_ops_test.py' 2022-11-23T00:58:29.0266417Z adding 'caffe2/python/lstm_benchmark.py' 2022-11-23T00:58:29.0277487Z adding 'caffe2/python/memonger.py' 2022-11-23T00:58:29.0284761Z adding 'caffe2/python/memonger_test.py' 2022-11-23T00:58:29.0287229Z adding 'caffe2/python/mkl_test_util.py' 2022-11-23T00:58:29.0289385Z adding 'caffe2/python/model_device_test.py' 2022-11-23T00:58:29.0296139Z adding 'caffe2/python/model_helper.py' 2022-11-23T00:58:29.0298417Z adding 'caffe2/python/model_helper_test.py' 2022-11-23T00:58:29.0300163Z adding 'caffe2/python/modifier_context.py' 2022-11-23T00:58:29.0302714Z adding 'caffe2/python/muji.py' 2022-11-23T00:58:29.0304876Z adding 'caffe2/python/muji_test.py' 2022-11-23T00:58:29.0312059Z adding 'caffe2/python/net_builder.py' 2022-11-23T00:58:29.0316034Z adding 'caffe2/python/net_builder_test.py' 2022-11-23T00:58:29.0320636Z adding 'caffe2/python/net_drawer.py' 2022-11-23T00:58:29.0324973Z adding 'caffe2/python/net_printer.py' 2022-11-23T00:58:29.0327169Z adding 'caffe2/python/net_printer_test.py' 2022-11-23T00:58:29.0329286Z adding 'caffe2/python/nomnigraph.py' 2022-11-23T00:58:29.0332965Z adding 'caffe2/python/nomnigraph_test.py' 2022-11-23T00:58:29.0335417Z adding 'caffe2/python/nomnigraph_transformations.py' 2022-11-23T00:58:29.0337753Z adding 'caffe2/python/nomnigraph_transformations_test.py' 2022-11-23T00:58:29.0339441Z adding 'caffe2/python/normalizer.py' 2022-11-23T00:58:29.0341027Z adding 'caffe2/python/normalizer_context.py' 2022-11-23T00:58:29.0342639Z adding 'caffe2/python/normalizer_test.py' 2022-11-23T00:58:29.0344178Z adding 'caffe2/python/numa_benchmark.py' 2022-11-23T00:58:29.0345809Z adding 'caffe2/python/numa_test.py' 2022-11-23T00:58:29.0348172Z adding 'caffe2/python/observer_test.py' 2022-11-23T00:58:29.0349986Z adding 'caffe2/python/operator_fp_exceptions_test.py' 2022-11-23T00:58:29.0366074Z adding 'caffe2/python/optimizer.py' 2022-11-23T00:58:29.0369886Z adding 'caffe2/python/optimizer_context.py' 2022-11-23T00:58:29.0375906Z adding 'caffe2/python/optimizer_test.py' 2022-11-23T00:58:29.0379583Z adding 'caffe2/python/optimizer_test_util.py' 2022-11-23T00:58:29.0382602Z adding 'caffe2/python/parallel_workers.py' 2022-11-23T00:58:29.0384873Z adding 'caffe2/python/parallel_workers_test.py' 2022-11-23T00:58:29.0388373Z adding 'caffe2/python/parallelize_bmuf_distributed_test.py' 2022-11-23T00:58:29.0393389Z adding 'caffe2/python/pipeline.py' 2022-11-23T00:58:29.0395616Z adding 'caffe2/python/pipeline_test.py' 2022-11-23T00:58:29.0397147Z adding 'caffe2/python/predictor_constants.py' 2022-11-23T00:58:29.0399706Z adding 'caffe2/python/python_op_test.py' 2022-11-23T00:58:29.0402124Z adding 'caffe2/python/queue_util.py' 2022-11-23T00:58:29.0404427Z adding 'caffe2/python/record_queue.py' 2022-11-23T00:58:29.0408909Z adding 'caffe2/python/recurrent.py' 2022-11-23T00:58:29.0414558Z adding 'caffe2/python/regularizer.py' 2022-11-23T00:58:29.0416846Z adding 'caffe2/python/regularizer_context.py' 2022-11-23T00:58:29.0419995Z adding 'caffe2/python/regularizer_test.py' 2022-11-23T00:58:29.0437649Z adding 'caffe2/python/rnn_cell.py' 2022-11-23T00:58:29.0452869Z adding 'caffe2/python/schema.py' 2022-11-23T00:58:29.0457653Z adding 'caffe2/python/schema_test.py' 2022-11-23T00:58:29.0460159Z adding 'caffe2/python/scope.py' 2022-11-23T00:58:29.0462436Z adding 'caffe2/python/scope_test.py' 2022-11-23T00:58:29.0465612Z adding 'caffe2/python/session.py' 2022-11-23T00:58:29.0467925Z adding 'caffe2/python/session_test.py' 2022-11-23T00:58:29.0470038Z adding 'caffe2/python/sparse_to_dense_mask_test.py' 2022-11-23T00:58:29.0472333Z adding 'caffe2/python/sparse_to_dense_test.py' 2022-11-23T00:58:29.0480125Z adding 'caffe2/python/task.py' 2022-11-23T00:58:29.0482225Z adding 'caffe2/python/task_test.py' 2022-11-23T00:58:29.0484665Z adding 'caffe2/python/test_util.py' 2022-11-23T00:58:29.0486463Z adding 'caffe2/python/text_file_reader.py' 2022-11-23T00:58:29.0488790Z adding 'caffe2/python/timeout_guard.py' 2022-11-23T00:58:29.0491020Z adding 'caffe2/python/toy_regression_test.py' 2022-11-23T00:58:29.0492926Z adding 'caffe2/python/transformations.py' 2022-11-23T00:58:29.0495699Z adding 'caffe2/python/transformations_test.py' 2022-11-23T00:58:29.0499282Z adding 'caffe2/python/tt_core.py' 2022-11-23T00:58:29.0501370Z adding 'caffe2/python/tt_core_test.py' 2022-11-23T00:58:29.0505948Z adding 'caffe2/python/utils.py' 2022-11-23T00:58:29.0508107Z adding 'caffe2/python/utils_test.py' 2022-11-23T00:58:29.0510804Z adding 'caffe2/python/visualize.py' 2022-11-23T00:58:29.0518520Z adding 'caffe2/python/workspace.py' 2022-11-23T00:58:29.0527270Z adding 'caffe2/python/workspace_test.py' 2022-11-23T00:58:29.0529871Z adding 'caffe2/python/docs/__init__.py' 2022-11-23T00:58:29.0531803Z adding 'caffe2/python/docs/formatter.py' 2022-11-23T00:58:29.0534614Z adding 'caffe2/python/docs/generator.py' 2022-11-23T00:58:29.0537019Z adding 'caffe2/python/docs/github.py' 2022-11-23T00:58:29.0539086Z adding 'caffe2/python/docs/parser.py' 2022-11-23T00:58:29.0541185Z adding 'caffe2/python/examples/__init__.py' 2022-11-23T00:58:29.0544286Z adding 'caffe2/python/examples/char_rnn.py' 2022-11-23T00:58:29.0551943Z adding 'caffe2/python/examples/imagenet_trainer.py' 2022-11-23T00:58:29.0554711Z adding 'caffe2/python/examples/lmdb_create_example.py' 2022-11-23T00:58:29.0562428Z adding 'caffe2/python/examples/resnet50_trainer.py' 2022-11-23T00:58:29.0564829Z adding 'caffe2/python/fakelowp/__init__.py' 2022-11-23T00:58:29.0566414Z adding 'caffe2/python/fakelowp/init_shared_libs.py' 2022-11-23T00:58:29.0568177Z adding 'caffe2/python/fakelowp/test_utils.py' 2022-11-23T00:58:29.0570152Z adding 'caffe2/python/helpers/__init__.py' 2022-11-23T00:58:29.0571883Z adding 'caffe2/python/helpers/algebra.py' 2022-11-23T00:58:29.0573717Z adding 'caffe2/python/helpers/arg_scope.py' 2022-11-23T00:58:29.0575446Z adding 'caffe2/python/helpers/array_helpers.py' 2022-11-23T00:58:29.0577160Z adding 'caffe2/python/helpers/control_ops.py' 2022-11-23T00:58:29.0580282Z adding 'caffe2/python/helpers/conv.py' 2022-11-23T00:58:29.0582306Z adding 'caffe2/python/helpers/db_input.py' 2022-11-23T00:58:29.0584007Z adding 'caffe2/python/helpers/dropout.py' 2022-11-23T00:58:29.0586094Z adding 'caffe2/python/helpers/elementwise_linear.py' 2022-11-23T00:58:29.0588605Z adding 'caffe2/python/helpers/fc.py' 2022-11-23T00:58:29.0590615Z adding 'caffe2/python/helpers/nonlinearity.py' 2022-11-23T00:58:29.0593896Z adding 'caffe2/python/helpers/normalization.py' 2022-11-23T00:58:29.0596018Z adding 'caffe2/python/helpers/pooling.py' 2022-11-23T00:58:29.0597691Z adding 'caffe2/python/helpers/quantization.py' 2022-11-23T00:58:29.0599574Z adding 'caffe2/python/helpers/tools.py' 2022-11-23T00:58:29.0601697Z adding 'caffe2/python/helpers/train.py' 2022-11-23T00:58:29.0604218Z adding 'caffe2/python/ideep/LRN_op_test.py' 2022-11-23T00:58:29.0605784Z adding 'caffe2/python/ideep/__init__.py' 2022-11-23T00:58:29.0607780Z adding 'caffe2/python/ideep/adam_op_test.py' 2022-11-23T00:58:29.0610386Z adding 'caffe2/python/ideep/blobs_queue_db_test.py' 2022-11-23T00:58:29.0612293Z adding 'caffe2/python/ideep/channel_shuffle_op_test.py' 2022-11-23T00:58:29.0614873Z adding 'caffe2/python/ideep/concat_split_op_test.py' 2022-11-23T00:58:29.0617388Z adding 'caffe2/python/ideep/conv_op_test.py' 2022-11-23T00:58:29.0619802Z adding 'caffe2/python/ideep/conv_transpose_test.py' 2022-11-23T00:58:29.0624103Z adding 'caffe2/python/ideep/convfusion_op_test.py' 2022-11-23T00:58:29.0627220Z adding 'caffe2/python/ideep/copy_op_test.py' 2022-11-23T00:58:29.0629430Z adding 'caffe2/python/ideep/dropout_op_test.py' 2022-11-23T00:58:29.0631926Z adding 'caffe2/python/ideep/elementwise_sum_op_test.py' 2022-11-23T00:58:29.0634261Z adding 'caffe2/python/ideep/expanddims_squeeze_op_test.py' 2022-11-23T00:58:29.0637343Z adding 'caffe2/python/ideep/fc_op_test.py' 2022-11-23T00:58:29.0639939Z adding 'caffe2/python/ideep/leaky_relu_op_test.py' 2022-11-23T00:58:29.0642003Z adding 'caffe2/python/ideep/moment_sgd_op_test.py' 2022-11-23T00:58:29.0644347Z adding 'caffe2/python/ideep/operator_fallback_op_test.py' 2022-11-23T00:58:29.0646510Z adding 'caffe2/python/ideep/order_switch_op_test.py' 2022-11-23T00:58:29.0648883Z adding 'caffe2/python/ideep/pool_op_test.py' 2022-11-23T00:58:29.0651395Z adding 'caffe2/python/ideep/pre_convert_test.py' 2022-11-23T00:58:29.0653805Z adding 'caffe2/python/ideep/relu_op_test.py' 2022-11-23T00:58:29.0656426Z adding 'caffe2/python/ideep/reshape_op_test.py' 2022-11-23T00:58:29.0658571Z adding 'caffe2/python/ideep/shape_op_test.py' 2022-11-23T00:58:29.0660469Z adding 'caffe2/python/ideep/sigmoid_op_test.py' 2022-11-23T00:58:29.0662292Z adding 'caffe2/python/ideep/softmax_op_test.py' 2022-11-23T00:58:29.0664696Z adding 'caffe2/python/ideep/spatial_bn_op_test.py' 2022-11-23T00:58:29.0667391Z adding 'caffe2/python/ideep/test_ideep_net.py' 2022-11-23T00:58:29.0671405Z adding 'caffe2/python/ideep/transform_ideep_net.py' 2022-11-23T00:58:29.0673616Z adding 'caffe2/python/ideep/transpose_op_test.py' 2022-11-23T00:58:29.0675601Z adding 'caffe2/python/ideep/weightedsum_op_test.py' 2022-11-23T00:58:29.0678164Z adding 'caffe2/python/layers/__init__.py' 2022-11-23T00:58:29.0681023Z adding 'caffe2/python/layers/adaptive_weight.py' 2022-11-23T00:58:29.0683031Z adding 'caffe2/python/layers/add_bias.py' 2022-11-23T00:58:29.0685974Z adding 'caffe2/python/layers/arc_cosine_feature_map.py' 2022-11-23T00:58:29.0688441Z adding 'caffe2/python/layers/batch_huber_loss.py' 2022-11-23T00:58:29.0691895Z adding 'caffe2/python/layers/batch_lr_loss.py' 2022-11-23T00:58:29.0694242Z adding 'caffe2/python/layers/batch_mse_loss.py' 2022-11-23T00:58:29.0696557Z adding 'caffe2/python/layers/batch_normalization.py' 2022-11-23T00:58:29.0698613Z adding 'caffe2/python/layers/batch_sigmoid_cross_entropy_loss.py' 2022-11-23T00:58:29.0701031Z adding 'caffe2/python/layers/batch_softmax_loss.py' 2022-11-23T00:58:29.0703158Z adding 'caffe2/python/layers/blob_weighted_sum.py' 2022-11-23T00:58:29.0705415Z adding 'caffe2/python/layers/bpr_loss.py' 2022-11-23T00:58:29.0707592Z adding 'caffe2/python/layers/bucket_weighted.py' 2022-11-23T00:58:29.0710157Z adding 'caffe2/python/layers/build_index.py' 2022-11-23T00:58:29.0712412Z adding 'caffe2/python/layers/concat.py' 2022-11-23T00:58:29.0714449Z adding 'caffe2/python/layers/constant_weight.py' 2022-11-23T00:58:29.0716995Z adding 'caffe2/python/layers/conv.py' 2022-11-23T00:58:29.0719064Z adding 'caffe2/python/layers/dropout.py' 2022-11-23T00:58:29.0722472Z adding 'caffe2/python/layers/fc.py' 2022-11-23T00:58:29.0726859Z adding 'caffe2/python/layers/fc_with_bootstrap.py' 2022-11-23T00:58:29.0729406Z adding 'caffe2/python/layers/fc_without_bias.py' 2022-11-23T00:58:29.0732951Z adding 'caffe2/python/layers/feature_sparse_to_dense.py' 2022-11-23T00:58:29.0735883Z adding 'caffe2/python/layers/functional.py' 2022-11-23T00:58:29.0738235Z adding 'caffe2/python/layers/gather_record.py' 2022-11-23T00:58:29.0740868Z adding 'caffe2/python/layers/homotopy_weight.py' 2022-11-23T00:58:29.0743196Z adding 'caffe2/python/layers/label_smooth.py' 2022-11-23T00:58:29.0745613Z adding 'caffe2/python/layers/last_n_window_collector.py' 2022-11-23T00:58:29.0748107Z adding 'caffe2/python/layers/layer_normalization.py' 2022-11-23T00:58:29.0753509Z adding 'caffe2/python/layers/layers.py' 2022-11-23T00:58:29.0756046Z adding 'caffe2/python/layers/margin_rank_loss.py' 2022-11-23T00:58:29.0758121Z adding 'caffe2/python/layers/merge_id_lists.py' 2022-11-23T00:58:29.0760424Z adding 'caffe2/python/layers/pairwise_similarity.py' 2022-11-23T00:58:29.0762745Z adding 'caffe2/python/layers/position_weighted.py' 2022-11-23T00:58:29.0764905Z adding 'caffe2/python/layers/random_fourier_features.py' 2022-11-23T00:58:29.0767145Z adding 'caffe2/python/layers/reservoir_sampling.py' 2022-11-23T00:58:29.0769265Z adding 'caffe2/python/layers/sampling_train.py' 2022-11-23T00:58:29.0771337Z adding 'caffe2/python/layers/sampling_trainable_mixin.py' 2022-11-23T00:58:29.0773456Z adding 'caffe2/python/layers/select_record_by_context.py' 2022-11-23T00:58:29.0776087Z adding 'caffe2/python/layers/semi_random_features.py' 2022-11-23T00:58:29.0778605Z adding 'caffe2/python/layers/sparse_dropout_with_replacement.py' 2022-11-23T00:58:29.0781134Z adding 'caffe2/python/layers/sparse_feature_hash.py' 2022-11-23T00:58:29.0783596Z adding 'caffe2/python/layers/sparse_itemwise_dropout_with_replacement.py' 2022-11-23T00:58:29.0789373Z adding 'caffe2/python/layers/sparse_lookup.py' 2022-11-23T00:58:29.0791988Z adding 'caffe2/python/layers/split.py' 2022-11-23T00:58:29.0794618Z adding 'caffe2/python/layers/tags.py' 2022-11-23T00:58:29.0796989Z adding 'caffe2/python/layers/uniform_sampling.py' 2022-11-23T00:58:29.0798917Z adding 'caffe2/python/mint/__init__.py' 2022-11-23T00:58:29.0801733Z adding 'caffe2/python/mint/app.py' 2022-11-23T00:58:29.0804022Z adding 'caffe2/python/mkl/__init__.py' 2022-11-23T00:58:29.0805969Z adding 'caffe2/python/mkl/mkl_LRN_op_test.py' 2022-11-23T00:58:29.0808183Z adding 'caffe2/python/mkl/mkl_LRN_speed_test.py' 2022-11-23T00:58:29.0810189Z adding 'caffe2/python/mkl/mkl_concat_op_test.py' 2022-11-23T00:58:29.0812206Z adding 'caffe2/python/mkl/mkl_conv_op_test.py' 2022-11-23T00:58:29.0814206Z adding 'caffe2/python/mkl/mkl_copy_op_test.py' 2022-11-23T00:58:29.0816237Z adding 'caffe2/python/mkl/mkl_elementwise_add_op_test.py' 2022-11-23T00:58:29.0818129Z adding 'caffe2/python/mkl/mkl_elementwise_sum_op_test.py' 2022-11-23T00:58:29.0820003Z adding 'caffe2/python/mkl/mkl_fc_op_test.py' 2022-11-23T00:58:29.0822153Z adding 'caffe2/python/mkl/mkl_fc_speed_test.py' 2022-11-23T00:58:29.0824188Z adding 'caffe2/python/mkl/mkl_fill_op_test.py' 2022-11-23T00:58:29.0826286Z adding 'caffe2/python/mkl/mkl_pool_op_test.py' 2022-11-23T00:58:29.0828526Z adding 'caffe2/python/mkl/mkl_pool_speed_test.py' 2022-11-23T00:58:29.0830473Z adding 'caffe2/python/mkl/mkl_relu_op_test.py' 2022-11-23T00:58:29.0832607Z adding 'caffe2/python/mkl/mkl_sbn_op_test.py' 2022-11-23T00:58:29.0834855Z adding 'caffe2/python/mkl/mkl_sbn_speed_test.py' 2022-11-23T00:58:29.0836803Z adding 'caffe2/python/mkl/mkl_sigmoid_op_test.py' 2022-11-23T00:58:29.0838938Z adding 'caffe2/python/mkl/mkl_speed_test.py' 2022-11-23T00:58:29.0841029Z adding 'caffe2/python/mkl/mkl_squeeze_op_test.py' 2022-11-23T00:58:29.0844281Z adding 'caffe2/python/mkl/rewrite_graph.py' 2022-11-23T00:58:29.0847415Z adding 'caffe2/python/mkl/rewrite_graph_test.py' 2022-11-23T00:58:29.0849676Z adding 'caffe2/python/modeling/__init__.py' 2022-11-23T00:58:29.0852050Z adding 'caffe2/python/modeling/compute_histogram_for_blobs.py' 2022-11-23T00:58:29.0854422Z adding 'caffe2/python/modeling/compute_histogram_for_blobs_test.py' 2022-11-23T00:58:29.0857318Z adding 'caffe2/python/modeling/compute_norm_for_blobs.py' 2022-11-23T00:58:29.0859746Z adding 'caffe2/python/modeling/compute_norm_for_blobs_test.py' 2022-11-23T00:58:29.0862016Z adding 'caffe2/python/modeling/compute_statistics_for_blobs.py' 2022-11-23T00:58:29.0864127Z adding 'caffe2/python/modeling/compute_statistics_for_blobs_test.py' 2022-11-23T00:58:29.0866771Z adding 'caffe2/python/modeling/get_entry_from_blobs.py' 2022-11-23T00:58:29.0869178Z adding 'caffe2/python/modeling/get_entry_from_blobs_test.py' 2022-11-23T00:58:29.0871902Z adding 'caffe2/python/modeling/gradient_clipping.py' 2022-11-23T00:58:29.0874619Z adding 'caffe2/python/modeling/gradient_clipping_test.py' 2022-11-23T00:58:29.0877393Z adding 'caffe2/python/modeling/initializers.py' 2022-11-23T00:58:29.0879608Z adding 'caffe2/python/modeling/initializers_test.py' 2022-11-23T00:58:29.0881559Z adding 'caffe2/python/modeling/net_modifier.py' 2022-11-23T00:58:29.0883672Z adding 'caffe2/python/modeling/parameter_info.py' 2022-11-23T00:58:29.0886040Z adding 'caffe2/python/modeling/parameter_sharing.py' 2022-11-23T00:58:29.0888862Z adding 'caffe2/python/modeling/parameter_sharing_test.py' 2022-11-23T00:58:29.0890973Z adding 'caffe2/python/models/__init__.py' 2022-11-23T00:58:29.0892763Z adding 'caffe2/python/models/__sym_init__.py' 2022-11-23T00:58:29.0895933Z adding 'caffe2/python/models/download.py' 2022-11-23T00:58:29.0898820Z adding 'caffe2/python/models/imagenet_trainer_test_utils.py' 2022-11-23T00:58:29.0903177Z adding 'caffe2/python/models/resnet.py' 2022-11-23T00:58:29.0905483Z adding 'caffe2/python/models/resnet_test.py' 2022-11-23T00:58:29.0908180Z adding 'caffe2/python/models/shufflenet.py' 2022-11-23T00:58:29.0910453Z adding 'caffe2/python/models/shufflenet_test.py' 2022-11-23T00:58:29.0912277Z adding 'caffe2/python/models/seq2seq/__init__.py' 2022-11-23T00:58:29.0916588Z adding 'caffe2/python/models/seq2seq/beam_search.py' 2022-11-23T00:58:29.0919555Z adding 'caffe2/python/models/seq2seq/seq2seq_beam_search_test.py' 2022-11-23T00:58:29.0921882Z adding 'caffe2/python/models/seq2seq/seq2seq_model_helper.py' 2022-11-23T00:58:29.0923850Z adding 'caffe2/python/models/seq2seq/seq2seq_model_helper_test.py' 2022-11-23T00:58:29.0928980Z adding 'caffe2/python/models/seq2seq/seq2seq_util.py' 2022-11-23T00:58:29.0936312Z adding 'caffe2/python/models/seq2seq/train.py' 2022-11-23T00:58:29.0942843Z adding 'caffe2/python/models/seq2seq/translate.py' 2022-11-23T00:58:29.0945495Z adding 'caffe2/python/onnx/__init__.py' 2022-11-23T00:58:29.0956787Z adding 'caffe2/python/onnx/backend.py' 2022-11-23T00:58:29.0959944Z adding 'caffe2/python/onnx/backend_cpp_rep.py' 2022-11-23T00:58:29.0962141Z adding 'caffe2/python/onnx/backend_rep.py' 2022-11-23T00:58:29.0963708Z adding 'caffe2/python/onnx/error.py' 2022-11-23T00:58:29.0967772Z adding 'caffe2/python/onnx/frontend.py' 2022-11-23T00:58:29.0970531Z adding 'caffe2/python/onnx/helper.py' 2022-11-23T00:58:29.0972609Z adding 'caffe2/python/onnx/onnxifi.py' 2022-11-23T00:58:29.0975601Z adding 'caffe2/python/onnx/test_onnxifi.py' 2022-11-23T00:58:29.0978122Z adding 'caffe2/python/onnx/workspace.py' 2022-11-23T00:58:29.0979996Z adding 'caffe2/python/onnx/bin/__init__.py' 2022-11-23T00:58:29.0982056Z adding 'caffe2/python/onnx/bin/conversion.py' 2022-11-23T00:58:29.0983921Z adding 'caffe2/python/onnx/tests/__init__.py' 2022-11-23T00:58:29.0989851Z adding 'caffe2/python/onnx/tests/c2_ref_test.py' 2022-11-23T00:58:29.0994513Z adding 'caffe2/python/onnx/tests/conversion_test.py' 2022-11-23T00:58:29.0996615Z adding 'caffe2/python/onnx/tests/helper_test.py' 2022-11-23T00:58:29.0999674Z adding 'caffe2/python/onnx/tests/onnx_backend_test.py' 2022-11-23T00:58:29.1002179Z adding 'caffe2/python/onnx/tests/ssa_test.py' 2022-11-23T00:58:29.1004045Z adding 'caffe2/python/onnx/tests/test_utils.py' 2022-11-23T00:58:29.1007771Z adding 'caffe2/python/operator_test/__init__.py' 2022-11-23T00:58:29.1009647Z adding 'caffe2/python/operator_test/_utils.py' 2022-11-23T00:58:29.1012548Z adding 'caffe2/python/operator_test/activation_ops_test.py' 2022-11-23T00:58:29.1015463Z adding 'caffe2/python/operator_test/adadelta_test.py' 2022-11-23T00:58:29.1018008Z adding 'caffe2/python/operator_test/adagrad_test.py' 2022-11-23T00:58:29.1020710Z adding 'caffe2/python/operator_test/adagrad_test_helper.py' 2022-11-23T00:58:29.1024499Z adding 'caffe2/python/operator_test/adam_test.py' 2022-11-23T00:58:29.1027387Z adding 'caffe2/python/operator_test/affine_channel_op_test.py' 2022-11-23T00:58:29.1029259Z adding 'caffe2/python/operator_test/alias_with_name_test.py' 2022-11-23T00:58:29.1031199Z adding 'caffe2/python/operator_test/apmeter_test.py' 2022-11-23T00:58:29.1033199Z adding 'caffe2/python/operator_test/arg_ops_test.py' 2022-11-23T00:58:29.1034949Z adding 'caffe2/python/operator_test/assert_test.py' 2022-11-23T00:58:29.1036700Z adding 'caffe2/python/operator_test/async_net_barrier_test.py' 2022-11-23T00:58:29.1038695Z adding 'caffe2/python/operator_test/atomic_ops_test.py' 2022-11-23T00:58:29.1041399Z adding 'caffe2/python/operator_test/basic_rnn_test.py' 2022-11-23T00:58:29.1043901Z adding 'caffe2/python/operator_test/batch_box_cox_test.py' 2022-11-23T00:58:29.1046338Z adding 'caffe2/python/operator_test/batch_bucketize_op_test.py' 2022-11-23T00:58:29.1048396Z adding 'caffe2/python/operator_test/batch_moments_op_test.py' 2022-11-23T00:58:29.1050698Z adding 'caffe2/python/operator_test/batch_sparse_to_dense_op_test.py' 2022-11-23T00:58:29.1054527Z adding 'caffe2/python/operator_test/bbox_transform_test.py' 2022-11-23T00:58:29.1057574Z adding 'caffe2/python/operator_test/bisect_percentile_op_test.py' 2022-11-23T00:58:29.1059976Z adding 'caffe2/python/operator_test/blobs_queue_db_test.py' 2022-11-23T00:58:29.1063082Z adding 'caffe2/python/operator_test/boolean_mask_test.py' 2022-11-23T00:58:29.1065606Z adding 'caffe2/python/operator_test/boolean_unmask_test.py' 2022-11-23T00:58:29.1068491Z adding 'caffe2/python/operator_test/box_with_nms_limit_op_test.py' 2022-11-23T00:58:29.1070502Z adding 'caffe2/python/operator_test/bucketize_op_test.py' 2022-11-23T00:58:29.1072345Z adding 'caffe2/python/operator_test/cast_op_test.py' 2022-11-23T00:58:29.1074126Z adding 'caffe2/python/operator_test/ceil_op_test.py' 2022-11-23T00:58:29.1076171Z adding 'caffe2/python/operator_test/channel_backprop_stats_op_test.py' 2022-11-23T00:58:29.1078060Z adding 'caffe2/python/operator_test/channel_shuffle_test.py' 2022-11-23T00:58:29.1080091Z adding 'caffe2/python/operator_test/channel_stats_op_test.py' 2022-11-23T00:58:29.1082020Z adding 'caffe2/python/operator_test/checkpoint_test.py' 2022-11-23T00:58:29.1083894Z adding 'caffe2/python/operator_test/clip_op_test.py' 2022-11-23T00:58:29.1085928Z adding 'caffe2/python/operator_test/clip_tensor_op_test.py' 2022-11-23T00:58:29.1089353Z adding 'caffe2/python/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.py' 2022-11-23T00:58:29.1091613Z adding 'caffe2/python/operator_test/concat_op_cost_test.py' 2022-11-23T00:58:29.1094487Z adding 'caffe2/python/operator_test/concat_split_op_test.py' 2022-11-23T00:58:29.1096465Z adding 'caffe2/python/operator_test/conditional_test.py' 2022-11-23T00:58:29.1099900Z adding 'caffe2/python/operator_test/conftest.py' 2022-11-23T00:58:29.1106734Z adding 'caffe2/python/operator_test/conv_test.py' 2022-11-23T00:58:29.1110808Z adding 'caffe2/python/operator_test/conv_transpose_test.py' 2022-11-23T00:58:29.1113889Z adding 'caffe2/python/operator_test/copy_ops_test.py' 2022-11-23T00:58:29.1116161Z adding 'caffe2/python/operator_test/copy_rows_to_tensor_op_test.py' 2022-11-23T00:58:29.1118364Z adding 'caffe2/python/operator_test/cosine_embedding_criterion_op_test.py' 2022-11-23T00:58:29.1120385Z adding 'caffe2/python/operator_test/counter_ops_test.py' 2022-11-23T00:58:29.1123017Z adding 'caffe2/python/operator_test/crf_test.py' 2022-11-23T00:58:29.1126073Z adding 'caffe2/python/operator_test/cross_entropy_ops_test.py' 2022-11-23T00:58:29.1128833Z adding 'caffe2/python/operator_test/ctc_beam_search_decoder_op_test.py' 2022-11-23T00:58:29.1131138Z adding 'caffe2/python/operator_test/ctc_greedy_decoder_op_test.py' 2022-11-23T00:58:29.1133722Z adding 'caffe2/python/operator_test/cudnn_recurrent_test.py' 2022-11-23T00:58:29.1135652Z adding 'caffe2/python/operator_test/data_couple_op_test.py' 2022-11-23T00:58:29.1141675Z adding 'caffe2/python/operator_test/dataset_ops_test.py' 2022-11-23T00:58:29.1144362Z adding 'caffe2/python/operator_test/decay_adagrad_test.py' 2022-11-23T00:58:29.1148305Z adding 'caffe2/python/operator_test/deform_conv_test.py' 2022-11-23T00:58:29.1150827Z adding 'caffe2/python/operator_test/dense_vector_to_id_list_op_test.py' 2022-11-23T00:58:29.1152836Z adding 'caffe2/python/operator_test/depthwise_3x3_conv_test.py' 2022-11-23T00:58:29.1156122Z adding 'caffe2/python/operator_test/detectron_keypoints.py' 2022-11-23T00:58:29.1158501Z adding 'caffe2/python/operator_test/distance_op_test.py' 2022-11-23T00:58:29.1160901Z adding 'caffe2/python/operator_test/dropout_op_test.py' 2022-11-23T00:58:29.1162916Z adding 'caffe2/python/operator_test/duplicate_operands_test.py' 2022-11-23T00:58:29.1164649Z adding 'caffe2/python/operator_test/elementwise_linear_op_test.py' 2022-11-23T00:58:29.1166701Z adding 'caffe2/python/operator_test/elementwise_logical_ops_test.py' 2022-11-23T00:58:29.1170283Z adding 'caffe2/python/operator_test/elementwise_op_broadcast_test.py' 2022-11-23T00:58:29.1175996Z adding 'caffe2/python/operator_test/elementwise_ops_test.py' 2022-11-23T00:58:29.1178711Z adding 'caffe2/python/operator_test/emptysample_ops_test.py' 2022-11-23T00:58:29.1180623Z adding 'caffe2/python/operator_test/enforce_finite_op_test.py' 2022-11-23T00:58:29.1182515Z adding 'caffe2/python/operator_test/ensure_clipped_test.py' 2022-11-23T00:58:29.1184369Z adding 'caffe2/python/operator_test/ensure_cpu_output_op_test.py' 2022-11-23T00:58:29.1186340Z adding 'caffe2/python/operator_test/erf_op_test.py' 2022-11-23T00:58:29.1188309Z adding 'caffe2/python/operator_test/expand_op_test.py' 2022-11-23T00:58:29.1190581Z adding 'caffe2/python/operator_test/fc_operator_test.py' 2022-11-23T00:58:29.1194063Z adding 'caffe2/python/operator_test/feature_maps_ops_test.py' 2022-11-23T00:58:29.1197577Z adding 'caffe2/python/operator_test/filler_ops_test.py' 2022-11-23T00:58:29.1199759Z adding 'caffe2/python/operator_test/find_op_test.py' 2022-11-23T00:58:29.1201600Z adding 'caffe2/python/operator_test/flatten_op_test.py' 2022-11-23T00:58:29.1203655Z adding 'caffe2/python/operator_test/flexible_top_k_test.py' 2022-11-23T00:58:29.1205545Z adding 'caffe2/python/operator_test/floor_op_test.py' 2022-11-23T00:58:29.1209428Z adding 'caffe2/python/operator_test/fused_nbit_rowwise_conversion_ops_test.py' 2022-11-23T00:58:29.1211945Z adding 'caffe2/python/operator_test/fused_nbit_rowwise_test_helper.py' 2022-11-23T00:58:29.1215123Z adding 'caffe2/python/operator_test/gather_ops_test.py' 2022-11-23T00:58:29.1218281Z adding 'caffe2/python/operator_test/gather_ranges_op_test.py' 2022-11-23T00:58:29.1220543Z adding 'caffe2/python/operator_test/given_tensor_byte_string_to_uint8_fill_op_test.py' 2022-11-23T00:58:29.1222345Z adding 'caffe2/python/operator_test/given_tensor_fill_op_test.py' 2022-11-23T00:58:29.1224237Z adding 'caffe2/python/operator_test/glu_op_test.py' 2022-11-23T00:58:29.1226484Z adding 'caffe2/python/operator_test/group_conv_test.py' 2022-11-23T00:58:29.1228756Z adding 'caffe2/python/operator_test/group_norm_op_test.py' 2022-11-23T00:58:29.1232660Z adding 'caffe2/python/operator_test/gru_test.py' 2022-11-23T00:58:29.1235493Z adding 'caffe2/python/operator_test/heatmap_max_keypoint_op_test.py' 2022-11-23T00:58:29.1237780Z adding 'caffe2/python/operator_test/histogram_test.py' 2022-11-23T00:58:29.1241288Z adding 'caffe2/python/operator_test/hsm_test.py' 2022-11-23T00:58:29.1243374Z adding 'caffe2/python/operator_test/hyperbolic_ops_test.py' 2022-11-23T00:58:29.1245687Z adding 'caffe2/python/operator_test/im2col_col2im_test.py' 2022-11-23T00:58:29.1250488Z adding 'caffe2/python/operator_test/image_input_op_test.py' 2022-11-23T00:58:29.1253004Z adding 'caffe2/python/operator_test/index_hash_ops_test.py' 2022-11-23T00:58:29.1255409Z adding 'caffe2/python/operator_test/index_ops_test.py' 2022-11-23T00:58:29.1258502Z adding 'caffe2/python/operator_test/instance_norm_test.py' 2022-11-23T00:58:29.1260934Z adding 'caffe2/python/operator_test/integral_image_ops_test.py' 2022-11-23T00:58:29.1262804Z adding 'caffe2/python/operator_test/jsd_ops_test.py' 2022-11-23T00:58:29.1264680Z adding 'caffe2/python/operator_test/key_split_ops_test.py' 2022-11-23T00:58:29.1266703Z adding 'caffe2/python/operator_test/lars_test.py' 2022-11-23T00:58:29.1270211Z adding 'caffe2/python/operator_test/layer_norm_op_test.py' 2022-11-23T00:58:29.1273063Z adding 'caffe2/python/operator_test/leaky_relu_test.py' 2022-11-23T00:58:29.1275232Z adding 'caffe2/python/operator_test/learning_rate_adaption_op_test.py' 2022-11-23T00:58:29.1278141Z adding 'caffe2/python/operator_test/learning_rate_op_test.py' 2022-11-23T00:58:29.1280585Z adding 'caffe2/python/operator_test/length_split_op_test.py' 2022-11-23T00:58:29.1282789Z adding 'caffe2/python/operator_test/lengths_pad_op_test.py' 2022-11-23T00:58:29.1285933Z adding 'caffe2/python/operator_test/lengths_reducer_fused_nbit_rowwise_ops_test.py' 2022-11-23T00:58:29.1288180Z adding 'caffe2/python/operator_test/lengths_tile_op_test.py' 2022-11-23T00:58:29.1290149Z adding 'caffe2/python/operator_test/lengths_top_k_ops_test.py' 2022-11-23T00:58:29.1292819Z adding 'caffe2/python/operator_test/listwise_l2r_operator_test.py' 2022-11-23T00:58:29.1300535Z adding 'caffe2/python/operator_test/load_save_test.py' 2022-11-23T00:58:29.1304062Z adding 'caffe2/python/operator_test/locally_connected_op_test.py' 2022-11-23T00:58:29.1306224Z adding 'caffe2/python/operator_test/loss_ops_test.py' 2022-11-23T00:58:29.1308348Z adding 'caffe2/python/operator_test/lpnorm_op_test.py' 2022-11-23T00:58:29.1310439Z adding 'caffe2/python/operator_test/map_ops_test.py' 2022-11-23T00:58:29.1312657Z adding 'caffe2/python/operator_test/margin_loss_l2r_operator_test.py' 2022-11-23T00:58:29.1314778Z adding 'caffe2/python/operator_test/margin_ranking_criterion_op_test.py' 2022-11-23T00:58:29.1316667Z adding 'caffe2/python/operator_test/math_ops_test.py' 2022-11-23T00:58:29.1319662Z adding 'caffe2/python/operator_test/matmul_op_test.py' 2022-11-23T00:58:29.1321841Z adding 'caffe2/python/operator_test/mean_op_test.py' 2022-11-23T00:58:29.1324151Z adding 'caffe2/python/operator_test/merge_id_lists_op_test.py' 2022-11-23T00:58:29.1326097Z adding 'caffe2/python/operator_test/mkl_conv_op_test.py' 2022-11-23T00:58:29.1328208Z adding 'caffe2/python/operator_test/mkl_packed_fc_op_test.py' 2022-11-23T00:58:29.1330121Z adding 'caffe2/python/operator_test/mod_op_test.py' 2022-11-23T00:58:29.1332064Z adding 'caffe2/python/operator_test/moments_op_test.py' 2022-11-23T00:58:29.1334682Z adding 'caffe2/python/operator_test/momentum_sgd_test.py' 2022-11-23T00:58:29.1337465Z adding 'caffe2/python/operator_test/mpi_test.py' 2022-11-23T00:58:29.1339568Z adding 'caffe2/python/operator_test/mul_gradient_benchmark.py' 2022-11-23T00:58:29.1341531Z adding 'caffe2/python/operator_test/negate_gradient_op_test.py' 2022-11-23T00:58:29.1343569Z adding 'caffe2/python/operator_test/ngram_ops_test.py' 2022-11-23T00:58:29.1345648Z adding 'caffe2/python/operator_test/normalize_op_test.py' 2022-11-23T00:58:29.1347588Z adding 'caffe2/python/operator_test/numpy_tile_op_test.py' 2022-11-23T00:58:29.1350406Z adding 'caffe2/python/operator_test/one_hot_ops_test.py' 2022-11-23T00:58:29.1352780Z adding 'caffe2/python/operator_test/onnx_while_test.py' 2022-11-23T00:58:29.1354688Z adding 'caffe2/python/operator_test/order_switch_test.py' 2022-11-23T00:58:29.1357951Z adding 'caffe2/python/operator_test/pack_ops_test.py' 2022-11-23T00:58:29.1360455Z adding 'caffe2/python/operator_test/pack_rnn_sequence_op_test.py' 2022-11-23T00:58:29.1362397Z adding 'caffe2/python/operator_test/pad_test.py' 2022-11-23T00:58:29.1365038Z adding 'caffe2/python/operator_test/partition_ops_test.py' 2022-11-23T00:58:29.1367459Z adding 'caffe2/python/operator_test/percentile_op_test.py' 2022-11-23T00:58:29.1369885Z adding 'caffe2/python/operator_test/piecewise_linear_transform_test.py' 2022-11-23T00:58:29.1373548Z adding 'caffe2/python/operator_test/pooling_test.py' 2022-11-23T00:58:29.1375863Z adding 'caffe2/python/operator_test/prepend_dim_test.py' 2022-11-23T00:58:29.1377808Z adding 'caffe2/python/operator_test/python_op_test.py' 2022-11-23T00:58:29.1379910Z adding 'caffe2/python/operator_test/quantile_test.py' 2022-11-23T00:58:29.1382205Z adding 'caffe2/python/operator_test/rand_quantization_op_speed_test.py' 2022-11-23T00:58:29.1384884Z adding 'caffe2/python/operator_test/rank_loss_operator_test.py' 2022-11-23T00:58:29.1388158Z adding 'caffe2/python/operator_test/rebatching_queue_test.py' 2022-11-23T00:58:29.1390553Z adding 'caffe2/python/operator_test/record_queue_test.py' 2022-11-23T00:58:29.1394054Z adding 'caffe2/python/operator_test/recurrent_net_executor_test.py' 2022-11-23T00:58:29.1398464Z adding 'caffe2/python/operator_test/recurrent_network_test.py' 2022-11-23T00:58:29.1402650Z adding 'caffe2/python/operator_test/reduce_ops_test.py' 2022-11-23T00:58:29.1405224Z adding 'caffe2/python/operator_test/reduction_ops_test.py' 2022-11-23T00:58:29.1408145Z adding 'caffe2/python/operator_test/reshape_ops_test.py' 2022-11-23T00:58:29.1410913Z adding 'caffe2/python/operator_test/resize_op_test.py' 2022-11-23T00:58:29.1413488Z adding 'caffe2/python/operator_test/rmac_regions_op_test.py' 2022-11-23T00:58:29.1415435Z adding 'caffe2/python/operator_test/rms_norm_op_test.py' 2022-11-23T00:58:29.1428280Z adding 'caffe2/python/operator_test/rnn_cell_test.py' 2022-11-23T00:58:29.1432592Z adding 'caffe2/python/operator_test/roi_align_rotated_op_test.py' 2022-11-23T00:58:29.1434788Z adding 'caffe2/python/operator_test/rowwise_counter_test.py' 2022-11-23T00:58:29.1436863Z adding 'caffe2/python/operator_test/scale_op_test.py' 2022-11-23T00:58:29.1442927Z adding 'caffe2/python/operator_test/segment_ops_test.py' 2022-11-23T00:58:29.1446972Z adding 'caffe2/python/operator_test/self_binning_histogram_test.py' 2022-11-23T00:58:29.1449289Z adding 'caffe2/python/operator_test/selu_op_test.py' 2022-11-23T00:58:29.1453386Z adding 'caffe2/python/operator_test/sequence_ops_test.py' 2022-11-23T00:58:29.1459551Z adding 'caffe2/python/operator_test/shape_inference_test.py' 2022-11-23T00:58:29.1462352Z adding 'caffe2/python/operator_test/sinusoid_position_encoding_op_test.py' 2022-11-23T00:58:29.1467256Z adding 'caffe2/python/operator_test/softmax_ops_test.py' 2022-11-23T00:58:29.1469474Z adding 'caffe2/python/operator_test/softplus_op_test.py' 2022-11-23T00:58:29.1471447Z adding 'caffe2/python/operator_test/sparse_dropout_with_replacement_op_test.py' 2022-11-23T00:58:29.1473382Z adding 'caffe2/python/operator_test/sparse_gradient_checker_test.py' 2022-11-23T00:58:29.1475444Z adding 'caffe2/python/operator_test/sparse_itemwise_dropout_with_replacement_op_test.py' 2022-11-23T00:58:29.1477857Z adding 'caffe2/python/operator_test/sparse_lengths_sum_benchmark.py' 2022-11-23T00:58:29.1480157Z adding 'caffe2/python/operator_test/sparse_lp_regularizer_test.py' 2022-11-23T00:58:29.1482397Z adding 'caffe2/python/operator_test/sparse_normalize_test.py' 2022-11-23T00:58:29.1484664Z adding 'caffe2/python/operator_test/sparse_ops_test.py' 2022-11-23T00:58:29.1486856Z adding 'caffe2/python/operator_test/sparse_to_dense_mask_op_test.py' 2022-11-23T00:58:29.1490769Z adding 'caffe2/python/operator_test/spatial_bn_op_test.py' 2022-11-23T00:58:29.1494254Z adding 'caffe2/python/operator_test/specialized_segment_ops_test.py' 2022-11-23T00:58:29.1496815Z adding 'caffe2/python/operator_test/split_op_cost_test.py' 2022-11-23T00:58:29.1499118Z adding 'caffe2/python/operator_test/square_root_divide_op_test.py' 2022-11-23T00:58:29.1501012Z adding 'caffe2/python/operator_test/stats_ops_test.py' 2022-11-23T00:58:29.1503158Z adding 'caffe2/python/operator_test/stats_put_ops_test.py' 2022-11-23T00:58:29.1505839Z adding 'caffe2/python/operator_test/storm_test.py' 2022-11-23T00:58:29.1508050Z adding 'caffe2/python/operator_test/string_ops_test.py' 2022-11-23T00:58:29.1510227Z adding 'caffe2/python/operator_test/text_file_reader_test.py' 2022-11-23T00:58:29.1512245Z adding 'caffe2/python/operator_test/thresholded_relu_op_test.py' 2022-11-23T00:58:29.1514357Z adding 'caffe2/python/operator_test/tile_op_test.py' 2022-11-23T00:58:29.1517051Z adding 'caffe2/python/operator_test/top_k_test.py' 2022-11-23T00:58:29.1525972Z adding 'caffe2/python/operator_test/torch_integration_test.py' 2022-11-23T00:58:29.1528942Z adding 'caffe2/python/operator_test/transpose_op_test.py' 2022-11-23T00:58:29.1530789Z adding 'caffe2/python/operator_test/trigonometric_op_test.py' 2022-11-23T00:58:29.1532882Z adding 'caffe2/python/operator_test/unique_ops_test.py' 2022-11-23T00:58:29.1534812Z adding 'caffe2/python/operator_test/unique_uniform_fill_op_test.py' 2022-11-23T00:58:29.1536923Z adding 'caffe2/python/operator_test/unsafe_coalesce_test.py' 2022-11-23T00:58:29.1539497Z adding 'caffe2/python/operator_test/upsample_op_test.py' 2022-11-23T00:58:29.1543667Z adding 'caffe2/python/operator_test/utility_ops_test.py' 2022-11-23T00:58:29.1547075Z adding 'caffe2/python/operator_test/video_input_op_test.py' 2022-11-23T00:58:29.1549320Z adding 'caffe2/python/operator_test/weight_scale_test.py' 2022-11-23T00:58:29.1551304Z adding 'caffe2/python/operator_test/weighted_multi_sample_test.py' 2022-11-23T00:58:29.1553349Z adding 'caffe2/python/operator_test/weighted_sample_test.py' 2022-11-23T00:58:29.1555446Z adding 'caffe2/python/operator_test/weighted_sum_test.py' 2022-11-23T00:58:29.1558221Z adding 'caffe2/python/operator_test/wngrad_test.py' 2022-11-23T00:58:29.1560517Z adding 'caffe2/python/predictor/__init__.py' 2022-11-23T00:58:29.1562928Z adding 'caffe2/python/predictor/mobile_exporter.py' 2022-11-23T00:58:29.1565333Z adding 'caffe2/python/predictor/mobile_exporter_test.py' 2022-11-23T00:58:29.1568871Z adding 'caffe2/python/predictor/predictor_exporter.py' 2022-11-23T00:58:29.1572125Z adding 'caffe2/python/predictor/predictor_exporter_test.py' 2022-11-23T00:58:29.1575252Z adding 'caffe2/python/predictor/predictor_py_utils.py' 2022-11-23T00:58:29.1577315Z adding 'caffe2/python/predictor/predictor_test.py' 2022-11-23T00:58:29.1579203Z adding 'caffe2/python/predictor/serde.py' 2022-11-23T00:58:29.1580983Z adding 'caffe2/python/rnn/__init__.py' 2022-11-23T00:58:29.1582830Z adding 'caffe2/python/rnn/lstm_comparison.py' 2022-11-23T00:58:29.1585120Z adding 'caffe2/python/rnn/rnn_cell_test_util.py' 2022-11-23T00:58:29.1586935Z adding 'caffe2/python/serialized_test/__init__.py' 2022-11-23T00:58:29.1589150Z adding 'caffe2/python/serialized_test/coverage.py' 2022-11-23T00:58:29.1592723Z adding 'caffe2/python/serialized_test/serialized_test_util.py' 2022-11-23T00:58:29.1597248Z adding 'caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_elu.zip' 2022-11-23T00:58:29.1599214Z adding 'caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_leaky_relu.zip' 2022-11-23T00:58:29.1601187Z adding 'caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_relu.zip' 2022-11-23T00:58:29.1603123Z adding 'caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_relu_n.zip' 2022-11-23T00:58:29.1605143Z adding 'caffe2/python/serialized_test/data/operator_test/adadelta_test.test_adadelta.zip' 2022-11-23T00:58:29.1607273Z adding 'caffe2/python/serialized_test/data/operator_test/adadelta_test.test_sparse_adadelta_empty.zip' 2022-11-23T00:58:29.1609174Z adding 'caffe2/python/serialized_test/data/operator_test/adagrad_test.test_adagrad.zip' 2022-11-23T00:58:29.1611286Z adding 'caffe2/python/serialized_test/data/operator_test/adagrad_test.test_row_wise_sparse_adagrad_empty.zip' 2022-11-23T00:58:29.1613173Z adding 'caffe2/python/serialized_test/data/operator_test/adagrad_test.test_sparse_adagrad_empty.zip' 2022-11-23T00:58:29.1615324Z adding 'caffe2/python/serialized_test/data/operator_test/affine_channel_op_test.test_affine_channel_2d.zip' 2022-11-23T00:58:29.1617555Z adding 'caffe2/python/serialized_test/data/operator_test/arg_ops_test.test_argmax.zip' 2022-11-23T00:58:29.1619722Z adding 'caffe2/python/serialized_test/data/operator_test/arg_ops_test.test_argmin.zip' 2022-11-23T00:58:29.1621429Z adding 'caffe2/python/serialized_test/data/operator_test/batch_box_cox_test.test_batch_box_cox.zip' 2022-11-23T00:58:29.1623574Z adding 'caffe2/python/serialized_test/data/operator_test/batch_bucketize_op_test.test_batch_bucketize_example.zip' 2022-11-23T00:58:29.1625628Z adding 'caffe2/python/serialized_test/data/operator_test/batch_moments_op_test.test_batch_moments_2d.zip' 2022-11-23T00:58:29.1627874Z adding 'caffe2/python/serialized_test/data/operator_test/batch_sparse_to_dense_op_test.test_batch_sparse_to_dense.zip' 2022-11-23T00:58:29.1629821Z adding 'caffe2/python/serialized_test/data/operator_test/bbox_transform_test.test_bbox_transform.zip' 2022-11-23T00:58:29.1631732Z adding 'caffe2/python/serialized_test/data/operator_test/boolean_mask_test.test_boolean_mask.zip' 2022-11-23T00:58:29.1633905Z adding 'caffe2/python/serialized_test/data/operator_test/boolean_mask_test.test_sequence_mask_with_lengths.zip' 2022-11-23T00:58:29.1635768Z adding 'caffe2/python/serialized_test/data/operator_test/boolean_unmask_test.test.zip' 2022-11-23T00:58:29.1637836Z adding 'caffe2/python/serialized_test/data/operator_test/box_with_nms_limit_op_test.test_simple.zip' 2022-11-23T00:58:29.1639781Z adding 'caffe2/python/serialized_test/data/operator_test/ceil_op_test.test_ceil.zip' 2022-11-23T00:58:29.1641999Z adding 'caffe2/python/serialized_test/data/operator_test/channel_backprop_stats_op_test.testChannelBackpropStats.zip' 2022-11-23T00:58:29.1644013Z adding 'caffe2/python/serialized_test/data/operator_test/channel_shuffle_test.test_channel_shuffle.zip' 2022-11-23T00:58:29.1646122Z adding 'caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.testChannelStats.zip' 2022-11-23T00:58:29.1648186Z adding 'caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.test_channel_stats_2d.zip' 2022-11-23T00:58:29.1650307Z adding 'caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.test_channel_stats_3d.zip' 2022-11-23T00:58:29.1652209Z adding 'caffe2/python/serialized_test/data/operator_test/clip_op_test.test_clip.zip' 2022-11-23T00:58:29.1654203Z adding 'caffe2/python/serialized_test/data/operator_test/clip_tensor_op_test.test_clip_tensor_by_scaling.zip' 2022-11-23T00:58:29.1665156Z adding 'caffe2/python/serialized_test/data/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.test_collect_and_dist.zip' 2022-11-23T00:58:29.1668291Z adding 'caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_concat.zip' 2022-11-23T00:58:29.1670305Z adding 'caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_split.zip' 2022-11-23T00:58:29.1672338Z adding 'caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_split_by_lengths.zip' 2022-11-23T00:58:29.1674776Z adding 'caffe2/python/serialized_test/data/operator_test/conditional_test.test_conditional.zip' 2022-11-23T00:58:29.1676927Z adding 'caffe2/python/serialized_test/data/operator_test/conv_test.test_1x1_conv.zip' 2022-11-23T00:58:29.1679217Z adding 'caffe2/python/serialized_test/data/operator_test/cosine_embedding_criterion_op_test.test_cosine_embedding_criterion.zip' 2022-11-23T00:58:29.1687727Z adding 'caffe2/python/serialized_test/data/operator_test/ctc_beam_search_decoder_op_test.test_ctc_beam_search_decoder.zip' 2022-11-23T00:58:29.1690678Z adding 'caffe2/python/serialized_test/data/operator_test/ctc_greedy_decoder_op_test.test_ctc_greedy_decoder.zip' 2022-11-23T00:58:29.1692644Z adding 'caffe2/python/serialized_test/data/operator_test/distance_op_test.test_dot_product.zip' 2022-11-23T00:58:29.1694729Z adding 'caffe2/python/serialized_test/data/operator_test/dropout_op_test.test_dropout_is_test.zip' 2022-11-23T00:58:29.1696752Z adding 'caffe2/python/serialized_test/data/operator_test/elementwise_linear_op_test.test.zip' 2022-11-23T00:58:29.1698752Z adding 'caffe2/python/serialized_test/data/operator_test/elementwise_logical_ops_test.test_is_member_of.zip' 2022-11-23T00:58:29.1700687Z adding 'caffe2/python/serialized_test/data/operator_test/elementwise_logical_ops_test.test_where.zip' 2022-11-23T00:58:29.1703290Z adding 'caffe2/python/serialized_test/data/operator_test/elementwise_op_broadcast_test.test_broadcast_powt.zip' 2022-11-23T00:58:29.1705337Z adding 'caffe2/python/serialized_test/data/operator_test/erf_op_test.test_erf.zip' 2022-11-23T00:58:29.1707385Z adding 'caffe2/python/serialized_test/data/operator_test/expand_op_test.test_expand_rand_shape.zip' 2022-11-23T00:58:29.1709487Z adding 'caffe2/python/serialized_test/data/operator_test/fc_operator_test.test_fc.zip' 2022-11-23T00:58:29.1711376Z adding 'caffe2/python/serialized_test/data/operator_test/filler_ops_test.test_diagonal_fill_op_float.zip' 2022-11-23T00:58:29.1713285Z adding 'caffe2/python/serialized_test/data/operator_test/filler_ops_test.test_lengths_range_fill.zip' 2022-11-23T00:58:29.1715224Z adding 'caffe2/python/serialized_test/data/operator_test/find_op_test.test_find.zip' 2022-11-23T00:58:29.1717323Z adding 'caffe2/python/serialized_test/data/operator_test/flexible_top_k_test.test_flexible_top_k.zip' 2022-11-23T00:58:29.1719250Z adding 'caffe2/python/serialized_test/data/operator_test/floor_op_test.test_floor.zip' 2022-11-23T00:58:29.1721285Z adding 'caffe2/python/serialized_test/data/operator_test/gather_ops_test.test_batch_gather_ops.zip' 2022-11-23T00:58:29.1723578Z adding 'caffe2/python/serialized_test/data/operator_test/gather_ops_test.test_gather_ops.zip' 2022-11-23T00:58:29.1725522Z adding 'caffe2/python/serialized_test/data/operator_test/gather_ranges_op_test.test_gather_ranges.zip' 2022-11-23T00:58:29.1727546Z adding 'caffe2/python/serialized_test/data/operator_test/gather_ranges_op_test.test_gather_ranges_split.zip' 2022-11-23T00:58:29.1729489Z adding 'caffe2/python/serialized_test/data/operator_test/glu_op_test.test_glu_old.zip' 2022-11-23T00:58:29.1731569Z adding 'caffe2/python/serialized_test/data/operator_test/group_norm_op_test.test_group_norm_2d.zip' 2022-11-23T00:58:29.1733621Z adding 'caffe2/python/serialized_test/data/operator_test/gru_test.test_gru_unit_op.zip' 2022-11-23T00:58:29.1735646Z adding 'caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_cosh.zip' 2022-11-23T00:58:29.1737576Z adding 'caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_sinh.zip' 2022-11-23T00:58:29.1739533Z adding 'caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_tanh.zip' 2022-11-23T00:58:29.1741447Z adding 'caffe2/python/serialized_test/data/operator_test/index_hash_ops_test.test_index_hash_ops.zip' 2022-11-23T00:58:29.1743925Z adding 'caffe2/python/serialized_test/data/operator_test/instance_norm_test.test_instance_norm_reference_check.zip' 2022-11-23T00:58:29.1746375Z adding 'caffe2/python/serialized_test/data/operator_test/integral_image_ops_test.test_integral_image_gradient_ops.zip' 2022-11-23T00:58:29.1748504Z adding 'caffe2/python/serialized_test/data/operator_test/integral_image_ops_test.test_integral_image_ops.zip' 2022-11-23T00:58:29.1750580Z adding 'caffe2/python/serialized_test/data/operator_test/jsd_ops_test.test_bernoulli_jsd.zip' 2022-11-23T00:58:29.1752598Z adding 'caffe2/python/serialized_test/data/operator_test/layer_norm_op_test.test_layer_norm_grad_op.zip' 2022-11-23T00:58:29.1754731Z adding 'caffe2/python/serialized_test/data/operator_test/learning_rate_adaption_op_test.test_learning_rate_adaption_op_normalization.zip' 2022-11-23T00:58:29.1756565Z adding 'caffe2/python/serialized_test/data/operator_test/learning_rate_op_test.test_alter_learning_rate_op.zip' 2022-11-23T00:58:29.1758471Z adding 'caffe2/python/serialized_test/data/operator_test/length_split_op_test.test_length_split_edge.zip' 2022-11-23T00:58:29.1760651Z adding 'caffe2/python/serialized_test/data/operator_test/lengths_pad_op_test.test_lengths_pad.zip' 2022-11-23T00:58:29.1762636Z adding 'caffe2/python/serialized_test/data/operator_test/lengths_tile_op_test.test_lengths_tile.zip' 2022-11-23T00:58:29.1764701Z adding 'caffe2/python/serialized_test/data/operator_test/lengths_top_k_ops_test.test_lengths_top_k_op.zip' 2022-11-23T00:58:29.1766722Z adding 'caffe2/python/serialized_test/data/operator_test/locally_connected_op_test.test_lc_2d.zip' 2022-11-23T00:58:29.1769607Z adding 'caffe2/python/serialized_test/data/operator_test/loss_ops_test.test_averaged_loss.zip' 2022-11-23T00:58:29.1771755Z adding 'caffe2/python/serialized_test/data/operator_test/margin_ranking_criterion_op_test.test_margin_ranking_criterion.zip' 2022-11-23T00:58:29.1773785Z adding 'caffe2/python/serialized_test/data/operator_test/math_ops_test.test_sign.zip' 2022-11-23T00:58:29.1775923Z adding 'caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_batch_matmul.zip' 2022-11-23T00:58:29.1778079Z adding 'caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_matmul.zip' 2022-11-23T00:58:29.1780158Z adding 'caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_numpy_batch_matmul.zip' 2022-11-23T00:58:29.1782317Z adding 'caffe2/python/serialized_test/data/operator_test/mean_op_test.test_mean.zip' 2022-11-23T00:58:29.1784258Z adding 'caffe2/python/serialized_test/data/operator_test/merge_id_lists_op_test.test_merge_id_lists_op.zip' 2022-11-23T00:58:29.1786678Z adding 'caffe2/python/serialized_test/data/operator_test/moments_op_test.test_moments.zip' 2022-11-23T00:58:29.1788707Z adding 'caffe2/python/serialized_test/data/operator_test/momentum_sgd_test.test_momentum_sgd.zip' 2022-11-23T00:58:29.1790989Z adding 'caffe2/python/serialized_test/data/operator_test/momentum_sgd_test.test_sparse_momentum_sgd.zip' 2022-11-23T00:58:29.1792812Z adding 'caffe2/python/serialized_test/data/operator_test/negate_gradient_op_test.test_forward.zip' 2022-11-23T00:58:29.1794847Z adding 'caffe2/python/serialized_test/data/operator_test/numpy_tile_op_test.test_numpy_tile.zip' 2022-11-23T00:58:29.1796947Z adding 'caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_batch_bucketized_one_hot.zip' 2022-11-23T00:58:29.1798983Z adding 'caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_batch_one_hot.zip' 2022-11-23T00:58:29.1801046Z adding 'caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_one_hot.zip' 2022-11-23T00:58:29.1803102Z adding 'caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_segment_one_hot.zip' 2022-11-23T00:58:29.1805179Z adding 'caffe2/python/serialized_test/data/operator_test/onnx_while_test.test_onnx_while_fibb.zip' 2022-11-23T00:58:29.1807379Z adding 'caffe2/python/serialized_test/data/operator_test/pack_ops_test.test_pack_with_max_length_ops.zip' 2022-11-23T00:58:29.1809431Z adding 'caffe2/python/serialized_test/data/operator_test/pack_rnn_sequence_op_test.test_pack_rnn_seqence.zip' 2022-11-23T00:58:29.1811511Z adding 'caffe2/python/serialized_test/data/operator_test/pack_rnn_sequence_op_test.test_unpack_rnn_seqence.zip' 2022-11-23T00:58:29.1813748Z adding 'caffe2/python/serialized_test/data/operator_test/pad_test.test_crop.zip' 2022-11-23T00:58:29.1815946Z adding 'caffe2/python/serialized_test/data/operator_test/piecewise_linear_transform_test.test_multi_predictions_params_from_arg.zip' 2022-11-23T00:58:29.1817997Z adding 'caffe2/python/serialized_test/data/operator_test/rank_loss_operator_test.test_pair_wise_loss_batch.zip' 2022-11-23T00:58:29.1820343Z adding 'caffe2/python/serialized_test/data/operator_test/recurrent_network_test.test_mul.zip' 2022-11-23T00:58:29.1823028Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_back_max.zip' 2022-11-23T00:58:29.1826022Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_back_mean.zip' 2022-11-23T00:58:29.1828774Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_max.zip' 2022-11-23T00:58:29.1831552Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_mean.zip' 2022-11-23T00:58:29.1834170Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_sum.zip' 2022-11-23T00:58:29.1836332Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_l2.zip' 2022-11-23T00:58:29.1838351Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_max.zip' 2022-11-23T00:58:29.1840527Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_mean.zip' 2022-11-23T00:58:29.1842507Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_min.zip' 2022-11-23T00:58:29.1844629Z adding 'caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_columnwise_max.zip' 2022-11-23T00:58:29.1846608Z adding 'caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_int_sum.zip' 2022-11-23T00:58:29.1848631Z adding 'caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_sqrsum.zip' 2022-11-23T00:58:29.1850649Z adding 'caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_sum.zip' 2022-11-23T00:58:29.1852783Z adding 'caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_rowwise_max.zip' 2022-11-23T00:58:29.1854839Z adding 'caffe2/python/serialized_test/data/operator_test/selu_op_test.test_selu_1.zip' 2022-11-23T00:58:29.1857061Z adding 'caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_add_padding.zip' 2022-11-23T00:58:29.1859377Z adding 'caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_find_duplicate_elements.zip' 2022-11-23T00:58:29.1861111Z adding 'caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_gather_padding.zip' 2022-11-23T00:58:29.1863062Z adding 'caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_remove_data_blocks.zip' 2022-11-23T00:58:29.1865273Z adding 'caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_reverse_packed_segs.zip' 2022-11-23T00:58:29.1867459Z adding 'caffe2/python/serialized_test/data/operator_test/sinusoid_position_encoding_op_test.test_sinusoid_embedding.zip' 2022-11-23T00:58:29.1869357Z adding 'caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax.zip' 2022-11-23T00:58:29.1871403Z adding 'caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax_grad.zip' 2022-11-23T00:58:29.1873476Z adding 'caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax_with_loss.zip' 2022-11-23T00:58:29.1876703Z adding 'caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_spatial_softmax_with_loss.zip' 2022-11-23T00:58:29.1878973Z adding 'caffe2/python/serialized_test/data/operator_test/sparse_ops_test.testScatterAssign.zip' 2022-11-23T00:58:29.1881191Z adding 'caffe2/python/serialized_test/data/operator_test/sparse_ops_test.testScatterWeightedSum.zip' 2022-11-23T00:58:29.1883261Z adding 'caffe2/python/serialized_test/data/operator_test/spatial_bn_op_test.test_spatialbn_test_mode_3d.zip' 2022-11-23T00:58:29.1885211Z adding 'caffe2/python/serialized_test/data/operator_test/square_root_divide_op_test.test_square_root_divide.zip' 2022-11-23T00:58:29.1887299Z adding 'caffe2/python/serialized_test/data/operator_test/string_ops_test.test_string_ends_with.zip' 2022-11-23T00:58:29.1889273Z adding 'caffe2/python/serialized_test/data/operator_test/string_ops_test.test_string_starts_with.zip' 2022-11-23T00:58:29.1891281Z adding 'caffe2/python/serialized_test/data/operator_test/thresholded_relu_op_test.test_thresholded_relu_1.zip' 2022-11-23T00:58:29.1893255Z adding 'caffe2/python/serialized_test/data/operator_test/tile_op_test.test_tile.zip' 2022-11-23T00:58:29.1895299Z adding 'caffe2/python/serialized_test/data/operator_test/top_k_test.test_top_k.zip' 2022-11-23T00:58:29.1897209Z adding 'caffe2/python/serialized_test/data/operator_test/transpose_op_test.test_transpose.zip' 2022-11-23T00:58:29.1899163Z adding 'caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_acos.zip' 2022-11-23T00:58:29.1901101Z adding 'caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_asin.zip' 2022-11-23T00:58:29.1903116Z adding 'caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_atan.zip' 2022-11-23T00:58:29.1905227Z adding 'caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_tan.zip' 2022-11-23T00:58:29.1907273Z adding 'caffe2/python/serialized_test/data/operator_test/unique_ops_test.test_unique_op.zip' 2022-11-23T00:58:29.1909268Z adding 'caffe2/python/serialized_test/data/operator_test/upsample_op_test.test_upsample.zip' 2022-11-23T00:58:29.1911336Z adding 'caffe2/python/serialized_test/data/operator_test/upsample_op_test.test_upsample_grad.zip' 2022-11-23T00:58:29.1913681Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_max.zip' 2022-11-23T00:58:29.1916252Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_max_grad.zip' 2022-11-23T00:58:29.1918654Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_min.zip' 2022-11-23T00:58:29.1921436Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_min_grad.zip' 2022-11-23T00:58:29.1923596Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_lengths_gather.zip' 2022-11-23T00:58:29.1925691Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_lengths_to_ranges.zip' 2022-11-23T00:58:29.1927945Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_nan_check.zip' 2022-11-23T00:58:29.1930175Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_size_op.zip' 2022-11-23T00:58:29.1932328Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_slice.zip' 2022-11-23T00:58:29.1934475Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_sum.zip' 2022-11-23T00:58:29.1936867Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_transpose.zip' 2022-11-23T00:58:29.1939025Z adding 'caffe2/python/serialized_test/data/operator_test/weighted_sum_test.test_weighted_sum.zip' 2022-11-23T00:58:29.1940986Z adding 'caffe2/python/serialized_test/data/operator_test/wngrad_test.test_sparse_wngrad_empty.zip' 2022-11-23T00:58:29.1942986Z adding 'caffe2/python/serialized_test/data/operator_test/wngrad_test.test_wngrad_dense_base.zip' 2022-11-23T00:58:29.1945078Z adding 'caffe2/python/test/__init__.py' 2022-11-23T00:58:29.1946968Z adding 'caffe2/python/test/blob_deallocation_test.py' 2022-11-23T00:58:29.1948770Z adding 'caffe2/python/test/do_op_test.py' 2022-11-23T00:58:29.1950948Z adding 'caffe2/python/test/executor_test.py' 2022-11-23T00:58:29.1954538Z adding 'caffe2/python/test/executor_test_util.py' 2022-11-23T00:58:29.1956499Z adding 'caffe2/python/test/fakefp16_transform_test.py' 2022-11-23T00:58:29.1958337Z adding 'caffe2/python/test/gpu_context_test.py' 2022-11-23T00:58:29.1960456Z adding 'caffe2/python/test/inference_lstm_op_test.py' 2022-11-23T00:58:29.1962273Z adding 'caffe2/python/test/python_protobuf_test.py' 2022-11-23T00:58:29.1964187Z adding 'caffe2/python/trt/__init__.py' 2022-11-23T00:58:29.1968644Z adding 'caffe2/python/trt/test_pt_onnx_trt.py' 2022-11-23T00:58:29.1972430Z adding 'caffe2/python/trt/test_trt.py' 2022-11-23T00:58:29.1974982Z adding 'caffe2/python/trt/transform.py' 2022-11-23T00:58:29.1976959Z adding 'caffe2/quantization/__init__.py' 2022-11-23T00:58:29.1979067Z adding 'caffe2/quantization/server/__init__.py' 2022-11-23T00:58:29.1982156Z adding 'caffe2/quantization/server/batch_matmul_dnnlowp_op_test.py' 2022-11-23T00:58:29.1984408Z adding 'caffe2/quantization/server/batch_permutation_dnnlowp_op_test.py' 2022-11-23T00:58:29.1986921Z adding 'caffe2/quantization/server/channel_shuffle_dnnlowp_op_test.py' 2022-11-23T00:58:29.1989073Z adding 'caffe2/quantization/server/compute_equalization_scale_test.py' 2022-11-23T00:58:29.1991320Z adding 'caffe2/quantization/server/concat_dnnlowp_op_test.py' 2022-11-23T00:58:29.1994565Z adding 'caffe2/quantization/server/conv_depthwise_dnnlowp_op_test.py' 2022-11-23T00:58:29.1998201Z adding 'caffe2/quantization/server/conv_dnnlowp_acc16_op_test.py' 2022-11-23T00:58:29.2002174Z adding 'caffe2/quantization/server/conv_dnnlowp_op_test.py' 2022-11-23T00:58:29.2005706Z adding 'caffe2/quantization/server/conv_groupwise_dnnlowp_acc16_op_test.py' 2022-11-23T00:58:29.2008782Z adding 'caffe2/quantization/server/conv_groupwise_dnnlowp_op_test.py' 2022-11-23T00:58:29.2010824Z adding 'caffe2/quantization/server/dequantize_dnnlowp_op_test.py' 2022-11-23T00:58:29.2015031Z adding 'caffe2/quantization/server/dnnlowp_test_utils.py' 2022-11-23T00:58:29.2017936Z adding 'caffe2/quantization/server/elementwise_add_dnnlowp_op_test.py' 2022-11-23T00:58:29.2020173Z adding 'caffe2/quantization/server/elementwise_linear_dnnlowp_op_test.py' 2022-11-23T00:58:29.2022640Z adding 'caffe2/quantization/server/elementwise_mul_dnnlowp_op_test.py' 2022-11-23T00:58:29.2025180Z adding 'caffe2/quantization/server/elementwise_sum_dnnlowp_op_test.py' 2022-11-23T00:58:29.2028332Z adding 'caffe2/quantization/server/fully_connected_dnnlowp_acc16_op_test.py' 2022-11-23T00:58:29.2031677Z adding 'caffe2/quantization/server/fully_connected_dnnlowp_op_test.py' 2022-11-23T00:58:29.2033890Z adding 'caffe2/quantization/server/fully_connected_fp16_test.py' 2022-11-23T00:58:29.2036450Z adding 'caffe2/quantization/server/fully_connected_rowwise_dnnlowp_op_test.py' 2022-11-23T00:58:29.2038471Z adding 'caffe2/quantization/server/gather_dnnlowp_op_test.py' 2022-11-23T00:58:29.2040933Z adding 'caffe2/quantization/server/group_norm_dnnlowp_op_test.py' 2022-11-23T00:58:29.2043162Z adding 'caffe2/quantization/server/int8_gen_quant_params_min_max_test.py' 2022-11-23T00:58:29.2045365Z adding 'caffe2/quantization/server/int8_gen_quant_params_test.py' 2022-11-23T00:58:29.2047290Z adding 'caffe2/quantization/server/int8_quant_scheme_blob_fill_test.py' 2022-11-23T00:58:29.2049360Z adding 'caffe2/quantization/server/lstm_unit_dnnlowp_op_test.py' 2022-11-23T00:58:29.2051082Z adding 'caffe2/quantization/server/observer_test.py' 2022-11-23T00:58:29.2053392Z adding 'caffe2/quantization/server/pool_dnnlowp_op_test.py' 2022-11-23T00:58:29.2055518Z adding 'caffe2/quantization/server/quantize_dnnlowp_op_test.py' 2022-11-23T00:58:29.2057520Z adding 'caffe2/quantization/server/relu_dnnlowp_op_test.py' 2022-11-23T00:58:29.2059445Z adding 'caffe2/quantization/server/resize_nearest_3d_dnnlowp_op_test.py' 2022-11-23T00:58:29.2061299Z adding 'caffe2/quantization/server/resize_nearest_dnnlowp_op_test.py' 2022-11-23T00:58:29.2063132Z adding 'caffe2/quantization/server/sigmoid_dnnlowp_op_test.py' 2022-11-23T00:58:29.2065523Z adding 'caffe2/quantization/server/spatial_batch_norm_dnnlowp_op_test.py' 2022-11-23T00:58:29.2067435Z adding 'caffe2/quantization/server/tanh_dnnlowp_op_test.py' 2022-11-23T00:58:29.2071854Z adding 'caffe2/quantization/server/utils.py' 2022-11-23T00:58:29.2239758Z adding 'functorch/_C.cpython-37m-x86_64-linux-gnu.so' 2022-11-23T00:58:29.2249150Z adding 'functorch/__init__.py' 2022-11-23T00:58:29.2250850Z adding 'functorch/_src/__init__.py' 2022-11-23T00:58:29.2261523Z adding 'functorch/_src/aot_autograd.py' 2022-11-23T00:58:29.2265488Z adding 'functorch/_src/benchmark_utils.py' 2022-11-23T00:58:29.2267838Z adding 'functorch/_src/compile_utils.py' 2022-11-23T00:58:29.2272355Z adding 'functorch/_src/compilers.py' 2022-11-23T00:58:29.2274177Z adding 'functorch/_src/config.py' 2022-11-23T00:58:29.2291349Z adding 'functorch/_src/eager_transforms.py' 2022-11-23T00:58:29.2296977Z adding 'functorch/_src/fx_minifier.py' 2022-11-23T00:58:29.2303060Z adding 'functorch/_src/make_functional.py' 2022-11-23T00:58:29.2305642Z adding 'functorch/_src/named_members_polyfill.py' 2022-11-23T00:58:29.2312049Z adding 'functorch/_src/partitioners.py' 2022-11-23T00:58:29.2314153Z adding 'functorch/_src/python_key.py' 2022-11-23T00:58:29.2316081Z adding 'functorch/_src/pytree_hacks.py' 2022-11-23T00:58:29.2321900Z adding 'functorch/_src/top_operators_github_usage.py' 2022-11-23T00:58:29.2328635Z adding 'functorch/_src/vmap.py' 2022-11-23T00:58:29.2331094Z adding 'functorch/compile/__init__.py' 2022-11-23T00:58:29.2333707Z adding 'functorch/dim/__init__.py' 2022-11-23T00:58:29.2335431Z adding 'functorch/dim/batch_tensor.py' 2022-11-23T00:58:29.2337339Z adding 'functorch/dim/delayed_mul_tensor.py' 2022-11-23T00:58:29.2339415Z adding 'functorch/dim/dim.py' 2022-11-23T00:58:29.2341144Z adding 'functorch/dim/magic_trace.py' 2022-11-23T00:58:29.2343572Z adding 'functorch/dim/op_properties.py' 2022-11-23T00:58:29.2350108Z adding 'functorch/dim/reference.py' 2022-11-23T00:58:29.2352117Z adding 'functorch/dim/tree_map.py' 2022-11-23T00:58:29.2353800Z adding 'functorch/dim/wrap_type.py' 2022-11-23T00:58:29.2355651Z adding 'functorch/experimental/__init__.py' 2022-11-23T00:58:29.2357735Z adding 'functorch/experimental/_map.py' 2022-11-23T00:58:29.2359565Z adding 'functorch/experimental/batch_norm_replacement.py' 2022-11-23T00:58:29.2362094Z adding 'functorch/experimental/cond.py' 2022-11-23T00:58:29.2363706Z adding 'functorch/experimental/control_flow.py' 2022-11-23T00:58:29.2365021Z adding 'functorch/experimental/ops.py' 2022-11-23T00:58:29.2372238Z adding 'torch/_C.cpython-37m-x86_64-linux-gnu.so' 2022-11-23T00:58:29.2379079Z adding 'torch/_C_flatbuffer.cpython-37m-x86_64-linux-gnu.so' 2022-11-23T00:58:29.2381165Z adding 'torch/_VF.py' 2022-11-23T00:58:29.2382635Z adding 'torch/__config__.py' 2022-11-23T00:58:29.2384230Z adding 'torch/__future__.py' 2022-11-23T00:58:29.2396048Z adding 'torch/__init__.py' 2022-11-23T00:58:29.2403033Z adding 'torch/_appdirs.py' 2022-11-23T00:58:29.2405483Z adding 'torch/_classes.py' 2022-11-23T00:58:29.2407636Z adding 'torch/_deploy.py' 2022-11-23T00:58:29.2423514Z adding 'torch/_jit_internal.py' 2022-11-23T00:58:29.2427002Z adding 'torch/_linalg_utils.py' 2022-11-23T00:58:29.2439464Z adding 'torch/_lobpcg.py' 2022-11-23T00:58:29.2444180Z adding 'torch/_lowrank.py' 2022-11-23T00:58:29.2462147Z adding 'torch/_meta_registrations.py' 2022-11-23T00:58:29.2466752Z adding 'torch/_namedtensor_internals.py' 2022-11-23T00:58:29.2473566Z adding 'torch/_ops.py' 2022-11-23T00:58:29.2477101Z adding 'torch/_python_dispatcher.py' 2022-11-23T00:58:29.2479147Z adding 'torch/_six.py' 2022-11-23T00:58:29.2481744Z adding 'torch/_sources.py' 2022-11-23T00:58:29.2483485Z adding 'torch/_storage_docs.py' 2022-11-23T00:58:29.2498670Z adding 'torch/_tensor.py' 2022-11-23T00:58:29.2532066Z adding 'torch/_tensor_docs.py' 2022-11-23T00:58:29.2541703Z adding 'torch/_tensor_str.py' 2022-11-23T00:58:29.2656718Z adding 'torch/_torch_docs.py' 2022-11-23T00:58:29.2674323Z adding 'torch/_utils.py' 2022-11-23T00:58:29.2676795Z adding 'torch/_utils_internal.py' 2022-11-23T00:58:29.2681635Z adding 'torch/_vmap_internals.py' 2022-11-23T00:58:29.2685403Z adding 'torch/_weights_only_unpickler.py' 2022-11-23T00:58:29.2708970Z adding 'torch/functional.py' 2022-11-23T00:58:29.2719478Z adding 'torch/hub.py' 2022-11-23T00:58:29.2723497Z adding 'torch/library.py' 2022-11-23T00:58:29.2745391Z adding 'torch/overrides.py' 2022-11-23T00:58:29.2748978Z adding 'torch/py.typed' 2022-11-23T00:58:29.2751705Z adding 'torch/quasirandom.py' 2022-11-23T00:58:29.2754636Z adding 'torch/random.py' 2022-11-23T00:58:29.2756372Z adding 'torch/return_types.py' 2022-11-23T00:58:29.2770372Z adding 'torch/serialization.py' 2022-11-23T00:58:29.2779441Z adding 'torch/storage.py' 2022-11-23T00:58:29.2782643Z adding 'torch/torch_version.py' 2022-11-23T00:58:29.2784934Z adding 'torch/types.py' 2022-11-23T00:58:29.2786301Z adding 'torch/version.py' 2022-11-23T00:58:29.2813989Z adding 'torch/_C/_VariableFunctions.pyi' 2022-11-23T00:58:29.2845689Z adding 'torch/_C/__init__.pyi' 2022-11-23T00:58:29.2850543Z adding 'torch/_C/_autograd.pyi' 2022-11-23T00:58:29.2852170Z adding 'torch/_C/_cudnn.pyi' 2022-11-23T00:58:29.2853752Z adding 'torch/_C/_distributed_autograd.pyi' 2022-11-23T00:58:29.2856984Z adding 'torch/_C/_distributed_c10d.pyi' 2022-11-23T00:58:29.2859947Z adding 'torch/_C/_distributed_rpc.pyi' 2022-11-23T00:58:29.2861786Z adding 'torch/_C/_distributed_rpc_testing.pyi' 2022-11-23T00:58:29.2863292Z adding 'torch/_C/_functions.pyi' 2022-11-23T00:58:29.2865107Z adding 'torch/_C/_functorch.pyi' 2022-11-23T00:58:29.2866617Z adding 'torch/_C/_itt.pyi' 2022-11-23T00:58:29.2868134Z adding 'torch/_C/_lazy.pyi' 2022-11-23T00:58:29.2880293Z adding 'torch/_C/_lazy_ts_backend.pyi' 2022-11-23T00:58:29.2880801Z adding 'torch/_C/_monitor.pyi' 2022-11-23T00:58:29.2881158Z adding 'torch/_C/_nn.pyi' 2022-11-23T00:58:29.2881396Z adding 'torch/_C/_nvtx.pyi' 2022-11-23T00:58:29.2881779Z adding 'torch/_C/_onnx.pyi' 2022-11-23T00:58:29.2882118Z adding 'torch/_C/_profiler.pyi' 2022-11-23T00:58:29.2882350Z adding 'torch/_C/_verbose.pyi' 2022-11-23T00:58:29.2882631Z adding 'torch/_C_flatbuffer/__init__.pyi' 2022-11-23T00:58:29.2885809Z adding 'torch/_decomp/__init__.py' 2022-11-23T00:58:29.2912378Z adding 'torch/_decomp/decompositions.py' 2022-11-23T00:58:29.2918118Z adding 'torch/_decomp/decompositions_for_jvp.py' 2022-11-23T00:58:29.2920360Z adding 'torch/_dispatch/__init__.py' 2022-11-23T00:58:29.2921889Z adding 'torch/_dispatch/python.py' 2022-11-23T00:58:29.2924613Z adding 'torch/_dynamo/__init__.py' 2022-11-23T00:58:29.2927944Z adding 'torch/_dynamo/allowed_functions.py' 2022-11-23T00:58:29.2930902Z adding 'torch/_dynamo/bytecode_analysis.py' 2022-11-23T00:58:29.2935281Z adding 'torch/_dynamo/bytecode_transformation.py' 2022-11-23T00:58:29.2939459Z adding 'torch/_dynamo/codegen.py' 2022-11-23T00:58:29.2943032Z adding 'torch/_dynamo/config.py' 2022-11-23T00:58:29.2948485Z adding 'torch/_dynamo/convert_frame.py' 2022-11-23T00:58:29.2957681Z adding 'torch/_dynamo/debug_utils.py' 2022-11-23T00:58:29.2966635Z adding 'torch/_dynamo/eval_frame.py' 2022-11-23T00:58:29.2969381Z adding 'torch/_dynamo/exc.py' 2022-11-23T00:58:29.2978242Z adding 'torch/_dynamo/guards.py' 2022-11-23T00:58:29.2981167Z adding 'torch/_dynamo/logging.py' 2022-11-23T00:58:29.2983468Z adding 'torch/_dynamo/mutation_guard.py' 2022-11-23T00:58:29.2989738Z adding 'torch/_dynamo/output_graph.py' 2022-11-23T00:58:29.2993013Z adding 'torch/_dynamo/profiler.py' 2022-11-23T00:58:29.2995230Z adding 'torch/_dynamo/replay_record.py' 2022-11-23T00:58:29.2999219Z adding 'torch/_dynamo/resume_execution.py' 2022-11-23T00:58:29.3002821Z adding 'torch/_dynamo/side_effects.py' 2022-11-23T00:58:29.3005757Z adding 'torch/_dynamo/skipfiles.py' 2022-11-23T00:58:29.3008542Z adding 'torch/_dynamo/source.py' 2022-11-23T00:58:29.3027228Z adding 'torch/_dynamo/symbolic_convert.py' 2022-11-23T00:58:29.3030871Z adding 'torch/_dynamo/test_case.py' 2022-11-23T00:58:29.3033216Z adding 'torch/_dynamo/test_minifier_common.py' 2022-11-23T00:58:29.3036541Z adding 'torch/_dynamo/testing.py' 2022-11-23T00:58:29.3047263Z adding 'torch/_dynamo/utils.py' 2022-11-23T00:58:29.3050114Z adding 'torch/_dynamo/optimizations/__init__.py' 2022-11-23T00:58:29.3052952Z adding 'torch/_dynamo/optimizations/analysis.py' 2022-11-23T00:58:29.3060194Z adding 'torch/_dynamo/optimizations/backends.py' 2022-11-23T00:58:29.3065559Z adding 'torch/_dynamo/optimizations/distributed.py' 2022-11-23T00:58:29.3068763Z adding 'torch/_dynamo/optimizations/inference.py' 2022-11-23T00:58:29.3070965Z adding 'torch/_dynamo/optimizations/log_args.py' 2022-11-23T00:58:29.3075370Z adding 'torch/_dynamo/optimizations/normalize.py' 2022-11-23T00:58:29.3078633Z adding 'torch/_dynamo/optimizations/subgraph.py' 2022-11-23T00:58:29.3081931Z adding 'torch/_dynamo/optimizations/torchxla_integration.py' 2022-11-23T00:58:29.3087765Z adding 'torch/_dynamo/optimizations/training.py' 2022-11-23T00:58:29.3090592Z adding 'torch/_dynamo/variables/__init__.py' 2022-11-23T00:58:29.3094029Z adding 'torch/_dynamo/variables/base.py' 2022-11-23T00:58:29.3101644Z adding 'torch/_dynamo/variables/builder.py' 2022-11-23T00:58:29.3110181Z adding 'torch/_dynamo/variables/builtin.py' 2022-11-23T00:58:29.3113672Z adding 'torch/_dynamo/variables/constant.py' 2022-11-23T00:58:29.3117815Z adding 'torch/_dynamo/variables/dicts.py' 2022-11-23T00:58:29.3122576Z adding 'torch/_dynamo/variables/functions.py' 2022-11-23T00:58:29.3127654Z adding 'torch/_dynamo/variables/lists.py' 2022-11-23T00:58:29.3133882Z adding 'torch/_dynamo/variables/misc.py' 2022-11-23T00:58:29.3139917Z adding 'torch/_dynamo/variables/nn_module.py' 2022-11-23T00:58:29.3146228Z adding 'torch/_dynamo/variables/tensor.py' 2022-11-23T00:58:29.3153416Z adding 'torch/_dynamo/variables/torch.py' 2022-11-23T00:58:29.3158065Z adding 'torch/_dynamo/variables/user_defined.py' 2022-11-23T00:58:29.3160050Z adding 'torch/_functorch/__init__.py' 2022-11-23T00:58:29.3163198Z adding 'torch/_functorch/pyfunctorch.py' 2022-11-23T00:58:29.3164280Z adding 'torch/_functorch/utils.py' 2022-11-23T00:58:29.3166253Z adding 'torch/_inductor/__init__.py' 2022-11-23T00:58:29.3171976Z adding 'torch/_inductor/codecache.py' 2022-11-23T00:58:29.3176648Z adding 'torch/_inductor/compile_fx.py' 2022-11-23T00:58:29.3179670Z adding 'torch/_inductor/config.py' 2022-11-23T00:58:29.3181570Z adding 'torch/_inductor/cuda_properties.py' 2022-11-23T00:58:29.3185295Z adding 'torch/_inductor/debug.py' 2022-11-23T00:58:29.3190050Z adding 'torch/_inductor/decomposition.py' 2022-11-23T00:58:29.3194072Z adding 'torch/_inductor/dependencies.py' 2022-11-23T00:58:29.3196220Z adding 'torch/_inductor/exc.py' 2022-11-23T00:58:29.3201027Z adding 'torch/_inductor/graph.py' 2022-11-23T00:58:29.3236114Z adding 'torch/_inductor/ir.py' 2022-11-23T00:58:29.3271127Z adding 'torch/_inductor/lowering.py' 2022-11-23T00:58:29.3275163Z adding 'torch/_inductor/metrics.py' 2022-11-23T00:58:29.3283285Z adding 'torch/_inductor/overrides.py' 2022-11-23T00:58:29.3296667Z adding 'torch/_inductor/scheduler.py' 2022-11-23T00:58:29.3303386Z adding 'torch/_inductor/sizevars.py' 2022-11-23T00:58:29.3308244Z adding 'torch/_inductor/utils.py' 2022-11-23T00:58:29.3310632Z adding 'torch/_inductor/virtualized.py' 2022-11-23T00:58:29.3312635Z adding 'torch/_inductor/codegen/__init__.py' 2022-11-23T00:58:29.3315167Z adding 'torch/_inductor/codegen/autotuner.py' 2022-11-23T00:58:29.3321336Z adding 'torch/_inductor/codegen/common.py' 2022-11-23T00:58:29.3335877Z adding 'torch/_inductor/codegen/cpp.py' 2022-11-23T00:58:29.3339335Z adding 'torch/_inductor/codegen/cpp_prefix.h' 2022-11-23T00:58:29.3354265Z adding 'torch/_inductor/codegen/triton.py' 2022-11-23T00:58:29.3358321Z adding 'torch/_inductor/codegen/triton_conv_delta_x.j2' 2022-11-23T00:58:29.3361427Z adding 'torch/_inductor/codegen/triton_conv_delta_x_hwc.j2' 2022-11-23T00:58:29.3363757Z adding 'torch/_inductor/codegen/triton_mm.j2' 2022-11-23T00:58:29.3367947Z adding 'torch/_inductor/codegen/triton_template.py' 2022-11-23T00:58:29.3372588Z adding 'torch/_inductor/codegen/wrapper.py' 2022-11-23T00:58:29.3374952Z adding 'torch/_inductor/triton_ops/__init__.py' 2022-11-23T00:58:29.3380248Z adding 'torch/_inductor/triton_ops/autotune.py' 2022-11-23T00:58:29.3383869Z adding 'torch/_inductor/triton_ops/batched_matmul.py' 2022-11-23T00:58:29.3389541Z adding 'torch/_inductor/triton_ops/conv.py' 2022-11-23T00:58:29.3393012Z adding 'torch/_inductor/triton_ops/conv1x1.py' 2022-11-23T00:58:29.3395922Z adding 'torch/_inductor/triton_ops/conv_perf_model.py' 2022-11-23T00:58:29.3398551Z adding 'torch/_inductor/triton_ops/matmul.py' 2022-11-23T00:58:29.3401010Z adding 'torch/_inductor/triton_ops/mm_perf_model.py' 2022-11-23T00:58:29.3402865Z adding 'torch/_inductor/triton_ops/utils.py' 2022-11-23T00:58:29.3405299Z adding 'torch/_lazy/__init__.py' 2022-11-23T00:58:29.3408211Z adding 'torch/_lazy/closure.py' 2022-11-23T00:58:29.3410168Z adding 'torch/_lazy/computation.py' 2022-11-23T00:58:29.3411832Z adding 'torch/_lazy/config.py' 2022-11-23T00:58:29.3413519Z adding 'torch/_lazy/debug.py' 2022-11-23T00:58:29.3415187Z adding 'torch/_lazy/device_context.py' 2022-11-23T00:58:29.3418784Z adding 'torch/_lazy/extract_compiled_graph.py' 2022-11-23T00:58:29.3420595Z adding 'torch/_lazy/ir_cache.py' 2022-11-23T00:58:29.3422253Z adding 'torch/_lazy/metrics.py' 2022-11-23T00:58:29.3424121Z adding 'torch/_lazy/tensor_factory_functions.py' 2022-11-23T00:58:29.3426001Z adding 'torch/_lazy/ts_backend.py' 2022-11-23T00:58:29.3446510Z adding 'torch/_prims/__init__.py' 2022-11-23T00:58:29.3452923Z adding 'torch/_prims/context.py' 2022-11-23T00:58:29.3455386Z adding 'torch/_prims/executor.py' 2022-11-23T00:58:29.3461027Z adding 'torch/_prims/nvfuser_executor.py' 2022-11-23T00:58:29.3467146Z adding 'torch/_prims/nvfuser_prims.py' 2022-11-23T00:58:29.3483901Z adding 'torch/_prims_common/__init__.py' 2022-11-23T00:58:29.3489839Z adding 'torch/_prims_common/wrappers.py' 2022-11-23T00:58:29.3535330Z adding 'torch/_refs/__init__.py' 2022-11-23T00:58:29.3541273Z adding 'torch/_refs/_conversions.py' 2022-11-23T00:58:29.3545700Z adding 'torch/_refs/fft.py' 2022-11-23T00:58:29.3549739Z adding 'torch/_refs/linalg/__init__.py' 2022-11-23T00:58:29.3551770Z adding 'torch/_refs/nn/__init__.py' 2022-11-23T00:58:29.3561533Z adding 'torch/_refs/nn/functional/__init__.py' 2022-11-23T00:58:29.3565461Z adding 'torch/_refs/special/__init__.py' 2022-11-23T00:58:29.3567611Z adding 'torch/_subclasses/__init__.py' 2022-11-23T00:58:29.3580764Z adding 'torch/_subclasses/fake_tensor.py' 2022-11-23T00:58:29.3584461Z adding 'torch/_subclasses/fake_utils.py' 2022-11-23T00:58:29.3591048Z adding 'torch/_subclasses/meta_utils.py' 2022-11-23T00:58:29.3593377Z adding 'torch/amp/__init__.py' 2022-11-23T00:58:29.3597354Z adding 'torch/amp/autocast_mode.py' 2022-11-23T00:58:29.3599813Z adding 'torch/ao/__init__.py' 2022-11-23T00:58:29.3601842Z adding 'torch/ao/nn/__init__.py' 2022-11-23T00:58:29.3603973Z adding 'torch/ao/nn/intrinsic/__init__.py' 2022-11-23T00:58:29.3605906Z adding 'torch/ao/nn/intrinsic/modules/__init__.py' 2022-11-23T00:58:29.3608280Z adding 'torch/ao/nn/intrinsic/modules/fused.py' 2022-11-23T00:58:29.3610209Z adding 'torch/ao/nn/intrinsic/qat/__init__.py' 2022-11-23T00:58:29.3612237Z adding 'torch/ao/nn/intrinsic/qat/modules/__init__.py' 2022-11-23T00:58:29.3618300Z adding 'torch/ao/nn/intrinsic/qat/modules/conv_fused.py' 2022-11-23T00:58:29.3622047Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_fused.py' 2022-11-23T00:58:29.3624191Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_relu.py' 2022-11-23T00:58:29.3626377Z adding 'torch/ao/nn/intrinsic/quantized/__init__.py' 2022-11-23T00:58:29.3628036Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/__init__.py' 2022-11-23T00:58:29.3629840Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2022-11-23T00:58:29.3631737Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2022-11-23T00:58:29.3633661Z adding 'torch/ao/nn/intrinsic/quantized/modules/__init__.py' 2022-11-23T00:58:29.3635650Z adding 'torch/ao/nn/intrinsic/quantized/modules/bn_relu.py' 2022-11-23T00:58:29.3638162Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_relu.py' 2022-11-23T00:58:29.3640280Z adding 'torch/ao/nn/intrinsic/quantized/modules/linear_relu.py' 2022-11-23T00:58:29.3642142Z adding 'torch/ao/nn/qat/__init__.py' 2022-11-23T00:58:29.3643779Z adding 'torch/ao/nn/qat/dynamic/__init__.py' 2022-11-23T00:58:29.3645715Z adding 'torch/ao/nn/qat/dynamic/modules/__init__.py' 2022-11-23T00:58:29.3647451Z adding 'torch/ao/nn/qat/dynamic/modules/linear.py' 2022-11-23T00:58:29.3649315Z adding 'torch/ao/nn/qat/modules/__init__.py' 2022-11-23T00:58:29.3652100Z adding 'torch/ao/nn/qat/modules/conv.py' 2022-11-23T00:58:29.3654950Z adding 'torch/ao/nn/qat/modules/embedding_ops.py' 2022-11-23T00:58:29.3657272Z adding 'torch/ao/nn/qat/modules/linear.py' 2022-11-23T00:58:29.3659225Z adding 'torch/ao/nn/quantizable/__init__.py' 2022-11-23T00:58:29.3661019Z adding 'torch/ao/nn/quantizable/modules/__init__.py' 2022-11-23T00:58:29.3666969Z adding 'torch/ao/nn/quantizable/modules/activation.py' 2022-11-23T00:58:29.3672342Z adding 'torch/ao/nn/quantizable/modules/rnn.py' 2022-11-23T00:58:29.3674870Z adding 'torch/ao/nn/quantized/__init__.py' 2022-11-23T00:58:29.3680937Z adding 'torch/ao/nn/quantized/functional.py' 2022-11-23T00:58:29.3683543Z adding 'torch/ao/nn/quantized/dynamic/__init__.py' 2022-11-23T00:58:29.3685471Z adding 'torch/ao/nn/quantized/dynamic/modules/__init__.py' 2022-11-23T00:58:29.3688712Z adding 'torch/ao/nn/quantized/dynamic/modules/conv.py' 2022-11-23T00:58:29.3692007Z adding 'torch/ao/nn/quantized/dynamic/modules/linear.py' 2022-11-23T00:58:29.3702330Z adding 'torch/ao/nn/quantized/dynamic/modules/rnn.py' 2022-11-23T00:58:29.3706568Z adding 'torch/ao/nn/quantized/modules/__init__.py' 2022-11-23T00:58:29.3709962Z adding 'torch/ao/nn/quantized/modules/activation.py' 2022-11-23T00:58:29.3712433Z adding 'torch/ao/nn/quantized/modules/batchnorm.py' 2022-11-23T00:58:29.3719336Z adding 'torch/ao/nn/quantized/modules/conv.py' 2022-11-23T00:58:29.3722149Z adding 'torch/ao/nn/quantized/modules/dropout.py' 2022-11-23T00:58:29.3725821Z adding 'torch/ao/nn/quantized/modules/embedding_ops.py' 2022-11-23T00:58:29.3728826Z adding 'torch/ao/nn/quantized/modules/functional_modules.py' 2022-11-23T00:58:29.3733076Z adding 'torch/ao/nn/quantized/modules/linear.py' 2022-11-23T00:58:29.3735719Z adding 'torch/ao/nn/quantized/modules/normalization.py' 2022-11-23T00:58:29.3737972Z adding 'torch/ao/nn/quantized/modules/rnn.py' 2022-11-23T00:58:29.3740494Z adding 'torch/ao/nn/quantized/modules/utils.py' 2022-11-23T00:58:29.3742723Z adding 'torch/ao/nn/quantized/reference/__init__.py' 2022-11-23T00:58:29.3744606Z adding 'torch/ao/nn/quantized/reference/modules/__init__.py' 2022-11-23T00:58:29.3747626Z adding 'torch/ao/nn/quantized/reference/modules/conv.py' 2022-11-23T00:58:29.3750161Z adding 'torch/ao/nn/quantized/reference/modules/linear.py' 2022-11-23T00:58:29.3755008Z adding 'torch/ao/nn/quantized/reference/modules/rnn.py' 2022-11-23T00:58:29.3757856Z adding 'torch/ao/nn/quantized/reference/modules/sparse.py' 2022-11-23T00:58:29.3760878Z adding 'torch/ao/nn/quantized/reference/modules/utils.py' 2022-11-23T00:58:29.3762835Z adding 'torch/ao/nn/sparse/__init__.py' 2022-11-23T00:58:29.3764785Z adding 'torch/ao/nn/sparse/quantized/__init__.py' 2022-11-23T00:58:29.3767771Z adding 'torch/ao/nn/sparse/quantized/linear.py' 2022-11-23T00:58:29.3769961Z adding 'torch/ao/nn/sparse/quantized/utils.py' 2022-11-23T00:58:29.3771824Z adding 'torch/ao/nn/sparse/quantized/dynamic/__init__.py' 2022-11-23T00:58:29.3774613Z adding 'torch/ao/nn/sparse/quantized/dynamic/linear.py' 2022-11-23T00:58:29.3776558Z adding 'torch/ao/ns/__init__.py' 2022-11-23T00:58:29.3781651Z adding 'torch/ao/ns/_numeric_suite.py' 2022-11-23T00:58:29.3791513Z adding 'torch/ao/ns/_numeric_suite_fx.py' 2022-11-23T00:58:29.3794227Z adding 'torch/ao/ns/fx/__init__.py' 2022-11-23T00:58:29.3800169Z adding 'torch/ao/ns/fx/graph_matcher.py' 2022-11-23T00:58:29.3811074Z adding 'torch/ao/ns/fx/graph_passes.py' 2022-11-23T00:58:29.3816296Z adding 'torch/ao/ns/fx/mappings.py' 2022-11-23T00:58:29.3826205Z adding 'torch/ao/ns/fx/n_shadows_utils.py' 2022-11-23T00:58:29.3829267Z adding 'torch/ao/ns/fx/ns_types.py' 2022-11-23T00:58:29.3832460Z adding 'torch/ao/ns/fx/pattern_utils.py' 2022-11-23T00:58:29.3836158Z adding 'torch/ao/ns/fx/qconfig_multi_mapping.py' 2022-11-23T00:58:29.3841993Z adding 'torch/ao/ns/fx/utils.py' 2022-11-23T00:58:29.3846003Z adding 'torch/ao/ns/fx/weight_utils.py' 2022-11-23T00:58:29.3848301Z adding 'torch/ao/pruning/__init__.py' 2022-11-23T00:58:29.3850006Z adding 'torch/ao/pruning/_mappings.py' 2022-11-23T00:58:29.3880307Z adding 'torch/ao/pruning/_experimental/__init__.py' 2022-11-23T00:58:29.3882157Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/__init__.py' 2022-11-23T00:58:29.3887686Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py' 2022-11-23T00:58:29.3890083Z adding 'torch/ao/pruning/_experimental/data_scheduler/__init__.py' 2022-11-23T00:58:29.3893190Z adding 'torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py' 2022-11-23T00:58:29.3895355Z adding 'torch/ao/pruning/_experimental/data_sparsifier/__init__.py' 2022-11-23T00:58:29.3899862Z adding 'torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py' 2022-11-23T00:58:29.3903379Z adding 'torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py' 2022-11-23T00:58:29.3906418Z adding 'torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py' 2022-11-23T00:58:29.3908404Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py' 2022-11-23T00:58:29.3910208Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py' 2022-11-23T00:58:29.3912259Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py' 2022-11-23T00:58:29.3914831Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py' 2022-11-23T00:58:29.3916985Z adding 'torch/ao/pruning/_experimental/pruner/__init__.py' 2022-11-23T00:58:29.3920699Z adding 'torch/ao/pruning/_experimental/pruner/base_pruner.py' 2022-11-23T00:58:29.3923258Z adding 'torch/ao/pruning/_experimental/pruner/parametrization.py' 2022-11-23T00:58:29.3925468Z adding 'torch/ao/pruning/scheduler/__init__.py' 2022-11-23T00:58:29.3928019Z adding 'torch/ao/pruning/scheduler/base_scheduler.py' 2022-11-23T00:58:29.3930693Z adding 'torch/ao/pruning/scheduler/cubic_scheduler.py' 2022-11-23T00:58:29.3932879Z adding 'torch/ao/pruning/scheduler/lambda_scheduler.py' 2022-11-23T00:58:29.3935027Z adding 'torch/ao/pruning/sparsifier/__init__.py' 2022-11-23T00:58:29.3938859Z adding 'torch/ao/pruning/sparsifier/base_sparsifier.py' 2022-11-23T00:58:29.3941363Z adding 'torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py' 2022-11-23T00:58:29.3943569Z adding 'torch/ao/pruning/sparsifier/utils.py' 2022-11-23T00:58:29.3947275Z adding 'torch/ao/pruning/sparsifier/weight_norm_sparsifier.py' 2022-11-23T00:58:29.3950561Z adding 'torch/ao/quantization/__init__.py' 2022-11-23T00:58:29.3953274Z adding 'torch/ao/quantization/_correct_bias.py' 2022-11-23T00:58:29.3956381Z adding 'torch/ao/quantization/_equalize.py' 2022-11-23T00:58:29.3959342Z adding 'torch/ao/quantization/_learnable_fake_quantize.py' 2022-11-23T00:58:29.3965279Z adding 'torch/ao/quantization/fake_quantize.py' 2022-11-23T00:58:29.3968812Z adding 'torch/ao/quantization/fuse_modules.py' 2022-11-23T00:58:29.3972464Z adding 'torch/ao/quantization/fuser_method_mappings.py' 2022-11-23T00:58:29.3988493Z adding 'torch/ao/quantization/observer.py' 2022-11-23T00:58:29.3995900Z adding 'torch/ao/quantization/qconfig.py' 2022-11-23T00:58:29.4000394Z adding 'torch/ao/quantization/qconfig_mapping.py' 2022-11-23T00:58:29.4003106Z adding 'torch/ao/quantization/qconfig_mapping_utils.py' 2022-11-23T00:58:29.4004961Z adding 'torch/ao/quantization/quant_type.py' 2022-11-23T00:58:29.4008795Z adding 'torch/ao/quantization/quantization_mappings.py' 2022-11-23T00:58:29.4016647Z adding 'torch/ao/quantization/quantize.py' 2022-11-23T00:58:29.4024724Z adding 'torch/ao/quantization/quantize_fx.py' 2022-11-23T00:58:29.4029886Z adding 'torch/ao/quantization/quantize_jit.py' 2022-11-23T00:58:29.4032439Z adding 'torch/ao/quantization/stubs.py' 2022-11-23T00:58:29.4039370Z adding 'torch/ao/quantization/utils.py' 2022-11-23T00:58:29.4042323Z adding 'torch/ao/quantization/backend_config/__init__.py' 2022-11-23T00:58:29.4047617Z adding 'torch/ao/quantization/backend_config/_common_operator_config_utils.py' 2022-11-23T00:58:29.4053799Z adding 'torch/ao/quantization/backend_config/backend_config.py' 2022-11-23T00:58:29.4057160Z adding 'torch/ao/quantization/backend_config/executorch.py' 2022-11-23T00:58:29.4059519Z adding 'torch/ao/quantization/backend_config/fbgemm.py' 2022-11-23T00:58:29.4061961Z adding 'torch/ao/quantization/backend_config/native.py' 2022-11-23T00:58:29.4063863Z adding 'torch/ao/quantization/backend_config/observation_type.py' 2022-11-23T00:58:29.4066143Z adding 'torch/ao/quantization/backend_config/qnnpack.py' 2022-11-23T00:58:29.4068367Z adding 'torch/ao/quantization/backend_config/tensorrt.py' 2022-11-23T00:58:29.4071408Z adding 'torch/ao/quantization/backend_config/utils.py' 2022-11-23T00:58:29.4073760Z adding 'torch/ao/quantization/backend_config/x86.py' 2022-11-23T00:58:29.4075842Z adding 'torch/ao/quantization/fx/__init__.py' 2022-11-23T00:58:29.4078541Z adding 'torch/ao/quantization/fx/_decomposed.py' 2022-11-23T00:58:29.4088988Z adding 'torch/ao/quantization/fx/_equalize.py' 2022-11-23T00:58:29.4100324Z adding 'torch/ao/quantization/fx/_lower_to_native_backend.py' 2022-11-23T00:58:29.4103811Z adding 'torch/ao/quantization/fx/backend_config_utils.py' 2022-11-23T00:58:29.4118189Z adding 'torch/ao/quantization/fx/convert.py' 2022-11-23T00:58:29.4123663Z adding 'torch/ao/quantization/fx/custom_config.py' 2022-11-23T00:58:29.4127049Z adding 'torch/ao/quantization/fx/fuse.py' 2022-11-23T00:58:29.4129627Z adding 'torch/ao/quantization/fx/fusion_patterns.py' 2022-11-23T00:58:29.4132154Z adding 'torch/ao/quantization/fx/graph_module.py' 2022-11-23T00:58:29.4133987Z adding 'torch/ao/quantization/fx/lower_to_fbgemm.py' 2022-11-23T00:58:29.4135735Z adding 'torch/ao/quantization/fx/lower_to_qnnpack.py' 2022-11-23T00:58:29.4138833Z adding 'torch/ao/quantization/fx/match_utils.py' 2022-11-23T00:58:29.4141523Z adding 'torch/ao/quantization/fx/pattern_utils.py' 2022-11-23T00:58:29.4162617Z adding 'torch/ao/quantization/fx/prepare.py' 2022-11-23T00:58:29.4168046Z adding 'torch/ao/quantization/fx/qconfig_mapping_utils.py' 2022-11-23T00:58:29.4170984Z adding 'torch/ao/quantization/fx/quantization_patterns.py' 2022-11-23T00:58:29.4173513Z adding 'torch/ao/quantization/fx/tracer.py' 2022-11-23T00:58:29.4186688Z adding 'torch/ao/quantization/fx/utils.py' 2022-11-23T00:58:29.4189657Z adding 'torch/ao/quantization/fx/_model_report/__init__.py' 2022-11-23T00:58:29.4208748Z adding 'torch/ao/quantization/fx/_model_report/detector.py' 2022-11-23T00:58:29.4218584Z adding 'torch/ao/quantization/fx/_model_report/model_report.py' 2022-11-23T00:58:29.4222948Z adding 'torch/ao/quantization/fx/_model_report/model_report_observer.py' 2022-11-23T00:58:29.4232153Z adding 'torch/ao/quantization/fx/_model_report/model_report_visualizer.py' 2022-11-23T00:58:29.4239015Z adding 'torch/autograd/__init__.py' 2022-11-23T00:58:29.4241972Z adding 'torch/autograd/anomaly_mode.py' 2022-11-23T00:58:29.4245167Z adding 'torch/autograd/forward_ad.py' 2022-11-23T00:58:29.4252714Z adding 'torch/autograd/function.py' 2022-11-23T00:58:29.4265236Z adding 'torch/autograd/functional.py' 2022-11-23T00:58:29.4269918Z adding 'torch/autograd/grad_mode.py' 2022-11-23T00:58:29.4295418Z adding 'torch/autograd/gradcheck.py' 2022-11-23T00:58:29.4301803Z adding 'torch/autograd/graph.py' 2022-11-23T00:58:29.4312161Z adding 'torch/autograd/profiler.py' 2022-11-23T00:58:29.4316790Z adding 'torch/autograd/profiler_legacy.py' 2022-11-23T00:58:29.4326849Z adding 'torch/autograd/profiler_util.py' 2022-11-23T00:58:29.4329456Z adding 'torch/autograd/variable.py' 2022-11-23T00:58:29.4331273Z adding 'torch/autograd/_functions/__init__.py' 2022-11-23T00:58:29.4333147Z adding 'torch/autograd/_functions/tensor.py' 2022-11-23T00:58:29.4335129Z adding 'torch/autograd/_functions/utils.py' 2022-11-23T00:58:29.4337472Z adding 'torch/backends/__init__.py' 2022-11-23T00:58:29.4339290Z adding 'torch/backends/_coreml/__init__.py' 2022-11-23T00:58:29.4341714Z adding 'torch/backends/_coreml/preprocess.py' 2022-11-23T00:58:29.4343581Z adding 'torch/backends/_nnapi/__init__.py' 2022-11-23T00:58:29.4346532Z adding 'torch/backends/_nnapi/prepare.py' 2022-11-23T00:58:29.4366328Z adding 'torch/backends/_nnapi/serializer.py' 2022-11-23T00:58:29.4371748Z adding 'torch/backends/cuda/__init__.py' 2022-11-23T00:58:29.4374949Z adding 'torch/backends/cudnn/__init__.py' 2022-11-23T00:58:29.4377135Z adding 'torch/backends/cudnn/rnn.py' 2022-11-23T00:58:29.4379375Z adding 'torch/backends/mkl/__init__.py' 2022-11-23T00:58:29.4381902Z adding 'torch/backends/mkldnn/__init__.py' 2022-11-23T00:58:29.4383890Z adding 'torch/backends/mps/__init__.py' 2022-11-23T00:58:29.4385897Z adding 'torch/backends/openmp/__init__.py' 2022-11-23T00:58:29.4388255Z adding 'torch/backends/opt_einsum/__init__.py' 2022-11-23T00:58:29.4390558Z adding 'torch/backends/quantized/__init__.py' 2022-11-23T00:58:29.4392410Z adding 'torch/backends/xeon/__init__.py' 2022-11-23T00:58:29.4400305Z adding 'torch/backends/xeon/run_cpu.py' 2022-11-23T00:58:29.4403201Z adding 'torch/backends/xnnpack/__init__.py' 2022-11-23T00:58:29.4657594Z adding 'torch/bin/FileStoreTest' 2022-11-23T00:58:29.4923795Z adding 'torch/bin/HashStoreTest' 2022-11-23T00:58:29.5222243Z adding 'torch/bin/TCPStoreTest' 2022-11-23T00:58:29.5278135Z adding 'torch/bin/aot_model_compiler_test' 2022-11-23T00:58:29.7300171Z adding 'torch/bin/protoc' 2022-11-23T00:58:29.9417277Z adding 'torch/bin/protoc-3.13.0.0' 2022-11-23T00:58:30.6056885Z adding 'torch/bin/test_api' 2022-11-23T00:58:30.6796658Z adding 'torch/bin/test_cpp_rpc' 2022-11-23T00:58:30.7078133Z adding 'torch/bin/test_dist_autograd' 2022-11-23T00:58:31.0073669Z adding 'torch/bin/test_jit' 2022-11-23T00:58:31.1751156Z adding 'torch/bin/test_lazy' 2022-11-23T00:58:31.2190599Z adding 'torch/bin/test_mobile_nnc' 2022-11-23T00:58:31.7072742Z adding 'torch/bin/test_tensorexpr' 2022-11-23T00:58:31.7437132Z adding 'torch/bin/torch_shm_manager' 2022-11-23T00:58:31.7515611Z adding 'torch/bin/tutorial_tensorexpr' 2022-11-23T00:58:31.7522782Z adding 'torch/contrib/__init__.py' 2022-11-23T00:58:31.7525611Z adding 'torch/contrib/_tensorboard_vis.py' 2022-11-23T00:58:31.7527565Z adding 'torch/cpu/__init__.py' 2022-11-23T00:58:31.7529877Z adding 'torch/cpu/amp/__init__.py' 2022-11-23T00:58:31.7530916Z adding 'torch/cpu/amp/autocast_mode.py' 2022-11-23T00:58:31.7540515Z adding 'torch/cuda/__init__.py' 2022-11-23T00:58:31.7544000Z adding 'torch/cuda/_dynamo_graphs.py' 2022-11-23T00:58:31.7549014Z adding 'torch/cuda/_memory_viz.py' 2022-11-23T00:58:31.7555232Z adding 'torch/cuda/_sanitizer.py' 2022-11-23T00:58:31.7557763Z adding 'torch/cuda/_utils.py' 2022-11-23T00:58:31.7559446Z adding 'torch/cuda/comm.py' 2022-11-23T00:58:31.7560948Z adding 'torch/cuda/error.py' 2022-11-23T00:58:31.7566726Z adding 'torch/cuda/graphs.py' 2022-11-23T00:58:31.7570013Z adding 'torch/cuda/jiterator.py' 2022-11-23T00:58:31.7576666Z adding 'torch/cuda/memory.py' 2022-11-23T00:58:31.7579509Z adding 'torch/cuda/nccl.py' 2022-11-23T00:58:31.7581690Z adding 'torch/cuda/nvtx.py' 2022-11-23T00:58:31.7583573Z adding 'torch/cuda/profiler.py' 2022-11-23T00:58:31.7586082Z adding 'torch/cuda/random.py' 2022-11-23T00:58:31.7587642Z adding 'torch/cuda/sparse.py' 2022-11-23T00:58:31.7590758Z adding 'torch/cuda/streams.py' 2022-11-23T00:58:31.7592731Z adding 'torch/cuda/amp/__init__.py' 2022-11-23T00:58:31.7595376Z adding 'torch/cuda/amp/autocast_mode.py' 2022-11-23T00:58:31.7596963Z adding 'torch/cuda/amp/common.py' 2022-11-23T00:58:31.7604257Z adding 'torch/cuda/amp/grad_scaler.py' 2022-11-23T00:58:31.7607535Z adding 'torch/distributed/__init__.py' 2022-11-23T00:58:31.7609858Z adding 'torch/distributed/argparse_util.py' 2022-11-23T00:58:31.7611719Z adding 'torch/distributed/c10d_error_logger.py' 2022-11-23T00:58:31.7613265Z adding 'torch/distributed/constants.py' 2022-11-23T00:58:31.7651403Z adding 'torch/distributed/distributed_c10d.py' 2022-11-23T00:58:31.7657591Z adding 'torch/distributed/launch.py' 2022-11-23T00:58:31.7659452Z adding 'torch/distributed/logging_handlers.py' 2022-11-23T00:58:31.7661791Z adding 'torch/distributed/remote_device.py' 2022-11-23T00:58:31.7665283Z adding 'torch/distributed/rendezvous.py' 2022-11-23T00:58:31.7673858Z adding 'torch/distributed/run.py' 2022-11-23T00:58:31.7677512Z adding 'torch/distributed/utils.py' 2022-11-23T00:58:31.7679613Z adding 'torch/distributed/_composable/__init__.py' 2022-11-23T00:58:31.7706068Z adding 'torch/distributed/_composable/_ddp.py' 2022-11-23T00:58:31.7710931Z adding 'torch/distributed/_composable/checkpoint_activation.py' 2022-11-23T00:58:31.7713735Z adding 'torch/distributed/_composable/contract.py' 2022-11-23T00:58:31.7716073Z adding 'torch/distributed/_composable/fully_shard.py' 2022-11-23T00:58:31.7718338Z adding 'torch/distributed/_composable/replicate.py' 2022-11-23T00:58:31.7720554Z adding 'torch/distributed/_shard/__init__.py' 2022-11-23T00:58:31.7722438Z adding 'torch/distributed/_shard/_utils.py' 2022-11-23T00:58:31.7726583Z adding 'torch/distributed/_shard/api.py' 2022-11-23T00:58:31.7729265Z adding 'torch/distributed/_shard/common_op_utils.py' 2022-11-23T00:58:31.7731304Z adding 'torch/distributed/_shard/metadata.py' 2022-11-23T00:58:31.7733119Z adding 'torch/distributed/_shard/op_registry_utils.py' 2022-11-23T00:58:31.7737172Z adding 'torch/distributed/_shard/partial_tensor.py' 2022-11-23T00:58:31.7740845Z adding 'torch/distributed/_shard/replicated_tensor.py' 2022-11-23T00:58:31.7742825Z adding 'torch/distributed/_shard/sharder.py' 2022-11-23T00:58:31.7744999Z adding 'torch/distributed/_shard/checkpoint/__init__.py' 2022-11-23T00:58:31.7747391Z adding 'torch/distributed/_shard/sharded_optim/__init__.py' 2022-11-23T00:58:31.7749923Z adding 'torch/distributed/_shard/sharded_optim/api.py' 2022-11-23T00:58:31.7754662Z adding 'torch/distributed/_shard/sharded_tensor/__init__.py' 2022-11-23T00:58:31.7767893Z adding 'torch/distributed/_shard/sharded_tensor/api.py' 2022-11-23T00:58:31.7771279Z adding 'torch/distributed/_shard/sharded_tensor/metadata.py' 2022-11-23T00:58:31.7774821Z adding 'torch/distributed/_shard/sharded_tensor/reshard.py' 2022-11-23T00:58:31.7777488Z adding 'torch/distributed/_shard/sharded_tensor/shard.py' 2022-11-23T00:58:31.7780760Z adding 'torch/distributed/_shard/sharded_tensor/utils.py' 2022-11-23T00:58:31.7783021Z adding 'torch/distributed/_shard/sharded_tensor/_ops/__init__.py' 2022-11-23T00:58:31.7785676Z adding 'torch/distributed/_shard/sharded_tensor/_ops/_common.py' 2022-11-23T00:58:31.7787935Z adding 'torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py' 2022-11-23T00:58:31.7789975Z adding 'torch/distributed/_shard/sharded_tensor/_ops/chunk.py' 2022-11-23T00:58:31.7791687Z adding 'torch/distributed/_shard/sharded_tensor/_ops/elementwise_ops.py' 2022-11-23T00:58:31.7794265Z adding 'torch/distributed/_shard/sharded_tensor/_ops/init.py' 2022-11-23T00:58:31.7796620Z adding 'torch/distributed/_shard/sharded_tensor/_ops/math_ops.py' 2022-11-23T00:58:31.7798882Z adding 'torch/distributed/_shard/sharded_tensor/_ops/matrix_ops.py' 2022-11-23T00:58:31.7800604Z adding 'torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py' 2022-11-23T00:58:31.7803586Z adding 'torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py' 2022-11-23T00:58:31.7805633Z adding 'torch/distributed/_shard/sharding_plan/__init__.py' 2022-11-23T00:58:31.7807990Z adding 'torch/distributed/_shard/sharding_plan/api.py' 2022-11-23T00:58:31.7810058Z adding 'torch/distributed/_shard/sharding_spec/__init__.py' 2022-11-23T00:58:31.7813436Z adding 'torch/distributed/_shard/sharding_spec/_internals.py' 2022-11-23T00:58:31.7817170Z adding 'torch/distributed/_shard/sharding_spec/api.py' 2022-11-23T00:58:31.7820857Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py' 2022-11-23T00:58:31.7823050Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py' 2022-11-23T00:58:31.7827688Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py' 2022-11-23T00:58:31.7832046Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py' 2022-11-23T00:58:31.7837794Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py' 2022-11-23T00:58:31.7843377Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/linear.py' 2022-11-23T00:58:31.7845894Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/math_ops.py' 2022-11-23T00:58:31.7850492Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/matrix_ops.py' 2022-11-23T00:58:31.7852597Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/softmax.py' 2022-11-23T00:58:31.7854494Z adding 'torch/distributed/_sharded_tensor/__init__.py' 2022-11-23T00:58:31.7856413Z adding 'torch/distributed/_sharding_spec/__init__.py' 2022-11-23T00:58:31.7858145Z adding 'torch/distributed/_spmd/__init__.py' 2022-11-23T00:58:31.7861729Z adding 'torch/distributed/_spmd/comm_tensor.py' 2022-11-23T00:58:31.7865881Z adding 'torch/distributed/_tensor/__init__.py' 2022-11-23T00:58:31.7871309Z adding 'torch/distributed/_tensor/api.py' 2022-11-23T00:58:31.7877153Z adding 'torch/distributed/_tensor/device_mesh.py' 2022-11-23T00:58:31.7881982Z adding 'torch/distributed/_tensor/dispatch.py' 2022-11-23T00:58:31.7887510Z adding 'torch/distributed/_tensor/placement_types.py' 2022-11-23T00:58:31.7891441Z adding 'torch/distributed/_tensor/redistribute.py' 2022-11-23T00:58:31.7893730Z adding 'torch/distributed/_tensor/utils.py' 2022-11-23T00:58:31.7895754Z adding 'torch/distributed/_tensor/ops/__init__.py' 2022-11-23T00:58:31.7900738Z adding 'torch/distributed/_tensor/ops/common_rules.py' 2022-11-23T00:58:31.7903506Z adding 'torch/distributed/_tensor/ops/math_ops.py' 2022-11-23T00:58:31.7905974Z adding 'torch/distributed/_tensor/ops/matrix_ops.py' 2022-11-23T00:58:31.7909435Z adding 'torch/distributed/_tensor/ops/pointwise_ops.py' 2022-11-23T00:58:31.7914740Z adding 'torch/distributed/_tensor/ops/tensor_ops.py' 2022-11-23T00:58:31.7917303Z adding 'torch/distributed/_tensor/ops/tp_sharding_ops.py' 2022-11-23T00:58:31.7919565Z adding 'torch/distributed/_tensor/ops/utils.py' 2022-11-23T00:58:31.7927057Z adding 'torch/distributed/_tensor/ops/view_ops.py' 2022-11-23T00:58:31.7929755Z adding 'torch/distributed/_tensor/parallel/__init__.py' 2022-11-23T00:58:31.7933480Z adding 'torch/distributed/_tensor/parallel/_view_with_dim_change.py' 2022-11-23T00:58:31.7936991Z adding 'torch/distributed/_tensor/parallel/api.py' 2022-11-23T00:58:31.7941109Z adding 'torch/distributed/_tensor/parallel/fsdp.py' 2022-11-23T00:58:31.7945015Z adding 'torch/distributed/_tensor/parallel/multihead_attention_tp.py' 2022-11-23T00:58:31.7948021Z adding 'torch/distributed/_tensor/parallel/style.py' 2022-11-23T00:58:31.7950962Z adding 'torch/distributed/_tensor/parallel/utils.py' 2022-11-23T00:58:31.7953491Z adding 'torch/distributed/algorithms/__init__.py' 2022-11-23T00:58:31.7957587Z adding 'torch/distributed/algorithms/join.py' 2022-11-23T00:58:31.7959894Z adding 'torch/distributed/algorithms/_checkpoint/__init__.py' 2022-11-23T00:58:31.7963754Z adding 'torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py' 2022-11-23T00:58:31.7965885Z adding 'torch/distributed/algorithms/_comm_hooks/__init__.py' 2022-11-23T00:58:31.7968519Z adding 'torch/distributed/algorithms/_comm_hooks/default_hooks.py' 2022-11-23T00:58:31.7970628Z adding 'torch/distributed/algorithms/_optimizer_overlap/__init__.py' 2022-11-23T00:58:31.7972911Z adding 'torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py' 2022-11-23T00:58:31.7975868Z adding 'torch/distributed/algorithms/_quantization/__init__.py' 2022-11-23T00:58:31.7978128Z adding 'torch/distributed/algorithms/_quantization/quantization.py' 2022-11-23T00:58:31.7981008Z adding 'torch/distributed/algorithms/ddp_comm_hooks/__init__.py' 2022-11-23T00:58:31.7986302Z adding 'torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py' 2022-11-23T00:58:31.7988707Z adding 'torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py' 2022-11-23T00:58:31.7991141Z adding 'torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py' 2022-11-23T00:58:31.7993450Z adding 'torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py' 2022-11-23T00:58:31.7995925Z adding 'torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py' 2022-11-23T00:58:31.8006696Z adding 'torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py' 2022-11-23T00:58:31.8010429Z adding 'torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py' 2022-11-23T00:58:31.8012420Z adding 'torch/distributed/algorithms/model_averaging/__init__.py' 2022-11-23T00:58:31.8016511Z adding 'torch/distributed/algorithms/model_averaging/averagers.py' 2022-11-23T00:58:31.8019989Z adding 'torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py' 2022-11-23T00:58:31.8022428Z adding 'torch/distributed/algorithms/model_averaging/utils.py' 2022-11-23T00:58:31.8024532Z adding 'torch/distributed/autograd/__init__.py' 2022-11-23T00:58:31.8026814Z adding 'torch/distributed/checkpoint/__init__.py' 2022-11-23T00:58:31.8028564Z adding 'torch/distributed/checkpoint/api.py' 2022-11-23T00:58:31.8030499Z adding 'torch/distributed/checkpoint/dedup_tensors.py' 2022-11-23T00:58:31.8033344Z adding 'torch/distributed/checkpoint/default_planner.py' 2022-11-23T00:58:31.8037073Z adding 'torch/distributed/checkpoint/filesystem.py' 2022-11-23T00:58:31.8039254Z adding 'torch/distributed/checkpoint/metadata.py' 2022-11-23T00:58:31.8043399Z adding 'torch/distributed/checkpoint/planner.py' 2022-11-23T00:58:31.8046332Z adding 'torch/distributed/checkpoint/planner_helpers.py' 2022-11-23T00:58:31.8048277Z adding 'torch/distributed/checkpoint/resharding.py' 2022-11-23T00:58:31.8050633Z adding 'torch/distributed/checkpoint/state_dict_loader.py' 2022-11-23T00:58:31.8053064Z adding 'torch/distributed/checkpoint/state_dict_saver.py' 2022-11-23T00:58:31.8055671Z adding 'torch/distributed/checkpoint/storage.py' 2022-11-23T00:58:31.8058317Z adding 'torch/distributed/checkpoint/traverse.py' 2022-11-23T00:58:31.8061516Z adding 'torch/distributed/checkpoint/utils.py' 2022-11-23T00:58:31.8064357Z adding 'torch/distributed/elastic/__init__.py' 2022-11-23T00:58:31.8066217Z adding 'torch/distributed/elastic/agent/__init__.py' 2022-11-23T00:58:31.8068468Z adding 'torch/distributed/elastic/agent/server/__init__.py' 2022-11-23T00:58:31.8078957Z adding 'torch/distributed/elastic/agent/server/api.py' 2022-11-23T00:58:31.8084183Z adding 'torch/distributed/elastic/agent/server/local_elastic_agent.py' 2022-11-23T00:58:31.8086970Z adding 'torch/distributed/elastic/events/__init__.py' 2022-11-23T00:58:31.8089179Z adding 'torch/distributed/elastic/events/api.py' 2022-11-23T00:58:31.8090734Z adding 'torch/distributed/elastic/events/handlers.py' 2022-11-23T00:58:31.8093405Z adding 'torch/distributed/elastic/metrics/__init__.py' 2022-11-23T00:58:31.8095980Z adding 'torch/distributed/elastic/metrics/api.py' 2022-11-23T00:58:31.8099874Z adding 'torch/distributed/elastic/multiprocessing/__init__.py' 2022-11-23T00:58:31.8107434Z adding 'torch/distributed/elastic/multiprocessing/api.py' 2022-11-23T00:58:31.8110191Z adding 'torch/distributed/elastic/multiprocessing/redirects.py' 2022-11-23T00:58:31.8112617Z adding 'torch/distributed/elastic/multiprocessing/tail_log.py' 2022-11-23T00:58:31.8117610Z adding 'torch/distributed/elastic/multiprocessing/errors/__init__.py' 2022-11-23T00:58:31.8120774Z adding 'torch/distributed/elastic/multiprocessing/errors/error_handler.py' 2022-11-23T00:58:31.8122987Z adding 'torch/distributed/elastic/multiprocessing/errors/handlers.py' 2022-11-23T00:58:31.8126110Z adding 'torch/distributed/elastic/rendezvous/__init__.py' 2022-11-23T00:58:31.8129119Z adding 'torch/distributed/elastic/rendezvous/api.py' 2022-11-23T00:58:31.8132930Z adding 'torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py' 2022-11-23T00:58:31.8143341Z adding 'torch/distributed/elastic/rendezvous/dynamic_rendezvous.py' 2022-11-23T00:58:31.8156046Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous.py' 2022-11-23T00:58:31.8160005Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py' 2022-11-23T00:58:31.8163847Z adding 'torch/distributed/elastic/rendezvous/etcd_server.py' 2022-11-23T00:58:31.8166961Z adding 'torch/distributed/elastic/rendezvous/etcd_store.py' 2022-11-23T00:58:31.8168987Z adding 'torch/distributed/elastic/rendezvous/registry.py' 2022-11-23T00:58:31.8171183Z adding 'torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py' 2022-11-23T00:58:31.8174572Z adding 'torch/distributed/elastic/rendezvous/utils.py' 2022-11-23T00:58:31.8176850Z adding 'torch/distributed/elastic/timer/__init__.py' 2022-11-23T00:58:31.8180481Z adding 'torch/distributed/elastic/timer/api.py' 2022-11-23T00:58:31.8185214Z adding 'torch/distributed/elastic/timer/file_based_local_timer.py' 2022-11-23T00:58:31.8188074Z adding 'torch/distributed/elastic/timer/local_timer.py' 2022-11-23T00:58:31.8190023Z adding 'torch/distributed/elastic/utils/__init__.py' 2022-11-23T00:58:31.8191961Z adding 'torch/distributed/elastic/utils/api.py' 2022-11-23T00:58:31.8194401Z adding 'torch/distributed/elastic/utils/distributed.py' 2022-11-23T00:58:31.8196143Z adding 'torch/distributed/elastic/utils/log_level.py' 2022-11-23T00:58:31.8198091Z adding 'torch/distributed/elastic/utils/logging.py' 2022-11-23T00:58:31.8200290Z adding 'torch/distributed/elastic/utils/store.py' 2022-11-23T00:58:31.8202183Z adding 'torch/distributed/elastic/utils/data/__init__.py' 2022-11-23T00:58:31.8204238Z adding 'torch/distributed/elastic/utils/data/cycling_iterator.py' 2022-11-23T00:58:31.8206036Z adding 'torch/distributed/elastic/utils/data/elastic_distributed_sampler.py' 2022-11-23T00:58:31.8208200Z adding 'torch/distributed/fsdp/__init__.py' 2022-11-23T00:58:31.8211061Z adding 'torch/distributed/fsdp/_common_utils.py' 2022-11-23T00:58:31.8215818Z adding 'torch/distributed/fsdp/_exec_order_utils.py' 2022-11-23T00:58:31.8218284Z adding 'torch/distributed/fsdp/_fsdp_extensions.py' 2022-11-23T00:58:31.8227248Z adding 'torch/distributed/fsdp/_init_utils.py' 2022-11-23T00:58:31.8229890Z adding 'torch/distributed/fsdp/_limiter_utils.py' 2022-11-23T00:58:31.8245186Z adding 'torch/distributed/fsdp/_optim_utils.py' 2022-11-23T00:58:31.8259277Z adding 'torch/distributed/fsdp/_runtime_utils.py' 2022-11-23T00:58:31.8264031Z adding 'torch/distributed/fsdp/_shard_utils.py' 2022-11-23T00:58:31.8270946Z adding 'torch/distributed/fsdp/_state_dict_utils.py' 2022-11-23T00:58:31.8275095Z adding 'torch/distributed/fsdp/_symbolic_trace.py' 2022-11-23T00:58:31.8278529Z adding 'torch/distributed/fsdp/_unshard_param_utils.py' 2022-11-23T00:58:31.8281176Z adding 'torch/distributed/fsdp/_utils.py' 2022-11-23T00:58:31.8284212Z adding 'torch/distributed/fsdp/_wrap_utils.py' 2022-11-23T00:58:31.8288258Z adding 'torch/distributed/fsdp/api.py' 2022-11-23T00:58:31.8312367Z adding 'torch/distributed/fsdp/flat_param.py' 2022-11-23T00:58:31.8338894Z adding 'torch/distributed/fsdp/fully_sharded_data_parallel.py' 2022-11-23T00:58:31.8345921Z adding 'torch/distributed/fsdp/sharded_grad_scaler.py' 2022-11-23T00:58:31.8351428Z adding 'torch/distributed/fsdp/wrap.py' 2022-11-23T00:58:31.8353658Z adding 'torch/distributed/launcher/__init__.py' 2022-11-23T00:58:31.8357314Z adding 'torch/distributed/launcher/api.py' 2022-11-23T00:58:31.8359428Z adding 'torch/distributed/nn/__init__.py' 2022-11-23T00:58:31.8363585Z adding 'torch/distributed/nn/functional.py' 2022-11-23T00:58:31.8365603Z adding 'torch/distributed/nn/api/__init__.py' 2022-11-23T00:58:31.8372873Z adding 'torch/distributed/nn/api/remote_module.py' 2022-11-23T00:58:31.8375277Z adding 'torch/distributed/nn/jit/__init__.py' 2022-11-23T00:58:31.8377724Z adding 'torch/distributed/nn/jit/instantiator.py' 2022-11-23T00:58:31.8379518Z adding 'torch/distributed/nn/jit/templates/__init__.py' 2022-11-23T00:58:31.8381629Z adding 'torch/distributed/nn/jit/templates/remote_module_template.py' 2022-11-23T00:58:31.8383765Z adding 'torch/distributed/optim/__init__.py' 2022-11-23T00:58:31.8386092Z adding 'torch/distributed/optim/apply_optimizer_in_backward.py' 2022-11-23T00:58:31.8388182Z adding 'torch/distributed/optim/functional_adadelta.py' 2022-11-23T00:58:31.8390482Z adding 'torch/distributed/optim/functional_adagrad.py' 2022-11-23T00:58:31.8393038Z adding 'torch/distributed/optim/functional_adam.py' 2022-11-23T00:58:31.8395509Z adding 'torch/distributed/optim/functional_adamax.py' 2022-11-23T00:58:31.8398021Z adding 'torch/distributed/optim/functional_adamw.py' 2022-11-23T00:58:31.8400555Z adding 'torch/distributed/optim/functional_rmsprop.py' 2022-11-23T00:58:31.8402712Z adding 'torch/distributed/optim/functional_rprop.py' 2022-11-23T00:58:31.8405196Z adding 'torch/distributed/optim/functional_sgd.py' 2022-11-23T00:58:31.8408823Z adding 'torch/distributed/optim/optimizer.py' 2022-11-23T00:58:31.8411508Z adding 'torch/distributed/optim/post_localSGD_optimizer.py' 2022-11-23T00:58:31.8413406Z adding 'torch/distributed/optim/utils.py' 2022-11-23T00:58:31.8434201Z adding 'torch/distributed/optim/zero_redundancy_optimizer.py' 2022-11-23T00:58:31.8437337Z adding 'torch/distributed/pipeline/__init__.py' 2022-11-23T00:58:31.8439298Z adding 'torch/distributed/pipeline/sync/__init__.py' 2022-11-23T00:58:31.8441825Z adding 'torch/distributed/pipeline/sync/batchnorm.py' 2022-11-23T00:58:31.8445788Z adding 'torch/distributed/pipeline/sync/checkpoint.py' 2022-11-23T00:58:31.8448105Z adding 'torch/distributed/pipeline/sync/copy.py' 2022-11-23T00:58:31.8450056Z adding 'torch/distributed/pipeline/sync/dependency.py' 2022-11-23T00:58:31.8453192Z adding 'torch/distributed/pipeline/sync/microbatch.py' 2022-11-23T00:58:31.8455346Z adding 'torch/distributed/pipeline/sync/phony.py' 2022-11-23T00:58:31.8461570Z adding 'torch/distributed/pipeline/sync/pipe.py' 2022-11-23T00:58:31.8465681Z adding 'torch/distributed/pipeline/sync/pipeline.py' 2022-11-23T00:58:31.8468361Z adding 'torch/distributed/pipeline/sync/stream.py' 2022-11-23T00:58:31.8470464Z adding 'torch/distributed/pipeline/sync/utils.py' 2022-11-23T00:58:31.8472705Z adding 'torch/distributed/pipeline/sync/worker.py' 2022-11-23T00:58:31.8476206Z adding 'torch/distributed/pipeline/sync/_balance/__init__.py' 2022-11-23T00:58:31.8478328Z adding 'torch/distributed/pipeline/sync/_balance/blockpartition.py' 2022-11-23T00:58:31.8480384Z adding 'torch/distributed/pipeline/sync/_balance/profile.py' 2022-11-23T00:58:31.8482643Z adding 'torch/distributed/pipeline/sync/skip/__init__.py' 2022-11-23T00:58:31.8484726Z adding 'torch/distributed/pipeline/sync/skip/layout.py' 2022-11-23T00:58:31.8486701Z adding 'torch/distributed/pipeline/sync/skip/namespace.py' 2022-11-23T00:58:31.8489449Z adding 'torch/distributed/pipeline/sync/skip/portal.py' 2022-11-23T00:58:31.8494244Z adding 'torch/distributed/pipeline/sync/skip/skippable.py' 2022-11-23T00:58:31.8497205Z adding 'torch/distributed/pipeline/sync/skip/tracker.py' 2022-11-23T00:58:31.8501229Z adding 'torch/distributed/rpc/__init__.py' 2022-11-23T00:58:31.8503264Z adding 'torch/distributed/rpc/_utils.py' 2022-11-23T00:58:31.8512780Z adding 'torch/distributed/rpc/api.py' 2022-11-23T00:58:31.8518491Z adding 'torch/distributed/rpc/backend_registry.py' 2022-11-23T00:58:31.8520797Z adding 'torch/distributed/rpc/constants.py' 2022-11-23T00:58:31.8523486Z adding 'torch/distributed/rpc/functions.py' 2022-11-23T00:58:31.8527323Z adding 'torch/distributed/rpc/internal.py' 2022-11-23T00:58:31.8530412Z adding 'torch/distributed/rpc/options.py' 2022-11-23T00:58:31.8532565Z adding 'torch/distributed/rpc/rref_proxy.py' 2022-11-23T00:58:31.8535617Z adding 'torch/distributed/rpc/server_process_global_profiler.py' 2022-11-23T00:58:31.8537630Z adding 'torch/distributed/rpc/_testing/__init__.py' 2022-11-23T00:58:31.8539456Z adding 'torch/distributed/rpc/_testing/faulty_agent_backend_registry.py' 2022-11-23T00:58:31.8542874Z adding 'torch/distributions/__init__.py' 2022-11-23T00:58:31.8545714Z adding 'torch/distributions/bernoulli.py' 2022-11-23T00:58:31.8548394Z adding 'torch/distributions/beta.py' 2022-11-23T00:58:31.8551668Z adding 'torch/distributions/binomial.py' 2022-11-23T00:58:31.8555133Z adding 'torch/distributions/categorical.py' 2022-11-23T00:58:31.8557842Z adding 'torch/distributions/cauchy.py' 2022-11-23T00:58:31.8560350Z adding 'torch/distributions/chi2.py' 2022-11-23T00:58:31.8564194Z adding 'torch/distributions/constraint_registry.py' 2022-11-23T00:58:31.8569731Z adding 'torch/distributions/constraints.py' 2022-11-23T00:58:31.8573810Z adding 'torch/distributions/continuous_bernoulli.py' 2022-11-23T00:58:31.8576845Z adding 'torch/distributions/dirichlet.py' 2022-11-23T00:58:31.8581347Z adding 'torch/distributions/distribution.py' 2022-11-23T00:58:31.8584238Z adding 'torch/distributions/exp_family.py' 2022-11-23T00:58:31.8587056Z adding 'torch/distributions/exponential.py' 2022-11-23T00:58:31.8589983Z adding 'torch/distributions/fishersnedecor.py' 2022-11-23T00:58:31.8592711Z adding 'torch/distributions/gamma.py' 2022-11-23T00:58:31.8595799Z adding 'torch/distributions/geometric.py' 2022-11-23T00:58:31.8598500Z adding 'torch/distributions/gumbel.py' 2022-11-23T00:58:31.8601332Z adding 'torch/distributions/half_cauchy.py' 2022-11-23T00:58:31.8603793Z adding 'torch/distributions/half_normal.py' 2022-11-23T00:58:31.8606743Z adding 'torch/distributions/independent.py' 2022-11-23T00:58:31.8614919Z adding 'torch/distributions/kl.py' 2022-11-23T00:58:31.8618476Z adding 'torch/distributions/kumaraswamy.py' 2022-11-23T00:58:31.8621168Z adding 'torch/distributions/laplace.py' 2022-11-23T00:58:31.8624903Z adding 'torch/distributions/lkj_cholesky.py' 2022-11-23T00:58:31.8627535Z adding 'torch/distributions/log_normal.py' 2022-11-23T00:58:31.8630126Z adding 'torch/distributions/logistic_normal.py' 2022-11-23T00:58:31.8634065Z adding 'torch/distributions/lowrank_multivariate_normal.py' 2022-11-23T00:58:31.8638067Z adding 'torch/distributions/mixture_same_family.py' 2022-11-23T00:58:31.8641539Z adding 'torch/distributions/multinomial.py' 2022-11-23T00:58:31.8645838Z adding 'torch/distributions/multivariate_normal.py' 2022-11-23T00:58:31.8648902Z adding 'torch/distributions/negative_binomial.py' 2022-11-23T00:58:31.8651816Z adding 'torch/distributions/normal.py' 2022-11-23T00:58:31.8654899Z adding 'torch/distributions/one_hot_categorical.py' 2022-11-23T00:58:31.8657542Z adding 'torch/distributions/pareto.py' 2022-11-23T00:58:31.8660019Z adding 'torch/distributions/poisson.py' 2022-11-23T00:58:31.8663513Z adding 'torch/distributions/relaxed_bernoulli.py' 2022-11-23T00:58:31.8666685Z adding 'torch/distributions/relaxed_categorical.py' 2022-11-23T00:58:31.8669613Z adding 'torch/distributions/studentT.py' 2022-11-23T00:58:31.8673427Z adding 'torch/distributions/transformed_distribution.py' 2022-11-23T00:58:31.8684079Z adding 'torch/distributions/transforms.py' 2022-11-23T00:58:31.8687720Z adding 'torch/distributions/uniform.py' 2022-11-23T00:58:31.8691237Z adding 'torch/distributions/utils.py' 2022-11-23T00:58:31.8694581Z adding 'torch/distributions/von_mises.py' 2022-11-23T00:58:31.8697388Z adding 'torch/distributions/weibull.py' 2022-11-23T00:58:31.8701923Z adding 'torch/distributions/wishart.py' 2022-11-23T00:58:31.8712718Z adding 'torch/fft/__init__.py' 2022-11-23T00:58:31.8719347Z adding 'torch/futures/__init__.py' 2022-11-23T00:58:31.8723037Z adding 'torch/fx/__init__.py' 2022-11-23T00:58:31.8725175Z adding 'torch/fx/_compatibility.py' 2022-11-23T00:58:31.8727936Z adding 'torch/fx/_pytree.py' 2022-11-23T00:58:31.8741176Z adding 'torch/fx/_symbolic_trace.py' 2022-11-23T00:58:31.8744397Z adding 'torch/fx/annotate.py' 2022-11-23T00:58:31.8763915Z adding 'torch/fx/graph.py' 2022-11-23T00:58:31.8775875Z adding 'torch/fx/graph_module.py' 2022-11-23T00:58:31.8779109Z adding 'torch/fx/immutable_collections.py' 2022-11-23T00:58:31.8785049Z adding 'torch/fx/interpreter.py' 2022-11-23T00:58:31.8794318Z adding 'torch/fx/node.py' 2022-11-23T00:58:31.8801281Z adding 'torch/fx/operator_schemas.py' 2022-11-23T00:58:31.8807550Z adding 'torch/fx/proxy.py' 2022-11-23T00:58:31.8812877Z adding 'torch/fx/subgraph_rewriter.py' 2022-11-23T00:58:31.8815735Z adding 'torch/fx/tensor_type.py' 2022-11-23T00:58:31.8818171Z adding 'torch/fx/traceback.py' 2022-11-23T00:58:31.8820740Z adding 'torch/fx/experimental/__init__.py' 2022-11-23T00:58:31.8834296Z adding 'torch/fx/experimental/accelerator_partitioner.py' 2022-11-23T00:58:31.8840284Z adding 'torch/fx/experimental/const_fold.py' 2022-11-23T00:58:31.8842897Z adding 'torch/fx/experimental/debug.py' 2022-11-23T00:58:31.8852612Z adding 'torch/fx/experimental/graph_gradual_typechecker.py' 2022-11-23T00:58:31.8856766Z adding 'torch/fx/experimental/merge_matmul.py' 2022-11-23T00:58:31.8861050Z adding 'torch/fx/experimental/meta_tracer.py' 2022-11-23T00:58:31.8865933Z adding 'torch/fx/experimental/normalize.py' 2022-11-23T00:58:31.8872005Z adding 'torch/fx/experimental/optimization.py' 2022-11-23T00:58:31.8877038Z adding 'torch/fx/experimental/partitioner_utils.py' 2022-11-23T00:58:31.8887442Z adding 'torch/fx/experimental/proxy_tensor.py' 2022-11-23T00:58:31.8890410Z adding 'torch/fx/experimental/refinement_types.py' 2022-11-23T00:58:31.8893446Z adding 'torch/fx/experimental/rewriter.py' 2022-11-23T00:58:31.8896812Z adding 'torch/fx/experimental/schema_type_annotation.py' 2022-11-23T00:58:31.8905220Z adding 'torch/fx/experimental/symbolic_shapes.py' 2022-11-23T00:58:31.8908620Z adding 'torch/fx/experimental/unify_refinements.py' 2022-11-23T00:58:31.8910911Z adding 'torch/fx/experimental/migrate_gradual_types/__init__.py' 2022-11-23T00:58:31.8915593Z adding 'torch/fx/experimental/migrate_gradual_types/constraint.py' 2022-11-23T00:58:31.8927552Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_generator.py' 2022-11-23T00:58:31.8939585Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_transformation.py' 2022-11-23T00:58:31.8942709Z adding 'torch/fx/experimental/migrate_gradual_types/operation.py' 2022-11-23T00:58:31.8947487Z adding 'torch/fx/experimental/migrate_gradual_types/transform_to_z3.py' 2022-11-23T00:58:31.8950300Z adding 'torch/fx/experimental/migrate_gradual_types/util.py' 2022-11-23T00:58:31.8952218Z adding 'torch/fx/experimental/migrate_gradual_types/z3_types.py' 2022-11-23T00:58:31.8954958Z adding 'torch/fx/experimental/unification/__init__.py' 2022-11-23T00:58:31.8957417Z adding 'torch/fx/experimental/unification/core.py' 2022-11-23T00:58:31.8959375Z adding 'torch/fx/experimental/unification/dispatch.py' 2022-11-23T00:58:31.8962453Z adding 'torch/fx/experimental/unification/match.py' 2022-11-23T00:58:31.8965343Z adding 'torch/fx/experimental/unification/more.py' 2022-11-23T00:58:31.8969653Z adding 'torch/fx/experimental/unification/unification_tools.py' 2022-11-23T00:58:31.8972522Z adding 'torch/fx/experimental/unification/utils.py' 2022-11-23T00:58:31.8975011Z adding 'torch/fx/experimental/unification/variable.py' 2022-11-23T00:58:31.8977499Z adding 'torch/fx/experimental/unification/multipledispatch/__init__.py' 2022-11-23T00:58:31.8980505Z adding 'torch/fx/experimental/unification/multipledispatch/conflict.py' 2022-11-23T00:58:31.8983189Z adding 'torch/fx/experimental/unification/multipledispatch/core.py' 2022-11-23T00:58:31.8988632Z adding 'torch/fx/experimental/unification/multipledispatch/dispatcher.py' 2022-11-23T00:58:31.8991866Z adding 'torch/fx/experimental/unification/multipledispatch/utils.py' 2022-11-23T00:58:31.8994729Z adding 'torch/fx/experimental/unification/multipledispatch/variadic.py' 2022-11-23T00:58:31.8997164Z adding 'torch/fx/passes/__init__.py' 2022-11-23T00:58:31.8999581Z adding 'torch/fx/passes/fake_tensor_prop.py' 2022-11-23T00:58:31.9004037Z adding 'torch/fx/passes/graph_drawer.py' 2022-11-23T00:58:31.9007235Z adding 'torch/fx/passes/graph_manipulation.py' 2022-11-23T00:58:31.9013886Z adding 'torch/fx/passes/net_min_base.py' 2022-11-23T00:58:31.9017996Z adding 'torch/fx/passes/operator_support.py' 2022-11-23T00:58:31.9020846Z adding 'torch/fx/passes/param_fetch.py' 2022-11-23T00:58:31.9024461Z adding 'torch/fx/passes/pass_manager.py' 2022-11-23T00:58:31.9035783Z adding 'torch/fx/passes/reinplace.py' 2022-11-23T00:58:31.9039739Z adding 'torch/fx/passes/shape_prop.py' 2022-11-23T00:58:31.9044912Z adding 'torch/fx/passes/split_module.py' 2022-11-23T00:58:31.9049586Z adding 'torch/fx/passes/split_utils.py' 2022-11-23T00:58:31.9059238Z adding 'torch/fx/passes/splitter_base.py' 2022-11-23T00:58:31.9064193Z adding 'torch/fx/passes/tools_common.py' 2022-11-23T00:58:31.9066583Z adding 'torch/fx/passes/backends/__init__.py' 2022-11-23T00:58:31.9069218Z adding 'torch/fx/passes/backends/cudagraphs.py' 2022-11-23T00:58:31.9071245Z adding 'torch/fx/passes/dialect/__init__.py' 2022-11-23T00:58:31.9073426Z adding 'torch/fx/passes/dialect/common/__init__.py' 2022-11-23T00:58:31.9076494Z adding 'torch/fx/passes/dialect/common/cse_pass.py' 2022-11-23T00:58:31.9078822Z adding 'torch/fx/passes/infra/__init__.py' 2022-11-23T00:58:31.9083385Z adding 'torch/fx/passes/infra/partitioner.py' 2022-11-23T00:58:31.9086013Z adding 'torch/fx/passes/infra/pass_base.py' 2022-11-23T00:58:31.9090396Z adding 'torch/fx/passes/infra/pass_manager.py' 2022-11-23T00:58:31.9092827Z adding 'torch/fx/passes/tests/__init__.py' 2022-11-23T00:58:31.9095060Z adding 'torch/fx/passes/tests/test_pass_manager.py' 2022-11-23T00:58:31.9097585Z adding 'torch/fx/passes/utils/__init__.py' 2022-11-23T00:58:31.9100037Z adding 'torch/fx/passes/utils/common.py' 2022-11-23T00:58:31.9103840Z adding 'torch/fx/passes/utils/fuser_utils.py' 2022-11-23T00:58:31.9109470Z adding 'torch/fx/passes/utils/matcher_utils.py' 2022-11-23T00:58:31.9112588Z adding 'torch/include/clog.h' 2022-11-23T00:58:31.9121766Z adding 'torch/include/cpuinfo.h' 2022-11-23T00:58:31.9125216Z adding 'torch/include/dnnl.h' 2022-11-23T00:58:31.9127074Z adding 'torch/include/dnnl_config.h' 2022-11-23T00:58:31.9129532Z adding 'torch/include/dnnl_debug.h' 2022-11-23T00:58:31.9131431Z adding 'torch/include/dnnl_ocl.h' 2022-11-23T00:58:31.9133669Z adding 'torch/include/dnnl_sycl.h' 2022-11-23T00:58:31.9135876Z adding 'torch/include/dnnl_sycl_types.h' 2022-11-23T00:58:31.9137820Z adding 'torch/include/dnnl_threadpool.h' 2022-11-23T00:58:31.9140154Z adding 'torch/include/dnnl_types.h' 2022-11-23T00:58:31.9142026Z adding 'torch/include/dnnl_version.h' 2022-11-23T00:58:31.9144064Z adding 'torch/include/fp16.h' 2022-11-23T00:58:31.9148428Z adding 'torch/include/fxdiv.h' 2022-11-23T00:58:31.9150934Z adding 'torch/include/libshm.h' 2022-11-23T00:58:31.9156960Z adding 'torch/include/nnpack.h' 2022-11-23T00:58:31.9165979Z adding 'torch/include/psimd.h' 2022-11-23T00:58:31.9173485Z adding 'torch/include/pthreadpool.h' 2022-11-23T00:58:31.9177431Z adding 'torch/include/qnnpack.h' 2022-11-23T00:58:31.9180161Z adding 'torch/include/qnnpack_func.h' 2022-11-23T00:58:31.9210998Z adding 'torch/include/sleef.h' 2022-11-23T00:58:31.9231867Z adding 'torch/include/xnnpack.h' 2022-11-23T00:58:31.9238240Z adding 'torch/include/ATen/ATen.h' 2022-11-23T00:58:31.9241010Z adding 'torch/include/ATen/AccumulateType.h' 2022-11-23T00:58:31.9242746Z adding 'torch/include/ATen/ArrayRef.h' 2022-11-23T00:58:31.9244750Z adding 'torch/include/ATen/Backend.h' 2022-11-23T00:58:31.9246483Z adding 'torch/include/ATen/Backtrace.h' 2022-11-23T00:58:31.9248964Z adding 'torch/include/ATen/BatchedFallback.h' 2022-11-23T00:58:31.9252336Z adding 'torch/include/ATen/BatchedTensorImpl.h' 2022-11-23T00:58:31.9256398Z adding 'torch/include/ATen/CPUApplyUtils.h' 2022-11-23T00:58:31.9258849Z adding 'torch/include/ATen/CPUFixedAllocator.h' 2022-11-23T00:58:31.9261348Z adding 'torch/include/ATen/CPUFunctions.h' 2022-11-23T00:58:31.9266366Z adding 'torch/include/ATen/CPUFunctions_inl.h' 2022-11-23T00:58:31.9269344Z adding 'torch/include/ATen/CPUGeneratorImpl.h' 2022-11-23T00:58:31.9271681Z adding 'torch/include/ATen/CUDAFunctions.h' 2022-11-23T00:58:31.9276774Z adding 'torch/include/ATen/CUDAFunctions_inl.h' 2022-11-23T00:58:31.9280180Z adding 'torch/include/ATen/CollapseDims.h' 2022-11-23T00:58:31.9282753Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions.h' 2022-11-23T00:58:31.9288079Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h' 2022-11-23T00:58:31.9291545Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h' 2022-11-23T00:58:31.9295648Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h' 2022-11-23T00:58:31.9298739Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions.h' 2022-11-23T00:58:31.9303852Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h' 2022-11-23T00:58:31.9307555Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h' 2022-11-23T00:58:31.9309577Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h' 2022-11-23T00:58:31.9311710Z adding 'torch/include/ATen/Config.h' 2022-11-23T00:58:31.9316952Z adding 'torch/include/ATen/Context.h' 2022-11-23T00:58:31.9319578Z adding 'torch/include/ATen/DLConvertor.h' 2022-11-23T00:58:31.9320915Z adding 'torch/include/ATen/Device.h' 2022-11-23T00:58:31.9323713Z adding 'torch/include/ATen/DeviceGuard.h' 2022-11-23T00:58:31.9325012Z adding 'torch/include/ATen/DimVector.h' 2022-11-23T00:58:31.9327226Z adding 'torch/include/ATen/Dimname.h' 2022-11-23T00:58:31.9333037Z adding 'torch/include/ATen/Dispatch.h' 2022-11-23T00:58:31.9335843Z adding 'torch/include/ATen/DynamicLibrary.h' 2022-11-23T00:58:31.9338129Z adding 'torch/include/ATen/EmptyTensor.h' 2022-11-23T00:58:31.9340363Z adding 'torch/include/ATen/ExpandBase.h' 2022-11-23T00:58:31.9345145Z adding 'torch/include/ATen/ExpandUtils.h' 2022-11-23T00:58:31.9347341Z adding 'torch/include/ATen/Formatting.h' 2022-11-23T00:58:31.9349961Z adding 'torch/include/ATen/FuncTorchTLS.h' 2022-11-23T00:58:31.9353194Z adding 'torch/include/ATen/FunctionalStorageImpl.h' 2022-11-23T00:58:31.9358089Z adding 'torch/include/ATen/FunctionalTensorWrapper.h' 2022-11-23T00:58:31.9366996Z adding 'torch/include/ATen/Functions.h' 2022-11-23T00:58:31.9370125Z adding 'torch/include/ATen/Generator.h' 2022-11-23T00:58:31.9372820Z adding 'torch/include/ATen/InferSize.h' 2022-11-23T00:58:31.9374553Z adding 'torch/include/ATen/InitialTensorOptions.h' 2022-11-23T00:58:31.9375790Z adding 'torch/include/ATen/Layout.h' 2022-11-23T00:58:31.9377485Z adding 'torch/include/ATen/LinalgBackend.h' 2022-11-23T00:58:31.9379707Z adding 'torch/include/ATen/MapAllocator.h' 2022-11-23T00:58:31.9382024Z adding 'torch/include/ATen/MatrixRef.h' 2022-11-23T00:58:31.9383898Z adding 'torch/include/ATen/MemoryOverlap.h' 2022-11-23T00:58:31.9385973Z adding 'torch/include/ATen/MetaFunctions.h' 2022-11-23T00:58:31.9389202Z adding 'torch/include/ATen/MetaFunctions_inl.h' 2022-11-23T00:58:31.9392462Z adding 'torch/include/ATen/MethodOperators.h' 2022-11-23T00:58:31.9394245Z adding 'torch/include/ATen/NamedTensor.h' 2022-11-23T00:58:31.9396852Z adding 'torch/include/ATen/NamedTensorUtils.h' 2022-11-23T00:58:31.9404467Z adding 'torch/include/ATen/NativeFunctions.h' 2022-11-23T00:58:31.9412860Z adding 'torch/include/ATen/NativeMetaFunctions.h' 2022-11-23T00:58:31.9417576Z adding 'torch/include/ATen/NestedTensorImpl.h' 2022-11-23T00:58:31.9419731Z adding 'torch/include/ATen/NumericUtils.h' 2022-11-23T00:58:31.9421538Z adding 'torch/include/ATen/OpMathType.h' 2022-11-23T00:58:31.9423981Z adding 'torch/include/ATen/OpaqueTensorImpl.h' 2022-11-23T00:58:31.9431963Z adding 'torch/include/ATen/Operators.h' 2022-11-23T00:58:31.9434885Z adding 'torch/include/ATen/PTThreadPool.h' 2022-11-23T00:58:31.9436475Z adding 'torch/include/ATen/PadNd.h' 2022-11-23T00:58:31.9438262Z adding 'torch/include/ATen/Parallel-inl.h' 2022-11-23T00:58:31.9441000Z adding 'torch/include/ATen/Parallel.h' 2022-11-23T00:58:31.9442814Z adding 'torch/include/ATen/ParallelFuture.h' 2022-11-23T00:58:31.9444391Z adding 'torch/include/ATen/ParallelNative.h' 2022-11-23T00:58:31.9446281Z adding 'torch/include/ATen/ParallelNativeTBB.h' 2022-11-23T00:58:31.9448065Z adding 'torch/include/ATen/ParallelOpenMP.h' 2022-11-23T00:58:31.9449865Z adding 'torch/include/ATen/PythonTorchFunctionTLS.h' 2022-11-23T00:58:31.9658016Z adding 'torch/include/ATen/RedispatchFunctions.h' 2022-11-23T00:58:31.9811324Z adding 'torch/include/ATen/RegistrationDeclarations.h' 2022-11-23T00:58:31.9829581Z adding 'torch/include/ATen/SavedTensorHooks.h' 2022-11-23T00:58:31.9830776Z adding 'torch/include/ATen/Scalar.h' 2022-11-23T00:58:31.9832970Z adding 'torch/include/ATen/ScalarOps.h' 2022-11-23T00:58:31.9834403Z adding 'torch/include/ATen/ScalarType.h' 2022-11-23T00:58:31.9836109Z adding 'torch/include/ATen/SequenceNumber.h' 2022-11-23T00:58:31.9837382Z adding 'torch/include/ATen/SmallVector.h' 2022-11-23T00:58:31.9840258Z adding 'torch/include/ATen/SparseCsrTensorImpl.h' 2022-11-23T00:58:31.9843724Z adding 'torch/include/ATen/SparseCsrTensorUtils.h' 2022-11-23T00:58:31.9848390Z adding 'torch/include/ATen/SparseTensorImpl.h' 2022-11-23T00:58:31.9851161Z adding 'torch/include/ATen/SparseTensorUtils.h' 2022-11-23T00:58:31.9852806Z adding 'torch/include/ATen/Storage.h' 2022-11-23T00:58:31.9854240Z adding 'torch/include/ATen/Tensor.h' 2022-11-23T00:58:31.9855733Z adding 'torch/include/ATen/TensorAccessor.h' 2022-11-23T00:58:31.9857865Z adding 'torch/include/ATen/TensorGeometry.h' 2022-11-23T00:58:31.9864948Z adding 'torch/include/ATen/TensorIndexing.h' 2022-11-23T00:58:31.9876161Z adding 'torch/include/ATen/TensorIterator.h' 2022-11-23T00:58:31.9879022Z adding 'torch/include/ATen/TensorIteratorInternal.h' 2022-11-23T00:58:31.9881700Z adding 'torch/include/ATen/TensorMeta.h' 2022-11-23T00:58:31.9884061Z adding 'torch/include/ATen/TensorNames.h' 2022-11-23T00:58:31.9886071Z adding 'torch/include/ATen/TensorOperators.h' 2022-11-23T00:58:31.9887677Z adding 'torch/include/ATen/TensorOptions.h' 2022-11-23T00:58:31.9889967Z adding 'torch/include/ATen/TensorSubclassLikeUtils.h' 2022-11-23T00:58:31.9892542Z adding 'torch/include/ATen/TensorUtils.h' 2022-11-23T00:58:31.9894980Z adding 'torch/include/ATen/ThreadLocalState.h' 2022-11-23T00:58:31.9897906Z adding 'torch/include/ATen/TracerMode.h' 2022-11-23T00:58:31.9899971Z adding 'torch/include/ATen/TypeDefault.h' 2022-11-23T00:58:31.9902085Z adding 'torch/include/ATen/Utils.h' 2022-11-23T00:58:31.9903862Z adding 'torch/include/ATen/Version.h' 2022-11-23T00:58:32.0049004Z adding 'torch/include/ATen/VmapGeneratedPlumbing.h' 2022-11-23T00:58:32.0087708Z adding 'torch/include/ATen/VmapMode.h' 2022-11-23T00:58:32.0091068Z adding 'torch/include/ATen/VmapTransforms.h' 2022-11-23T00:58:32.0093518Z adding 'torch/include/ATen/WrapDimUtils.h' 2022-11-23T00:58:32.0095538Z adding 'torch/include/ATen/WrapDimUtilsMulti.h' 2022-11-23T00:58:32.0098346Z adding 'torch/include/ATen/autocast_mode.h' 2022-11-23T00:58:32.0100403Z adding 'torch/include/ATen/ceil_div.h' 2022-11-23T00:58:32.0103332Z adding 'torch/include/ATen/code_template.h' 2022-11-23T00:58:32.0105945Z adding 'torch/include/ATen/cpp_custom_type_hack.h' 2022-11-23T00:58:32.0107938Z adding 'torch/include/ATen/div_rtn.h' 2022-11-23T00:58:32.0110865Z adding 'torch/include/ATen/dlpack.h' 2022-11-23T00:58:32.0112538Z adding 'torch/include/ATen/jit_macros.h' 2022-11-23T00:58:32.0114399Z adding 'torch/include/ATen/jiterator_macros.h' 2022-11-23T00:58:32.0121627Z adding 'torch/include/ATen/record_function.h' 2022-11-23T00:58:32.0124676Z adding 'torch/include/ATen/core/ATenGeneral.h' 2022-11-23T00:58:32.0126292Z adding 'torch/include/ATen/core/ATenOpList.h' 2022-11-23T00:58:32.0128225Z adding 'torch/include/ATen/core/ATen_fwd.h' 2022-11-23T00:58:32.0130630Z adding 'torch/include/ATen/core/ATen_pch.h' 2022-11-23T00:58:32.0132417Z adding 'torch/include/ATen/core/Array.h' 2022-11-23T00:58:32.0133988Z adding 'torch/include/ATen/core/Backtrace.h' 2022-11-23T00:58:32.0135656Z adding 'torch/include/ATen/core/CheckMemoryFormat.h' 2022-11-23T00:58:32.0137994Z adding 'torch/include/ATen/core/DeprecatedTypeProperties.h' 2022-11-23T00:58:32.0139875Z adding 'torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h' 2022-11-23T00:58:32.0144624Z adding 'torch/include/ATen/core/Dict.h' 2022-11-23T00:58:32.0147884Z adding 'torch/include/ATen/core/Dict_inl.h' 2022-11-23T00:58:32.0149684Z adding 'torch/include/ATen/core/DimVector.h' 2022-11-23T00:58:32.0151483Z adding 'torch/include/ATen/core/Dimname.h' 2022-11-23T00:58:32.0154879Z adding 'torch/include/ATen/core/DistributionsHelper.h' 2022-11-23T00:58:32.0156967Z adding 'torch/include/ATen/core/Formatting.h' 2022-11-23T00:58:32.0159996Z adding 'torch/include/ATen/core/Generator.h' 2022-11-23T00:58:32.0166208Z adding 'torch/include/ATen/core/IListRef.h' 2022-11-23T00:58:32.0169215Z adding 'torch/include/ATen/core/IListRef_inl.h' 2022-11-23T00:58:32.0172052Z adding 'torch/include/ATen/core/LegacyTypeDispatch.h' 2022-11-23T00:58:32.0176783Z adding 'torch/include/ATen/core/List.h' 2022-11-23T00:58:32.0180553Z adding 'torch/include/ATen/core/List_inl.h' 2022-11-23T00:58:32.0183842Z adding 'torch/include/ATen/core/MT19937RNGEngine.h' 2022-11-23T00:58:32.0186945Z adding 'torch/include/ATen/core/NamedTensor.h' 2022-11-23T00:58:32.0190219Z adding 'torch/include/ATen/core/PhiloxRNGEngine.h' 2022-11-23T00:58:32.0192172Z adding 'torch/include/ATen/core/PythonFallbackKernel.h' 2022-11-23T00:58:32.0193922Z adding 'torch/include/ATen/core/PythonOpRegistrationTrampoline.h' 2022-11-23T00:58:32.0195910Z adding 'torch/include/ATen/core/QuantizerBase.h' 2022-11-23T00:58:32.0197660Z adding 'torch/include/ATen/core/Range.h' 2022-11-23T00:58:32.0199417Z adding 'torch/include/ATen/core/Reduction.h' 2022-11-23T00:58:32.0200901Z adding 'torch/include/ATen/core/Scalar.h' 2022-11-23T00:58:32.0202308Z adding 'torch/include/ATen/core/ScalarType.h' 2022-11-23T00:58:32.0204159Z adding 'torch/include/ATen/core/Tensor.h' 2022-11-23T00:58:32.0207235Z adding 'torch/include/ATen/core/TensorAccessor.h' 2022-11-23T00:58:32.0218206Z adding 'torch/include/ATen/core/TensorBase.h' 2022-11-23T00:58:32.0266280Z adding 'torch/include/ATen/core/TensorBody.h' 2022-11-23T00:58:32.0274206Z adding 'torch/include/ATen/core/TorchDispatchUtils.h' 2022-11-23T00:58:32.0278146Z adding 'torch/include/ATen/core/TransformationHelper.h' 2022-11-23T00:58:32.0280189Z adding 'torch/include/ATen/core/UndefinedTensorImpl.h' 2022-11-23T00:58:32.0281868Z adding 'torch/include/ATen/core/UnsafeFromTH.h' 2022-11-23T00:58:32.0284225Z adding 'torch/include/ATen/core/VariableHooksInterface.h' 2022-11-23T00:58:32.0286324Z adding 'torch/include/ATen/core/Variadic.h' 2022-11-23T00:58:32.0288415Z adding 'torch/include/ATen/core/Vitals.h' 2022-11-23T00:58:32.0290665Z adding 'torch/include/ATen/core/alias_info.h' 2022-11-23T00:58:32.0301721Z adding 'torch/include/ATen/core/aten_interned_strings.h' 2022-11-23T00:58:32.0306501Z adding 'torch/include/ATen/core/blob.h' 2022-11-23T00:58:32.0308165Z adding 'torch/include/ATen/core/builtin_function.h' 2022-11-23T00:58:32.0312608Z adding 'torch/include/ATen/core/class_type.h' 2022-11-23T00:58:32.0314726Z adding 'torch/include/ATen/core/custom_class.h' 2022-11-23T00:58:32.0318463Z adding 'torch/include/ATen/core/dynamic_type.h' 2022-11-23T00:58:32.0320479Z adding 'torch/include/ATen/core/enum_tag.h' 2022-11-23T00:58:32.0322684Z adding 'torch/include/ATen/core/enum_type.h' 2022-11-23T00:58:32.0325091Z adding 'torch/include/ATen/core/function.h' 2022-11-23T00:58:32.0332290Z adding 'torch/include/ATen/core/function_schema.h' 2022-11-23T00:58:32.0337471Z adding 'torch/include/ATen/core/function_schema_inl.h' 2022-11-23T00:58:32.0339914Z adding 'torch/include/ATen/core/functional.h' 2022-11-23T00:58:32.0341367Z adding 'torch/include/ATen/core/grad_mode.h' 2022-11-23T00:58:32.0345478Z adding 'torch/include/ATen/core/interned_strings.h' 2022-11-23T00:58:32.0347783Z adding 'torch/include/ATen/core/interned_strings_class.h' 2022-11-23T00:58:32.0361973Z adding 'torch/include/ATen/core/ivalue.h' 2022-11-23T00:58:32.0386760Z adding 'torch/include/ATen/core/ivalue_inl.h' 2022-11-23T00:58:32.0390308Z adding 'torch/include/ATen/core/ivalue_to.h' 2022-11-23T00:58:32.0409051Z adding 'torch/include/ATen/core/jit_type.h' 2022-11-23T00:58:32.0416848Z adding 'torch/include/ATen/core/jit_type_base.h' 2022-11-23T00:58:32.0419668Z adding 'torch/include/ATen/core/operator_name.h' 2022-11-23T00:58:32.0422247Z adding 'torch/include/ATen/core/qualified_name.h' 2022-11-23T00:58:32.0424167Z adding 'torch/include/ATen/core/rref_interface.h' 2022-11-23T00:58:32.0427359Z adding 'torch/include/ATen/core/stack.h' 2022-11-23T00:58:32.0430324Z adding 'torch/include/ATen/core/symbol.h' 2022-11-23T00:58:32.0432755Z adding 'torch/include/ATen/core/type_factory.h' 2022-11-23T00:58:32.0434628Z adding 'torch/include/ATen/core/type_ptr.h' 2022-11-23T00:58:32.0436491Z adding 'torch/include/ATen/core/typeid.h' 2022-11-23T00:58:32.0440174Z adding 'torch/include/ATen/core/boxing/BoxedKernel.h' 2022-11-23T00:58:32.0442555Z adding 'torch/include/ATen/core/boxing/BoxedKernel_impl.h' 2022-11-23T00:58:32.0445737Z adding 'torch/include/ATen/core/boxing/KernelFunction.h' 2022-11-23T00:58:32.0449371Z adding 'torch/include/ATen/core/boxing/KernelFunction_impl.h' 2022-11-23T00:58:32.0451565Z adding 'torch/include/ATen/core/boxing/OperatorKernel.h' 2022-11-23T00:58:32.0453993Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h' 2022-11-23T00:58:32.0455981Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h' 2022-11-23T00:58:32.0460251Z adding 'torch/include/ATen/core/boxing/impl/boxing.h' 2022-11-23T00:58:32.0467965Z adding 'torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h' 2022-11-23T00:58:32.0471271Z adding 'torch/include/ATen/core/boxing/impl/test_helpers.h' 2022-11-23T00:58:32.0473855Z adding 'torch/include/ATen/core/dispatch/CppSignature.h' 2022-11-23T00:58:32.0477750Z adding 'torch/include/ATen/core/dispatch/DispatchKeyExtractor.h' 2022-11-23T00:58:32.0487492Z adding 'torch/include/ATen/core/dispatch/Dispatcher.h' 2022-11-23T00:58:32.0489937Z adding 'torch/include/ATen/core/dispatch/ObservedOperators.h' 2022-11-23T00:58:32.0494612Z adding 'torch/include/ATen/core/dispatch/OperatorEntry.h' 2022-11-23T00:58:32.0496930Z adding 'torch/include/ATen/core/dispatch/OperatorOptions.h' 2022-11-23T00:58:32.0498849Z adding 'torch/include/ATen/core/dispatch/RegistrationHandleRAII.h' 2022-11-23T00:58:32.0501400Z adding 'torch/include/ATen/core/op_registration/adaption.h' 2022-11-23T00:58:32.0504627Z adding 'torch/include/ATen/core/op_registration/infer_schema.h' 2022-11-23T00:58:32.0508160Z adding 'torch/include/ATen/core/op_registration/op_allowlist.h' 2022-11-23T00:58:32.0514664Z adding 'torch/include/ATen/core/op_registration/op_registration.h' 2022-11-23T00:58:32.0517515Z adding 'torch/include/ATen/cpu/FlushDenormal.h' 2022-11-23T00:58:32.0520839Z adding 'torch/include/ATen/cpu/vml.h' 2022-11-23T00:58:32.0523144Z adding 'torch/include/ATen/cpu/vec/functional.h' 2022-11-23T00:58:32.0526259Z adding 'torch/include/ATen/cpu/vec/functional_base.h' 2022-11-23T00:58:32.0530296Z adding 'torch/include/ATen/cpu/vec/functional_bfloat16.h' 2022-11-23T00:58:32.0532935Z adding 'torch/include/ATen/cpu/vec/intrinsics.h' 2022-11-23T00:58:32.0534873Z adding 'torch/include/ATen/cpu/vec/vec.h' 2022-11-23T00:58:32.0543065Z adding 'torch/include/ATen/cpu/vec/vec_base.h' 2022-11-23T00:58:32.0547291Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h' 2022-11-23T00:58:32.0549403Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h' 2022-11-23T00:58:32.0552522Z adding 'torch/include/ATen/cpu/vec/vec256/vec256.h' 2022-11-23T00:58:32.0558969Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h' 2022-11-23T00:58:32.0564409Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h' 2022-11-23T00:58:32.0569703Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h' 2022-11-23T00:58:32.0573853Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_double.h' 2022-11-23T00:58:32.0577770Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float.h' 2022-11-23T00:58:32.0583711Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h' 2022-11-23T00:58:32.0593876Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_int.h' 2022-11-23T00:58:32.0602958Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_qint.h' 2022-11-23T00:58:32.0607355Z adding 'torch/include/ATen/cpu/vec/vec512/vec512.h' 2022-11-23T00:58:32.0614650Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h' 2022-11-23T00:58:32.0620830Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h' 2022-11-23T00:58:32.0628266Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h' 2022-11-23T00:58:32.0632949Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_double.h' 2022-11-23T00:58:32.0637163Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_float.h' 2022-11-23T00:58:32.0646023Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_int.h' 2022-11-23T00:58:32.0654697Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_qint.h' 2022-11-23T00:58:32.0657981Z adding 'torch/include/ATen/cuda/ATenCUDAGeneral.h' 2022-11-23T00:58:32.0659850Z adding 'torch/include/ATen/cuda/ApplyGridUtils.cuh' 2022-11-23T00:58:32.0661864Z adding 'torch/include/ATen/cuda/AsmUtils.cuh' 2022-11-23T00:58:32.0666762Z adding 'torch/include/ATen/cuda/Atomic.cuh' 2022-11-23T00:58:32.0673114Z adding 'torch/include/ATen/cuda/CUDAApplyUtils.cuh' 2022-11-23T00:58:32.0676779Z adding 'torch/include/ATen/cuda/CUDABlas.h' 2022-11-23T00:58:32.0679193Z adding 'torch/include/ATen/cuda/CUDAContext.h' 2022-11-23T00:58:32.0681139Z adding 'torch/include/ATen/cuda/CUDADataType.h' 2022-11-23T00:58:32.0682955Z adding 'torch/include/ATen/cuda/CUDADevice.h' 2022-11-23T00:58:32.0685705Z adding 'torch/include/ATen/cuda/CUDAEvent.h' 2022-11-23T00:58:32.0688437Z adding 'torch/include/ATen/cuda/CUDAGeneratorImpl.h' 2022-11-23T00:58:32.0690688Z adding 'torch/include/ATen/cuda/CUDAGraph.h' 2022-11-23T00:58:32.0692757Z adding 'torch/include/ATen/cuda/CUDAGraphsUtils.cuh' 2022-11-23T00:58:32.0694493Z adding 'torch/include/ATen/cuda/CUDASparse.h' 2022-11-23T00:58:32.0697420Z adding 'torch/include/ATen/cuda/CUDASparseBlas.h' 2022-11-23T00:58:32.0700244Z adding 'torch/include/ATen/cuda/CUDASparseDescriptors.h' 2022-11-23T00:58:32.0702189Z adding 'torch/include/ATen/cuda/CUDATensorMethods.cuh' 2022-11-23T00:58:32.0703752Z adding 'torch/include/ATen/cuda/CUDAUtils.h' 2022-11-23T00:58:32.0705618Z adding 'torch/include/ATen/cuda/CachingHostAllocator.h' 2022-11-23T00:58:32.0707619Z adding 'torch/include/ATen/cuda/DeviceUtils.cuh' 2022-11-23T00:58:32.0709423Z adding 'torch/include/ATen/cuda/EmptyTensor.h' 2022-11-23T00:58:32.0712085Z adding 'torch/include/ATen/cuda/Exceptions.h' 2022-11-23T00:58:32.0714459Z adding 'torch/include/ATen/cuda/NumericLimits.cuh' 2022-11-23T00:58:32.0716151Z adding 'torch/include/ATen/cuda/PeerToPeerAccess.h' 2022-11-23T00:58:32.0717745Z adding 'torch/include/ATen/cuda/PinnedMemoryAllocator.h' 2022-11-23T00:58:32.0719613Z adding 'torch/include/ATen/cuda/ScanUtils.cuh' 2022-11-23T00:58:32.0721477Z adding 'torch/include/ATen/cuda/Sleep.h' 2022-11-23T00:58:32.0722982Z adding 'torch/include/ATen/cuda/ThrustAllocator.h' 2022-11-23T00:58:32.0726798Z adding 'torch/include/ATen/cuda/cub.cuh' 2022-11-23T00:58:32.0729409Z adding 'torch/include/ATen/cuda/cub.h' 2022-11-23T00:58:32.0731344Z adding 'torch/include/ATen/cuda/cub_definitions.cuh' 2022-11-23T00:58:32.0733039Z adding 'torch/include/ATen/cuda/jiterator.h' 2022-11-23T00:58:32.0735644Z adding 'torch/include/ATen/cuda/jiterator_impl.h' 2022-11-23T00:58:32.0737469Z adding 'torch/include/ATen/cuda/llvm_jit_strings.h' 2022-11-23T00:58:32.0739721Z adding 'torch/include/ATen/cuda/detail/CUDAHooks.h' 2022-11-23T00:58:32.0742966Z adding 'torch/include/ATen/cuda/detail/DeviceThreadHandles.h' 2022-11-23T00:58:32.0745080Z adding 'torch/include/ATen/cuda/detail/IndexUtils.cuh' 2022-11-23T00:58:32.0747550Z adding 'torch/include/ATen/cuda/detail/IntegerDivider.cuh' 2022-11-23T00:58:32.0749528Z adding 'torch/include/ATen/cuda/detail/KernelUtils.h' 2022-11-23T00:58:32.0751191Z adding 'torch/include/ATen/cuda/detail/LazyNVRTC.h' 2022-11-23T00:58:32.0753514Z adding 'torch/include/ATen/cuda/detail/OffsetCalculator.cuh' 2022-11-23T00:58:32.0755506Z adding 'torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh' 2022-11-23T00:58:32.0757565Z adding 'torch/include/ATen/cuda/detail/TensorInfo.cuh' 2022-11-23T00:58:32.0759524Z adding 'torch/include/ATen/cuda/detail/UnpackRaw.cuh' 2022-11-23T00:58:32.0764014Z adding 'torch/include/ATen/cudnn/Descriptors.h' 2022-11-23T00:58:32.0765857Z adding 'torch/include/ATen/cudnn/Exceptions.h' 2022-11-23T00:58:32.0767432Z adding 'torch/include/ATen/cudnn/Handle.h' 2022-11-23T00:58:32.0768907Z adding 'torch/include/ATen/cudnn/Handles.h' 2022-11-23T00:58:32.0770367Z adding 'torch/include/ATen/cudnn/Types.h' 2022-11-23T00:58:32.0771932Z adding 'torch/include/ATen/cudnn/Utils.h' 2022-11-23T00:58:32.0773629Z adding 'torch/include/ATen/cudnn/cudnn-wrapper.h' 2022-11-23T00:58:32.0776443Z adding 'torch/include/ATen/detail/CUDAHooksInterface.h' 2022-11-23T00:58:32.0778656Z adding 'torch/include/ATen/detail/FunctionTraits.h' 2022-11-23T00:58:32.0780620Z adding 'torch/include/ATen/detail/HIPHooksInterface.h' 2022-11-23T00:58:32.0782501Z adding 'torch/include/ATen/detail/ORTHooksInterface.h' 2022-11-23T00:58:32.0784606Z adding 'torch/include/ATen/functorch/ADInterpreters.h' 2022-11-23T00:58:32.0789377Z adding 'torch/include/ATen/functorch/BatchRulesHelper.h' 2022-11-23T00:58:32.0791976Z adding 'torch/include/ATen/functorch/BatchedFallback.h' 2022-11-23T00:58:32.0794945Z adding 'torch/include/ATen/functorch/BatchedTensorImpl.h' 2022-11-23T00:58:32.0797477Z adding 'torch/include/ATen/functorch/BatchingMetaprogramming.h' 2022-11-23T00:58:32.0800272Z adding 'torch/include/ATen/functorch/DynamicLayer.h' 2022-11-23T00:58:32.0802247Z adding 'torch/include/ATen/functorch/FunctionalizeInterpreter.h' 2022-11-23T00:58:32.0805236Z adding 'torch/include/ATen/functorch/Interpreter.h' 2022-11-23T00:58:32.0808934Z adding 'torch/include/ATen/functorch/LegacyVmapTransforms.h' 2022-11-23T00:58:32.0810671Z adding 'torch/include/ATen/functorch/Macros.h' 2022-11-23T00:58:32.0812770Z adding 'torch/include/ATen/functorch/PlumbingHelper.h' 2022-11-23T00:58:32.0815196Z adding 'torch/include/ATen/functorch/TensorWrapper.h' 2022-11-23T00:58:32.0817050Z adding 'torch/include/ATen/functorch/VmapInterpreter.h' 2022-11-23T00:58:32.0819351Z adding 'torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h' 2022-11-23T00:58:32.0820984Z adding 'torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h' 2022-11-23T00:58:32.0825110Z adding 'torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h' 2022-11-23T00:58:32.0827805Z adding 'torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h' 2022-11-23T00:58:32.0830993Z adding 'torch/include/ATen/native/Activation.h' 2022-11-23T00:58:32.0832819Z adding 'torch/include/ATen/native/AdaptivePooling.h' 2022-11-23T00:58:32.0835698Z adding 'torch/include/ATen/native/BatchLinearAlgebra.h' 2022-11-23T00:58:32.0838233Z adding 'torch/include/ATen/native/BinaryOps.h' 2022-11-23T00:58:32.0841382Z adding 'torch/include/ATen/native/BucketizationUtils.h' 2022-11-23T00:58:32.0843661Z adding 'torch/include/ATen/native/CPUBlas.h' 2022-11-23T00:58:32.0845788Z adding 'torch/include/ATen/native/CPUFallback.h' 2022-11-23T00:58:32.0847446Z adding 'torch/include/ATen/native/CanUse32BitIndexMath.h' 2022-11-23T00:58:32.0849745Z adding 'torch/include/ATen/native/ComplexHelper.h' 2022-11-23T00:58:32.0851564Z adding 'torch/include/ATen/native/CompositeRandomAccessor.h' 2022-11-23T00:58:32.0854287Z adding 'torch/include/ATen/native/CompositeRandomAccessorCommon.h' 2022-11-23T00:58:32.0858905Z adding 'torch/include/ATen/native/ConvUtils.h' 2022-11-23T00:58:32.0861019Z adding 'torch/include/ATen/native/ConvolutionMM3d.h' 2022-11-23T00:58:32.0862629Z adding 'torch/include/ATen/native/Copy.h' 2022-11-23T00:58:32.0864009Z adding 'torch/include/ATen/native/Cross.h' 2022-11-23T00:58:32.0866981Z adding 'torch/include/ATen/native/DilatedConvolutionUtils.h' 2022-11-23T00:58:32.0870215Z adding 'torch/include/ATen/native/DispatchStub.h' 2022-11-23T00:58:32.0872101Z adding 'torch/include/ATen/native/Distance.h' 2022-11-23T00:58:32.0876522Z adding 'torch/include/ATen/native/DistributionTemplates.h' 2022-11-23T00:58:32.0883340Z adding 'torch/include/ATen/native/Distributions.h' 2022-11-23T00:58:32.0886379Z adding 'torch/include/ATen/native/EmbeddingBag.h' 2022-11-23T00:58:32.0888062Z adding 'torch/include/ATen/native/Fill.h' 2022-11-23T00:58:32.0890977Z adding 'torch/include/ATen/native/ForeachUtils.h' 2022-11-23T00:58:32.0892900Z adding 'torch/include/ATen/native/FunctionOfAMatrixUtils.h' 2022-11-23T00:58:32.0896238Z adding 'torch/include/ATen/native/GridSampler.h' 2022-11-23T00:58:32.0898515Z adding 'torch/include/ATen/native/GridSamplerUtils.h' 2022-11-23T00:58:32.0900222Z adding 'torch/include/ATen/native/Histogram.h' 2022-11-23T00:58:32.0901994Z adding 'torch/include/ATen/native/IndexKernel.h' 2022-11-23T00:58:32.0904582Z adding 'torch/include/ATen/native/IndexingUtils.h' 2022-11-23T00:58:32.0906812Z adding 'torch/include/ATen/native/Lerp.h' 2022-11-23T00:58:32.0908614Z adding 'torch/include/ATen/native/LinearAlgebra.h' 2022-11-23T00:58:32.0916857Z adding 'torch/include/ATen/native/LinearAlgebraUtils.h' 2022-11-23T00:58:32.0919633Z adding 'torch/include/ATen/native/LossMulti.h' 2022-11-23T00:58:32.0959199Z adding 'torch/include/ATen/native/Math.h' 2022-11-23T00:58:32.0964136Z adding 'torch/include/ATen/native/MathBitFallThroughLists.h' 2022-11-23T00:58:32.0967170Z adding 'torch/include/ATen/native/MathBitsFallback.h' 2022-11-23T00:58:32.0969148Z adding 'torch/include/ATen/native/MaxPooling.h' 2022-11-23T00:58:32.0970903Z adding 'torch/include/ATen/native/NonEmptyUtils.h' 2022-11-23T00:58:32.0972630Z adding 'torch/include/ATen/native/NonSymbolicBC.h' 2022-11-23T00:58:32.0974174Z adding 'torch/include/ATen/native/Normalization.h' 2022-11-23T00:58:32.0975787Z adding 'torch/include/ATen/native/PointwiseOps.h' 2022-11-23T00:58:32.0978992Z adding 'torch/include/ATen/native/Pool.h' 2022-11-23T00:58:32.0981075Z adding 'torch/include/ATen/native/Pow.h' 2022-11-23T00:58:32.0983007Z adding 'torch/include/ATen/native/RNN.h' 2022-11-23T00:58:32.0984487Z adding 'torch/include/ATen/native/RangeFactories.h' 2022-11-23T00:58:32.0986115Z adding 'torch/include/ATen/native/ReduceAllOps.h' 2022-11-23T00:58:32.0987865Z adding 'torch/include/ATen/native/ReduceOps.h' 2022-11-23T00:58:32.0992031Z adding 'torch/include/ATen/native/ReduceOpsUtils.h' 2022-11-23T00:58:32.0994267Z adding 'torch/include/ATen/native/Repeat.h' 2022-11-23T00:58:32.0997171Z adding 'torch/include/ATen/native/Resize.h' 2022-11-23T00:58:32.0999296Z adding 'torch/include/ATen/native/ResizeCommon.h' 2022-11-23T00:58:32.1001451Z adding 'torch/include/ATen/native/ScatterGatherChecks.h' 2022-11-23T00:58:32.1003219Z adding 'torch/include/ATen/native/SegmentReduce.h' 2022-11-23T00:58:32.1006801Z adding 'torch/include/ATen/native/SharedReduceOps.h' 2022-11-23T00:58:32.1009195Z adding 'torch/include/ATen/native/SobolEngineOpsUtils.h' 2022-11-23T00:58:32.1010902Z adding 'torch/include/ATen/native/Sorting.h' 2022-11-23T00:58:32.1012616Z adding 'torch/include/ATen/native/SortingUtils.h' 2022-11-23T00:58:32.1014781Z adding 'torch/include/ATen/native/SpectralOpsUtils.h' 2022-11-23T00:58:32.1017329Z adding 'torch/include/ATen/native/StridedRandomAccessor.h' 2022-11-23T00:58:32.1019315Z adding 'torch/include/ATen/native/TensorAdvancedIndexing.h' 2022-11-23T00:58:32.1021547Z adding 'torch/include/ATen/native/TensorAdvancedIndexingUtils.h' 2022-11-23T00:58:32.1023325Z adding 'torch/include/ATen/native/TensorCompare.h' 2022-11-23T00:58:32.1024980Z adding 'torch/include/ATen/native/TensorConversions.h' 2022-11-23T00:58:32.1026889Z adding 'torch/include/ATen/native/TensorDimApply.h' 2022-11-23T00:58:32.1029185Z adding 'torch/include/ATen/native/TensorFactories.h' 2022-11-23T00:58:32.1030643Z adding 'torch/include/ATen/native/TensorIterator.h' 2022-11-23T00:58:32.1032471Z adding 'torch/include/ATen/native/TensorIteratorDynamicCasting.h' 2022-11-23T00:58:32.1033888Z adding 'torch/include/ATen/native/TensorProperties.h' 2022-11-23T00:58:32.1035760Z adding 'torch/include/ATen/native/TensorShape.h' 2022-11-23T00:58:32.1037532Z adding 'torch/include/ATen/native/TensorTransformations.h' 2022-11-23T00:58:32.1039599Z adding 'torch/include/ATen/native/TopKImpl.h' 2022-11-23T00:58:32.1041489Z adding 'torch/include/ATen/native/TransposeType.h' 2022-11-23T00:58:32.1043370Z adding 'torch/include/ATen/native/TriangularOpsUtils.h' 2022-11-23T00:58:32.1045010Z adding 'torch/include/ATen/native/TypeProperties.h' 2022-11-23T00:58:32.1047094Z adding 'torch/include/ATen/native/UnaryOps.h' 2022-11-23T00:58:32.1049984Z adding 'torch/include/ATen/native/Unfold2d.h' 2022-11-23T00:58:32.1052052Z adding 'torch/include/ATen/native/Unfold3d.h' 2022-11-23T00:58:32.1053973Z adding 'torch/include/ATen/native/UnfoldBackward.h' 2022-11-23T00:58:32.1058750Z adding 'torch/include/ATen/native/UpSample.h' 2022-11-23T00:58:32.1060890Z adding 'torch/include/ATen/native/batch_norm.h' 2022-11-23T00:58:32.1062553Z adding 'torch/include/ATen/native/group_norm.h' 2022-11-23T00:58:32.1064862Z adding 'torch/include/ATen/native/im2col.h' 2022-11-23T00:58:32.1067704Z adding 'torch/include/ATen/native/im2col_shape_check.h' 2022-11-23T00:58:32.1069994Z adding 'torch/include/ATen/native/layer_norm.h' 2022-11-23T00:58:32.1071712Z adding 'torch/include/ATen/native/verbose_wrapper.h' 2022-11-23T00:58:32.1073700Z adding 'torch/include/ATen/native/vol2col.h' 2022-11-23T00:58:32.1076155Z adding 'torch/include/ATen/native/cpu/AtomicAddFloat.h' 2022-11-23T00:58:32.1077838Z adding 'torch/include/ATen/native/cpu/CatKernel.h' 2022-11-23T00:58:32.1079588Z adding 'torch/include/ATen/native/cpu/ChannelShuffleKernel.h' 2022-11-23T00:58:32.1081124Z adding 'torch/include/ATen/native/cpu/CopyKernel.h' 2022-11-23T00:58:32.1082765Z adding 'torch/include/ATen/native/cpu/DepthwiseConvKernel.h' 2022-11-23T00:58:32.1086284Z adding 'torch/include/ATen/native/cpu/DistributionTemplates.h' 2022-11-23T00:58:32.1088440Z adding 'torch/include/ATen/native/cpu/GridSamplerKernel.h' 2022-11-23T00:58:32.1090688Z adding 'torch/include/ATen/native/cpu/IndexKernelUtils.h' 2022-11-23T00:58:32.1092615Z adding 'torch/include/ATen/native/cpu/Intrinsics.h' 2022-11-23T00:58:32.1094626Z adding 'torch/include/ATen/native/cpu/IsContiguous.h' 2022-11-23T00:58:32.1098847Z adding 'torch/include/ATen/native/cpu/Loops.h' 2022-11-23T00:58:32.1100911Z adding 'torch/include/ATen/native/cpu/MaxUnpoolKernel.h' 2022-11-23T00:58:32.1102625Z adding 'torch/include/ATen/native/cpu/PixelShuffleKernel.h' 2022-11-23T00:58:32.1106982Z adding 'torch/include/ATen/native/cpu/Reduce.h' 2022-11-23T00:58:32.1110040Z adding 'torch/include/ATen/native/cpu/SerialStackImpl.h' 2022-11-23T00:58:32.1111793Z adding 'torch/include/ATen/native/cpu/SoftmaxKernel.h' 2022-11-23T00:58:32.1113558Z adding 'torch/include/ATen/native/cpu/StackKernel.h' 2022-11-23T00:58:32.1115023Z adding 'torch/include/ATen/native/cpu/WeightNormKernel.h' 2022-11-23T00:58:32.1119739Z adding 'torch/include/ATen/native/cpu/avx_mathfun.h' 2022-11-23T00:58:32.1121987Z adding 'torch/include/ATen/native/cpu/mixed_data_type.h' 2022-11-23T00:58:32.1124413Z adding 'torch/include/ATen/native/cpu/moments_utils.h' 2022-11-23T00:58:32.1126804Z adding 'torch/include/ATen/native/cpu/utils.h' 2022-11-23T00:58:32.1129261Z adding 'torch/include/ATen/native/cpu/zmath.h' 2022-11-23T00:58:32.1132194Z adding 'torch/include/ATen/native/cuda/Activation.h' 2022-11-23T00:58:32.1134174Z adding 'torch/include/ATen/native/cuda/BinaryInternal.h' 2022-11-23T00:58:32.1137551Z adding 'torch/include/ATen/native/cuda/CUDAJitLoops.cuh' 2022-11-23T00:58:32.1141189Z adding 'torch/include/ATen/native/cuda/CUDALoops.cuh' 2022-11-23T00:58:32.1143154Z adding 'torch/include/ATen/native/cuda/CompositeRandomAccessor.h' 2022-11-23T00:58:32.1144671Z adding 'torch/include/ATen/native/cuda/Copy.h' 2022-11-23T00:58:32.1150647Z adding 'torch/include/ATen/native/cuda/CuFFTPlanCache.h' 2022-11-23T00:58:32.1152951Z adding 'torch/include/ATen/native/cuda/CuFFTUtils.h' 2022-11-23T00:58:32.1154552Z adding 'torch/include/ATen/native/cuda/DeviceSqrt.cuh' 2022-11-23T00:58:32.1160927Z adding 'torch/include/ATen/native/cuda/DistributionTemplates.h' 2022-11-23T00:58:32.1163160Z adding 'torch/include/ATen/native/cuda/Distributions.h' 2022-11-23T00:58:32.1164835Z adding 'torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh' 2022-11-23T00:58:32.1167675Z adding 'torch/include/ATen/native/cuda/ForeachFunctors.cuh' 2022-11-23T00:58:32.1171342Z adding 'torch/include/ATen/native/cuda/GridSampler.cuh' 2022-11-23T00:58:32.1173232Z adding 'torch/include/ATen/native/cuda/GridSampler.h' 2022-11-23T00:58:32.1174828Z adding 'torch/include/ATen/native/cuda/IndexKernel.h' 2022-11-23T00:58:32.1177537Z adding 'torch/include/ATen/native/cuda/JitLoops.cuh' 2022-11-23T00:58:32.1179839Z adding 'torch/include/ATen/native/cuda/KernelUtils.cuh' 2022-11-23T00:58:32.1181474Z adding 'torch/include/ATen/native/cuda/LaunchUtils.h' 2022-11-23T00:58:32.1184879Z adding 'torch/include/ATen/native/cuda/Loops.cuh' 2022-11-23T00:58:32.1213802Z adding 'torch/include/ATen/native/cuda/Math.cuh' 2022-11-23T00:58:32.1220444Z adding 'torch/include/ATen/native/cuda/MemoryAccess.cuh' 2022-11-23T00:58:32.1222590Z adding 'torch/include/ATen/native/cuda/MiscUtils.h' 2022-11-23T00:58:32.1225662Z adding 'torch/include/ATen/native/cuda/MultiTensorApply.cuh' 2022-11-23T00:58:32.1240757Z adding 'torch/include/ATen/native/cuda/Normalization.cuh' 2022-11-23T00:58:32.1246638Z adding 'torch/include/ATen/native/cuda/PersistentSoftmax.cuh' 2022-11-23T00:58:32.1248835Z adding 'torch/include/ATen/native/cuda/Pow.cuh' 2022-11-23T00:58:32.1252854Z adding 'torch/include/ATen/native/cuda/ROCmLoops.cuh' 2022-11-23T00:58:32.1255117Z adding 'torch/include/ATen/native/cuda/Randperm.cuh' 2022-11-23T00:58:32.1268168Z adding 'torch/include/ATen/native/cuda/Reduce.cuh' 2022-11-23T00:58:32.1270854Z adding 'torch/include/ATen/native/cuda/ReduceOps.h' 2022-11-23T00:58:32.1272718Z adding 'torch/include/ATen/native/cuda/Resize.h' 2022-11-23T00:58:32.1274275Z adding 'torch/include/ATen/native/cuda/ScanKernels.h' 2022-11-23T00:58:32.1278508Z adding 'torch/include/ATen/native/cuda/ScanUtils.cuh' 2022-11-23T00:58:32.1280641Z adding 'torch/include/ATen/native/cuda/Sort.h' 2022-11-23T00:58:32.1282246Z adding 'torch/include/ATen/native/cuda/SortStable.h' 2022-11-23T00:58:32.1285312Z adding 'torch/include/ATen/native/cuda/SortUtils.cuh' 2022-11-23T00:58:32.1287100Z adding 'torch/include/ATen/native/cuda/Sorting.h' 2022-11-23T00:58:32.1289500Z adding 'torch/include/ATen/native/cuda/SortingCommon.cuh' 2022-11-23T00:58:32.1293532Z adding 'torch/include/ATen/native/cuda/SortingRadixSelect.cuh' 2022-11-23T00:58:32.1298774Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.cuh' 2022-11-23T00:58:32.1300673Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.h' 2022-11-23T00:58:32.1302178Z adding 'torch/include/ATen/native/cuda/TensorTopK.h' 2022-11-23T00:58:32.1303677Z adding 'torch/include/ATen/native/cuda/UniqueCub.cuh' 2022-11-23T00:58:32.1307255Z adding 'torch/include/ATen/native/cuda/UpSample.cuh' 2022-11-23T00:58:32.1309555Z adding 'torch/include/ATen/native/cuda/block_reduce.cuh' 2022-11-23T00:58:32.1311198Z adding 'torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh' 2022-11-23T00:58:32.1312748Z adding 'torch/include/ATen/native/cuda/fused_adam_impl.cuh' 2022-11-23T00:58:32.1315205Z adding 'torch/include/ATen/native/cuda/fused_adam_utils.cuh' 2022-11-23T00:58:32.1318351Z adding 'torch/include/ATen/native/cuda/im2col.cuh' 2022-11-23T00:58:32.1321226Z adding 'torch/include/ATen/native/cuda/jit_utils.h' 2022-11-23T00:58:32.1327079Z adding 'torch/include/ATen/native/cuda/reduction_template.cuh' 2022-11-23T00:58:32.1329195Z adding 'torch/include/ATen/native/cuda/thread_constants.h' 2022-11-23T00:58:32.1332282Z adding 'torch/include/ATen/native/cuda/vol2col.cuh' 2022-11-23T00:58:32.1334707Z adding 'torch/include/ATen/native/quantized/AffineQuantizer.h' 2022-11-23T00:58:32.1336561Z adding 'torch/include/ATen/native/quantized/AffineQuantizerBase.h' 2022-11-23T00:58:32.1338044Z adding 'torch/include/ATen/native/quantized/Copy.h' 2022-11-23T00:58:32.1339705Z adding 'torch/include/ATen/native/quantized/FakeQuantAffine.h' 2022-11-23T00:58:32.1341252Z adding 'torch/include/ATen/native/quantized/IndexKernel.h' 2022-11-23T00:58:32.1342941Z adding 'torch/include/ATen/native/quantized/PackedParams.h' 2022-11-23T00:58:32.1344926Z adding 'torch/include/ATen/native/quantized/cpu/BinaryOps.h' 2022-11-23T00:58:32.1346653Z adding 'torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h' 2022-11-23T00:58:32.1350072Z adding 'torch/include/ATen/native/quantized/cpu/OnednnUtils.h' 2022-11-23T00:58:32.1355202Z adding 'torch/include/ATen/native/quantized/cpu/QnnpackUtils.h' 2022-11-23T00:58:32.1358994Z adding 'torch/include/ATen/native/quantized/cpu/QuantUtils.h' 2022-11-23T00:58:32.1362052Z adding 'torch/include/ATen/native/quantized/cpu/QuantizedOps.h' 2022-11-23T00:58:32.1363751Z adding 'torch/include/ATen/native/quantized/cpu/RuyUtils.h' 2022-11-23T00:58:32.1367044Z adding 'torch/include/ATen/native/quantized/cpu/XnnpackUtils.h' 2022-11-23T00:58:32.1371189Z adding 'torch/include/ATen/native/quantized/cpu/conv_serialization.h' 2022-11-23T00:58:32.1374923Z adding 'torch/include/ATen/native/quantized/cpu/fbgemm_utils.h' 2022-11-23T00:58:32.1376789Z adding 'torch/include/ATen/native/quantized/cpu/init_qnnpack.h' 2022-11-23T00:58:32.1378582Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag.h' 2022-11-23T00:58:32.1380169Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h' 2022-11-23T00:58:32.1442921Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d.h' 2022-11-23T00:58:32.1444473Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h' 2022-11-23T00:58:32.1446116Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.1447754Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h' 2022-11-23T00:58:32.1449343Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h' 2022-11-23T00:58:32.1450943Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h' 2022-11-23T00:58:32.1452642Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h' 2022-11-23T00:58:32.1454464Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.1456088Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h' 2022-11-23T00:58:32.1468736Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h' 2022-11-23T00:58:32.1469360Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_native.h' 2022-11-23T00:58:32.1469832Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h' 2022-11-23T00:58:32.1470376Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d.h' 2022-11-23T00:58:32.1470956Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h' 2022-11-23T00:58:32.1471509Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.1472369Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h' 2022-11-23T00:58:32.1472834Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h' 2022-11-23T00:58:32.1473339Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h' 2022-11-23T00:58:32.1474020Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h' 2022-11-23T00:58:32.1475860Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.1477539Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h' 2022-11-23T00:58:32.1479329Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h' 2022-11-23T00:58:32.1481045Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_native.h' 2022-11-23T00:58:32.1482895Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h' 2022-11-23T00:58:32.1484650Z adding 'torch/include/ATen/ops/_add_batch_dim.h' 2022-11-23T00:58:32.1486563Z adding 'torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.1488100Z adding 'torch/include/ATen/ops/_add_batch_dim_native.h' 2022-11-23T00:58:32.1489860Z adding 'torch/include/ATen/ops/_add_batch_dim_ops.h' 2022-11-23T00:58:32.1491746Z adding 'torch/include/ATen/ops/_add_relu.h' 2022-11-23T00:58:32.1493710Z adding 'torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.1495408Z adding 'torch/include/ATen/ops/_add_relu_cpu_dispatch.h' 2022-11-23T00:58:32.1497139Z adding 'torch/include/ATen/ops/_add_relu_meta_dispatch.h' 2022-11-23T00:58:32.1498802Z adding 'torch/include/ATen/ops/_add_relu_native.h' 2022-11-23T00:58:32.1500821Z adding 'torch/include/ATen/ops/_add_relu_ops.h' 2022-11-23T00:58:32.1502791Z adding 'torch/include/ATen/ops/_addmm_activation.h' 2022-11-23T00:58:32.1504930Z adding 'torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.1506620Z adding 'torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h' 2022-11-23T00:58:32.1508408Z adding 'torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h' 2022-11-23T00:58:32.1510117Z adding 'torch/include/ATen/ops/_addmm_activation_meta.h' 2022-11-23T00:58:32.1511935Z adding 'torch/include/ATen/ops/_addmm_activation_meta_dispatch.h' 2022-11-23T00:58:32.1513587Z adding 'torch/include/ATen/ops/_addmm_activation_native.h' 2022-11-23T00:58:32.1515436Z adding 'torch/include/ATen/ops/_addmm_activation_ops.h' 2022-11-23T00:58:32.1517277Z adding 'torch/include/ATen/ops/_aminmax.h' 2022-11-23T00:58:32.1519320Z adding 'torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.1521018Z adding 'torch/include/ATen/ops/_aminmax_cpu_dispatch.h' 2022-11-23T00:58:32.1522773Z adding 'torch/include/ATen/ops/_aminmax_cuda_dispatch.h' 2022-11-23T00:58:32.1524392Z adding 'torch/include/ATen/ops/_aminmax_native.h' 2022-11-23T00:58:32.1526362Z adding 'torch/include/ATen/ops/_aminmax_ops.h' 2022-11-23T00:58:32.1528398Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h' 2022-11-23T00:58:32.1530338Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.1532028Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h' 2022-11-23T00:58:32.1533707Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h' 2022-11-23T00:58:32.1535629Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h' 2022-11-23T00:58:32.1537462Z adding 'torch/include/ATen/ops/_amp_update_scale.h' 2022-11-23T00:58:32.1539484Z adding 'torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.1541153Z adding 'torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h' 2022-11-23T00:58:32.1542866Z adding 'torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h' 2022-11-23T00:58:32.1544542Z adding 'torch/include/ATen/ops/_amp_update_scale_native.h' 2022-11-23T00:58:32.1546928Z adding 'torch/include/ATen/ops/_amp_update_scale_ops.h' 2022-11-23T00:58:32.1548532Z adding 'torch/include/ATen/ops/_assert_async.h' 2022-11-23T00:58:32.1550248Z adding 'torch/include/ATen/ops/_assert_async_cpu_dispatch.h' 2022-11-23T00:58:32.1551972Z adding 'torch/include/ATen/ops/_assert_async_cuda_dispatch.h' 2022-11-23T00:58:32.1553572Z adding 'torch/include/ATen/ops/_assert_async_native.h' 2022-11-23T00:58:32.1555313Z adding 'torch/include/ATen/ops/_assert_async_ops.h' 2022-11-23T00:58:32.1557071Z adding 'torch/include/ATen/ops/_assert_tensor_metadata.h' 2022-11-23T00:58:32.1558996Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.1560655Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_native.h' 2022-11-23T00:58:32.1562455Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_ops.h' 2022-11-23T00:58:32.1564075Z adding 'torch/include/ATen/ops/_autocast_to_full_precision.h' 2022-11-23T00:58:32.1565998Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.1567419Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_native.h' 2022-11-23T00:58:32.1569265Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_ops.h' 2022-11-23T00:58:32.1570922Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision.h' 2022-11-23T00:58:32.1572802Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.1574375Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_native.h' 2022-11-23T00:58:32.1576201Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h' 2022-11-23T00:58:32.1577758Z adding 'torch/include/ATen/ops/_backward.h' 2022-11-23T00:58:32.1579701Z adding 'torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.1581218Z adding 'torch/include/ATen/ops/_backward_native.h' 2022-11-23T00:58:32.1583004Z adding 'torch/include/ATen/ops/_backward_ops.h' 2022-11-23T00:58:32.1584935Z adding 'torch/include/ATen/ops/_batch_norm_impl_index.h' 2022-11-23T00:58:32.1587048Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward.h' 2022-11-23T00:58:32.1589080Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.1590630Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h' 2022-11-23T00:58:32.1592606Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h' 2022-11-23T00:58:32.1594509Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.1596121Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_native.h' 2022-11-23T00:58:32.1597921Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_ops.h' 2022-11-23T00:58:32.1599759Z adding 'torch/include/ATen/ops/_cast_Byte.h' 2022-11-23T00:58:32.1601678Z adding 'torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.1603264Z adding 'torch/include/ATen/ops/_cast_Byte_native.h' 2022-11-23T00:58:32.1604930Z adding 'torch/include/ATen/ops/_cast_Byte_ops.h' 2022-11-23T00:58:32.1606760Z adding 'torch/include/ATen/ops/_cast_Char.h' 2022-11-23T00:58:32.1608953Z adding 'torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.1610192Z adding 'torch/include/ATen/ops/_cast_Char_native.h' 2022-11-23T00:58:32.1611867Z adding 'torch/include/ATen/ops/_cast_Char_ops.h' 2022-11-23T00:58:32.1613490Z adding 'torch/include/ATen/ops/_cast_Double.h' 2022-11-23T00:58:32.1615261Z adding 'torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.1616760Z adding 'torch/include/ATen/ops/_cast_Double_native.h' 2022-11-23T00:58:32.1619075Z adding 'torch/include/ATen/ops/_cast_Double_ops.h' 2022-11-23T00:58:32.1620174Z adding 'torch/include/ATen/ops/_cast_Float.h' 2022-11-23T00:58:32.1621902Z adding 'torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.1623343Z adding 'torch/include/ATen/ops/_cast_Float_native.h' 2022-11-23T00:58:32.1625077Z adding 'torch/include/ATen/ops/_cast_Float_ops.h' 2022-11-23T00:58:32.1626747Z adding 'torch/include/ATen/ops/_cast_Half.h' 2022-11-23T00:58:32.1628611Z adding 'torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.1629908Z adding 'torch/include/ATen/ops/_cast_Half_native.h' 2022-11-23T00:58:32.1631500Z adding 'torch/include/ATen/ops/_cast_Half_ops.h' 2022-11-23T00:58:32.1633242Z adding 'torch/include/ATen/ops/_cast_Int.h' 2022-11-23T00:58:32.1635217Z adding 'torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.1636812Z adding 'torch/include/ATen/ops/_cast_Int_native.h' 2022-11-23T00:58:32.1638609Z adding 'torch/include/ATen/ops/_cast_Int_ops.h' 2022-11-23T00:58:32.1640426Z adding 'torch/include/ATen/ops/_cast_Long.h' 2022-11-23T00:58:32.1642371Z adding 'torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.1644086Z adding 'torch/include/ATen/ops/_cast_Long_native.h' 2022-11-23T00:58:32.1645863Z adding 'torch/include/ATen/ops/_cast_Long_ops.h' 2022-11-23T00:58:32.1647672Z adding 'torch/include/ATen/ops/_cast_Short.h' 2022-11-23T00:58:32.1649589Z adding 'torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.1651228Z adding 'torch/include/ATen/ops/_cast_Short_native.h' 2022-11-23T00:58:32.1653106Z adding 'torch/include/ATen/ops/_cast_Short_ops.h' 2022-11-23T00:58:32.1654971Z adding 'torch/include/ATen/ops/_cdist_backward.h' 2022-11-23T00:58:32.1656896Z adding 'torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.1658852Z adding 'torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h' 2022-11-23T00:58:32.1663301Z adding 'torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h' 2022-11-23T00:58:32.1665370Z adding 'torch/include/ATen/ops/_cdist_backward_native.h' 2022-11-23T00:58:32.1667357Z adding 'torch/include/ATen/ops/_cdist_backward_ops.h' 2022-11-23T00:58:32.1669251Z adding 'torch/include/ATen/ops/_cdist_forward.h' 2022-11-23T00:58:32.1671206Z adding 'torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.1673030Z adding 'torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h' 2022-11-23T00:58:32.1674772Z adding 'torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h' 2022-11-23T00:58:32.1676541Z adding 'torch/include/ATen/ops/_cdist_forward_native.h' 2022-11-23T00:58:32.1678438Z adding 'torch/include/ATen/ops/_cdist_forward_ops.h' 2022-11-23T00:58:32.1680509Z adding 'torch/include/ATen/ops/_cholesky_solve_helper.h' 2022-11-23T00:58:32.1682433Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.1684222Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h' 2022-11-23T00:58:32.1685976Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h' 2022-11-23T00:58:32.1687748Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_native.h' 2022-11-23T00:58:32.1689652Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_ops.h' 2022-11-23T00:58:32.1691521Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor.h' 2022-11-23T00:58:32.1693407Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.1695142Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_native.h' 2022-11-23T00:58:32.1696977Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h' 2022-11-23T00:58:32.1698771Z adding 'torch/include/ATen/ops/_coalesce.h' 2022-11-23T00:58:32.1700658Z adding 'torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.1702430Z adding 'torch/include/ATen/ops/_coalesce_native.h' 2022-11-23T00:58:32.1704219Z adding 'torch/include/ATen/ops/_coalesce_ops.h' 2022-11-23T00:58:32.1706300Z adding 'torch/include/ATen/ops/_coalesced.h' 2022-11-23T00:58:32.1708327Z adding 'torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.1710046Z adding 'torch/include/ATen/ops/_coalesced_meta_dispatch.h' 2022-11-23T00:58:32.1711734Z adding 'torch/include/ATen/ops/_coalesced_native.h' 2022-11-23T00:58:32.1713622Z adding 'torch/include/ATen/ops/_coalesced_ops.h' 2022-11-23T00:58:32.1715564Z adding 'torch/include/ATen/ops/_compute_linear_combination.h' 2022-11-23T00:58:32.1717423Z adding 'torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h' 2022-11-23T00:58:32.1719376Z adding 'torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h' 2022-11-23T00:58:32.1721088Z adding 'torch/include/ATen/ops/_compute_linear_combination_native.h' 2022-11-23T00:58:32.1723064Z adding 'torch/include/ATen/ops/_compute_linear_combination_ops.h' 2022-11-23T00:58:32.1724756Z adding 'torch/include/ATen/ops/_conj.h' 2022-11-23T00:58:32.1726769Z adding 'torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.1728474Z adding 'torch/include/ATen/ops/_conj_copy.h' 2022-11-23T00:58:32.1730450Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.1732288Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.1733933Z adding 'torch/include/ATen/ops/_conj_copy_native.h' 2022-11-23T00:58:32.1735806Z adding 'torch/include/ATen/ops/_conj_copy_ops.h' 2022-11-23T00:58:32.1737553Z adding 'torch/include/ATen/ops/_conj_native.h' 2022-11-23T00:58:32.1739362Z adding 'torch/include/ATen/ops/_conj_ops.h' 2022-11-23T00:58:32.1741282Z adding 'torch/include/ATen/ops/_conj_physical.h' 2022-11-23T00:58:32.1743240Z adding 'torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.1745072Z adding 'torch/include/ATen/ops/_conj_physical_native.h' 2022-11-23T00:58:32.1747044Z adding 'torch/include/ATen/ops/_conj_physical_ops.h' 2022-11-23T00:58:32.1749291Z adding 'torch/include/ATen/ops/_conv_depthwise2d.h' 2022-11-23T00:58:32.1751379Z adding 'torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h' 2022-11-23T00:58:32.1753223Z adding 'torch/include/ATen/ops/_conv_depthwise2d_native.h' 2022-11-23T00:58:32.1755261Z adding 'torch/include/ATen/ops/_conv_depthwise2d_ops.h' 2022-11-23T00:58:32.1757288Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h' 2022-11-23T00:58:32.1759333Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.1761236Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h' 2022-11-23T00:58:32.1763047Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h' 2022-11-23T00:58:32.1764870Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h' 2022-11-23T00:58:32.1766673Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h' 2022-11-23T00:58:32.1768506Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h' 2022-11-23T00:58:32.1770489Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h' 2022-11-23T00:58:32.1772478Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h' 2022-11-23T00:58:32.1774475Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.1776243Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h' 2022-11-23T00:58:32.1778050Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h' 2022-11-23T00:58:32.1779865Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h' 2022-11-23T00:58:32.1781693Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h' 2022-11-23T00:58:32.1783553Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h' 2022-11-23T00:58:32.1785682Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h' 2022-11-23T00:58:32.1788029Z adding 'torch/include/ATen/ops/_convolution.h' 2022-11-23T00:58:32.1790450Z adding 'torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.1792321Z adding 'torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.1794297Z adding 'torch/include/ATen/ops/_convolution_double_backward.h' 2022-11-23T00:58:32.1796466Z adding 'torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.1798164Z adding 'torch/include/ATen/ops/_convolution_double_backward_native.h' 2022-11-23T00:58:32.1800287Z adding 'torch/include/ATen/ops/_convolution_double_backward_ops.h' 2022-11-23T00:58:32.1802118Z adding 'torch/include/ATen/ops/_convolution_mode.h' 2022-11-23T00:58:32.1804130Z adding 'torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.1805736Z adding 'torch/include/ATen/ops/_convolution_mode_native.h' 2022-11-23T00:58:32.1807737Z adding 'torch/include/ATen/ops/_convolution_mode_ops.h' 2022-11-23T00:58:32.1809666Z adding 'torch/include/ATen/ops/_convolution_native.h' 2022-11-23T00:58:32.1811882Z adding 'torch/include/ATen/ops/_convolution_ops.h' 2022-11-23T00:58:32.1813781Z adding 'torch/include/ATen/ops/_copy_from.h' 2022-11-23T00:58:32.1815729Z adding 'torch/include/ATen/ops/_copy_from_and_resize.h' 2022-11-23T00:58:32.1817686Z adding 'torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.1819347Z adding 'torch/include/ATen/ops/_copy_from_and_resize_native.h' 2022-11-23T00:58:32.1821223Z adding 'torch/include/ATen/ops/_copy_from_and_resize_ops.h' 2022-11-23T00:58:32.1823211Z adding 'torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.1825059Z adding 'torch/include/ATen/ops/_copy_from_native.h' 2022-11-23T00:58:32.1827002Z adding 'torch/include/ATen/ops/_copy_from_ops.h' 2022-11-23T00:58:32.1829010Z adding 'torch/include/ATen/ops/_ctc_loss.h' 2022-11-23T00:58:32.1831145Z adding 'torch/include/ATen/ops/_ctc_loss_backward.h' 2022-11-23T00:58:32.1833186Z adding 'torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.1835005Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h' 2022-11-23T00:58:32.1836857Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h' 2022-11-23T00:58:32.1838794Z adding 'torch/include/ATen/ops/_ctc_loss_backward_native.h' 2022-11-23T00:58:32.1840994Z adding 'torch/include/ATen/ops/_ctc_loss_backward_ops.h' 2022-11-23T00:58:32.1843093Z adding 'torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.1844874Z adding 'torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h' 2022-11-23T00:58:32.1846753Z adding 'torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h' 2022-11-23T00:58:32.1848576Z adding 'torch/include/ATen/ops/_ctc_loss_native.h' 2022-11-23T00:58:32.1850805Z adding 'torch/include/ATen/ops/_ctc_loss_ops.h' 2022-11-23T00:58:32.1852892Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss.h' 2022-11-23T00:58:32.1855039Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.1857070Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h' 2022-11-23T00:58:32.1858863Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_native.h' 2022-11-23T00:58:32.1860712Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_ops.h' 2022-11-23T00:58:32.1862748Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state.h' 2022-11-23T00:58:32.1865119Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.1867110Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h' 2022-11-23T00:58:32.1868462Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_native.h' 2022-11-23T00:58:32.1870465Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h' 2022-11-23T00:58:32.1872519Z adding 'torch/include/ATen/ops/_cudnn_rnn.h' 2022-11-23T00:58:32.1875260Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward.h' 2022-11-23T00:58:32.1877743Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.1879743Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h' 2022-11-23T00:58:32.1881386Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_native.h' 2022-11-23T00:58:32.1883700Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_ops.h' 2022-11-23T00:58:32.1886440Z adding 'torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.1888319Z adding 'torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h' 2022-11-23T00:58:32.1890576Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h' 2022-11-23T00:58:32.1892920Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.1894922Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h' 2022-11-23T00:58:32.1896734Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h' 2022-11-23T00:58:32.1898998Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h' 2022-11-23T00:58:32.1901004Z adding 'torch/include/ATen/ops/_cudnn_rnn_native.h' 2022-11-23T00:58:32.1903489Z adding 'torch/include/ATen/ops/_cudnn_rnn_ops.h' 2022-11-23T00:58:32.1905621Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache.h' 2022-11-23T00:58:32.1907913Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.1909717Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_native.h' 2022-11-23T00:58:32.1911619Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h' 2022-11-23T00:58:32.1913487Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h' 2022-11-23T00:58:32.1915526Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.1917220Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h' 2022-11-23T00:58:32.1919206Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h' 2022-11-23T00:58:32.1921087Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size.h' 2022-11-23T00:58:32.1923115Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.1924933Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h' 2022-11-23T00:58:32.1926813Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h' 2022-11-23T00:58:32.1928623Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h' 2022-11-23T00:58:32.1930653Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.1932484Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h' 2022-11-23T00:58:32.1934420Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h' 2022-11-23T00:58:32.1936275Z adding 'torch/include/ATen/ops/_cummax_helper.h' 2022-11-23T00:58:32.1938217Z adding 'torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h' 2022-11-23T00:58:32.1940088Z adding 'torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h' 2022-11-23T00:58:32.1941938Z adding 'torch/include/ATen/ops/_cummax_helper_native.h' 2022-11-23T00:58:32.1943884Z adding 'torch/include/ATen/ops/_cummax_helper_ops.h' 2022-11-23T00:58:32.1945988Z adding 'torch/include/ATen/ops/_cummin_helper.h' 2022-11-23T00:58:32.1948063Z adding 'torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h' 2022-11-23T00:58:32.1949940Z adding 'torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h' 2022-11-23T00:58:32.1951665Z adding 'torch/include/ATen/ops/_cummin_helper_native.h' 2022-11-23T00:58:32.1953656Z adding 'torch/include/ATen/ops/_cummin_helper_ops.h' 2022-11-23T00:58:32.1955582Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap.h' 2022-11-23T00:58:32.1957549Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.1959384Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_native.h' 2022-11-23T00:58:32.1961435Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_ops.h' 2022-11-23T00:58:32.1963153Z adding 'torch/include/ATen/ops/_dimI.h' 2022-11-23T00:58:32.1964930Z adding 'torch/include/ATen/ops/_dimI_native.h' 2022-11-23T00:58:32.1966914Z adding 'torch/include/ATen/ops/_dimI_ops.h' 2022-11-23T00:58:32.1968753Z adding 'torch/include/ATen/ops/_dimV.h' 2022-11-23T00:58:32.1970448Z adding 'torch/include/ATen/ops/_dimV_native.h' 2022-11-23T00:58:32.1972416Z adding 'torch/include/ATen/ops/_dimV_ops.h' 2022-11-23T00:58:32.1974241Z adding 'torch/include/ATen/ops/_dim_arange.h' 2022-11-23T00:58:32.1976305Z adding 'torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.1977984Z adding 'torch/include/ATen/ops/_dim_arange_native.h' 2022-11-23T00:58:32.1979971Z adding 'torch/include/ATen/ops/_dim_arange_ops.h' 2022-11-23T00:58:32.1981895Z adding 'torch/include/ATen/ops/_dirichlet_grad.h' 2022-11-23T00:58:32.1983972Z adding 'torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.1985869Z adding 'torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h' 2022-11-23T00:58:32.1987832Z adding 'torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h' 2022-11-23T00:58:32.1989637Z adding 'torch/include/ATen/ops/_dirichlet_grad_native.h' 2022-11-23T00:58:32.1991665Z adding 'torch/include/ATen/ops/_dirichlet_grad_ops.h' 2022-11-23T00:58:32.1993669Z adding 'torch/include/ATen/ops/_efficient_attention_backward.h' 2022-11-23T00:58:32.1995615Z adding 'torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h' 2022-11-23T00:58:32.1997465Z adding 'torch/include/ATen/ops/_efficient_attention_backward_native.h' 2022-11-23T00:58:32.1999598Z adding 'torch/include/ATen/ops/_efficient_attention_backward_ops.h' 2022-11-23T00:58:32.2001599Z adding 'torch/include/ATen/ops/_efficient_attention_forward.h' 2022-11-23T00:58:32.2003624Z adding 'torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h' 2022-11-23T00:58:32.2005479Z adding 'torch/include/ATen/ops/_efficient_attention_forward_native.h' 2022-11-23T00:58:32.2007566Z adding 'torch/include/ATen/ops/_efficient_attention_forward_ops.h' 2022-11-23T00:58:32.2009583Z adding 'torch/include/ATen/ops/_efficientzerotensor.h' 2022-11-23T00:58:32.2011663Z adding 'torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2013614Z adding 'torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h' 2022-11-23T00:58:32.2015586Z adding 'torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h' 2022-11-23T00:58:32.2017405Z adding 'torch/include/ATen/ops/_efficientzerotensor_native.h' 2022-11-23T00:58:32.2019509Z adding 'torch/include/ATen/ops/_efficientzerotensor_ops.h' 2022-11-23T00:58:32.2021624Z adding 'torch/include/ATen/ops/_embedding_bag.h' 2022-11-23T00:58:32.2023844Z adding 'torch/include/ATen/ops/_embedding_bag_backward.h' 2022-11-23T00:58:32.2026118Z adding 'torch/include/ATen/ops/_embedding_bag_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.2028172Z adding 'torch/include/ATen/ops/_embedding_bag_backward_native.h' 2022-11-23T00:58:32.2030238Z adding 'torch/include/ATen/ops/_embedding_bag_backward_ops.h' 2022-11-23T00:58:32.2032370Z adding 'torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2034262Z adding 'torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h' 2022-11-23T00:58:32.2036234Z adding 'torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h' 2022-11-23T00:58:32.2038580Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward.h' 2022-11-23T00:58:32.2041150Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2043137Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h' 2022-11-23T00:58:32.2045189Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h' 2022-11-23T00:58:32.2047121Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_native.h' 2022-11-23T00:58:32.2049444Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h' 2022-11-23T00:58:32.2051553Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only.h' 2022-11-23T00:58:32.2053764Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2055713Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h' 2022-11-23T00:58:32.2057702Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h' 2022-11-23T00:58:32.2059647Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_native.h' 2022-11-23T00:58:32.2061917Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_ops.h' 2022-11-23T00:58:32.2063958Z adding 'torch/include/ATen/ops/_embedding_bag_native.h' 2022-11-23T00:58:32.2066480Z adding 'torch/include/ATen/ops/_embedding_bag_ops.h' 2022-11-23T00:58:32.2068582Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h' 2022-11-23T00:58:32.2070752Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2072626Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h' 2022-11-23T00:58:32.2074591Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h' 2022-11-23T00:58:32.2076464Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h' 2022-11-23T00:58:32.2078603Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h' 2022-11-23T00:58:32.2080830Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward.h' 2022-11-23T00:58:32.2083067Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.2084897Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h' 2022-11-23T00:58:32.2086990Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h' 2022-11-23T00:58:32.2089101Z adding 'torch/include/ATen/ops/_empty_affine_quantized.h' 2022-11-23T00:58:32.2091243Z adding 'torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2093196Z adding 'torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h' 2022-11-23T00:58:32.2095202Z adding 'torch/include/ATen/ops/_empty_affine_quantized_native.h' 2022-11-23T00:58:32.2097345Z adding 'torch/include/ATen/ops/_empty_affine_quantized_ops.h' 2022-11-23T00:58:32.2099619Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized.h' 2022-11-23T00:58:32.2101809Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2103858Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h' 2022-11-23T00:58:32.2105974Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h' 2022-11-23T00:58:32.2108475Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h' 2022-11-23T00:58:32.2110180Z adding 'torch/include/ATen/ops/_euclidean_dist.h' 2022-11-23T00:58:32.2112306Z adding 'torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2113936Z adding 'torch/include/ATen/ops/_euclidean_dist_native.h' 2022-11-23T00:58:32.2116174Z adding 'torch/include/ATen/ops/_euclidean_dist_ops.h' 2022-11-23T00:58:32.2119032Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h' 2022-11-23T00:58:32.2121398Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h' 2022-11-23T00:58:32.2123551Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h' 2022-11-23T00:58:32.2125539Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h' 2022-11-23T00:58:32.2127476Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h' 2022-11-23T00:58:32.2129478Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h' 2022-11-23T00:58:32.2131851Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2133537Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h' 2022-11-23T00:58:32.2135740Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h' 2022-11-23T00:58:32.2137449Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h' 2022-11-23T00:58:32.2139649Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h' 2022-11-23T00:58:32.2141678Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h' 2022-11-23T00:58:32.2143833Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h' 2022-11-23T00:58:32.2145683Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h' 2022-11-23T00:58:32.2147668Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h' 2022-11-23T00:58:32.2149560Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h' 2022-11-23T00:58:32.2151585Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h' 2022-11-23T00:58:32.2153654Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2155579Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h' 2022-11-23T00:58:32.2157484Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h' 2022-11-23T00:58:32.2159499Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h' 2022-11-23T00:58:32.2161579Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h' 2022-11-23T00:58:32.2163767Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h' 2022-11-23T00:58:32.2165880Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2167836Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h' 2022-11-23T00:58:32.2169756Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h' 2022-11-23T00:58:32.2171665Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h' 2022-11-23T00:58:32.2173782Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h' 2022-11-23T00:58:32.2175970Z adding 'torch/include/ATen/ops/_fft_c2c.h' 2022-11-23T00:58:32.2178094Z adding 'torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h' 2022-11-23T00:58:32.2180102Z adding 'torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h' 2022-11-23T00:58:32.2181958Z adding 'torch/include/ATen/ops/_fft_c2c_native.h' 2022-11-23T00:58:32.2184026Z adding 'torch/include/ATen/ops/_fft_c2c_ops.h' 2022-11-23T00:58:32.2186102Z adding 'torch/include/ATen/ops/_fft_c2r.h' 2022-11-23T00:58:32.2188144Z adding 'torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h' 2022-11-23T00:58:32.2190122Z adding 'torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h' 2022-11-23T00:58:32.2192029Z adding 'torch/include/ATen/ops/_fft_c2r_native.h' 2022-11-23T00:58:32.2194049Z adding 'torch/include/ATen/ops/_fft_c2r_ops.h' 2022-11-23T00:58:32.2196095Z adding 'torch/include/ATen/ops/_fft_r2c.h' 2022-11-23T00:58:32.2198064Z adding 'torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h' 2022-11-23T00:58:32.2200171Z adding 'torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h' 2022-11-23T00:58:32.2202044Z adding 'torch/include/ATen/ops/_fft_r2c_native.h' 2022-11-23T00:58:32.2204103Z adding 'torch/include/ATen/ops/_fft_r2c_ops.h' 2022-11-23T00:58:32.2206140Z adding 'torch/include/ATen/ops/_flash_attention_forward.h' 2022-11-23T00:58:32.2208323Z adding 'torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h' 2022-11-23T00:58:32.2210095Z adding 'torch/include/ATen/ops/_flash_attention_forward_native.h' 2022-11-23T00:58:32.2212105Z adding 'torch/include/ATen/ops/_flash_attention_forward_ops.h' 2022-11-23T00:58:32.2214009Z adding 'torch/include/ATen/ops/_foobar.h' 2022-11-23T00:58:32.2216128Z adding 'torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2217960Z adding 'torch/include/ATen/ops/_foobar_cpu_dispatch.h' 2022-11-23T00:58:32.2219833Z adding 'torch/include/ATen/ops/_foobar_native.h' 2022-11-23T00:58:32.2221864Z adding 'torch/include/ATen/ops/_foobar_ops.h' 2022-11-23T00:58:32.2223904Z adding 'torch/include/ATen/ops/_foreach_abs.h' 2022-11-23T00:58:32.2226053Z adding 'torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2227991Z adding 'torch/include/ATen/ops/_foreach_abs_cpu_dispatch.h' 2022-11-23T00:58:32.2229846Z adding 'torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h' 2022-11-23T00:58:32.2231720Z adding 'torch/include/ATen/ops/_foreach_abs_native.h' 2022-11-23T00:58:32.2233712Z adding 'torch/include/ATen/ops/_foreach_abs_ops.h' 2022-11-23T00:58:32.2235706Z adding 'torch/include/ATen/ops/_foreach_acos.h' 2022-11-23T00:58:32.2237711Z adding 'torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2239700Z adding 'torch/include/ATen/ops/_foreach_acos_cpu_dispatch.h' 2022-11-23T00:58:32.2241600Z adding 'torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h' 2022-11-23T00:58:32.2243423Z adding 'torch/include/ATen/ops/_foreach_acos_native.h' 2022-11-23T00:58:32.2245472Z adding 'torch/include/ATen/ops/_foreach_acos_ops.h' 2022-11-23T00:58:32.2247663Z adding 'torch/include/ATen/ops/_foreach_add.h' 2022-11-23T00:58:32.2249815Z adding 'torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2251837Z adding 'torch/include/ATen/ops/_foreach_add_cpu_dispatch.h' 2022-11-23T00:58:32.2253788Z adding 'torch/include/ATen/ops/_foreach_add_cuda_dispatch.h' 2022-11-23T00:58:32.2255856Z adding 'torch/include/ATen/ops/_foreach_add_native.h' 2022-11-23T00:58:32.2258199Z adding 'torch/include/ATen/ops/_foreach_add_ops.h' 2022-11-23T00:58:32.2260619Z adding 'torch/include/ATen/ops/_foreach_addcdiv.h' 2022-11-23T00:58:32.2262812Z adding 'torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2264951Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cpu_dispatch.h' 2022-11-23T00:58:32.2267027Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h' 2022-11-23T00:58:32.2269158Z adding 'torch/include/ATen/ops/_foreach_addcdiv_native.h' 2022-11-23T00:58:32.2271654Z adding 'torch/include/ATen/ops/_foreach_addcdiv_ops.h' 2022-11-23T00:58:32.2274118Z adding 'torch/include/ATen/ops/_foreach_addcmul.h' 2022-11-23T00:58:32.2276294Z adding 'torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2278286Z adding 'torch/include/ATen/ops/_foreach_addcmul_cpu_dispatch.h' 2022-11-23T00:58:32.2280320Z adding 'torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h' 2022-11-23T00:58:32.2282452Z adding 'torch/include/ATen/ops/_foreach_addcmul_native.h' 2022-11-23T00:58:32.2284934Z adding 'torch/include/ATen/ops/_foreach_addcmul_ops.h' 2022-11-23T00:58:32.2287112Z adding 'torch/include/ATen/ops/_foreach_asin.h' 2022-11-23T00:58:32.2289106Z adding 'torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2291015Z adding 'torch/include/ATen/ops/_foreach_asin_cpu_dispatch.h' 2022-11-23T00:58:32.2292861Z adding 'torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h' 2022-11-23T00:58:32.2294784Z adding 'torch/include/ATen/ops/_foreach_asin_native.h' 2022-11-23T00:58:32.2296797Z adding 'torch/include/ATen/ops/_foreach_asin_ops.h' 2022-11-23T00:58:32.2298788Z adding 'torch/include/ATen/ops/_foreach_atan.h' 2022-11-23T00:58:32.2300776Z adding 'torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2302784Z adding 'torch/include/ATen/ops/_foreach_atan_cpu_dispatch.h' 2022-11-23T00:58:32.2304568Z adding 'torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h' 2022-11-23T00:58:32.2306601Z adding 'torch/include/ATen/ops/_foreach_atan_native.h' 2022-11-23T00:58:32.2308653Z adding 'torch/include/ATen/ops/_foreach_atan_ops.h' 2022-11-23T00:58:32.2310660Z adding 'torch/include/ATen/ops/_foreach_ceil.h' 2022-11-23T00:58:32.2312610Z adding 'torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2314501Z adding 'torch/include/ATen/ops/_foreach_ceil_cpu_dispatch.h' 2022-11-23T00:58:32.2316337Z adding 'torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h' 2022-11-23T00:58:32.2318203Z adding 'torch/include/ATen/ops/_foreach_ceil_native.h' 2022-11-23T00:58:32.2320267Z adding 'torch/include/ATen/ops/_foreach_ceil_ops.h' 2022-11-23T00:58:32.2322320Z adding 'torch/include/ATen/ops/_foreach_cos.h' 2022-11-23T00:58:32.2324308Z adding 'torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2326303Z adding 'torch/include/ATen/ops/_foreach_cos_cpu_dispatch.h' 2022-11-23T00:58:32.2328152Z adding 'torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h' 2022-11-23T00:58:32.2330023Z adding 'torch/include/ATen/ops/_foreach_cos_native.h' 2022-11-23T00:58:32.2332002Z adding 'torch/include/ATen/ops/_foreach_cos_ops.h' 2022-11-23T00:58:32.2334006Z adding 'torch/include/ATen/ops/_foreach_cosh.h' 2022-11-23T00:58:32.2335999Z adding 'torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2337883Z adding 'torch/include/ATen/ops/_foreach_cosh_cpu_dispatch.h' 2022-11-23T00:58:32.2339730Z adding 'torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h' 2022-11-23T00:58:32.2341542Z adding 'torch/include/ATen/ops/_foreach_cosh_native.h' 2022-11-23T00:58:32.2343593Z adding 'torch/include/ATen/ops/_foreach_cosh_ops.h' 2022-11-23T00:58:32.2346362Z adding 'torch/include/ATen/ops/_foreach_div.h' 2022-11-23T00:58:32.2347984Z adding 'torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2349973Z adding 'torch/include/ATen/ops/_foreach_div_cpu_dispatch.h' 2022-11-23T00:58:32.2351910Z adding 'torch/include/ATen/ops/_foreach_div_cuda_dispatch.h' 2022-11-23T00:58:32.2354102Z adding 'torch/include/ATen/ops/_foreach_div_native.h' 2022-11-23T00:58:32.2356211Z adding 'torch/include/ATen/ops/_foreach_div_ops.h' 2022-11-23T00:58:32.2358107Z adding 'torch/include/ATen/ops/_foreach_erf.h' 2022-11-23T00:58:32.2360181Z adding 'torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2361947Z adding 'torch/include/ATen/ops/_foreach_erf_cpu_dispatch.h' 2022-11-23T00:58:32.2363695Z adding 'torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h' 2022-11-23T00:58:32.2365723Z adding 'torch/include/ATen/ops/_foreach_erf_native.h' 2022-11-23T00:58:32.2367228Z adding 'torch/include/ATen/ops/_foreach_erf_ops.h' 2022-11-23T00:58:32.2368711Z adding 'torch/include/ATen/ops/_foreach_erfc.h' 2022-11-23T00:58:32.2370476Z adding 'torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2372029Z adding 'torch/include/ATen/ops/_foreach_erfc_cpu_dispatch.h' 2022-11-23T00:58:32.2373555Z adding 'torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h' 2022-11-23T00:58:32.2375078Z adding 'torch/include/ATen/ops/_foreach_erfc_native.h' 2022-11-23T00:58:32.2376694Z adding 'torch/include/ATen/ops/_foreach_erfc_ops.h' 2022-11-23T00:58:32.2378265Z adding 'torch/include/ATen/ops/_foreach_exp.h' 2022-11-23T00:58:32.2381049Z adding 'torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2381712Z adding 'torch/include/ATen/ops/_foreach_exp_cpu_dispatch.h' 2022-11-23T00:58:32.2383708Z adding 'torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h' 2022-11-23T00:58:32.2385510Z adding 'torch/include/ATen/ops/_foreach_exp_native.h' 2022-11-23T00:58:32.2386995Z adding 'torch/include/ATen/ops/_foreach_exp_ops.h' 2022-11-23T00:58:32.2388890Z adding 'torch/include/ATen/ops/_foreach_expm1.h' 2022-11-23T00:58:32.2391169Z adding 'torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2392861Z adding 'torch/include/ATen/ops/_foreach_expm1_cpu_dispatch.h' 2022-11-23T00:58:32.2394949Z adding 'torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h' 2022-11-23T00:58:32.2396706Z adding 'torch/include/ATen/ops/_foreach_expm1_native.h' 2022-11-23T00:58:32.2398550Z adding 'torch/include/ATen/ops/_foreach_expm1_ops.h' 2022-11-23T00:58:32.2400281Z adding 'torch/include/ATen/ops/_foreach_floor.h' 2022-11-23T00:58:32.2402492Z adding 'torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2404103Z adding 'torch/include/ATen/ops/_foreach_floor_cpu_dispatch.h' 2022-11-23T00:58:32.2405732Z adding 'torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h' 2022-11-23T00:58:32.2407376Z adding 'torch/include/ATen/ops/_foreach_floor_native.h' 2022-11-23T00:58:32.2409281Z adding 'torch/include/ATen/ops/_foreach_floor_ops.h' 2022-11-23T00:58:32.2411052Z adding 'torch/include/ATen/ops/_foreach_frac.h' 2022-11-23T00:58:32.2412953Z adding 'torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2414631Z adding 'torch/include/ATen/ops/_foreach_frac_cpu_dispatch.h' 2022-11-23T00:58:32.2416295Z adding 'torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h' 2022-11-23T00:58:32.2418048Z adding 'torch/include/ATen/ops/_foreach_frac_native.h' 2022-11-23T00:58:32.2419831Z adding 'torch/include/ATen/ops/_foreach_frac_ops.h' 2022-11-23T00:58:32.2421659Z adding 'torch/include/ATen/ops/_foreach_lgamma.h' 2022-11-23T00:58:32.2423492Z adding 'torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2425310Z adding 'torch/include/ATen/ops/_foreach_lgamma_cpu_dispatch.h' 2022-11-23T00:58:32.2427254Z adding 'torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h' 2022-11-23T00:58:32.2428938Z adding 'torch/include/ATen/ops/_foreach_lgamma_native.h' 2022-11-23T00:58:32.2430998Z adding 'torch/include/ATen/ops/_foreach_lgamma_ops.h' 2022-11-23T00:58:32.2432590Z adding 'torch/include/ATen/ops/_foreach_log.h' 2022-11-23T00:58:32.2434292Z adding 'torch/include/ATen/ops/_foreach_log10.h' 2022-11-23T00:58:32.2435998Z adding 'torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2437502Z adding 'torch/include/ATen/ops/_foreach_log10_cpu_dispatch.h' 2022-11-23T00:58:32.2439154Z adding 'torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h' 2022-11-23T00:58:32.2440730Z adding 'torch/include/ATen/ops/_foreach_log10_native.h' 2022-11-23T00:58:32.2442536Z adding 'torch/include/ATen/ops/_foreach_log10_ops.h' 2022-11-23T00:58:32.2444222Z adding 'torch/include/ATen/ops/_foreach_log1p.h' 2022-11-23T00:58:32.2445993Z adding 'torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2447541Z adding 'torch/include/ATen/ops/_foreach_log1p_cpu_dispatch.h' 2022-11-23T00:58:32.2449234Z adding 'torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h' 2022-11-23T00:58:32.2450754Z adding 'torch/include/ATen/ops/_foreach_log1p_native.h' 2022-11-23T00:58:32.2452463Z adding 'torch/include/ATen/ops/_foreach_log1p_ops.h' 2022-11-23T00:58:32.2454148Z adding 'torch/include/ATen/ops/_foreach_log2.h' 2022-11-23T00:58:32.2455921Z adding 'torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2457486Z adding 'torch/include/ATen/ops/_foreach_log2_cpu_dispatch.h' 2022-11-23T00:58:32.2459188Z adding 'torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h' 2022-11-23T00:58:32.2460740Z adding 'torch/include/ATen/ops/_foreach_log2_native.h' 2022-11-23T00:58:32.2462531Z adding 'torch/include/ATen/ops/_foreach_log2_ops.h' 2022-11-23T00:58:32.2464381Z adding 'torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2466200Z adding 'torch/include/ATen/ops/_foreach_log_cpu_dispatch.h' 2022-11-23T00:58:32.2468110Z adding 'torch/include/ATen/ops/_foreach_log_cuda_dispatch.h' 2022-11-23T00:58:32.2470000Z adding 'torch/include/ATen/ops/_foreach_log_native.h' 2022-11-23T00:58:32.2471818Z adding 'torch/include/ATen/ops/_foreach_log_ops.h' 2022-11-23T00:58:32.2473724Z adding 'torch/include/ATen/ops/_foreach_maximum.h' 2022-11-23T00:58:32.2475667Z adding 'torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2477467Z adding 'torch/include/ATen/ops/_foreach_maximum_cpu_dispatch.h' 2022-11-23T00:58:32.2479316Z adding 'torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h' 2022-11-23T00:58:32.2481150Z adding 'torch/include/ATen/ops/_foreach_maximum_native.h' 2022-11-23T00:58:32.2483154Z adding 'torch/include/ATen/ops/_foreach_maximum_ops.h' 2022-11-23T00:58:32.2485058Z adding 'torch/include/ATen/ops/_foreach_minimum.h' 2022-11-23T00:58:32.2486967Z adding 'torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2488782Z adding 'torch/include/ATen/ops/_foreach_minimum_cpu_dispatch.h' 2022-11-23T00:58:32.2490569Z adding 'torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h' 2022-11-23T00:58:32.2492329Z adding 'torch/include/ATen/ops/_foreach_minimum_native.h' 2022-11-23T00:58:32.2494251Z adding 'torch/include/ATen/ops/_foreach_minimum_ops.h' 2022-11-23T00:58:32.2496319Z adding 'torch/include/ATen/ops/_foreach_mul.h' 2022-11-23T00:58:32.2498387Z adding 'torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2500222Z adding 'torch/include/ATen/ops/_foreach_mul_cpu_dispatch.h' 2022-11-23T00:58:32.2502082Z adding 'torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h' 2022-11-23T00:58:32.2503977Z adding 'torch/include/ATen/ops/_foreach_mul_native.h' 2022-11-23T00:58:32.2506353Z adding 'torch/include/ATen/ops/_foreach_mul_ops.h' 2022-11-23T00:58:32.2508269Z adding 'torch/include/ATen/ops/_foreach_neg.h' 2022-11-23T00:58:32.2510116Z adding 'torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2511889Z adding 'torch/include/ATen/ops/_foreach_neg_cpu_dispatch.h' 2022-11-23T00:58:32.2513628Z adding 'torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h' 2022-11-23T00:58:32.2515325Z adding 'torch/include/ATen/ops/_foreach_neg_native.h' 2022-11-23T00:58:32.2517180Z adding 'torch/include/ATen/ops/_foreach_neg_ops.h' 2022-11-23T00:58:32.2519016Z adding 'torch/include/ATen/ops/_foreach_norm.h' 2022-11-23T00:58:32.2521011Z adding 'torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2522710Z adding 'torch/include/ATen/ops/_foreach_norm_cpu_dispatch.h' 2022-11-23T00:58:32.2524481Z adding 'torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h' 2022-11-23T00:58:32.2526250Z adding 'torch/include/ATen/ops/_foreach_norm_native.h' 2022-11-23T00:58:32.2528167Z adding 'torch/include/ATen/ops/_foreach_norm_ops.h' 2022-11-23T00:58:32.2530011Z adding 'torch/include/ATen/ops/_foreach_reciprocal.h' 2022-11-23T00:58:32.2531897Z adding 'torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2533634Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cpu_dispatch.h' 2022-11-23T00:58:32.2535389Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h' 2022-11-23T00:58:32.2537101Z adding 'torch/include/ATen/ops/_foreach_reciprocal_native.h' 2022-11-23T00:58:32.2538998Z adding 'torch/include/ATen/ops/_foreach_reciprocal_ops.h' 2022-11-23T00:58:32.2540832Z adding 'torch/include/ATen/ops/_foreach_round.h' 2022-11-23T00:58:32.2542698Z adding 'torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2544412Z adding 'torch/include/ATen/ops/_foreach_round_cpu_dispatch.h' 2022-11-23T00:58:32.2546703Z adding 'torch/include/ATen/ops/_foreach_round_cuda_dispatch.h' 2022-11-23T00:58:32.2548405Z adding 'torch/include/ATen/ops/_foreach_round_native.h' 2022-11-23T00:58:32.2550321Z adding 'torch/include/ATen/ops/_foreach_round_ops.h' 2022-11-23T00:58:32.2552226Z adding 'torch/include/ATen/ops/_foreach_sigmoid.h' 2022-11-23T00:58:32.2554262Z adding 'torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2555993Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cpu_dispatch.h' 2022-11-23T00:58:32.2557782Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h' 2022-11-23T00:58:32.2560435Z adding 'torch/include/ATen/ops/_foreach_sigmoid_native.h' 2022-11-23T00:58:32.2562458Z adding 'torch/include/ATen/ops/_foreach_sigmoid_ops.h' 2022-11-23T00:58:32.2564352Z adding 'torch/include/ATen/ops/_foreach_sin.h' 2022-11-23T00:58:32.2566279Z adding 'torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2568045Z adding 'torch/include/ATen/ops/_foreach_sin_cpu_dispatch.h' 2022-11-23T00:58:32.2569876Z adding 'torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h' 2022-11-23T00:58:32.2571640Z adding 'torch/include/ATen/ops/_foreach_sin_native.h' 2022-11-23T00:58:32.2573549Z adding 'torch/include/ATen/ops/_foreach_sin_ops.h' 2022-11-23T00:58:32.2575853Z adding 'torch/include/ATen/ops/_foreach_sinh.h' 2022-11-23T00:58:32.2580686Z adding 'torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2582509Z adding 'torch/include/ATen/ops/_foreach_sinh_cpu_dispatch.h' 2022-11-23T00:58:32.2584345Z adding 'torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h' 2022-11-23T00:58:32.2586388Z adding 'torch/include/ATen/ops/_foreach_sinh_native.h' 2022-11-23T00:58:32.2588362Z adding 'torch/include/ATen/ops/_foreach_sinh_ops.h' 2022-11-23T00:58:32.2590231Z adding 'torch/include/ATen/ops/_foreach_sqrt.h' 2022-11-23T00:58:32.2592086Z adding 'torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2593855Z adding 'torch/include/ATen/ops/_foreach_sqrt_cpu_dispatch.h' 2022-11-23T00:58:32.2595585Z adding 'torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h' 2022-11-23T00:58:32.2597317Z adding 'torch/include/ATen/ops/_foreach_sqrt_native.h' 2022-11-23T00:58:32.2599234Z adding 'torch/include/ATen/ops/_foreach_sqrt_ops.h' 2022-11-23T00:58:32.2601328Z adding 'torch/include/ATen/ops/_foreach_sub.h' 2022-11-23T00:58:32.2603437Z adding 'torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2605275Z adding 'torch/include/ATen/ops/_foreach_sub_cpu_dispatch.h' 2022-11-23T00:58:32.2607102Z adding 'torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h' 2022-11-23T00:58:32.2608975Z adding 'torch/include/ATen/ops/_foreach_sub_native.h' 2022-11-23T00:58:32.2611406Z adding 'torch/include/ATen/ops/_foreach_sub_ops.h' 2022-11-23T00:58:32.2613231Z adding 'torch/include/ATen/ops/_foreach_tan.h' 2022-11-23T00:58:32.2615048Z adding 'torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2616996Z adding 'torch/include/ATen/ops/_foreach_tan_cpu_dispatch.h' 2022-11-23T00:58:32.2618656Z adding 'torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h' 2022-11-23T00:58:32.2620301Z adding 'torch/include/ATen/ops/_foreach_tan_native.h' 2022-11-23T00:58:32.2622383Z adding 'torch/include/ATen/ops/_foreach_tan_ops.h' 2022-11-23T00:58:32.2624209Z adding 'torch/include/ATen/ops/_foreach_tanh.h' 2022-11-23T00:58:32.2626534Z adding 'torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2628412Z adding 'torch/include/ATen/ops/_foreach_tanh_cpu_dispatch.h' 2022-11-23T00:58:32.2630075Z adding 'torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h' 2022-11-23T00:58:32.2631934Z adding 'torch/include/ATen/ops/_foreach_tanh_native.h' 2022-11-23T00:58:32.2633917Z adding 'torch/include/ATen/ops/_foreach_tanh_ops.h' 2022-11-23T00:58:32.2635783Z adding 'torch/include/ATen/ops/_foreach_trunc.h' 2022-11-23T00:58:32.2637802Z adding 'torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2639709Z adding 'torch/include/ATen/ops/_foreach_trunc_cpu_dispatch.h' 2022-11-23T00:58:32.2641720Z adding 'torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h' 2022-11-23T00:58:32.2643422Z adding 'torch/include/ATen/ops/_foreach_trunc_native.h' 2022-11-23T00:58:32.2645449Z adding 'torch/include/ATen/ops/_foreach_trunc_ops.h' 2022-11-23T00:58:32.2647011Z adding 'torch/include/ATen/ops/_foreach_zero.h' 2022-11-23T00:58:32.2648849Z adding 'torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2650506Z adding 'torch/include/ATen/ops/_foreach_zero_cpu_dispatch.h' 2022-11-23T00:58:32.2652195Z adding 'torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h' 2022-11-23T00:58:32.2653823Z adding 'torch/include/ATen/ops/_foreach_zero_native.h' 2022-11-23T00:58:32.2655670Z adding 'torch/include/ATen/ops/_foreach_zero_ops.h' 2022-11-23T00:58:32.2657714Z adding 'torch/include/ATen/ops/_fused_adam.h' 2022-11-23T00:58:32.2659756Z adding 'torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2661516Z adding 'torch/include/ATen/ops/_fused_adam_cuda_dispatch.h' 2022-11-23T00:58:32.2663276Z adding 'torch/include/ATen/ops/_fused_adam_native.h' 2022-11-23T00:58:32.2665576Z adding 'torch/include/ATen/ops/_fused_adam_ops.h' 2022-11-23T00:58:32.2667528Z adding 'torch/include/ATen/ops/_fused_dropout.h' 2022-11-23T00:58:32.2669316Z adding 'torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2670975Z adding 'torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h' 2022-11-23T00:58:32.2672649Z adding 'torch/include/ATen/ops/_fused_dropout_native.h' 2022-11-23T00:58:32.2674474Z adding 'torch/include/ATen/ops/_fused_dropout_ops.h' 2022-11-23T00:58:32.2676482Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h' 2022-11-23T00:58:32.2678489Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2680312Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h' 2022-11-23T00:58:32.2682063Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h' 2022-11-23T00:58:32.2683786Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h' 2022-11-23T00:58:32.2685945Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h' 2022-11-23T00:58:32.2687729Z adding 'torch/include/ATen/ops/_fused_sdp_choice.h' 2022-11-23T00:58:32.2689493Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h' 2022-11-23T00:58:32.2691152Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h' 2022-11-23T00:58:32.2692849Z adding 'torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h' 2022-11-23T00:58:32.2694486Z adding 'torch/include/ATen/ops/_fused_sdp_choice_native.h' 2022-11-23T00:58:32.2696292Z adding 'torch/include/ATen/ops/_fused_sdp_choice_ops.h' 2022-11-23T00:58:32.2697902Z adding 'torch/include/ATen/ops/_fw_primal.h' 2022-11-23T00:58:32.2699619Z adding 'torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2701188Z adding 'torch/include/ATen/ops/_fw_primal_copy.h' 2022-11-23T00:58:32.2702962Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2704676Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.2706479Z adding 'torch/include/ATen/ops/_fw_primal_copy_native.h' 2022-11-23T00:58:32.2708325Z adding 'torch/include/ATen/ops/_fw_primal_copy_ops.h' 2022-11-23T00:58:32.2710000Z adding 'torch/include/ATen/ops/_fw_primal_native.h' 2022-11-23T00:58:32.2711784Z adding 'torch/include/ATen/ops/_fw_primal_ops.h' 2022-11-23T00:58:32.2713523Z adding 'torch/include/ATen/ops/_gather_sparse_backward.h' 2022-11-23T00:58:32.2715331Z adding 'torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.2716949Z adding 'torch/include/ATen/ops/_gather_sparse_backward_native.h' 2022-11-23T00:58:32.2718718Z adding 'torch/include/ATen/ops/_gather_sparse_backward_ops.h' 2022-11-23T00:58:32.2720642Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h' 2022-11-23T00:58:32.2722434Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h' 2022-11-23T00:58:32.2724471Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.2726070Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h' 2022-11-23T00:58:32.2727895Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h' 2022-11-23T00:58:32.2729762Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2731397Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h' 2022-11-23T00:58:32.2733274Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h' 2022-11-23T00:58:32.2735051Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type.h' 2022-11-23T00:58:32.2736851Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.2738469Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h' 2022-11-23T00:58:32.2740243Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h' 2022-11-23T00:58:32.2741908Z adding 'torch/include/ATen/ops/_has_same_storage_numel.h' 2022-11-23T00:58:32.2743716Z adding 'torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2745440Z adding 'torch/include/ATen/ops/_has_same_storage_numel_native.h' 2022-11-23T00:58:32.2747492Z adding 'torch/include/ATen/ops/_has_same_storage_numel_ops.h' 2022-11-23T00:58:32.2749303Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges.h' 2022-11-23T00:58:32.2751134Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2752848Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h' 2022-11-23T00:58:32.2754483Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_native.h' 2022-11-23T00:58:32.2756374Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_ops.h' 2022-11-23T00:58:32.2758150Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts.h' 2022-11-23T00:58:32.2760080Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2761706Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h' 2022-11-23T00:58:32.2763387Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h' 2022-11-23T00:58:32.2765256Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h' 2022-11-23T00:58:32.2767082Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors.h' 2022-11-23T00:58:32.2768890Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2770541Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h' 2022-11-23T00:58:32.2772145Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h' 2022-11-23T00:58:32.2773963Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h' 2022-11-23T00:58:32.2775698Z adding 'torch/include/ATen/ops/_index_put_impl.h' 2022-11-23T00:58:32.2777599Z adding 'torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2779226Z adding 'torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h' 2022-11-23T00:58:32.2780892Z adding 'torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h' 2022-11-23T00:58:32.2782538Z adding 'torch/include/ATen/ops/_index_put_impl_meta_dispatch.h' 2022-11-23T00:58:32.2784218Z adding 'torch/include/ATen/ops/_index_put_impl_native.h' 2022-11-23T00:58:32.2786414Z adding 'torch/include/ATen/ops/_index_put_impl_ops.h' 2022-11-23T00:58:32.2788136Z adding 'torch/include/ATen/ops/_indices.h' 2022-11-23T00:58:32.2789828Z adding 'torch/include/ATen/ops/_indices_copy.h' 2022-11-23T00:58:32.2791738Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2793516Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.2795087Z adding 'torch/include/ATen/ops/_indices_copy_native.h' 2022-11-23T00:58:32.2796958Z adding 'torch/include/ATen/ops/_indices_copy_ops.h' 2022-11-23T00:58:32.2798560Z adding 'torch/include/ATen/ops/_indices_native.h' 2022-11-23T00:58:32.2800353Z adding 'torch/include/ATen/ops/_indices_ops.h' 2022-11-23T00:58:32.2802102Z adding 'torch/include/ATen/ops/_is_zerotensor.h' 2022-11-23T00:58:32.2803837Z adding 'torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.2805443Z adding 'torch/include/ATen/ops/_is_zerotensor_native.h' 2022-11-23T00:58:32.2807246Z adding 'torch/include/ATen/ops/_is_zerotensor_ops.h' 2022-11-23T00:58:32.2809007Z adding 'torch/include/ATen/ops/_linalg_check_errors.h' 2022-11-23T00:58:32.2810853Z adding 'torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2812433Z adding 'torch/include/ATen/ops/_linalg_check_errors_native.h' 2022-11-23T00:58:32.2814214Z adding 'torch/include/ATen/ops/_linalg_check_errors_ops.h' 2022-11-23T00:58:32.2815953Z adding 'torch/include/ATen/ops/_linalg_det.h' 2022-11-23T00:58:32.2817849Z adding 'torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.2819506Z adding 'torch/include/ATen/ops/_linalg_det_cpu_dispatch.h' 2022-11-23T00:58:32.2821305Z adding 'torch/include/ATen/ops/_linalg_det_cuda_dispatch.h' 2022-11-23T00:58:32.2822959Z adding 'torch/include/ATen/ops/_linalg_det_meta.h' 2022-11-23T00:58:32.2824724Z adding 'torch/include/ATen/ops/_linalg_det_meta_dispatch.h' 2022-11-23T00:58:32.2826477Z adding 'torch/include/ATen/ops/_linalg_det_native.h' 2022-11-23T00:58:32.2828290Z adding 'torch/include/ATen/ops/_linalg_det_ops.h' 2022-11-23T00:58:32.2830074Z adding 'torch/include/ATen/ops/_linalg_eigh.h' 2022-11-23T00:58:32.2831965Z adding 'torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.2833616Z adding 'torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h' 2022-11-23T00:58:32.2835363Z adding 'torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h' 2022-11-23T00:58:32.2836908Z adding 'torch/include/ATen/ops/_linalg_eigh_meta.h' 2022-11-23T00:58:32.2838674Z adding 'torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h' 2022-11-23T00:58:32.2840371Z adding 'torch/include/ATen/ops/_linalg_eigh_native.h' 2022-11-23T00:58:32.2842191Z adding 'torch/include/ATen/ops/_linalg_eigh_ops.h' 2022-11-23T00:58:32.2843951Z adding 'torch/include/ATen/ops/_linalg_slogdet.h' 2022-11-23T00:58:32.2845762Z adding 'torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.2847400Z adding 'torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h' 2022-11-23T00:58:32.2849422Z adding 'torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h' 2022-11-23T00:58:32.2851000Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta.h' 2022-11-23T00:58:32.2852569Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h' 2022-11-23T00:58:32.2854153Z adding 'torch/include/ATen/ops/_linalg_slogdet_native.h' 2022-11-23T00:58:32.2855956Z adding 'torch/include/ATen/ops/_linalg_slogdet_ops.h' 2022-11-23T00:58:32.2857748Z adding 'torch/include/ATen/ops/_linalg_solve_ex.h' 2022-11-23T00:58:32.2859569Z adding 'torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.2861214Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h' 2022-11-23T00:58:32.2862993Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h' 2022-11-23T00:58:32.2864564Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta.h' 2022-11-23T00:58:32.2866687Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h' 2022-11-23T00:58:32.2868364Z adding 'torch/include/ATen/ops/_linalg_solve_ex_native.h' 2022-11-23T00:58:32.2870214Z adding 'torch/include/ATen/ops/_linalg_solve_ex_ops.h' 2022-11-23T00:58:32.2872034Z adding 'torch/include/ATen/ops/_linalg_svd.h' 2022-11-23T00:58:32.2873965Z adding 'torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.2875736Z adding 'torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h' 2022-11-23T00:58:32.2877375Z adding 'torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h' 2022-11-23T00:58:32.2879014Z adding 'torch/include/ATen/ops/_linalg_svd_meta.h' 2022-11-23T00:58:32.2880855Z adding 'torch/include/ATen/ops/_linalg_svd_meta_dispatch.h' 2022-11-23T00:58:32.2882501Z adding 'torch/include/ATen/ops/_linalg_svd_native.h' 2022-11-23T00:58:32.2884397Z adding 'torch/include/ATen/ops/_linalg_svd_ops.h' 2022-11-23T00:58:32.2886079Z adding 'torch/include/ATen/ops/_local_scalar_dense.h' 2022-11-23T00:58:32.2887826Z adding 'torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h' 2022-11-23T00:58:32.2889454Z adding 'torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h' 2022-11-23T00:58:32.2891156Z adding 'torch/include/ATen/ops/_local_scalar_dense_native.h' 2022-11-23T00:58:32.2892911Z adding 'torch/include/ATen/ops/_local_scalar_dense_ops.h' 2022-11-23T00:58:32.2894972Z adding 'torch/include/ATen/ops/_log_softmax.h' 2022-11-23T00:58:32.2896645Z adding 'torch/include/ATen/ops/_log_softmax_backward_data.h' 2022-11-23T00:58:32.2898683Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.2900467Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h' 2022-11-23T00:58:32.2902199Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h' 2022-11-23T00:58:32.2903909Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta.h' 2022-11-23T00:58:32.2905888Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h' 2022-11-23T00:58:32.2907681Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_native.h' 2022-11-23T00:58:32.2909587Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_ops.h' 2022-11-23T00:58:32.2911379Z adding 'torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.2913038Z adding 'torch/include/ATen/ops/_log_softmax_cpu_dispatch.h' 2022-11-23T00:58:32.2914752Z adding 'torch/include/ATen/ops/_log_softmax_cuda_dispatch.h' 2022-11-23T00:58:32.2916436Z adding 'torch/include/ATen/ops/_log_softmax_meta.h' 2022-11-23T00:58:32.2918081Z adding 'torch/include/ATen/ops/_log_softmax_meta_dispatch.h' 2022-11-23T00:58:32.2919945Z adding 'torch/include/ATen/ops/_log_softmax_native.h' 2022-11-23T00:58:32.2921791Z adding 'torch/include/ATen/ops/_log_softmax_ops.h' 2022-11-23T00:58:32.2923564Z adding 'torch/include/ATen/ops/_logcumsumexp.h' 2022-11-23T00:58:32.2925285Z adding 'torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h' 2022-11-23T00:58:32.2927016Z adding 'torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h' 2022-11-23T00:58:32.2928628Z adding 'torch/include/ATen/ops/_logcumsumexp_native.h' 2022-11-23T00:58:32.2930487Z adding 'torch/include/ATen/ops/_logcumsumexp_ops.h' 2022-11-23T00:58:32.2932397Z adding 'torch/include/ATen/ops/_lstm_mps.h' 2022-11-23T00:58:32.2934353Z adding 'torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2935987Z adding 'torch/include/ATen/ops/_lstm_mps_native.h' 2022-11-23T00:58:32.2937976Z adding 'torch/include/ATen/ops/_lstm_mps_ops.h' 2022-11-23T00:58:32.2939720Z adding 'torch/include/ATen/ops/_lu_with_info.h' 2022-11-23T00:58:32.2941603Z adding 'torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.2943141Z adding 'torch/include/ATen/ops/_lu_with_info_native.h' 2022-11-23T00:58:32.2945276Z adding 'torch/include/ATen/ops/_lu_with_info_ops.h' 2022-11-23T00:58:32.2946992Z adding 'torch/include/ATen/ops/_make_dual.h' 2022-11-23T00:58:32.2948798Z adding 'torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2950735Z adding 'torch/include/ATen/ops/_make_dual_copy.h' 2022-11-23T00:58:32.2952523Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2954339Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.2956105Z adding 'torch/include/ATen/ops/_make_dual_copy_native.h' 2022-11-23T00:58:32.2957989Z adding 'torch/include/ATen/ops/_make_dual_copy_ops.h' 2022-11-23T00:58:32.2959654Z adding 'torch/include/ATen/ops/_make_dual_native.h' 2022-11-23T00:58:32.2961511Z adding 'torch/include/ATen/ops/_make_dual_ops.h' 2022-11-23T00:58:32.2963518Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor.h' 2022-11-23T00:58:32.2965293Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2967335Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h' 2022-11-23T00:58:32.2968686Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h' 2022-11-23T00:58:32.2970203Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h' 2022-11-23T00:58:32.2971979Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h' 2022-11-23T00:58:32.2973767Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h' 2022-11-23T00:58:32.2975558Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2977965Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h' 2022-11-23T00:58:32.2979725Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h' 2022-11-23T00:58:32.2981350Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h' 2022-11-23T00:58:32.2983134Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h' 2022-11-23T00:58:32.2985056Z adding 'torch/include/ATen/ops/_masked_scale.h' 2022-11-23T00:58:32.2986848Z adding 'torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2988469Z adding 'torch/include/ATen/ops/_masked_scale_cuda_dispatch.h' 2022-11-23T00:58:32.2990088Z adding 'torch/include/ATen/ops/_masked_scale_native.h' 2022-11-23T00:58:32.2991874Z adding 'torch/include/ATen/ops/_masked_scale_ops.h' 2022-11-23T00:58:32.2993624Z adding 'torch/include/ATen/ops/_masked_softmax.h' 2022-11-23T00:58:32.2995421Z adding 'torch/include/ATen/ops/_masked_softmax_backward.h' 2022-11-23T00:58:32.2997271Z adding 'torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.2999297Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h' 2022-11-23T00:58:32.3000866Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h' 2022-11-23T00:58:32.3002506Z adding 'torch/include/ATen/ops/_masked_softmax_backward_native.h' 2022-11-23T00:58:32.3004367Z adding 'torch/include/ATen/ops/_masked_softmax_backward_ops.h' 2022-11-23T00:58:32.3006230Z adding 'torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3007895Z adding 'torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h' 2022-11-23T00:58:32.3009613Z adding 'torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h' 2022-11-23T00:58:32.3011409Z adding 'torch/include/ATen/ops/_masked_softmax_native.h' 2022-11-23T00:58:32.3013175Z adding 'torch/include/ATen/ops/_masked_softmax_ops.h' 2022-11-23T00:58:32.3014976Z adding 'torch/include/ATen/ops/_mkldnn_reshape.h' 2022-11-23T00:58:32.3016814Z adding 'torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3018413Z adding 'torch/include/ATen/ops/_mkldnn_reshape_native.h' 2022-11-23T00:58:32.3020225Z adding 'torch/include/ATen/ops/_mkldnn_reshape_ops.h' 2022-11-23T00:58:32.3022037Z adding 'torch/include/ATen/ops/_mkldnn_transpose.h' 2022-11-23T00:58:32.3023872Z adding 'torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3025694Z adding 'torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h' 2022-11-23T00:58:32.3027414Z adding 'torch/include/ATen/ops/_mkldnn_transpose_native.h' 2022-11-23T00:58:32.3029138Z adding 'torch/include/ATen/ops/_mkldnn_transpose_ops.h' 2022-11-23T00:58:32.3031012Z adding 'torch/include/ATen/ops/_mps_convolution.h' 2022-11-23T00:58:32.3032833Z adding 'torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3034301Z adding 'torch/include/ATen/ops/_mps_convolution_native.h' 2022-11-23T00:58:32.3036140Z adding 'torch/include/ATen/ops/_mps_convolution_ops.h' 2022-11-23T00:58:32.3038027Z adding 'torch/include/ATen/ops/_mps_convolution_transpose.h' 2022-11-23T00:58:32.3040041Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3041738Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_native.h' 2022-11-23T00:58:32.3043415Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_ops.h' 2022-11-23T00:58:32.3045134Z adding 'torch/include/ATen/ops/_mps_max_pool2d.h' 2022-11-23T00:58:32.3047029Z adding 'torch/include/ATen/ops/_mps_max_pool2d_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3048508Z adding 'torch/include/ATen/ops/_mps_max_pool2d_native.h' 2022-11-23T00:58:32.3050357Z adding 'torch/include/ATen/ops/_mps_max_pool2d_ops.h' 2022-11-23T00:58:32.3052423Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention.h' 2022-11-23T00:58:32.3054483Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3056184Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cpu_dispatch.h' 2022-11-23T00:58:32.3057975Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cuda_dispatch.h' 2022-11-23T00:58:32.3059653Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_native.h' 2022-11-23T00:58:32.3061830Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_ops.h' 2022-11-23T00:58:32.3063771Z adding 'torch/include/ATen/ops/_native_multi_head_attention.h' 2022-11-23T00:58:32.3065921Z adding 'torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3067706Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h' 2022-11-23T00:58:32.3069465Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h' 2022-11-23T00:58:32.3071192Z adding 'torch/include/ATen/ops/_native_multi_head_attention_native.h' 2022-11-23T00:58:32.3073275Z adding 'torch/include/ATen/ops/_native_multi_head_attention_ops.h' 2022-11-23T00:58:32.3074871Z adding 'torch/include/ATen/ops/_neg_view.h' 2022-11-23T00:58:32.3076631Z adding 'torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3078206Z adding 'torch/include/ATen/ops/_neg_view_copy.h' 2022-11-23T00:58:32.3080097Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3081777Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.3083238Z adding 'torch/include/ATen/ops/_neg_view_copy_native.h' 2022-11-23T00:58:32.3084939Z adding 'torch/include/ATen/ops/_neg_view_copy_ops.h' 2022-11-23T00:58:32.3086536Z adding 'torch/include/ATen/ops/_neg_view_native.h' 2022-11-23T00:58:32.3088217Z adding 'torch/include/ATen/ops/_neg_view_ops.h' 2022-11-23T00:58:32.3089991Z adding 'torch/include/ATen/ops/_nested_from_padded.h' 2022-11-23T00:58:32.3091745Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example.h' 2022-11-23T00:58:32.3093607Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3095082Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h' 2022-11-23T00:58:32.3096901Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h' 2022-11-23T00:58:32.3098756Z adding 'torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3100508Z adding 'torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h' 2022-11-23T00:58:32.3102362Z adding 'torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h' 2022-11-23T00:58:32.3104218Z adding 'torch/include/ATen/ops/_nested_from_padded_native.h' 2022-11-23T00:58:32.3105963Z adding 'torch/include/ATen/ops/_nested_from_padded_ops.h' 2022-11-23T00:58:32.3107508Z adding 'torch/include/ATen/ops/_nested_select_backward.h' 2022-11-23T00:58:32.3108957Z adding 'torch/include/ATen/ops/_nested_select_backward_native.h' 2022-11-23T00:58:32.3111005Z adding 'torch/include/ATen/ops/_nested_select_backward_ops.h' 2022-11-23T00:58:32.3112607Z adding 'torch/include/ATen/ops/_nested_sum_backward.h' 2022-11-23T00:58:32.3114153Z adding 'torch/include/ATen/ops/_nested_sum_backward_native.h' 2022-11-23T00:58:32.3116154Z adding 'torch/include/ATen/ops/_nested_sum_backward_ops.h' 2022-11-23T00:58:32.3117892Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask.h' 2022-11-23T00:58:32.3119898Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3121740Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h' 2022-11-23T00:58:32.3123488Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h' 2022-11-23T00:58:32.3125231Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h' 2022-11-23T00:58:32.3127169Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h' 2022-11-23T00:58:32.3128935Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h' 2022-11-23T00:58:32.3130593Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h' 2022-11-23T00:58:32.3132434Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h' 2022-11-23T00:58:32.3134231Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_native.h' 2022-11-23T00:58:32.3136129Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_ops.h' 2022-11-23T00:58:32.3138087Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list.h' 2022-11-23T00:58:32.3140040Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3141772Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h' 2022-11-23T00:58:32.3143812Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h' 2022-11-23T00:58:32.3145699Z adding 'torch/include/ATen/ops/_nested_tensor_offsets.h' 2022-11-23T00:58:32.3147537Z adding 'torch/include/ATen/ops/_nested_tensor_offsets_native.h' 2022-11-23T00:58:32.3149420Z adding 'torch/include/ATen/ops/_nested_tensor_offsets_ops.h' 2022-11-23T00:58:32.3151201Z adding 'torch/include/ATen/ops/_nested_tensor_size.h' 2022-11-23T00:58:32.3153115Z adding 'torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3154748Z adding 'torch/include/ATen/ops/_nested_tensor_size_native.h' 2022-11-23T00:58:32.3156671Z adding 'torch/include/ATen/ops/_nested_tensor_size_ops.h' 2022-11-23T00:58:32.3158436Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h' 2022-11-23T00:58:32.3160355Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h' 2022-11-23T00:58:32.3162194Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h' 2022-11-23T00:58:32.3163942Z adding 'torch/include/ATen/ops/_nested_tensor_strides.h' 2022-11-23T00:58:32.3165823Z adding 'torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3167504Z adding 'torch/include/ATen/ops/_nested_tensor_strides_native.h' 2022-11-23T00:58:32.3169410Z adding 'torch/include/ATen/ops/_nested_tensor_strides_ops.h' 2022-11-23T00:58:32.3171240Z adding 'torch/include/ATen/ops/_nested_view_from_buffer.h' 2022-11-23T00:58:32.3173170Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy.h' 2022-11-23T00:58:32.3175541Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3177433Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.3179106Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h' 2022-11-23T00:58:32.3180951Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h' 2022-11-23T00:58:32.3182775Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h' 2022-11-23T00:58:32.3184588Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h' 2022-11-23T00:58:32.3186462Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_native.h' 2022-11-23T00:58:32.3188251Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_ops.h' 2022-11-23T00:58:32.3190211Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h' 2022-11-23T00:58:32.3192262Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3193923Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h' 2022-11-23T00:58:32.3195824Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h' 2022-11-23T00:58:32.3197569Z adding 'torch/include/ATen/ops/_nnpack_available.h' 2022-11-23T00:58:32.3199555Z adding 'torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.3201159Z adding 'torch/include/ATen/ops/_nnpack_available_native.h' 2022-11-23T00:58:32.3202711Z adding 'torch/include/ATen/ops/_nnpack_available_ops.h' 2022-11-23T00:58:32.3204825Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution.h' 2022-11-23T00:58:32.3206868Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3208524Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_native.h' 2022-11-23T00:58:32.3210317Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h' 2022-11-23T00:58:32.3211881Z adding 'torch/include/ATen/ops/_nnz.h' 2022-11-23T00:58:32.3213440Z adding 'torch/include/ATen/ops/_nnz_native.h' 2022-11-23T00:58:32.3215160Z adding 'torch/include/ATen/ops/_nnz_ops.h' 2022-11-23T00:58:32.3216903Z adding 'torch/include/ATen/ops/_pack_padded_sequence.h' 2022-11-23T00:58:32.3218808Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward.h' 2022-11-23T00:58:32.3220650Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.3222212Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_native.h' 2022-11-23T00:58:32.3223899Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h' 2022-11-23T00:58:32.3226155Z adding 'torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3227762Z adding 'torch/include/ATen/ops/_pack_padded_sequence_native.h' 2022-11-23T00:58:32.3229651Z adding 'torch/include/ATen/ops/_pack_padded_sequence_ops.h' 2022-11-23T00:58:32.3231357Z adding 'torch/include/ATen/ops/_pad_circular.h' 2022-11-23T00:58:32.3233254Z adding 'torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.3234718Z adding 'torch/include/ATen/ops/_pad_circular_native.h' 2022-11-23T00:58:32.3236436Z adding 'torch/include/ATen/ops/_pad_circular_ops.h' 2022-11-23T00:58:32.3238094Z adding 'torch/include/ATen/ops/_pad_enum.h' 2022-11-23T00:58:32.3240075Z adding 'torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.3241600Z adding 'torch/include/ATen/ops/_pad_enum_native.h' 2022-11-23T00:58:32.3243338Z adding 'torch/include/ATen/ops/_pad_enum_ops.h' 2022-11-23T00:58:32.3245112Z adding 'torch/include/ATen/ops/_pad_packed_sequence.h' 2022-11-23T00:58:32.3246985Z adding 'torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.3248460Z adding 'torch/include/ATen/ops/_pad_packed_sequence_native.h' 2022-11-23T00:58:32.3250204Z adding 'torch/include/ATen/ops/_pad_packed_sequence_ops.h' 2022-11-23T00:58:32.3251893Z adding 'torch/include/ATen/ops/_pdist_backward.h' 2022-11-23T00:58:32.3253777Z adding 'torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3255430Z adding 'torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h' 2022-11-23T00:58:32.3257035Z adding 'torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h' 2022-11-23T00:58:32.3258617Z adding 'torch/include/ATen/ops/_pdist_backward_native.h' 2022-11-23T00:58:32.3260439Z adding 'torch/include/ATen/ops/_pdist_backward_ops.h' 2022-11-23T00:58:32.3262087Z adding 'torch/include/ATen/ops/_pdist_forward.h' 2022-11-23T00:58:32.3263923Z adding 'torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3265759Z adding 'torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h' 2022-11-23T00:58:32.3267243Z adding 'torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h' 2022-11-23T00:58:32.3268919Z adding 'torch/include/ATen/ops/_pdist_forward_native.h' 2022-11-23T00:58:32.3270491Z adding 'torch/include/ATen/ops/_pdist_forward_ops.h' 2022-11-23T00:58:32.3272111Z adding 'torch/include/ATen/ops/_pin_memory.h' 2022-11-23T00:58:32.3273856Z adding 'torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3275601Z adding 'torch/include/ATen/ops/_pin_memory_cuda_dispatch.h' 2022-11-23T00:58:32.3277501Z adding 'torch/include/ATen/ops/_pin_memory_native.h' 2022-11-23T00:58:32.3278986Z adding 'torch/include/ATen/ops/_pin_memory_ops.h' 2022-11-23T00:58:32.3280729Z adding 'torch/include/ATen/ops/_remove_batch_dim.h' 2022-11-23T00:58:32.3282524Z adding 'torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.3284014Z adding 'torch/include/ATen/ops/_remove_batch_dim_native.h' 2022-11-23T00:58:32.3285778Z adding 'torch/include/ATen/ops/_remove_batch_dim_ops.h' 2022-11-23T00:58:32.3287493Z adding 'torch/include/ATen/ops/_reshape_alias.h' 2022-11-23T00:58:32.3289409Z adding 'torch/include/ATen/ops/_reshape_alias_copy.h' 2022-11-23T00:58:32.3291302Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3293023Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.3294540Z adding 'torch/include/ATen/ops/_reshape_alias_copy_native.h' 2022-11-23T00:58:32.3296264Z adding 'torch/include/ATen/ops/_reshape_alias_copy_ops.h' 2022-11-23T00:58:32.3297975Z adding 'torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h' 2022-11-23T00:58:32.3299669Z adding 'torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h' 2022-11-23T00:58:32.3301298Z adding 'torch/include/ATen/ops/_reshape_alias_meta_dispatch.h' 2022-11-23T00:58:32.3302874Z adding 'torch/include/ATen/ops/_reshape_alias_native.h' 2022-11-23T00:58:32.3304480Z adding 'torch/include/ATen/ops/_reshape_alias_ops.h' 2022-11-23T00:58:32.3306332Z adding 'torch/include/ATen/ops/_reshape_copy.h' 2022-11-23T00:58:32.3308063Z adding 'torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3309606Z adding 'torch/include/ATen/ops/_reshape_copy_native.h' 2022-11-23T00:58:32.3311218Z adding 'torch/include/ATen/ops/_reshape_copy_ops.h' 2022-11-23T00:58:32.3312923Z adding 'torch/include/ATen/ops/_reshape_from_tensor.h' 2022-11-23T00:58:32.3314589Z adding 'torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.3316145Z adding 'torch/include/ATen/ops/_reshape_from_tensor_native.h' 2022-11-23T00:58:32.3317754Z adding 'torch/include/ATen/ops/_reshape_from_tensor_ops.h' 2022-11-23T00:58:32.3319544Z adding 'torch/include/ATen/ops/_resize_output.h' 2022-11-23T00:58:32.3321358Z adding 'torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3323009Z adding 'torch/include/ATen/ops/_resize_output_meta_dispatch.h' 2022-11-23T00:58:32.3324556Z adding 'torch/include/ATen/ops/_resize_output_native.h' 2022-11-23T00:58:32.3326377Z adding 'torch/include/ATen/ops/_resize_output_ops.h' 2022-11-23T00:58:32.3328027Z adding 'torch/include/ATen/ops/_rowwise_prune.h' 2022-11-23T00:58:32.3329807Z adding 'torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.3331416Z adding 'torch/include/ATen/ops/_rowwise_prune_native.h' 2022-11-23T00:58:32.3333025Z adding 'torch/include/ATen/ops/_rowwise_prune_ops.h' 2022-11-23T00:58:32.3334695Z adding 'torch/include/ATen/ops/_sample_dirichlet.h' 2022-11-23T00:58:32.3336468Z adding 'torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3338060Z adding 'torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h' 2022-11-23T00:58:32.3339753Z adding 'torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h' 2022-11-23T00:58:32.3341342Z adding 'torch/include/ATen/ops/_sample_dirichlet_native.h' 2022-11-23T00:58:32.3343121Z adding 'torch/include/ATen/ops/_sample_dirichlet_ops.h' 2022-11-23T00:58:32.3344976Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16.h' 2022-11-23T00:58:32.3346732Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.3348218Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_native.h' 2022-11-23T00:58:32.3349957Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h' 2022-11-23T00:58:32.3351548Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention.h' 2022-11-23T00:58:32.3353536Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.3355037Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math.h' 2022-11-23T00:58:32.3357226Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.3358519Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h' 2022-11-23T00:58:32.3360379Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h' 2022-11-23T00:58:32.3362087Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_native.h' 2022-11-23T00:58:32.3363869Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_ops.h' 2022-11-23T00:58:32.3365659Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h' 2022-11-23T00:58:32.3367380Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h' 2022-11-23T00:58:32.3369133Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h' 2022-11-23T00:58:32.3370820Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h' 2022-11-23T00:58:32.3372614Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h' 2022-11-23T00:58:32.3374436Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h' 2022-11-23T00:58:32.3376280Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h' 2022-11-23T00:58:32.3378065Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h' 2022-11-23T00:58:32.3379943Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention.h' 2022-11-23T00:58:32.3381664Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h' 2022-11-23T00:58:32.3384022Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h' 2022-11-23T00:58:32.3386081Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h' 2022-11-23T00:58:32.3387991Z adding 'torch/include/ATen/ops/_segment_reduce_backward.h' 2022-11-23T00:58:32.3389878Z adding 'torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3391578Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h' 2022-11-23T00:58:32.3393276Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h' 2022-11-23T00:58:32.3395053Z adding 'torch/include/ATen/ops/_segment_reduce_backward_native.h' 2022-11-23T00:58:32.3396788Z adding 'torch/include/ATen/ops/_segment_reduce_backward_ops.h' 2022-11-23T00:58:32.3398541Z adding 'torch/include/ATen/ops/_shape_as_tensor.h' 2022-11-23T00:58:32.3400297Z adding 'torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.3401864Z adding 'torch/include/ATen/ops/_shape_as_tensor_native.h' 2022-11-23T00:58:32.3403481Z adding 'torch/include/ATen/ops/_shape_as_tensor_ops.h' 2022-11-23T00:58:32.3405375Z adding 'torch/include/ATen/ops/_slow_conv2d_backward.h' 2022-11-23T00:58:32.3407336Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3408993Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h' 2022-11-23T00:58:32.3410768Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h' 2022-11-23T00:58:32.3412442Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_native.h' 2022-11-23T00:58:32.3414462Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_ops.h' 2022-11-23T00:58:32.3416343Z adding 'torch/include/ATen/ops/_slow_conv2d_forward.h' 2022-11-23T00:58:32.3418129Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h' 2022-11-23T00:58:32.3419804Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h' 2022-11-23T00:58:32.3421466Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_native.h' 2022-11-23T00:58:32.3423255Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_ops.h' 2022-11-23T00:58:32.3425109Z adding 'torch/include/ATen/ops/_sobol_engine_draw.h' 2022-11-23T00:58:32.3426883Z adding 'torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.3428481Z adding 'torch/include/ATen/ops/_sobol_engine_draw_native.h' 2022-11-23T00:58:32.3430244Z adding 'torch/include/ATen/ops/_sobol_engine_draw_ops.h' 2022-11-23T00:58:32.3431935Z adding 'torch/include/ATen/ops/_sobol_engine_ff.h' 2022-11-23T00:58:32.3433675Z adding 'torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.3435219Z adding 'torch/include/ATen/ops/_sobol_engine_ff_native.h' 2022-11-23T00:58:32.3436916Z adding 'torch/include/ATen/ops/_sobol_engine_ff_ops.h' 2022-11-23T00:58:32.3438568Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state.h' 2022-11-23T00:58:32.3440350Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.3441927Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_native.h' 2022-11-23T00:58:32.3443609Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h' 2022-11-23T00:58:32.3445228Z adding 'torch/include/ATen/ops/_sobol_engine_scramble.h' 2022-11-23T00:58:32.3446920Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.3448489Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_native.h' 2022-11-23T00:58:32.3450132Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_ops.h' 2022-11-23T00:58:32.3451777Z adding 'torch/include/ATen/ops/_softmax.h' 2022-11-23T00:58:32.3453494Z adding 'torch/include/ATen/ops/_softmax_backward_data.h' 2022-11-23T00:58:32.3455335Z adding 'torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.3456965Z adding 'torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h' 2022-11-23T00:58:32.3458665Z adding 'torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h' 2022-11-23T00:58:32.3460273Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta.h' 2022-11-23T00:58:32.3461987Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h' 2022-11-23T00:58:32.3463587Z adding 'torch/include/ATen/ops/_softmax_backward_data_native.h' 2022-11-23T00:58:32.3465550Z adding 'torch/include/ATen/ops/_softmax_backward_data_ops.h' 2022-11-23T00:58:32.3467316Z adding 'torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.3468949Z adding 'torch/include/ATen/ops/_softmax_cpu_dispatch.h' 2022-11-23T00:58:32.3470601Z adding 'torch/include/ATen/ops/_softmax_cuda_dispatch.h' 2022-11-23T00:58:32.3472215Z adding 'torch/include/ATen/ops/_softmax_meta.h' 2022-11-23T00:58:32.3473853Z adding 'torch/include/ATen/ops/_softmax_meta_dispatch.h' 2022-11-23T00:58:32.3475584Z adding 'torch/include/ATen/ops/_softmax_native.h' 2022-11-23T00:58:32.3477214Z adding 'torch/include/ATen/ops/_softmax_ops.h' 2022-11-23T00:58:32.3478977Z adding 'torch/include/ATen/ops/_sparse_addmm.h' 2022-11-23T00:58:32.3481131Z adding 'torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3482654Z adding 'torch/include/ATen/ops/_sparse_addmm_native.h' 2022-11-23T00:58:32.3484468Z adding 'torch/include/ATen/ops/_sparse_addmm_ops.h' 2022-11-23T00:58:32.3486208Z adding 'torch/include/ATen/ops/_sparse_broadcast_to.h' 2022-11-23T00:58:32.3487850Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy.h' 2022-11-23T00:58:32.3489646Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3491323Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.3492846Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h' 2022-11-23T00:58:32.3494575Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h' 2022-11-23T00:58:32.3496204Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_native.h' 2022-11-23T00:58:32.3497909Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_ops.h' 2022-11-23T00:58:32.3499708Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h' 2022-11-23T00:58:32.3501514Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.3503091Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h' 2022-11-23T00:58:32.3504930Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h' 2022-11-23T00:58:32.3506825Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h' 2022-11-23T00:58:32.3508616Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.3510272Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h' 2022-11-23T00:58:32.3512020Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h' 2022-11-23T00:58:32.3513866Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h' 2022-11-23T00:58:32.3515667Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.3517252Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h' 2022-11-23T00:58:32.3519019Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h' 2022-11-23T00:58:32.3521120Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h' 2022-11-23T00:58:32.3523046Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.3524674Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h' 2022-11-23T00:58:32.3526393Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h' 2022-11-23T00:58:32.3528245Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h' 2022-11-23T00:58:32.3530442Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h' 2022-11-23T00:58:32.3532571Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3534290Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h' 2022-11-23T00:58:32.3535980Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h' 2022-11-23T00:58:32.3537828Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h' 2022-11-23T00:58:32.3539628Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3541233Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h' 2022-11-23T00:58:32.3542903Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h' 2022-11-23T00:58:32.3544751Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h' 2022-11-23T00:58:32.3546962Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h' 2022-11-23T00:58:32.3548684Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.3550294Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h' 2022-11-23T00:58:32.3552044Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h' 2022-11-23T00:58:32.3553807Z adding 'torch/include/ATen/ops/_sparse_csr_prod.h' 2022-11-23T00:58:32.3555594Z adding 'torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3557236Z adding 'torch/include/ATen/ops/_sparse_csr_prod_native.h' 2022-11-23T00:58:32.3558985Z adding 'torch/include/ATen/ops/_sparse_csr_prod_ops.h' 2022-11-23T00:58:32.3560910Z adding 'torch/include/ATen/ops/_sparse_csr_sum.h' 2022-11-23T00:58:32.3562717Z adding 'torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3564298Z adding 'torch/include/ATen/ops/_sparse_csr_sum_native.h' 2022-11-23T00:58:32.3566069Z adding 'torch/include/ATen/ops/_sparse_csr_sum_ops.h' 2022-11-23T00:58:32.3567917Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h' 2022-11-23T00:58:32.3569754Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.3571371Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h' 2022-11-23T00:58:32.3573119Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h' 2022-11-23T00:58:32.3574910Z adding 'torch/include/ATen/ops/_sparse_log_softmax.h' 2022-11-23T00:58:32.3576650Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data.h' 2022-11-23T00:58:32.3578481Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3579971Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h' 2022-11-23T00:58:32.3581841Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h' 2022-11-23T00:58:32.3583567Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3585392Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.3586968Z adding 'torch/include/ATen/ops/_sparse_log_softmax_native.h' 2022-11-23T00:58:32.3588899Z adding 'torch/include/ATen/ops/_sparse_log_softmax_ops.h' 2022-11-23T00:58:32.3590605Z adding 'torch/include/ATen/ops/_sparse_mask_helper.h' 2022-11-23T00:58:32.3592405Z adding 'torch/include/ATen/ops/_sparse_mask_helper_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3593897Z adding 'torch/include/ATen/ops/_sparse_mask_helper_native.h' 2022-11-23T00:58:32.3595828Z adding 'torch/include/ATen/ops/_sparse_mask_helper_ops.h' 2022-11-23T00:58:32.3597477Z adding 'torch/include/ATen/ops/_sparse_mm.h' 2022-11-23T00:58:32.3599281Z adding 'torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.3600829Z adding 'torch/include/ATen/ops/_sparse_mm_native.h' 2022-11-23T00:58:32.3602582Z adding 'torch/include/ATen/ops/_sparse_mm_ops.h' 2022-11-23T00:58:32.3604326Z adding 'torch/include/ATen/ops/_sparse_softmax.h' 2022-11-23T00:58:32.3606139Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data.h' 2022-11-23T00:58:32.3608014Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3609687Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_native.h' 2022-11-23T00:58:32.3611575Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h' 2022-11-23T00:58:32.3613348Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3614939Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.3616547Z adding 'torch/include/ATen/ops/_sparse_softmax_native.h' 2022-11-23T00:58:32.3618382Z adding 'torch/include/ATen/ops/_sparse_softmax_ops.h' 2022-11-23T00:58:32.3620172Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul.h' 2022-11-23T00:58:32.3622070Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3623619Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_native.h' 2022-11-23T00:58:32.3625498Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_ops.h' 2022-11-23T00:58:32.3627197Z adding 'torch/include/ATen/ops/_sparse_sum.h' 2022-11-23T00:58:32.3628887Z adding 'torch/include/ATen/ops/_sparse_sum_backward.h' 2022-11-23T00:58:32.3630672Z adding 'torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3632164Z adding 'torch/include/ATen/ops/_sparse_sum_backward_native.h' 2022-11-23T00:58:32.3633920Z adding 'torch/include/ATen/ops/_sparse_sum_backward_ops.h' 2022-11-23T00:58:32.3635665Z adding 'torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3637375Z adding 'torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.3638911Z adding 'torch/include/ATen/ops/_sparse_sum_native.h' 2022-11-23T00:58:32.3640894Z adding 'torch/include/ATen/ops/_sparse_sum_ops.h' 2022-11-23T00:58:32.3642652Z adding 'torch/include/ATen/ops/_spdiags.h' 2022-11-23T00:58:32.3644461Z adding 'torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3646050Z adding 'torch/include/ATen/ops/_spdiags_cpu_dispatch.h' 2022-11-23T00:58:32.3647702Z adding 'torch/include/ATen/ops/_spdiags_native.h' 2022-11-23T00:58:32.3649457Z adding 'torch/include/ATen/ops/_spdiags_ops.h' 2022-11-23T00:58:32.3651231Z adding 'torch/include/ATen/ops/_stack.h' 2022-11-23T00:58:32.3652965Z adding 'torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3654576Z adding 'torch/include/ATen/ops/_stack_cpu_dispatch.h' 2022-11-23T00:58:32.3656130Z adding 'torch/include/ATen/ops/_stack_native.h' 2022-11-23T00:58:32.3657895Z adding 'torch/include/ATen/ops/_stack_ops.h' 2022-11-23T00:58:32.3659589Z adding 'torch/include/ATen/ops/_standard_gamma.h' 2022-11-23T00:58:32.3661418Z adding 'torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3663048Z adding 'torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h' 2022-11-23T00:58:32.3664747Z adding 'torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h' 2022-11-23T00:58:32.3666540Z adding 'torch/include/ATen/ops/_standard_gamma_grad.h' 2022-11-23T00:58:32.3668318Z adding 'torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3669855Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h' 2022-11-23T00:58:32.3671505Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h' 2022-11-23T00:58:32.3673045Z adding 'torch/include/ATen/ops/_standard_gamma_grad_native.h' 2022-11-23T00:58:32.3674882Z adding 'torch/include/ATen/ops/_standard_gamma_grad_ops.h' 2022-11-23T00:58:32.3676489Z adding 'torch/include/ATen/ops/_standard_gamma_native.h' 2022-11-23T00:58:32.3678285Z adding 'torch/include/ATen/ops/_standard_gamma_ops.h' 2022-11-23T00:58:32.3680027Z adding 'torch/include/ATen/ops/_symeig_helper.h' 2022-11-23T00:58:32.3681892Z adding 'torch/include/ATen/ops/_symeig_helper_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3683472Z adding 'torch/include/ATen/ops/_symeig_helper_cpu_dispatch.h' 2022-11-23T00:58:32.3685168Z adding 'torch/include/ATen/ops/_symeig_helper_cuda_dispatch.h' 2022-11-23T00:58:32.3686731Z adding 'torch/include/ATen/ops/_symeig_helper_native.h' 2022-11-23T00:58:32.3688590Z adding 'torch/include/ATen/ops/_symeig_helper_ops.h' 2022-11-23T00:58:32.3690258Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults.h' 2022-11-23T00:58:32.3692051Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.3693580Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_native.h' 2022-11-23T00:58:32.3695322Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_ops.h' 2022-11-23T00:58:32.3697107Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch.h' 2022-11-23T00:58:32.3698840Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3700435Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.3702037Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h' 2022-11-23T00:58:32.3703782Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h' 2022-11-23T00:58:32.3705639Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h' 2022-11-23T00:58:32.3707825Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3709424Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h' 2022-11-23T00:58:32.3711150Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3712907Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.3714350Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h' 2022-11-23T00:58:32.3716142Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h' 2022-11-23T00:58:32.3717714Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h' 2022-11-23T00:58:32.3719490Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h' 2022-11-23T00:58:32.3721128Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist.h' 2022-11-23T00:58:32.3722931Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3724469Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h' 2022-11-23T00:58:32.3726086Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_native.h' 2022-11-23T00:58:32.3727780Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_ops.h' 2022-11-23T00:58:32.3729553Z adding 'torch/include/ATen/ops/_test_optional_floatlist.h' 2022-11-23T00:58:32.3731282Z adding 'torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3732943Z adding 'torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h' 2022-11-23T00:58:32.3734504Z adding 'torch/include/ATen/ops/_test_optional_floatlist_native.h' 2022-11-23T00:58:32.3736289Z adding 'torch/include/ATen/ops/_test_optional_floatlist_ops.h' 2022-11-23T00:58:32.3737959Z adding 'torch/include/ATen/ops/_test_optional_intlist.h' 2022-11-23T00:58:32.3739778Z adding 'torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3741364Z adding 'torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h' 2022-11-23T00:58:32.3742981Z adding 'torch/include/ATen/ops/_test_optional_intlist_native.h' 2022-11-23T00:58:32.3744653Z adding 'torch/include/ATen/ops/_test_optional_intlist_ops.h' 2022-11-23T00:58:32.3746511Z adding 'torch/include/ATen/ops/_test_serialization_subcmul.h' 2022-11-23T00:58:32.3748207Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.3749779Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_native.h' 2022-11-23T00:58:32.3751480Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_ops.h' 2022-11-23T00:58:32.3753108Z adding 'torch/include/ATen/ops/_test_string_default.h' 2022-11-23T00:58:32.3754785Z adding 'torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.3756401Z adding 'torch/include/ATen/ops/_test_string_default_native.h' 2022-11-23T00:58:32.3758054Z adding 'torch/include/ATen/ops/_test_string_default_ops.h' 2022-11-23T00:58:32.3759794Z adding 'torch/include/ATen/ops/_test_warn_in_autograd.h' 2022-11-23T00:58:32.3761551Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3763176Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_native.h' 2022-11-23T00:58:32.3764808Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_ops.h' 2022-11-23T00:58:32.3766514Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h' 2022-11-23T00:58:32.3768254Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.3769948Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h' 2022-11-23T00:58:32.3771643Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h' 2022-11-23T00:58:32.3773405Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h' 2022-11-23T00:58:32.3775178Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.3776785Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h' 2022-11-23T00:58:32.3778527Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h' 2022-11-23T00:58:32.3780321Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell.h' 2022-11-23T00:58:32.3782889Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h' 2022-11-23T00:58:32.3785016Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3786612Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h' 2022-11-23T00:58:32.3788262Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h' 2022-11-23T00:58:32.3790058Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h' 2022-11-23T00:58:32.3791936Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3793543Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h' 2022-11-23T00:58:32.3795227Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_native.h' 2022-11-23T00:58:32.3797061Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h' 2022-11-23T00:58:32.3798896Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell.h' 2022-11-23T00:58:32.3800740Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h' 2022-11-23T00:58:32.3802552Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.3804243Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h' 2022-11-23T00:58:32.3806102Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3807725Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h' 2022-11-23T00:58:32.3809414Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h' 2022-11-23T00:58:32.3811240Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h' 2022-11-23T00:58:32.3812964Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h' 2022-11-23T00:58:32.3814702Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h' 2022-11-23T00:58:32.3816519Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3818139Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h' 2022-11-23T00:58:32.3819816Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h' 2022-11-23T00:58:32.3821608Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h' 2022-11-23T00:58:32.3823490Z adding 'torch/include/ATen/ops/_to_copy.h' 2022-11-23T00:58:32.3825426Z adding 'torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3827236Z adding 'torch/include/ATen/ops/_to_copy_native.h' 2022-11-23T00:58:32.3829085Z adding 'torch/include/ATen/ops/_to_copy_ops.h' 2022-11-23T00:58:32.3830794Z adding 'torch/include/ATen/ops/_to_cpu.h' 2022-11-23T00:58:32.3832517Z adding 'torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.3834123Z adding 'torch/include/ATen/ops/_to_cpu_native.h' 2022-11-23T00:58:32.3835666Z adding 'torch/include/ATen/ops/_to_cpu_ops.h' 2022-11-23T00:58:32.3837366Z adding 'torch/include/ATen/ops/_to_dense.h' 2022-11-23T00:58:32.3839171Z adding 'torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3840789Z adding 'torch/include/ATen/ops/_to_dense_native.h' 2022-11-23T00:58:32.3842464Z adding 'torch/include/ATen/ops/_to_dense_ops.h' 2022-11-23T00:58:32.3845007Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv.h' 2022-11-23T00:58:32.3846479Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3848050Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h' 2022-11-23T00:58:32.3849672Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h' 2022-11-23T00:58:32.3851304Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h' 2022-11-23T00:58:32.3853160Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h' 2022-11-23T00:58:32.3855172Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd.h' 2022-11-23T00:58:32.3857222Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3858945Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cpu_dispatch.h' 2022-11-23T00:58:32.3860690Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cuda_dispatch.h' 2022-11-23T00:58:32.3862370Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_native.h' 2022-11-23T00:58:32.3864662Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_ops.h' 2022-11-23T00:58:32.3866981Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd.h' 2022-11-23T00:58:32.3869191Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3871036Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h' 2022-11-23T00:58:32.3873254Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h' 2022-11-23T00:58:32.3874827Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h' 2022-11-23T00:58:32.3876883Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h' 2022-11-23T00:58:32.3878862Z adding 'torch/include/ATen/ops/_trilinear.h' 2022-11-23T00:58:32.3880815Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3882548Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.3884225Z adding 'torch/include/ATen/ops/_trilinear_native.h' 2022-11-23T00:58:32.3886080Z adding 'torch/include/ATen/ops/_trilinear_ops.h' 2022-11-23T00:58:32.3888017Z adding 'torch/include/ATen/ops/_triton_multi_head_attention.h' 2022-11-23T00:58:32.3889864Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3891592Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h' 2022-11-23T00:58:32.3893167Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_native.h' 2022-11-23T00:58:32.3895085Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_ops.h' 2022-11-23T00:58:32.3896812Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention.h' 2022-11-23T00:58:32.3898681Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3900290Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h' 2022-11-23T00:58:32.3902040Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_native.h' 2022-11-23T00:58:32.3903798Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h' 2022-11-23T00:58:32.3906335Z adding 'torch/include/ATen/ops/_unique.h' 2022-11-23T00:58:32.3908728Z adding 'torch/include/ATen/ops/_unique2.h' 2022-11-23T00:58:32.3911456Z adding 'torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3913083Z adding 'torch/include/ATen/ops/_unique2_cpu_dispatch.h' 2022-11-23T00:58:32.3915482Z adding 'torch/include/ATen/ops/_unique2_cuda_dispatch.h' 2022-11-23T00:58:32.3917276Z adding 'torch/include/ATen/ops/_unique2_native.h' 2022-11-23T00:58:32.3919739Z adding 'torch/include/ATen/ops/_unique2_ops.h' 2022-11-23T00:58:32.3922201Z adding 'torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3924069Z adding 'torch/include/ATen/ops/_unique_cpu_dispatch.h' 2022-11-23T00:58:32.3926281Z adding 'torch/include/ATen/ops/_unique_cuda_dispatch.h' 2022-11-23T00:58:32.3928173Z adding 'torch/include/ATen/ops/_unique_native.h' 2022-11-23T00:58:32.3930563Z adding 'torch/include/ATen/ops/_unique_ops.h' 2022-11-23T00:58:32.3932581Z adding 'torch/include/ATen/ops/_unpack_dual.h' 2022-11-23T00:58:32.3934862Z adding 'torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.3936604Z adding 'torch/include/ATen/ops/_unpack_dual_native.h' 2022-11-23T00:58:32.3938955Z adding 'torch/include/ATen/ops/_unpack_dual_ops.h' 2022-11-23T00:58:32.3941219Z adding 'torch/include/ATen/ops/_unsafe_view.h' 2022-11-23T00:58:32.3943599Z adding 'torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.3945542Z adding 'torch/include/ATen/ops/_unsafe_view_native.h' 2022-11-23T00:58:32.3947971Z adding 'torch/include/ATen/ops/_unsafe_view_ops.h' 2022-11-23T00:58:32.3950543Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa.h' 2022-11-23T00:58:32.3953271Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h' 2022-11-23T00:58:32.3955901Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.3957998Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h' 2022-11-23T00:58:32.3960490Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h' 2022-11-23T00:58:32.3962439Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h' 2022-11-23T00:58:32.3964886Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h' 2022-11-23T00:58:32.3967343Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h' 2022-11-23T00:58:32.3969189Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h' 2022-11-23T00:58:32.3971946Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.3973674Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.3976213Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h' 2022-11-23T00:58:32.3978366Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h' 2022-11-23T00:58:32.3980538Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h' 2022-11-23T00:58:32.3982957Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h' 2022-11-23T00:58:32.3985152Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h' 2022-11-23T00:58:32.3987978Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h' 2022-11-23T00:58:32.3990692Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa.h' 2022-11-23T00:58:32.3993541Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h' 2022-11-23T00:58:32.3996166Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.3998334Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h' 2022-11-23T00:58:32.4000913Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h' 2022-11-23T00:58:32.4003085Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h' 2022-11-23T00:58:32.4005439Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h' 2022-11-23T00:58:32.4007774Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h' 2022-11-23T00:58:32.4010049Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h' 2022-11-23T00:58:32.4012674Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.4014613Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.4017108Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h' 2022-11-23T00:58:32.4019347Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h' 2022-11-23T00:58:32.4021498Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h' 2022-11-23T00:58:32.4023812Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h' 2022-11-23T00:58:32.4026277Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h' 2022-11-23T00:58:32.4028640Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h' 2022-11-23T00:58:32.4031444Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d.h' 2022-11-23T00:58:32.4034153Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h' 2022-11-23T00:58:32.4036754Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.4038796Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h' 2022-11-23T00:58:32.4041386Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h' 2022-11-23T00:58:32.4043434Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h' 2022-11-23T00:58:32.4045979Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h' 2022-11-23T00:58:32.4048108Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h' 2022-11-23T00:58:32.4050637Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h' 2022-11-23T00:58:32.4053003Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.4055150Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.4057420Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h' 2022-11-23T00:58:32.4059719Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h' 2022-11-23T00:58:32.4061827Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h' 2022-11-23T00:58:32.4064159Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h' 2022-11-23T00:58:32.4066319Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_native.h' 2022-11-23T00:58:32.4068864Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h' 2022-11-23T00:58:32.4071581Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d.h' 2022-11-23T00:58:32.4074363Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h' 2022-11-23T00:58:32.4076973Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.4079193Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h' 2022-11-23T00:58:32.4081646Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h' 2022-11-23T00:58:32.4083873Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h' 2022-11-23T00:58:32.4086184Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h' 2022-11-23T00:58:32.4088390Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h' 2022-11-23T00:58:32.4090802Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h' 2022-11-23T00:58:32.4093453Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.4095320Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.4097912Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h' 2022-11-23T00:58:32.4099977Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h' 2022-11-23T00:58:32.4102296Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h' 2022-11-23T00:58:32.4104466Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h' 2022-11-23T00:58:32.4107013Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_native.h' 2022-11-23T00:58:32.4109526Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h' 2022-11-23T00:58:32.4112250Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d.h' 2022-11-23T00:58:32.4115059Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h' 2022-11-23T00:58:32.4117731Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.4119992Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h' 2022-11-23T00:58:32.4122514Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h' 2022-11-23T00:58:32.4124538Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h' 2022-11-23T00:58:32.4127000Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h' 2022-11-23T00:58:32.4129145Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h' 2022-11-23T00:58:32.4131615Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h' 2022-11-23T00:58:32.4134014Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.4136150Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.4138615Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h' 2022-11-23T00:58:32.4140982Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h' 2022-11-23T00:58:32.4143054Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h' 2022-11-23T00:58:32.4145697Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h' 2022-11-23T00:58:32.4148064Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_native.h' 2022-11-23T00:58:32.4150601Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h' 2022-11-23T00:58:32.4152788Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss.h' 2022-11-23T00:58:32.4155112Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h' 2022-11-23T00:58:32.4157104Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h' 2022-11-23T00:58:32.4159685Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h' 2022-11-23T00:58:32.4161804Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h' 2022-11-23T00:58:32.4164196Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.4165971Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h' 2022-11-23T00:58:32.4168429Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h' 2022-11-23T00:58:32.4170461Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices.h' 2022-11-23T00:58:32.4172845Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h' 2022-11-23T00:58:32.4174920Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h' 2022-11-23T00:58:32.4177112Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h' 2022-11-23T00:58:32.4179341Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h' 2022-11-23T00:58:32.4181486Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h' 2022-11-23T00:58:32.4183807Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.4185976Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h' 2022-11-23T00:58:32.4188354Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h' 2022-11-23T00:58:32.4190697Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h' 2022-11-23T00:58:32.4192871Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.4194996Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h' 2022-11-23T00:58:32.4197224Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h' 2022-11-23T00:58:32.4199553Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h' 2022-11-23T00:58:32.4201864Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.4203893Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h' 2022-11-23T00:58:32.4206228Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h' 2022-11-23T00:58:32.4208360Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h' 2022-11-23T00:58:32.4210662Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.4212646Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h' 2022-11-23T00:58:32.4214957Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h' 2022-11-23T00:58:32.4217096Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h' 2022-11-23T00:58:32.4219396Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.4221333Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h' 2022-11-23T00:58:32.4223713Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h' 2022-11-23T00:58:32.4226143Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h' 2022-11-23T00:58:32.4228317Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.4230360Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h' 2022-11-23T00:58:32.4232617Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h' 2022-11-23T00:58:32.4234502Z adding 'torch/include/ATen/ops/_values.h' 2022-11-23T00:58:32.4236741Z adding 'torch/include/ATen/ops/_values_copy.h' 2022-11-23T00:58:32.4239034Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.4241284Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.4243259Z adding 'torch/include/ATen/ops/_values_copy_native.h' 2022-11-23T00:58:32.4245607Z adding 'torch/include/ATen/ops/_values_copy_ops.h' 2022-11-23T00:58:32.4247666Z adding 'torch/include/ATen/ops/_values_native.h' 2022-11-23T00:58:32.4249806Z adding 'torch/include/ATen/ops/_values_ops.h' 2022-11-23T00:58:32.4251835Z adding 'torch/include/ATen/ops/_version.h' 2022-11-23T00:58:32.4254076Z adding 'torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.4256001Z adding 'torch/include/ATen/ops/_version_native.h' 2022-11-23T00:58:32.4258246Z adding 'torch/include/ATen/ops/_version_ops.h' 2022-11-23T00:58:32.4260419Z adding 'torch/include/ATen/ops/_weight_norm.h' 2022-11-23T00:58:32.4262657Z adding 'torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.4265017Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward.h' 2022-11-23T00:58:32.4267344Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.4269335Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h' 2022-11-23T00:58:32.4271701Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h' 2022-11-23T00:58:32.4273908Z adding 'torch/include/ATen/ops/_weight_norm_interface.h' 2022-11-23T00:58:32.4276191Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward.h' 2022-11-23T00:58:32.4279669Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.4281651Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h' 2022-11-23T00:58:32.4284084Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h' 2022-11-23T00:58:32.4286120Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_native.h' 2022-11-23T00:58:32.4288640Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_ops.h' 2022-11-23T00:58:32.4290926Z adding 'torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.4293052Z adding 'torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h' 2022-11-23T00:58:32.4295180Z adding 'torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h' 2022-11-23T00:58:32.4297320Z adding 'torch/include/ATen/ops/_weight_norm_interface_native.h' 2022-11-23T00:58:32.4299715Z adding 'torch/include/ATen/ops/_weight_norm_interface_ops.h' 2022-11-23T00:58:32.4301780Z adding 'torch/include/ATen/ops/_weight_norm_native.h' 2022-11-23T00:58:32.4303977Z adding 'torch/include/ATen/ops/_weight_norm_ops.h' 2022-11-23T00:58:32.4306088Z adding 'torch/include/ATen/ops/abs.h' 2022-11-23T00:58:32.4308679Z adding 'torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.4310753Z adding 'torch/include/ATen/ops/abs_cpu_dispatch.h' 2022-11-23T00:58:32.4312853Z adding 'torch/include/ATen/ops/abs_cuda_dispatch.h' 2022-11-23T00:58:32.4315000Z adding 'torch/include/ATen/ops/abs_native.h' 2022-11-23T00:58:32.4317242Z adding 'torch/include/ATen/ops/abs_ops.h' 2022-11-23T00:58:32.4319536Z adding 'torch/include/ATen/ops/absolute.h' 2022-11-23T00:58:32.4321801Z adding 'torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.4323856Z adding 'torch/include/ATen/ops/absolute_native.h' 2022-11-23T00:58:32.4326144Z adding 'torch/include/ATen/ops/absolute_ops.h' 2022-11-23T00:58:32.4328321Z adding 'torch/include/ATen/ops/acos.h' 2022-11-23T00:58:32.4330656Z adding 'torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.4332707Z adding 'torch/include/ATen/ops/acos_cpu_dispatch.h' 2022-11-23T00:58:32.4334901Z adding 'torch/include/ATen/ops/acos_cuda_dispatch.h' 2022-11-23T00:58:32.4336903Z adding 'torch/include/ATen/ops/acos_meta.h' 2022-11-23T00:58:32.4339089Z adding 'torch/include/ATen/ops/acos_meta_dispatch.h' 2022-11-23T00:58:32.4341135Z adding 'torch/include/ATen/ops/acos_native.h' 2022-11-23T00:58:32.4343765Z adding 'torch/include/ATen/ops/acos_ops.h' 2022-11-23T00:58:32.4345757Z adding 'torch/include/ATen/ops/acosh.h' 2022-11-23T00:58:32.4348346Z adding 'torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.4350308Z adding 'torch/include/ATen/ops/acosh_cpu_dispatch.h' 2022-11-23T00:58:32.4352488Z adding 'torch/include/ATen/ops/acosh_cuda_dispatch.h' 2022-11-23T00:58:32.4354643Z adding 'torch/include/ATen/ops/acosh_meta.h' 2022-11-23T00:58:32.4356742Z adding 'torch/include/ATen/ops/acosh_meta_dispatch.h' 2022-11-23T00:58:32.4358812Z adding 'torch/include/ATen/ops/acosh_native.h' 2022-11-23T00:58:32.4361176Z adding 'torch/include/ATen/ops/acosh_ops.h' 2022-11-23T00:58:32.4363672Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d.h' 2022-11-23T00:58:32.4365666Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.4367764Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_native.h' 2022-11-23T00:58:32.4370079Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_ops.h' 2022-11-23T00:58:32.4372526Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d.h' 2022-11-23T00:58:32.4374884Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.4376988Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h' 2022-11-23T00:58:32.4379230Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h' 2022-11-23T00:58:32.4381419Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_native.h' 2022-11-23T00:58:32.4383649Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_ops.h' 2022-11-23T00:58:32.4386474Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d.h' 2022-11-23T00:58:32.4388412Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward.h' 2022-11-23T00:58:32.4390989Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h' 2022-11-23T00:58:32.4392966Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h' 2022-11-23T00:58:32.4395224Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h' 2022-11-23T00:58:32.4397428Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h' 2022-11-23T00:58:32.4399901Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.4401859Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h' 2022-11-23T00:58:32.4404322Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h' 2022-11-23T00:58:32.4406280Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_native.h' 2022-11-23T00:58:32.4408770Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_ops.h' 2022-11-23T00:58:32.4410760Z adding 'torch/include/ATen/ops/adaptive_max_pool1d.h' 2022-11-23T00:58:32.4413396Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.4415028Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_native.h' 2022-11-23T00:58:32.4417452Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_ops.h' 2022-11-23T00:58:32.4419470Z adding 'torch/include/ATen/ops/adaptive_max_pool2d.h' 2022-11-23T00:58:32.4421740Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward.h' 2022-11-23T00:58:32.4424154Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.4426276Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h' 2022-11-23T00:58:32.4428742Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h' 2022-11-23T00:58:32.4430439Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h' 2022-11-23T00:58:32.4432871Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h' 2022-11-23T00:58:32.4434735Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h' 2022-11-23T00:58:32.4437128Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h' 2022-11-23T00:58:32.4439432Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.4441485Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h' 2022-11-23T00:58:32.4443719Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h' 2022-11-23T00:58:32.4445656Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta.h' 2022-11-23T00:58:32.4447876Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h' 2022-11-23T00:58:32.4449844Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_native.h' 2022-11-23T00:58:32.4452234Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_ops.h' 2022-11-23T00:58:32.4454370Z adding 'torch/include/ATen/ops/adaptive_max_pool3d.h' 2022-11-23T00:58:32.4456672Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward.h' 2022-11-23T00:58:32.4458928Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.4460909Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h' 2022-11-23T00:58:32.4463089Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h' 2022-11-23T00:58:32.4465202Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h' 2022-11-23T00:58:32.4467633Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h' 2022-11-23T00:58:32.4469563Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h' 2022-11-23T00:58:32.4471957Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h' 2022-11-23T00:58:32.4474372Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.4476211Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h' 2022-11-23T00:58:32.4478533Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h' 2022-11-23T00:58:32.4480564Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta.h' 2022-11-23T00:58:32.4482825Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h' 2022-11-23T00:58:32.4484735Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_native.h' 2022-11-23T00:58:32.4487115Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_ops.h' 2022-11-23T00:58:32.4489285Z adding 'torch/include/ATen/ops/add.h' 2022-11-23T00:58:32.4491594Z adding 'torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.4493679Z adding 'torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.4495716Z adding 'torch/include/ATen/ops/add_cpu_dispatch.h' 2022-11-23T00:58:32.4497820Z adding 'torch/include/ATen/ops/add_cuda_dispatch.h' 2022-11-23T00:58:32.4499811Z adding 'torch/include/ATen/ops/add_meta.h' 2022-11-23T00:58:32.4501960Z adding 'torch/include/ATen/ops/add_meta_dispatch.h' 2022-11-23T00:58:32.4504158Z adding 'torch/include/ATen/ops/add_native.h' 2022-11-23T00:58:32.4506903Z adding 'torch/include/ATen/ops/add_ops.h' 2022-11-23T00:58:32.4509188Z adding 'torch/include/ATen/ops/addbmm.h' 2022-11-23T00:58:32.4511320Z adding 'torch/include/ATen/ops/addbmm_cpu_dispatch.h' 2022-11-23T00:58:32.4513460Z adding 'torch/include/ATen/ops/addbmm_cuda_dispatch.h' 2022-11-23T00:58:32.4515507Z adding 'torch/include/ATen/ops/addbmm_meta_dispatch.h' 2022-11-23T00:58:32.4517642Z adding 'torch/include/ATen/ops/addbmm_native.h' 2022-11-23T00:58:32.4520068Z adding 'torch/include/ATen/ops/addbmm_ops.h' 2022-11-23T00:58:32.4522340Z adding 'torch/include/ATen/ops/addcdiv.h' 2022-11-23T00:58:32.4524667Z adding 'torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.4526616Z adding 'torch/include/ATen/ops/addcdiv_cpu_dispatch.h' 2022-11-23T00:58:32.4528804Z adding 'torch/include/ATen/ops/addcdiv_cuda_dispatch.h' 2022-11-23T00:58:32.4530735Z adding 'torch/include/ATen/ops/addcdiv_meta.h' 2022-11-23T00:58:32.4532995Z adding 'torch/include/ATen/ops/addcdiv_meta_dispatch.h' 2022-11-23T00:58:32.4534954Z adding 'torch/include/ATen/ops/addcdiv_native.h' 2022-11-23T00:58:32.4537279Z adding 'torch/include/ATen/ops/addcdiv_ops.h' 2022-11-23T00:58:32.4539428Z adding 'torch/include/ATen/ops/addcmul.h' 2022-11-23T00:58:32.4541870Z adding 'torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.4543679Z adding 'torch/include/ATen/ops/addcmul_cpu_dispatch.h' 2022-11-23T00:58:32.4546101Z adding 'torch/include/ATen/ops/addcmul_cuda_dispatch.h' 2022-11-23T00:58:32.4548028Z adding 'torch/include/ATen/ops/addcmul_meta.h' 2022-11-23T00:58:32.4550254Z adding 'torch/include/ATen/ops/addcmul_meta_dispatch.h' 2022-11-23T00:58:32.4552166Z adding 'torch/include/ATen/ops/addcmul_native.h' 2022-11-23T00:58:32.4554497Z adding 'torch/include/ATen/ops/addcmul_ops.h' 2022-11-23T00:58:32.4556596Z adding 'torch/include/ATen/ops/addmm.h' 2022-11-23T00:58:32.4558967Z adding 'torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.4560933Z adding 'torch/include/ATen/ops/addmm_cpu_dispatch.h' 2022-11-23T00:58:32.4563182Z adding 'torch/include/ATen/ops/addmm_cuda_dispatch.h' 2022-11-23T00:58:32.4565122Z adding 'torch/include/ATen/ops/addmm_meta.h' 2022-11-23T00:58:32.4567319Z adding 'torch/include/ATen/ops/addmm_meta_dispatch.h' 2022-11-23T00:58:32.4569430Z adding 'torch/include/ATen/ops/addmm_native.h' 2022-11-23T00:58:32.4571728Z adding 'torch/include/ATen/ops/addmm_ops.h' 2022-11-23T00:58:32.4573943Z adding 'torch/include/ATen/ops/addmv.h' 2022-11-23T00:58:32.4576322Z adding 'torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.4578325Z adding 'torch/include/ATen/ops/addmv_cpu_dispatch.h' 2022-11-23T00:58:32.4580488Z adding 'torch/include/ATen/ops/addmv_cuda_dispatch.h' 2022-11-23T00:58:32.4582502Z adding 'torch/include/ATen/ops/addmv_meta.h' 2022-11-23T00:58:32.4584648Z adding 'torch/include/ATen/ops/addmv_meta_dispatch.h' 2022-11-23T00:58:32.4586940Z adding 'torch/include/ATen/ops/addmv_native.h' 2022-11-23T00:58:32.4589204Z adding 'torch/include/ATen/ops/addmv_ops.h' 2022-11-23T00:58:32.4591389Z adding 'torch/include/ATen/ops/addr.h' 2022-11-23T00:58:32.4593842Z adding 'torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.4595615Z adding 'torch/include/ATen/ops/addr_cpu_dispatch.h' 2022-11-23T00:58:32.4597942Z adding 'torch/include/ATen/ops/addr_cuda_dispatch.h' 2022-11-23T00:58:32.4599888Z adding 'torch/include/ATen/ops/addr_native.h' 2022-11-23T00:58:32.4602362Z adding 'torch/include/ATen/ops/addr_ops.h' 2022-11-23T00:58:32.4604424Z adding 'torch/include/ATen/ops/adjoint.h' 2022-11-23T00:58:32.4606548Z adding 'torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.4608424Z adding 'torch/include/ATen/ops/adjoint_native.h' 2022-11-23T00:58:32.4610642Z adding 'torch/include/ATen/ops/adjoint_ops.h' 2022-11-23T00:58:32.4612775Z adding 'torch/include/ATen/ops/affine_grid_generator.h' 2022-11-23T00:58:32.4614864Z adding 'torch/include/ATen/ops/affine_grid_generator_backward.h' 2022-11-23T00:58:32.4617147Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.4618888Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_native.h' 2022-11-23T00:58:32.4621296Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_ops.h' 2022-11-23T00:58:32.4623485Z adding 'torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.4625558Z adding 'torch/include/ATen/ops/affine_grid_generator_native.h' 2022-11-23T00:58:32.4628145Z adding 'torch/include/ATen/ops/affine_grid_generator_ops.h' 2022-11-23T00:58:32.4630082Z adding 'torch/include/ATen/ops/alias.h' 2022-11-23T00:58:32.4631848Z adding 'torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.4633386Z adding 'torch/include/ATen/ops/alias_copy.h' 2022-11-23T00:58:32.4635041Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.4636661Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.4638127Z adding 'torch/include/ATen/ops/alias_copy_native.h' 2022-11-23T00:58:32.4640001Z adding 'torch/include/ATen/ops/alias_copy_ops.h' 2022-11-23T00:58:32.4641542Z adding 'torch/include/ATen/ops/alias_native.h' 2022-11-23T00:58:32.4643195Z adding 'torch/include/ATen/ops/alias_ops.h' 2022-11-23T00:58:32.4644715Z adding 'torch/include/ATen/ops/align_as.h' 2022-11-23T00:58:32.4646366Z adding 'torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.4647780Z adding 'torch/include/ATen/ops/align_as_native.h' 2022-11-23T00:58:32.4649436Z adding 'torch/include/ATen/ops/align_as_ops.h' 2022-11-23T00:58:32.4650982Z adding 'torch/include/ATen/ops/align_tensors.h' 2022-11-23T00:58:32.4652697Z adding 'torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.4654112Z adding 'torch/include/ATen/ops/align_tensors_native.h' 2022-11-23T00:58:32.4655798Z adding 'torch/include/ATen/ops/align_tensors_ops.h' 2022-11-23T00:58:32.4657382Z adding 'torch/include/ATen/ops/align_to.h' 2022-11-23T00:58:32.4659134Z adding 'torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.4660671Z adding 'torch/include/ATen/ops/align_to_native.h' 2022-11-23T00:58:32.4662474Z adding 'torch/include/ATen/ops/align_to_ops.h' 2022-11-23T00:58:32.4664259Z adding 'torch/include/ATen/ops/all.h' 2022-11-23T00:58:32.4666251Z adding 'torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.4668052Z adding 'torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.4669712Z adding 'torch/include/ATen/ops/all_cpu_dispatch.h' 2022-11-23T00:58:32.4671365Z adding 'torch/include/ATen/ops/all_cuda_dispatch.h' 2022-11-23T00:58:32.4673113Z adding 'torch/include/ATen/ops/all_meta.h' 2022-11-23T00:58:32.4674756Z adding 'torch/include/ATen/ops/all_meta_dispatch.h' 2022-11-23T00:58:32.4676394Z adding 'torch/include/ATen/ops/all_native.h' 2022-11-23T00:58:32.4678240Z adding 'torch/include/ATen/ops/all_ops.h' 2022-11-23T00:58:32.4680057Z adding 'torch/include/ATen/ops/allclose.h' 2022-11-23T00:58:32.4681840Z adding 'torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.4683382Z adding 'torch/include/ATen/ops/allclose_native.h' 2022-11-23T00:58:32.4685060Z adding 'torch/include/ATen/ops/allclose_ops.h' 2022-11-23T00:58:32.4686795Z adding 'torch/include/ATen/ops/alpha_dropout.h' 2022-11-23T00:58:32.4688469Z adding 'torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.4689988Z adding 'torch/include/ATen/ops/alpha_dropout_native.h' 2022-11-23T00:58:32.4691662Z adding 'torch/include/ATen/ops/alpha_dropout_ops.h' 2022-11-23T00:58:32.4693421Z adding 'torch/include/ATen/ops/amax.h' 2022-11-23T00:58:32.4695150Z adding 'torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.4696732Z adding 'torch/include/ATen/ops/amax_cpu_dispatch.h' 2022-11-23T00:58:32.4698391Z adding 'torch/include/ATen/ops/amax_cuda_dispatch.h' 2022-11-23T00:58:32.4700035Z adding 'torch/include/ATen/ops/amax_meta.h' 2022-11-23T00:58:32.4701645Z adding 'torch/include/ATen/ops/amax_meta_dispatch.h' 2022-11-23T00:58:32.4703245Z adding 'torch/include/ATen/ops/amax_native.h' 2022-11-23T00:58:32.4705090Z adding 'torch/include/ATen/ops/amax_ops.h' 2022-11-23T00:58:32.4706826Z adding 'torch/include/ATen/ops/amin.h' 2022-11-23T00:58:32.4708583Z adding 'torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.4710170Z adding 'torch/include/ATen/ops/amin_cpu_dispatch.h' 2022-11-23T00:58:32.4711799Z adding 'torch/include/ATen/ops/amin_cuda_dispatch.h' 2022-11-23T00:58:32.4713380Z adding 'torch/include/ATen/ops/amin_meta.h' 2022-11-23T00:58:32.4714971Z adding 'torch/include/ATen/ops/amin_meta_dispatch.h' 2022-11-23T00:58:32.4716562Z adding 'torch/include/ATen/ops/amin_native.h' 2022-11-23T00:58:32.4718247Z adding 'torch/include/ATen/ops/amin_ops.h' 2022-11-23T00:58:32.4720054Z adding 'torch/include/ATen/ops/aminmax.h' 2022-11-23T00:58:32.4721862Z adding 'torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.4723480Z adding 'torch/include/ATen/ops/aminmax_cpu_dispatch.h' 2022-11-23T00:58:32.4725151Z adding 'torch/include/ATen/ops/aminmax_cuda_dispatch.h' 2022-11-23T00:58:32.4726771Z adding 'torch/include/ATen/ops/aminmax_meta.h' 2022-11-23T00:58:32.4728402Z adding 'torch/include/ATen/ops/aminmax_meta_dispatch.h' 2022-11-23T00:58:32.4730011Z adding 'torch/include/ATen/ops/aminmax_native.h' 2022-11-23T00:58:32.4731737Z adding 'torch/include/ATen/ops/aminmax_ops.h' 2022-11-23T00:58:32.4733453Z adding 'torch/include/ATen/ops/and.h' 2022-11-23T00:58:32.4735133Z adding 'torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.4736677Z adding 'torch/include/ATen/ops/and_native.h' 2022-11-23T00:58:32.4738513Z adding 'torch/include/ATen/ops/and_ops.h' 2022-11-23T00:58:32.4740211Z adding 'torch/include/ATen/ops/angle.h' 2022-11-23T00:58:32.4741867Z adding 'torch/include/ATen/ops/angle_cpu_dispatch.h' 2022-11-23T00:58:32.4743525Z adding 'torch/include/ATen/ops/angle_cuda_dispatch.h' 2022-11-23T00:58:32.4745120Z adding 'torch/include/ATen/ops/angle_native.h' 2022-11-23T00:58:32.4757321Z adding 'torch/include/ATen/ops/angle_ops.h' 2022-11-23T00:58:32.4759088Z adding 'torch/include/ATen/ops/any.h' 2022-11-23T00:58:32.4761114Z adding 'torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.4762905Z adding 'torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.4764593Z adding 'torch/include/ATen/ops/any_cpu_dispatch.h' 2022-11-23T00:58:32.4766252Z adding 'torch/include/ATen/ops/any_cuda_dispatch.h' 2022-11-23T00:58:32.4767978Z adding 'torch/include/ATen/ops/any_meta.h' 2022-11-23T00:58:32.4769658Z adding 'torch/include/ATen/ops/any_meta_dispatch.h' 2022-11-23T00:58:32.4771368Z adding 'torch/include/ATen/ops/any_native.h' 2022-11-23T00:58:32.4773241Z adding 'torch/include/ATen/ops/any_ops.h' 2022-11-23T00:58:32.4775275Z adding 'torch/include/ATen/ops/arange.h' 2022-11-23T00:58:32.4777177Z adding 'torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.4778882Z adding 'torch/include/ATen/ops/arange_cpu_dispatch.h' 2022-11-23T00:58:32.4780467Z adding 'torch/include/ATen/ops/arange_cuda_dispatch.h' 2022-11-23T00:58:32.4782121Z adding 'torch/include/ATen/ops/arange_meta_dispatch.h' 2022-11-23T00:58:32.4783711Z adding 'torch/include/ATen/ops/arange_native.h' 2022-11-23T00:58:32.4785864Z adding 'torch/include/ATen/ops/arange_ops.h' 2022-11-23T00:58:32.4787754Z adding 'torch/include/ATen/ops/arccos.h' 2022-11-23T00:58:32.4789597Z adding 'torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.4791086Z adding 'torch/include/ATen/ops/arccos_native.h' 2022-11-23T00:58:32.4792832Z adding 'torch/include/ATen/ops/arccos_ops.h' 2022-11-23T00:58:32.4794462Z adding 'torch/include/ATen/ops/arccosh.h' 2022-11-23T00:58:32.4796248Z adding 'torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.4797712Z adding 'torch/include/ATen/ops/arccosh_native.h' 2022-11-23T00:58:32.4799535Z adding 'torch/include/ATen/ops/arccosh_ops.h' 2022-11-23T00:58:32.4801178Z adding 'torch/include/ATen/ops/arcsin.h' 2022-11-23T00:58:32.4803016Z adding 'torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.4804486Z adding 'torch/include/ATen/ops/arcsin_native.h' 2022-11-23T00:58:32.4806241Z adding 'torch/include/ATen/ops/arcsin_ops.h' 2022-11-23T00:58:32.4807859Z adding 'torch/include/ATen/ops/arcsinh.h' 2022-11-23T00:58:32.4809636Z adding 'torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.4811105Z adding 'torch/include/ATen/ops/arcsinh_native.h' 2022-11-23T00:58:32.4812869Z adding 'torch/include/ATen/ops/arcsinh_ops.h' 2022-11-23T00:58:32.4814473Z adding 'torch/include/ATen/ops/arctan.h' 2022-11-23T00:58:32.4816170Z adding 'torch/include/ATen/ops/arctan2.h' 2022-11-23T00:58:32.4817910Z adding 'torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.4819462Z adding 'torch/include/ATen/ops/arctan2_native.h' 2022-11-23T00:58:32.4821181Z adding 'torch/include/ATen/ops/arctan2_ops.h' 2022-11-23T00:58:32.4822993Z adding 'torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.4824448Z adding 'torch/include/ATen/ops/arctan_native.h' 2022-11-23T00:58:32.4826339Z adding 'torch/include/ATen/ops/arctan_ops.h' 2022-11-23T00:58:32.4827978Z adding 'torch/include/ATen/ops/arctanh.h' 2022-11-23T00:58:32.4829762Z adding 'torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.4831272Z adding 'torch/include/ATen/ops/arctanh_native.h' 2022-11-23T00:58:32.4833041Z adding 'torch/include/ATen/ops/arctanh_ops.h' 2022-11-23T00:58:32.4834698Z adding 'torch/include/ATen/ops/argmax.h' 2022-11-23T00:58:32.4836515Z adding 'torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.4838038Z adding 'torch/include/ATen/ops/argmax_cpu_dispatch.h' 2022-11-23T00:58:32.4839841Z adding 'torch/include/ATen/ops/argmax_cuda_dispatch.h' 2022-11-23T00:58:32.4842043Z adding 'torch/include/ATen/ops/argmax_meta.h' 2022-11-23T00:58:32.4843745Z adding 'torch/include/ATen/ops/argmax_meta_dispatch.h' 2022-11-23T00:58:32.4845353Z adding 'torch/include/ATen/ops/argmax_native.h' 2022-11-23T00:58:32.4847042Z adding 'torch/include/ATen/ops/argmax_ops.h' 2022-11-23T00:58:32.4848893Z adding 'torch/include/ATen/ops/argmin.h' 2022-11-23T00:58:32.4850724Z adding 'torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.4852394Z adding 'torch/include/ATen/ops/argmin_cpu_dispatch.h' 2022-11-23T00:58:32.4854165Z adding 'torch/include/ATen/ops/argmin_cuda_dispatch.h' 2022-11-23T00:58:32.4855861Z adding 'torch/include/ATen/ops/argmin_meta.h' 2022-11-23T00:58:32.4857517Z adding 'torch/include/ATen/ops/argmin_meta_dispatch.h' 2022-11-23T00:58:32.4859230Z adding 'torch/include/ATen/ops/argmin_native.h' 2022-11-23T00:58:32.4861105Z adding 'torch/include/ATen/ops/argmin_ops.h' 2022-11-23T00:58:32.4862874Z adding 'torch/include/ATen/ops/argsort.h' 2022-11-23T00:58:32.4865033Z adding 'torch/include/ATen/ops/argsort_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.4866700Z adding 'torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.4868355Z adding 'torch/include/ATen/ops/argsort_cpu_dispatch.h' 2022-11-23T00:58:32.4870205Z adding 'torch/include/ATen/ops/argsort_cuda_dispatch.h' 2022-11-23T00:58:32.4872013Z adding 'torch/include/ATen/ops/argsort_native.h' 2022-11-23T00:58:32.4874090Z adding 'torch/include/ATen/ops/argsort_ops.h' 2022-11-23T00:58:32.4875955Z adding 'torch/include/ATen/ops/argwhere.h' 2022-11-23T00:58:32.4877904Z adding 'torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.4879886Z adding 'torch/include/ATen/ops/argwhere_native.h' 2022-11-23T00:58:32.4881552Z adding 'torch/include/ATen/ops/argwhere_ops.h' 2022-11-23T00:58:32.4883568Z adding 'torch/include/ATen/ops/as_strided.h' 2022-11-23T00:58:32.4885664Z adding 'torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.4887671Z adding 'torch/include/ATen/ops/as_strided_copy.h' 2022-11-23T00:58:32.4889800Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.4891624Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.4893338Z adding 'torch/include/ATen/ops/as_strided_copy_native.h' 2022-11-23T00:58:32.4895197Z adding 'torch/include/ATen/ops/as_strided_copy_ops.h' 2022-11-23T00:58:32.4896948Z adding 'torch/include/ATen/ops/as_strided_cpu_dispatch.h' 2022-11-23T00:58:32.4898562Z adding 'torch/include/ATen/ops/as_strided_cuda_dispatch.h' 2022-11-23T00:58:32.4900279Z adding 'torch/include/ATen/ops/as_strided_meta_dispatch.h' 2022-11-23T00:58:32.4901856Z adding 'torch/include/ATen/ops/as_strided_native.h' 2022-11-23T00:58:32.4903663Z adding 'torch/include/ATen/ops/as_strided_ops.h' 2022-11-23T00:58:32.4905836Z adding 'torch/include/ATen/ops/as_strided_scatter.h' 2022-11-23T00:58:32.4908043Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.4909643Z adding 'torch/include/ATen/ops/as_strided_scatter_native.h' 2022-11-23T00:58:32.4911478Z adding 'torch/include/ATen/ops/as_strided_scatter_ops.h' 2022-11-23T00:58:32.4913234Z adding 'torch/include/ATen/ops/asin.h' 2022-11-23T00:58:32.4915084Z adding 'torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.4916624Z adding 'torch/include/ATen/ops/asin_cpu_dispatch.h' 2022-11-23T00:58:32.4918297Z adding 'torch/include/ATen/ops/asin_cuda_dispatch.h' 2022-11-23T00:58:32.4919904Z adding 'torch/include/ATen/ops/asin_meta.h' 2022-11-23T00:58:32.4921597Z adding 'torch/include/ATen/ops/asin_meta_dispatch.h' 2022-11-23T00:58:32.4923201Z adding 'torch/include/ATen/ops/asin_native.h' 2022-11-23T00:58:32.4924961Z adding 'torch/include/ATen/ops/asin_ops.h' 2022-11-23T00:58:32.4926661Z adding 'torch/include/ATen/ops/asinh.h' 2022-11-23T00:58:32.4928523Z adding 'torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.4930110Z adding 'torch/include/ATen/ops/asinh_cpu_dispatch.h' 2022-11-23T00:58:32.4931770Z adding 'torch/include/ATen/ops/asinh_cuda_dispatch.h' 2022-11-23T00:58:32.4933416Z adding 'torch/include/ATen/ops/asinh_meta.h' 2022-11-23T00:58:32.4935041Z adding 'torch/include/ATen/ops/asinh_meta_dispatch.h' 2022-11-23T00:58:32.4936549Z adding 'torch/include/ATen/ops/asinh_native.h' 2022-11-23T00:58:32.4938251Z adding 'torch/include/ATen/ops/asinh_ops.h' 2022-11-23T00:58:32.4939871Z adding 'torch/include/ATen/ops/atan.h' 2022-11-23T00:58:32.4941510Z adding 'torch/include/ATen/ops/atan2.h' 2022-11-23T00:58:32.4943255Z adding 'torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.4944961Z adding 'torch/include/ATen/ops/atan2_cpu_dispatch.h' 2022-11-23T00:58:32.4946746Z adding 'torch/include/ATen/ops/atan2_cuda_dispatch.h' 2022-11-23T00:58:32.4948343Z adding 'torch/include/ATen/ops/atan2_meta.h' 2022-11-23T00:58:32.4949969Z adding 'torch/include/ATen/ops/atan2_meta_dispatch.h' 2022-11-23T00:58:32.4951571Z adding 'torch/include/ATen/ops/atan2_native.h' 2022-11-23T00:58:32.4953287Z adding 'torch/include/ATen/ops/atan2_ops.h' 2022-11-23T00:58:32.4955113Z adding 'torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.4956682Z adding 'torch/include/ATen/ops/atan_cpu_dispatch.h' 2022-11-23T00:58:32.4958298Z adding 'torch/include/ATen/ops/atan_cuda_dispatch.h' 2022-11-23T00:58:32.4959855Z adding 'torch/include/ATen/ops/atan_meta.h' 2022-11-23T00:58:32.4961523Z adding 'torch/include/ATen/ops/atan_meta_dispatch.h' 2022-11-23T00:58:32.4963117Z adding 'torch/include/ATen/ops/atan_native.h' 2022-11-23T00:58:32.4964952Z adding 'torch/include/ATen/ops/atan_ops.h' 2022-11-23T00:58:32.4966607Z adding 'torch/include/ATen/ops/atanh.h' 2022-11-23T00:58:32.4968409Z adding 'torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.4969909Z adding 'torch/include/ATen/ops/atanh_cpu_dispatch.h' 2022-11-23T00:58:32.4971558Z adding 'torch/include/ATen/ops/atanh_cuda_dispatch.h' 2022-11-23T00:58:32.4973079Z adding 'torch/include/ATen/ops/atanh_meta.h' 2022-11-23T00:58:32.4974723Z adding 'torch/include/ATen/ops/atanh_meta_dispatch.h' 2022-11-23T00:58:32.4976261Z adding 'torch/include/ATen/ops/atanh_native.h' 2022-11-23T00:58:32.4977989Z adding 'torch/include/ATen/ops/atanh_ops.h' 2022-11-23T00:58:32.4979623Z adding 'torch/include/ATen/ops/atleast_1d.h' 2022-11-23T00:58:32.4981321Z adding 'torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.4982770Z adding 'torch/include/ATen/ops/atleast_1d_native.h' 2022-11-23T00:58:32.4984504Z adding 'torch/include/ATen/ops/atleast_1d_ops.h' 2022-11-23T00:58:32.4986290Z adding 'torch/include/ATen/ops/atleast_2d.h' 2022-11-23T00:58:32.4988018Z adding 'torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.4989471Z adding 'torch/include/ATen/ops/atleast_2d_native.h' 2022-11-23T00:58:32.4991186Z adding 'torch/include/ATen/ops/atleast_2d_ops.h' 2022-11-23T00:58:32.4992770Z adding 'torch/include/ATen/ops/atleast_3d.h' 2022-11-23T00:58:32.4994484Z adding 'torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.4995930Z adding 'torch/include/ATen/ops/atleast_3d_native.h' 2022-11-23T00:58:32.4997702Z adding 'torch/include/ATen/ops/atleast_3d_ops.h' 2022-11-23T00:58:32.4999404Z adding 'torch/include/ATen/ops/avg_pool1d.h' 2022-11-23T00:58:32.5001156Z adding 'torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.5002634Z adding 'torch/include/ATen/ops/avg_pool1d_native.h' 2022-11-23T00:58:32.5004333Z adding 'torch/include/ATen/ops/avg_pool1d_ops.h' 2022-11-23T00:58:32.5006052Z adding 'torch/include/ATen/ops/avg_pool2d.h' 2022-11-23T00:58:32.5007869Z adding 'torch/include/ATen/ops/avg_pool2d_backward.h' 2022-11-23T00:58:32.5009682Z adding 'torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.5011323Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h' 2022-11-23T00:58:32.5013012Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h' 2022-11-23T00:58:32.5014692Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta.h' 2022-11-23T00:58:32.5016286Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h' 2022-11-23T00:58:32.5017973Z adding 'torch/include/ATen/ops/avg_pool2d_backward_native.h' 2022-11-23T00:58:32.5019779Z adding 'torch/include/ATen/ops/avg_pool2d_backward_ops.h' 2022-11-23T00:58:32.5021656Z adding 'torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.5023239Z adding 'torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h' 2022-11-23T00:58:32.5025076Z adding 'torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h' 2022-11-23T00:58:32.5027202Z adding 'torch/include/ATen/ops/avg_pool2d_meta.h' 2022-11-23T00:58:32.5029037Z adding 'torch/include/ATen/ops/avg_pool2d_meta_dispatch.h' 2022-11-23T00:58:32.5030725Z adding 'torch/include/ATen/ops/avg_pool2d_native.h' 2022-11-23T00:58:32.5032617Z adding 'torch/include/ATen/ops/avg_pool2d_ops.h' 2022-11-23T00:58:32.5034388Z adding 'torch/include/ATen/ops/avg_pool3d.h' 2022-11-23T00:58:32.5036187Z adding 'torch/include/ATen/ops/avg_pool3d_backward.h' 2022-11-23T00:58:32.5037981Z adding 'torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.5039649Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h' 2022-11-23T00:58:32.5041342Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h' 2022-11-23T00:58:32.5043029Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta.h' 2022-11-23T00:58:32.5044690Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h' 2022-11-23T00:58:32.5046378Z adding 'torch/include/ATen/ops/avg_pool3d_backward_native.h' 2022-11-23T00:58:32.5048176Z adding 'torch/include/ATen/ops/avg_pool3d_backward_ops.h' 2022-11-23T00:58:32.5050034Z adding 'torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.5063097Z adding 'torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h' 2022-11-23T00:58:32.5063796Z adding 'torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h' 2022-11-23T00:58:32.5063977Z adding 'torch/include/ATen/ops/avg_pool3d_meta.h' 2022-11-23T00:58:32.5064159Z adding 'torch/include/ATen/ops/avg_pool3d_meta_dispatch.h' 2022-11-23T00:58:32.5064322Z adding 'torch/include/ATen/ops/avg_pool3d_native.h' 2022-11-23T00:58:32.5064548Z adding 'torch/include/ATen/ops/avg_pool3d_ops.h' 2022-11-23T00:58:32.5064851Z adding 'torch/include/ATen/ops/baddbmm.h' 2022-11-23T00:58:32.5065119Z adding 'torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.5065629Z adding 'torch/include/ATen/ops/baddbmm_cpu_dispatch.h' 2022-11-23T00:58:32.5067484Z adding 'torch/include/ATen/ops/baddbmm_cuda_dispatch.h' 2022-11-23T00:58:32.5069149Z adding 'torch/include/ATen/ops/baddbmm_meta.h' 2022-11-23T00:58:32.5070814Z adding 'torch/include/ATen/ops/baddbmm_meta_dispatch.h' 2022-11-23T00:58:32.5072513Z adding 'torch/include/ATen/ops/baddbmm_native.h' 2022-11-23T00:58:32.5074324Z adding 'torch/include/ATen/ops/baddbmm_ops.h' 2022-11-23T00:58:32.5076316Z adding 'torch/include/ATen/ops/bartlett_window.h' 2022-11-23T00:58:32.5078204Z adding 'torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.5079904Z adding 'torch/include/ATen/ops/bartlett_window_native.h' 2022-11-23T00:58:32.5082008Z adding 'torch/include/ATen/ops/bartlett_window_ops.h' 2022-11-23T00:58:32.5083820Z adding 'torch/include/ATen/ops/batch_norm.h' 2022-11-23T00:58:32.5085594Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt.h' 2022-11-23T00:58:32.5087535Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.5090373Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h' 2022-11-23T00:58:32.5090726Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_native.h' 2022-11-23T00:58:32.5092680Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_ops.h' 2022-11-23T00:58:32.5094747Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce.h' 2022-11-23T00:58:32.5096584Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.5098382Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h' 2022-11-23T00:58:32.5100207Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_native.h' 2022-11-23T00:58:32.5102185Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_ops.h' 2022-11-23T00:58:32.5104181Z adding 'torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.5105971Z adding 'torch/include/ATen/ops/batch_norm_elemt.h' 2022-11-23T00:58:32.5108003Z adding 'torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h' 2022-11-23T00:58:32.5109766Z adding 'torch/include/ATen/ops/batch_norm_elemt_native.h' 2022-11-23T00:58:32.5111588Z adding 'torch/include/ATen/ops/batch_norm_elemt_ops.h' 2022-11-23T00:58:32.5113442Z adding 'torch/include/ATen/ops/batch_norm_gather_stats.h' 2022-11-23T00:58:32.5115404Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.5117067Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h' 2022-11-23T00:58:32.5118776Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_native.h' 2022-11-23T00:58:32.5121198Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_ops.h' 2022-11-23T00:58:32.5122879Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h' 2022-11-23T00:58:32.5125235Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.5126654Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h' 2022-11-23T00:58:32.5128073Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h' 2022-11-23T00:58:32.5129820Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h' 2022-11-23T00:58:32.5131345Z adding 'torch/include/ATen/ops/batch_norm_native.h' 2022-11-23T00:58:32.5133347Z adding 'torch/include/ATen/ops/batch_norm_ops.h' 2022-11-23T00:58:32.5134768Z adding 'torch/include/ATen/ops/batch_norm_stats.h' 2022-11-23T00:58:32.5136527Z adding 'torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.5138115Z adding 'torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h' 2022-11-23T00:58:32.5139704Z adding 'torch/include/ATen/ops/batch_norm_stats_native.h' 2022-11-23T00:58:32.5141445Z adding 'torch/include/ATen/ops/batch_norm_stats_ops.h' 2022-11-23T00:58:32.5143227Z adding 'torch/include/ATen/ops/batch_norm_update_stats.h' 2022-11-23T00:58:32.5145207Z adding 'torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.5146953Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h' 2022-11-23T00:58:32.5148645Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h' 2022-11-23T00:58:32.5150239Z adding 'torch/include/ATen/ops/batch_norm_update_stats_native.h' 2022-11-23T00:58:32.5152052Z adding 'torch/include/ATen/ops/batch_norm_update_stats_ops.h' 2022-11-23T00:58:32.5153930Z adding 'torch/include/ATen/ops/bernoulli.h' 2022-11-23T00:58:32.5155786Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.5157541Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.5368402Z adding 'torch/include/ATen/ops/bernoulli_cpu_dispatch.h' 2022-11-23T00:58:32.5369978Z adding 'torch/include/ATen/ops/bernoulli_cuda_dispatch.h' 2022-11-23T00:58:32.5371853Z adding 'torch/include/ATen/ops/bernoulli_meta_dispatch.h' 2022-11-23T00:58:32.5373534Z adding 'torch/include/ATen/ops/bernoulli_native.h' 2022-11-23T00:58:32.5375790Z adding 'torch/include/ATen/ops/bernoulli_ops.h' 2022-11-23T00:58:32.5377770Z adding 'torch/include/ATen/ops/bilinear.h' 2022-11-23T00:58:32.5379571Z adding 'torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.5381297Z adding 'torch/include/ATen/ops/bilinear_native.h' 2022-11-23T00:58:32.5383345Z adding 'torch/include/ATen/ops/bilinear_ops.h' 2022-11-23T00:58:32.5385990Z adding 'torch/include/ATen/ops/binary_cross_entropy.h' 2022-11-23T00:58:32.5388123Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward.h' 2022-11-23T00:58:32.5390406Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h' 2022-11-23T00:58:32.5392533Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h' 2022-11-23T00:58:32.5394669Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_native.h' 2022-11-23T00:58:32.5396992Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_ops.h' 2022-11-23T00:58:32.5399335Z adding 'torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h' 2022-11-23T00:58:32.5401549Z adding 'torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h' 2022-11-23T00:58:32.5403733Z adding 'torch/include/ATen/ops/binary_cross_entropy_native.h' 2022-11-23T00:58:32.5406273Z adding 'torch/include/ATen/ops/binary_cross_entropy_ops.h' 2022-11-23T00:58:32.5408605Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits.h' 2022-11-23T00:58:32.5410707Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.5412406Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h' 2022-11-23T00:58:32.5414323Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h' 2022-11-23T00:58:32.5416292Z adding 'torch/include/ATen/ops/bincount.h' 2022-11-23T00:58:32.5418148Z adding 'torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.5419925Z adding 'torch/include/ATen/ops/bincount_cpu_dispatch.h' 2022-11-23T00:58:32.5421636Z adding 'torch/include/ATen/ops/bincount_cuda_dispatch.h' 2022-11-23T00:58:32.5423391Z adding 'torch/include/ATen/ops/bincount_native.h' 2022-11-23T00:58:32.5425379Z adding 'torch/include/ATen/ops/bincount_ops.h' 2022-11-23T00:58:32.5427443Z adding 'torch/include/ATen/ops/binomial.h' 2022-11-23T00:58:32.5429285Z adding 'torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.5430866Z adding 'torch/include/ATen/ops/binomial_cpu_dispatch.h' 2022-11-23T00:58:32.5432459Z adding 'torch/include/ATen/ops/binomial_cuda_dispatch.h' 2022-11-23T00:58:32.5434080Z adding 'torch/include/ATen/ops/binomial_native.h' 2022-11-23T00:58:32.5435866Z adding 'torch/include/ATen/ops/binomial_ops.h' 2022-11-23T00:58:32.5437650Z adding 'torch/include/ATen/ops/bitwise_and.h' 2022-11-23T00:58:32.5439519Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.5441297Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.5442939Z adding 'torch/include/ATen/ops/bitwise_and_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.5444485Z adding 'torch/include/ATen/ops/bitwise_and_cpu_dispatch.h' 2022-11-23T00:58:32.5446073Z adding 'torch/include/ATen/ops/bitwise_and_cuda_dispatch.h' 2022-11-23T00:58:32.5447647Z adding 'torch/include/ATen/ops/bitwise_and_meta.h' 2022-11-23T00:58:32.5449271Z adding 'torch/include/ATen/ops/bitwise_and_meta_dispatch.h' 2022-11-23T00:58:32.5450905Z adding 'torch/include/ATen/ops/bitwise_and_native.h' 2022-11-23T00:58:32.5452952Z adding 'torch/include/ATen/ops/bitwise_and_ops.h' 2022-11-23T00:58:32.5454905Z adding 'torch/include/ATen/ops/bitwise_left_shift.h' 2022-11-23T00:58:32.5456743Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.5458635Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.5460488Z adding 'torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h' 2022-11-23T00:58:32.5462195Z adding 'torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h' 2022-11-23T00:58:32.5464005Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta.h' 2022-11-23T00:58:32.5466082Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h' 2022-11-23T00:58:32.5467783Z adding 'torch/include/ATen/ops/bitwise_left_shift_native.h' 2022-11-23T00:58:32.5469921Z adding 'torch/include/ATen/ops/bitwise_left_shift_ops.h' 2022-11-23T00:58:32.5471761Z adding 'torch/include/ATen/ops/bitwise_not.h' 2022-11-23T00:58:32.5473650Z adding 'torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.5475359Z adding 'torch/include/ATen/ops/bitwise_not_cpu_dispatch.h' 2022-11-23T00:58:32.5477106Z adding 'torch/include/ATen/ops/bitwise_not_cuda_dispatch.h' 2022-11-23T00:58:32.5478778Z adding 'torch/include/ATen/ops/bitwise_not_meta.h' 2022-11-23T00:58:32.5480661Z adding 'torch/include/ATen/ops/bitwise_not_meta_dispatch.h' 2022-11-23T00:58:32.5482373Z adding 'torch/include/ATen/ops/bitwise_not_native.h' 2022-11-23T00:58:32.5484244Z adding 'torch/include/ATen/ops/bitwise_not_ops.h' 2022-11-23T00:58:32.5486106Z adding 'torch/include/ATen/ops/bitwise_or.h' 2022-11-23T00:58:32.5488043Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.5489872Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.5491604Z adding 'torch/include/ATen/ops/bitwise_or_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.5493249Z adding 'torch/include/ATen/ops/bitwise_or_cpu_dispatch.h' 2022-11-23T00:58:32.5495211Z adding 'torch/include/ATen/ops/bitwise_or_cuda_dispatch.h' 2022-11-23T00:58:32.5496695Z adding 'torch/include/ATen/ops/bitwise_or_meta.h' 2022-11-23T00:58:32.5498636Z adding 'torch/include/ATen/ops/bitwise_or_meta_dispatch.h' 2022-11-23T00:58:32.5500407Z adding 'torch/include/ATen/ops/bitwise_or_native.h' 2022-11-23T00:58:32.5502644Z adding 'torch/include/ATen/ops/bitwise_or_ops.h' 2022-11-23T00:58:32.5504608Z adding 'torch/include/ATen/ops/bitwise_right_shift.h' 2022-11-23T00:58:32.5506968Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.5509169Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.5510838Z adding 'torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h' 2022-11-23T00:58:32.5512801Z adding 'torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h' 2022-11-23T00:58:32.5514746Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta.h' 2022-11-23T00:58:32.5516670Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h' 2022-11-23T00:58:32.5518541Z adding 'torch/include/ATen/ops/bitwise_right_shift_native.h' 2022-11-23T00:58:32.5520742Z adding 'torch/include/ATen/ops/bitwise_right_shift_ops.h' 2022-11-23T00:58:32.5522382Z adding 'torch/include/ATen/ops/bitwise_xor.h' 2022-11-23T00:58:32.5524383Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.5526138Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.5527787Z adding 'torch/include/ATen/ops/bitwise_xor_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.5529336Z adding 'torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h' 2022-11-23T00:58:32.5531144Z adding 'torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h' 2022-11-23T00:58:32.5532811Z adding 'torch/include/ATen/ops/bitwise_xor_meta.h' 2022-11-23T00:58:32.5534578Z adding 'torch/include/ATen/ops/bitwise_xor_meta_dispatch.h' 2022-11-23T00:58:32.5536291Z adding 'torch/include/ATen/ops/bitwise_xor_native.h' 2022-11-23T00:58:32.5538393Z adding 'torch/include/ATen/ops/bitwise_xor_ops.h' 2022-11-23T00:58:32.5540584Z adding 'torch/include/ATen/ops/blackman_window.h' 2022-11-23T00:58:32.5543446Z adding 'torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.5545406Z adding 'torch/include/ATen/ops/blackman_window_native.h' 2022-11-23T00:58:32.5548390Z adding 'torch/include/ATen/ops/blackman_window_ops.h' 2022-11-23T00:58:32.5550663Z adding 'torch/include/ATen/ops/block_diag.h' 2022-11-23T00:58:32.5553166Z adding 'torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.5555225Z adding 'torch/include/ATen/ops/block_diag_native.h' 2022-11-23T00:58:32.5557909Z adding 'torch/include/ATen/ops/block_diag_ops.h' 2022-11-23T00:58:32.5560149Z adding 'torch/include/ATen/ops/bmm.h' 2022-11-23T00:58:32.5562898Z adding 'torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.5564806Z adding 'torch/include/ATen/ops/bmm_cpu_dispatch.h' 2022-11-23T00:58:32.5567304Z adding 'torch/include/ATen/ops/bmm_cuda_dispatch.h' 2022-11-23T00:58:32.5569082Z adding 'torch/include/ATen/ops/bmm_meta.h' 2022-11-23T00:58:32.5571490Z adding 'torch/include/ATen/ops/bmm_meta_dispatch.h' 2022-11-23T00:58:32.5573465Z adding 'torch/include/ATen/ops/bmm_native.h' 2022-11-23T00:58:32.5575973Z adding 'torch/include/ATen/ops/bmm_ops.h' 2022-11-23T00:58:32.5577964Z adding 'torch/include/ATen/ops/broadcast_tensors.h' 2022-11-23T00:58:32.5580392Z adding 'torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.5582052Z adding 'torch/include/ATen/ops/broadcast_tensors_native.h' 2022-11-23T00:58:32.5584628Z adding 'torch/include/ATen/ops/broadcast_tensors_ops.h' 2022-11-23T00:58:32.5586918Z adding 'torch/include/ATen/ops/broadcast_to.h' 2022-11-23T00:58:32.5589522Z adding 'torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.5591307Z adding 'torch/include/ATen/ops/broadcast_to_native.h' 2022-11-23T00:58:32.5594247Z adding 'torch/include/ATen/ops/broadcast_to_ops.h' 2022-11-23T00:58:32.5596691Z adding 'torch/include/ATen/ops/bucketize.h' 2022-11-23T00:58:32.5599338Z adding 'torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.5601602Z adding 'torch/include/ATen/ops/bucketize_cpu_dispatch.h' 2022-11-23T00:58:32.5603951Z adding 'torch/include/ATen/ops/bucketize_cuda_dispatch.h' 2022-11-23T00:58:32.5606287Z adding 'torch/include/ATen/ops/bucketize_native.h' 2022-11-23T00:58:32.5608821Z adding 'torch/include/ATen/ops/bucketize_ops.h' 2022-11-23T00:58:32.5611025Z adding 'torch/include/ATen/ops/can_cast.h' 2022-11-23T00:58:32.5613520Z adding 'torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.5615570Z adding 'torch/include/ATen/ops/can_cast_native.h' 2022-11-23T00:58:32.5618025Z adding 'torch/include/ATen/ops/can_cast_ops.h' 2022-11-23T00:58:32.5620355Z adding 'torch/include/ATen/ops/cartesian_prod.h' 2022-11-23T00:58:32.5622572Z adding 'torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.5624921Z adding 'torch/include/ATen/ops/cartesian_prod_native.h' 2022-11-23T00:58:32.5627305Z adding 'torch/include/ATen/ops/cartesian_prod_ops.h' 2022-11-23T00:58:32.5629647Z adding 'torch/include/ATen/ops/cat.h' 2022-11-23T00:58:32.5632257Z adding 'torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.5634497Z adding 'torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.5637113Z adding 'torch/include/ATen/ops/cat_cpu_dispatch.h' 2022-11-23T00:58:32.5639043Z adding 'torch/include/ATen/ops/cat_cuda_dispatch.h' 2022-11-23T00:58:32.5642080Z adding 'torch/include/ATen/ops/cat_meta.h' 2022-11-23T00:58:32.5644222Z adding 'torch/include/ATen/ops/cat_meta_dispatch.h' 2022-11-23T00:58:32.5646576Z adding 'torch/include/ATen/ops/cat_native.h' 2022-11-23T00:58:32.5649148Z adding 'torch/include/ATen/ops/cat_ops.h' 2022-11-23T00:58:32.5651471Z adding 'torch/include/ATen/ops/cauchy.h' 2022-11-23T00:58:32.5654011Z adding 'torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.5656085Z adding 'torch/include/ATen/ops/cauchy_cpu_dispatch.h' 2022-11-23T00:58:32.5658525Z adding 'torch/include/ATen/ops/cauchy_cuda_dispatch.h' 2022-11-23T00:58:32.5660485Z adding 'torch/include/ATen/ops/cauchy_meta_dispatch.h' 2022-11-23T00:58:32.5662959Z adding 'torch/include/ATen/ops/cauchy_native.h' 2022-11-23T00:58:32.5665466Z adding 'torch/include/ATen/ops/cauchy_ops.h' 2022-11-23T00:58:32.5667668Z adding 'torch/include/ATen/ops/ccol_indices.h' 2022-11-23T00:58:32.5669874Z adding 'torch/include/ATen/ops/ccol_indices_copy.h' 2022-11-23T00:58:32.5672210Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.5674514Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.5676597Z adding 'torch/include/ATen/ops/ccol_indices_copy_native.h' 2022-11-23T00:58:32.5678979Z adding 'torch/include/ATen/ops/ccol_indices_copy_ops.h' 2022-11-23T00:58:32.5681275Z adding 'torch/include/ATen/ops/ccol_indices_native.h' 2022-11-23T00:58:32.5683597Z adding 'torch/include/ATen/ops/ccol_indices_ops.h' 2022-11-23T00:58:32.5685930Z adding 'torch/include/ATen/ops/cdist.h' 2022-11-23T00:58:32.5688334Z adding 'torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.5690432Z adding 'torch/include/ATen/ops/cdist_native.h' 2022-11-23T00:58:32.5692876Z adding 'torch/include/ATen/ops/cdist_ops.h' 2022-11-23T00:58:32.5695143Z adding 'torch/include/ATen/ops/ceil.h' 2022-11-23T00:58:32.5697645Z adding 'torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.5699658Z adding 'torch/include/ATen/ops/ceil_cpu_dispatch.h' 2022-11-23T00:58:32.5702137Z adding 'torch/include/ATen/ops/ceil_cuda_dispatch.h' 2022-11-23T00:58:32.5703970Z adding 'torch/include/ATen/ops/ceil_meta.h' 2022-11-23T00:58:32.5706785Z adding 'torch/include/ATen/ops/ceil_meta_dispatch.h' 2022-11-23T00:58:32.5708783Z adding 'torch/include/ATen/ops/ceil_native.h' 2022-11-23T00:58:32.5711354Z adding 'torch/include/ATen/ops/ceil_ops.h' 2022-11-23T00:58:32.5713671Z adding 'torch/include/ATen/ops/celu.h' 2022-11-23T00:58:32.5715958Z adding 'torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.5717947Z adding 'torch/include/ATen/ops/celu_native.h' 2022-11-23T00:58:32.5720637Z adding 'torch/include/ATen/ops/celu_ops.h' 2022-11-23T00:58:32.5722718Z adding 'torch/include/ATen/ops/chain_matmul.h' 2022-11-23T00:58:32.5725122Z adding 'torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.5727146Z adding 'torch/include/ATen/ops/chain_matmul_native.h' 2022-11-23T00:58:32.5729689Z adding 'torch/include/ATen/ops/chain_matmul_ops.h' 2022-11-23T00:58:32.5731561Z adding 'torch/include/ATen/ops/chalf.h' 2022-11-23T00:58:32.5734117Z adding 'torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.5735936Z adding 'torch/include/ATen/ops/chalf_native.h' 2022-11-23T00:58:32.5738428Z adding 'torch/include/ATen/ops/chalf_ops.h' 2022-11-23T00:58:32.5740530Z adding 'torch/include/ATen/ops/channel_shuffle.h' 2022-11-23T00:58:32.5743114Z adding 'torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.5745068Z adding 'torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h' 2022-11-23T00:58:32.5747669Z adding 'torch/include/ATen/ops/channel_shuffle_native.h' 2022-11-23T00:58:32.5749735Z adding 'torch/include/ATen/ops/channel_shuffle_ops.h' 2022-11-23T00:58:32.5752125Z adding 'torch/include/ATen/ops/cholesky.h' 2022-11-23T00:58:32.5754337Z adding 'torch/include/ATen/ops/cholesky_cpu_dispatch.h' 2022-11-23T00:58:32.5756484Z adding 'torch/include/ATen/ops/cholesky_cuda_dispatch.h' 2022-11-23T00:58:32.5758587Z adding 'torch/include/ATen/ops/cholesky_inverse.h' 2022-11-23T00:58:32.5761059Z adding 'torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h' 2022-11-23T00:58:32.5763301Z adding 'torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h' 2022-11-23T00:58:32.5765406Z adding 'torch/include/ATen/ops/cholesky_inverse_native.h' 2022-11-23T00:58:32.5767800Z adding 'torch/include/ATen/ops/cholesky_inverse_ops.h' 2022-11-23T00:58:32.5769802Z adding 'torch/include/ATen/ops/cholesky_native.h' 2022-11-23T00:58:32.5772454Z adding 'torch/include/ATen/ops/cholesky_ops.h' 2022-11-23T00:58:32.5774504Z adding 'torch/include/ATen/ops/cholesky_solve.h' 2022-11-23T00:58:32.5776903Z adding 'torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.5778853Z adding 'torch/include/ATen/ops/cholesky_solve_native.h' 2022-11-23T00:58:32.5781068Z adding 'torch/include/ATen/ops/cholesky_solve_ops.h' 2022-11-23T00:58:32.5782975Z adding 'torch/include/ATen/ops/choose_qparams_optimized.h' 2022-11-23T00:58:32.5784933Z adding 'torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.5786589Z adding 'torch/include/ATen/ops/choose_qparams_optimized_native.h' 2022-11-23T00:58:32.5788456Z adding 'torch/include/ATen/ops/choose_qparams_optimized_ops.h' 2022-11-23T00:58:32.5790219Z adding 'torch/include/ATen/ops/chunk.h' 2022-11-23T00:58:32.5792158Z adding 'torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.5793942Z adding 'torch/include/ATen/ops/chunk_native.h' 2022-11-23T00:58:32.5795720Z adding 'torch/include/ATen/ops/chunk_ops.h' 2022-11-23T00:58:32.5797660Z adding 'torch/include/ATen/ops/clamp.h' 2022-11-23T00:58:32.5799858Z adding 'torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.5801537Z adding 'torch/include/ATen/ops/clamp_cpu_dispatch.h' 2022-11-23T00:58:32.5803416Z adding 'torch/include/ATen/ops/clamp_cuda_dispatch.h' 2022-11-23T00:58:32.5805305Z adding 'torch/include/ATen/ops/clamp_max.h' 2022-11-23T00:58:32.5807338Z adding 'torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.5809122Z adding 'torch/include/ATen/ops/clamp_max_cpu_dispatch.h' 2022-11-23T00:58:32.5811052Z adding 'torch/include/ATen/ops/clamp_max_cuda_dispatch.h' 2022-11-23T00:58:32.5812849Z adding 'torch/include/ATen/ops/clamp_max_meta.h' 2022-11-23T00:58:32.5814662Z adding 'torch/include/ATen/ops/clamp_max_meta_dispatch.h' 2022-11-23T00:58:32.5816387Z adding 'torch/include/ATen/ops/clamp_max_native.h' 2022-11-23T00:58:32.5818390Z adding 'torch/include/ATen/ops/clamp_max_ops.h' 2022-11-23T00:58:32.5820235Z adding 'torch/include/ATen/ops/clamp_meta.h' 2022-11-23T00:58:32.5822056Z adding 'torch/include/ATen/ops/clamp_meta_dispatch.h' 2022-11-23T00:58:32.5823919Z adding 'torch/include/ATen/ops/clamp_min.h' 2022-11-23T00:58:32.5826290Z adding 'torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.5827888Z adding 'torch/include/ATen/ops/clamp_min_cpu_dispatch.h' 2022-11-23T00:58:32.5829901Z adding 'torch/include/ATen/ops/clamp_min_cuda_dispatch.h' 2022-11-23T00:58:32.5831680Z adding 'torch/include/ATen/ops/clamp_min_meta.h' 2022-11-23T00:58:32.5833476Z adding 'torch/include/ATen/ops/clamp_min_meta_dispatch.h' 2022-11-23T00:58:32.5835404Z adding 'torch/include/ATen/ops/clamp_min_native.h' 2022-11-23T00:58:32.5837337Z adding 'torch/include/ATen/ops/clamp_min_ops.h' 2022-11-23T00:58:32.5839208Z adding 'torch/include/ATen/ops/clamp_native.h' 2022-11-23T00:58:32.5842216Z adding 'torch/include/ATen/ops/clamp_ops.h' 2022-11-23T00:58:32.5844282Z adding 'torch/include/ATen/ops/clip.h' 2022-11-23T00:58:32.5846283Z adding 'torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.5848303Z adding 'torch/include/ATen/ops/clip_native.h' 2022-11-23T00:58:32.5849955Z adding 'torch/include/ATen/ops/clip_ops.h' 2022-11-23T00:58:32.5851668Z adding 'torch/include/ATen/ops/clone.h' 2022-11-23T00:58:32.5853456Z adding 'torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.5855253Z adding 'torch/include/ATen/ops/clone_native.h' 2022-11-23T00:58:32.5856972Z adding 'torch/include/ATen/ops/clone_ops.h' 2022-11-23T00:58:32.5858373Z adding 'torch/include/ATen/ops/coalesce.h' 2022-11-23T00:58:32.5860039Z adding 'torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.5861666Z adding 'torch/include/ATen/ops/coalesce_native.h' 2022-11-23T00:58:32.5863317Z adding 'torch/include/ATen/ops/coalesce_ops.h' 2022-11-23T00:58:32.5865702Z adding 'torch/include/ATen/ops/col2im.h' 2022-11-23T00:58:32.5867422Z adding 'torch/include/ATen/ops/col2im_cpu_dispatch.h' 2022-11-23T00:58:32.5869236Z adding 'torch/include/ATen/ops/col2im_cuda_dispatch.h' 2022-11-23T00:58:32.5871039Z adding 'torch/include/ATen/ops/col2im_native.h' 2022-11-23T00:58:32.5873344Z adding 'torch/include/ATen/ops/col2im_ops.h' 2022-11-23T00:58:32.5874816Z adding 'torch/include/ATen/ops/col_indices.h' 2022-11-23T00:58:32.5876552Z adding 'torch/include/ATen/ops/col_indices_copy.h' 2022-11-23T00:58:32.5878538Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.5880413Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.5881989Z adding 'torch/include/ATen/ops/col_indices_copy_native.h' 2022-11-23T00:58:32.5883700Z adding 'torch/include/ATen/ops/col_indices_copy_ops.h' 2022-11-23T00:58:32.5885443Z adding 'torch/include/ATen/ops/col_indices_native.h' 2022-11-23T00:58:32.5887389Z adding 'torch/include/ATen/ops/col_indices_ops.h' 2022-11-23T00:58:32.5889313Z adding 'torch/include/ATen/ops/column_stack.h' 2022-11-23T00:58:32.5891306Z adding 'torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.5892897Z adding 'torch/include/ATen/ops/column_stack_native.h' 2022-11-23T00:58:32.5895169Z adding 'torch/include/ATen/ops/column_stack_ops.h' 2022-11-23T00:58:32.5896776Z adding 'torch/include/ATen/ops/combinations.h' 2022-11-23T00:58:32.5898726Z adding 'torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.5900189Z adding 'torch/include/ATen/ops/combinations_native.h' 2022-11-23T00:58:32.5902302Z adding 'torch/include/ATen/ops/combinations_ops.h' 2022-11-23T00:58:32.5903914Z adding 'torch/include/ATen/ops/complex.h' 2022-11-23T00:58:32.5905574Z adding 'torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.5907346Z adding 'torch/include/ATen/ops/complex_cpu_dispatch.h' 2022-11-23T00:58:32.5908904Z adding 'torch/include/ATen/ops/complex_cuda_dispatch.h' 2022-11-23T00:58:32.5910449Z adding 'torch/include/ATen/ops/complex_native.h' 2022-11-23T00:58:32.5911943Z adding 'torch/include/ATen/ops/complex_ops.h' 2022-11-23T00:58:32.5913729Z adding 'torch/include/ATen/ops/concat.h' 2022-11-23T00:58:32.5915512Z adding 'torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.5917049Z adding 'torch/include/ATen/ops/concat_native.h' 2022-11-23T00:58:32.5919006Z adding 'torch/include/ATen/ops/concat_ops.h' 2022-11-23T00:58:32.5920903Z adding 'torch/include/ATen/ops/concatenate.h' 2022-11-23T00:58:32.5922596Z adding 'torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.5924073Z adding 'torch/include/ATen/ops/concatenate_native.h' 2022-11-23T00:58:32.5925959Z adding 'torch/include/ATen/ops/concatenate_ops.h' 2022-11-23T00:58:32.5927759Z adding 'torch/include/ATen/ops/conj.h' 2022-11-23T00:58:32.5929518Z adding 'torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.5931081Z adding 'torch/include/ATen/ops/conj_native.h' 2022-11-23T00:58:32.5932774Z adding 'torch/include/ATen/ops/conj_ops.h' 2022-11-23T00:58:32.5934473Z adding 'torch/include/ATen/ops/conj_physical.h' 2022-11-23T00:58:32.5936150Z adding 'torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.5937777Z adding 'torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.5939503Z adding 'torch/include/ATen/ops/conj_physical_cpu_dispatch.h' 2022-11-23T00:58:32.5941268Z adding 'torch/include/ATen/ops/conj_physical_cuda_dispatch.h' 2022-11-23T00:58:32.5943155Z adding 'torch/include/ATen/ops/conj_physical_native.h' 2022-11-23T00:58:32.5945434Z adding 'torch/include/ATen/ops/conj_physical_ops.h' 2022-11-23T00:58:32.5947635Z adding 'torch/include/ATen/ops/constant_pad_nd.h' 2022-11-23T00:58:32.5949973Z adding 'torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.5951607Z adding 'torch/include/ATen/ops/constant_pad_nd_native.h' 2022-11-23T00:58:32.5953644Z adding 'torch/include/ATen/ops/constant_pad_nd_ops.h' 2022-11-23T00:58:32.5955555Z adding 'torch/include/ATen/ops/contiguous.h' 2022-11-23T00:58:32.5957733Z adding 'torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.5959635Z adding 'torch/include/ATen/ops/contiguous_native.h' 2022-11-23T00:58:32.5961892Z adding 'torch/include/ATen/ops/contiguous_ops.h' 2022-11-23T00:58:32.5963999Z adding 'torch/include/ATen/ops/conv1d.h' 2022-11-23T00:58:32.5965797Z adding 'torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.5967655Z adding 'torch/include/ATen/ops/conv1d_native.h' 2022-11-23T00:58:32.5969853Z adding 'torch/include/ATen/ops/conv1d_ops.h' 2022-11-23T00:58:32.5971957Z adding 'torch/include/ATen/ops/conv2d.h' 2022-11-23T00:58:32.5974038Z adding 'torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.5975874Z adding 'torch/include/ATen/ops/conv2d_native.h' 2022-11-23T00:58:32.5978035Z adding 'torch/include/ATen/ops/conv2d_ops.h' 2022-11-23T00:58:32.5980079Z adding 'torch/include/ATen/ops/conv3d.h' 2022-11-23T00:58:32.5982213Z adding 'torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.5984404Z adding 'torch/include/ATen/ops/conv3d_native.h' 2022-11-23T00:58:32.5986616Z adding 'torch/include/ATen/ops/conv3d_ops.h' 2022-11-23T00:58:32.5988979Z adding 'torch/include/ATen/ops/conv_depthwise3d.h' 2022-11-23T00:58:32.5991255Z adding 'torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.5993268Z adding 'torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h' 2022-11-23T00:58:32.5995183Z adding 'torch/include/ATen/ops/conv_depthwise3d_native.h' 2022-11-23T00:58:32.5997266Z adding 'torch/include/ATen/ops/conv_depthwise3d_ops.h' 2022-11-23T00:58:32.5999381Z adding 'torch/include/ATen/ops/conv_tbc.h' 2022-11-23T00:58:32.6001372Z adding 'torch/include/ATen/ops/conv_tbc_backward.h' 2022-11-23T00:58:32.6003496Z adding 'torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.6005312Z adding 'torch/include/ATen/ops/conv_tbc_backward_native.h' 2022-11-23T00:58:32.6007317Z adding 'torch/include/ATen/ops/conv_tbc_backward_ops.h' 2022-11-23T00:58:32.6009549Z adding 'torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6011286Z adding 'torch/include/ATen/ops/conv_tbc_native.h' 2022-11-23T00:58:32.6013303Z adding 'torch/include/ATen/ops/conv_tbc_ops.h' 2022-11-23T00:58:32.6015343Z adding 'torch/include/ATen/ops/conv_transpose1d.h' 2022-11-23T00:58:32.6017418Z adding 'torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.6019311Z adding 'torch/include/ATen/ops/conv_transpose1d_native.h' 2022-11-23T00:58:32.6021380Z adding 'torch/include/ATen/ops/conv_transpose1d_ops.h' 2022-11-23T00:58:32.6023449Z adding 'torch/include/ATen/ops/conv_transpose2d.h' 2022-11-23T00:58:32.6025674Z adding 'torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.6027484Z adding 'torch/include/ATen/ops/conv_transpose2d_native.h' 2022-11-23T00:58:32.6029446Z adding 'torch/include/ATen/ops/conv_transpose2d_ops.h' 2022-11-23T00:58:32.6031445Z adding 'torch/include/ATen/ops/conv_transpose3d.h' 2022-11-23T00:58:32.6033498Z adding 'torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.6035361Z adding 'torch/include/ATen/ops/conv_transpose3d_native.h' 2022-11-23T00:58:32.6037339Z adding 'torch/include/ATen/ops/conv_transpose3d_ops.h' 2022-11-23T00:58:32.6039794Z adding 'torch/include/ATen/ops/convolution.h' 2022-11-23T00:58:32.6042500Z adding 'torch/include/ATen/ops/convolution_backward.h' 2022-11-23T00:58:32.6045022Z adding 'torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6047220Z adding 'torch/include/ATen/ops/convolution_backward_cuda_dispatch.h' 2022-11-23T00:58:32.6049206Z adding 'torch/include/ATen/ops/convolution_backward_native.h' 2022-11-23T00:58:32.6051491Z adding 'torch/include/ATen/ops/convolution_backward_ops.h' 2022-11-23T00:58:32.6053733Z adding 'torch/include/ATen/ops/convolution_backward_overrideable.h' 2022-11-23T00:58:32.6056025Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6057989Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_native.h' 2022-11-23T00:58:32.6060334Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_ops.h' 2022-11-23T00:58:32.6062593Z adding 'torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6064526Z adding 'torch/include/ATen/ops/convolution_native.h' 2022-11-23T00:58:32.6067006Z adding 'torch/include/ATen/ops/convolution_ops.h' 2022-11-23T00:58:32.6069126Z adding 'torch/include/ATen/ops/convolution_overrideable.h' 2022-11-23T00:58:32.6071323Z adding 'torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6073207Z adding 'torch/include/ATen/ops/convolution_overrideable_native.h' 2022-11-23T00:58:32.6075389Z adding 'torch/include/ATen/ops/convolution_overrideable_ops.h' 2022-11-23T00:58:32.6077427Z adding 'torch/include/ATen/ops/copy.h' 2022-11-23T00:58:32.6079518Z adding 'torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6081548Z adding 'torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.6083378Z adding 'torch/include/ATen/ops/copy_native.h' 2022-11-23T00:58:32.6085482Z adding 'torch/include/ATen/ops/copy_ops.h' 2022-11-23T00:58:32.6087636Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse.h' 2022-11-23T00:58:32.6089746Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6091729Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h' 2022-11-23T00:58:32.6093580Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_native.h' 2022-11-23T00:58:32.6095705Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_ops.h' 2022-11-23T00:58:32.6097776Z adding 'torch/include/ATen/ops/copysign.h' 2022-11-23T00:58:32.6099897Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6101833Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.6103699Z adding 'torch/include/ATen/ops/copysign_cpu_dispatch.h' 2022-11-23T00:58:32.6105821Z adding 'torch/include/ATen/ops/copysign_cuda_dispatch.h' 2022-11-23T00:58:32.6107788Z adding 'torch/include/ATen/ops/copysign_meta.h' 2022-11-23T00:58:32.6109803Z adding 'torch/include/ATen/ops/copysign_meta_dispatch.h' 2022-11-23T00:58:32.6111769Z adding 'torch/include/ATen/ops/copysign_native.h' 2022-11-23T00:58:32.6114081Z adding 'torch/include/ATen/ops/copysign_ops.h' 2022-11-23T00:58:32.6115919Z adding 'torch/include/ATen/ops/corrcoef.h' 2022-11-23T00:58:32.6117908Z adding 'torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.6119770Z adding 'torch/include/ATen/ops/corrcoef_native.h' 2022-11-23T00:58:32.6121837Z adding 'torch/include/ATen/ops/corrcoef_ops.h' 2022-11-23T00:58:32.6123819Z adding 'torch/include/ATen/ops/cos.h' 2022-11-23T00:58:32.6125903Z adding 'torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.6127695Z adding 'torch/include/ATen/ops/cos_cpu_dispatch.h' 2022-11-23T00:58:32.6129664Z adding 'torch/include/ATen/ops/cos_cuda_dispatch.h' 2022-11-23T00:58:32.6131640Z adding 'torch/include/ATen/ops/cos_meta.h' 2022-11-23T00:58:32.6133585Z adding 'torch/include/ATen/ops/cos_meta_dispatch.h' 2022-11-23T00:58:32.6135416Z adding 'torch/include/ATen/ops/cos_native.h' 2022-11-23T00:58:32.6137439Z adding 'torch/include/ATen/ops/cos_ops.h' 2022-11-23T00:58:32.6139411Z adding 'torch/include/ATen/ops/cosh.h' 2022-11-23T00:58:32.6141754Z adding 'torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.6143582Z adding 'torch/include/ATen/ops/cosh_cpu_dispatch.h' 2022-11-23T00:58:32.6145506Z adding 'torch/include/ATen/ops/cosh_cuda_dispatch.h' 2022-11-23T00:58:32.6147546Z adding 'torch/include/ATen/ops/cosh_meta.h' 2022-11-23T00:58:32.6149512Z adding 'torch/include/ATen/ops/cosh_meta_dispatch.h' 2022-11-23T00:58:32.6151387Z adding 'torch/include/ATen/ops/cosh_native.h' 2022-11-23T00:58:32.6153485Z adding 'torch/include/ATen/ops/cosh_ops.h' 2022-11-23T00:58:32.6156297Z adding 'torch/include/ATen/ops/cosine_embedding_loss.h' 2022-11-23T00:58:32.6157496Z adding 'torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.6159533Z adding 'torch/include/ATen/ops/cosine_embedding_loss_native.h' 2022-11-23T00:58:32.6161566Z adding 'torch/include/ATen/ops/cosine_embedding_loss_ops.h' 2022-11-23T00:58:32.6163349Z adding 'torch/include/ATen/ops/cosine_similarity.h' 2022-11-23T00:58:32.6165357Z adding 'torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.6166892Z adding 'torch/include/ATen/ops/cosine_similarity_native.h' 2022-11-23T00:58:32.6169219Z adding 'torch/include/ATen/ops/cosine_similarity_ops.h' 2022-11-23T00:58:32.6171069Z adding 'torch/include/ATen/ops/count_nonzero.h' 2022-11-23T00:58:32.6172987Z adding 'torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6174667Z adding 'torch/include/ATen/ops/count_nonzero_cpu_dispatch.h' 2022-11-23T00:58:32.6176335Z adding 'torch/include/ATen/ops/count_nonzero_cuda_dispatch.h' 2022-11-23T00:58:32.6178090Z adding 'torch/include/ATen/ops/count_nonzero_native.h' 2022-11-23T00:58:32.6180075Z adding 'torch/include/ATen/ops/count_nonzero_ops.h' 2022-11-23T00:58:32.6182040Z adding 'torch/include/ATen/ops/cov.h' 2022-11-23T00:58:32.6184039Z adding 'torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.6185850Z adding 'torch/include/ATen/ops/cov_native.h' 2022-11-23T00:58:32.6187791Z adding 'torch/include/ATen/ops/cov_ops.h' 2022-11-23T00:58:32.6189631Z adding 'torch/include/ATen/ops/cross.h' 2022-11-23T00:58:32.6191538Z adding 'torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.6193413Z adding 'torch/include/ATen/ops/cross_entropy_loss.h' 2022-11-23T00:58:32.6195583Z adding 'torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.6197362Z adding 'torch/include/ATen/ops/cross_entropy_loss_native.h' 2022-11-23T00:58:32.6199244Z adding 'torch/include/ATen/ops/cross_entropy_loss_ops.h' 2022-11-23T00:58:32.6201109Z adding 'torch/include/ATen/ops/cross_native.h' 2022-11-23T00:58:32.6203047Z adding 'torch/include/ATen/ops/cross_ops.h' 2022-11-23T00:58:32.6204825Z adding 'torch/include/ATen/ops/crow_indices.h' 2022-11-23T00:58:32.6206791Z adding 'torch/include/ATen/ops/crow_indices_copy.h' 2022-11-23T00:58:32.6208753Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6210646Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.6212285Z adding 'torch/include/ATen/ops/crow_indices_copy_native.h' 2022-11-23T00:58:32.6214165Z adding 'torch/include/ATen/ops/crow_indices_copy_ops.h' 2022-11-23T00:58:32.6215935Z adding 'torch/include/ATen/ops/crow_indices_native.h' 2022-11-23T00:58:32.6217754Z adding 'torch/include/ATen/ops/crow_indices_ops.h' 2022-11-23T00:58:32.6219702Z adding 'torch/include/ATen/ops/ctc_loss.h' 2022-11-23T00:58:32.6221679Z adding 'torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.6223696Z adding 'torch/include/ATen/ops/ctc_loss_native.h' 2022-11-23T00:58:32.6225756Z adding 'torch/include/ATen/ops/ctc_loss_ops.h' 2022-11-23T00:58:32.6227550Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator.h' 2022-11-23T00:58:32.6229883Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h' 2022-11-23T00:58:32.6231863Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6233523Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h' 2022-11-23T00:58:32.6235088Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h' 2022-11-23T00:58:32.6236623Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h' 2022-11-23T00:58:32.6238401Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6240056Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h' 2022-11-23T00:58:32.6241667Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_native.h' 2022-11-23T00:58:32.6243474Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h' 2022-11-23T00:58:32.6245217Z adding 'torch/include/ATen/ops/cudnn_batch_norm.h' 2022-11-23T00:58:32.6247139Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward.h' 2022-11-23T00:58:32.6249200Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6250759Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h' 2022-11-23T00:58:32.6252351Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_native.h' 2022-11-23T00:58:32.6254203Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h' 2022-11-23T00:58:32.6256149Z adding 'torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6257777Z adding 'torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h' 2022-11-23T00:58:32.6259595Z adding 'torch/include/ATen/ops/cudnn_batch_norm_native.h' 2022-11-23T00:58:32.6261561Z adding 'torch/include/ATen/ops/cudnn_batch_norm_ops.h' 2022-11-23T00:58:32.6263147Z adding 'torch/include/ATen/ops/cudnn_convolution.h' 2022-11-23T00:58:32.6265007Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu.h' 2022-11-23T00:58:32.6266790Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6268386Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h' 2022-11-23T00:58:32.6270220Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_native.h' 2022-11-23T00:58:32.6272107Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h' 2022-11-23T00:58:32.6273791Z adding 'torch/include/ATen/ops/cudnn_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6275688Z adding 'torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h' 2022-11-23T00:58:32.6277433Z adding 'torch/include/ATen/ops/cudnn_convolution_native.h' 2022-11-23T00:58:32.6279437Z adding 'torch/include/ATen/ops/cudnn_convolution_ops.h' 2022-11-23T00:58:32.6281727Z adding 'torch/include/ATen/ops/cudnn_convolution_relu.h' 2022-11-23T00:58:32.6283478Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6285809Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h' 2022-11-23T00:58:32.6287451Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_native.h' 2022-11-23T00:58:32.6289172Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_ops.h' 2022-11-23T00:58:32.6290806Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose.h' 2022-11-23T00:58:32.6292486Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6293933Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h' 2022-11-23T00:58:32.6295559Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_native.h' 2022-11-23T00:58:32.6297424Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_ops.h' 2022-11-23T00:58:32.6299175Z adding 'torch/include/ATen/ops/cudnn_grid_sampler.h' 2022-11-23T00:58:32.6300904Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward.h' 2022-11-23T00:58:32.6302785Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6304229Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h' 2022-11-23T00:58:32.6305992Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h' 2022-11-23T00:58:32.6307847Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h' 2022-11-23T00:58:32.6309563Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6311208Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h' 2022-11-23T00:58:32.6312714Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_native.h' 2022-11-23T00:58:32.6314335Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_ops.h' 2022-11-23T00:58:32.6316071Z adding 'torch/include/ATen/ops/cudnn_is_acceptable.h' 2022-11-23T00:58:32.6317854Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.6319384Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_native.h' 2022-11-23T00:58:32.6321187Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_ops.h' 2022-11-23T00:58:32.6323147Z adding 'torch/include/ATen/ops/cummax.h' 2022-11-23T00:58:32.6325232Z adding 'torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6327086Z adding 'torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.6328789Z adding 'torch/include/ATen/ops/cummax_native.h' 2022-11-23T00:58:32.6330803Z adding 'torch/include/ATen/ops/cummax_ops.h' 2022-11-23T00:58:32.6332679Z adding 'torch/include/ATen/ops/cummaxmin_backward.h' 2022-11-23T00:58:32.6334767Z adding 'torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.6336342Z adding 'torch/include/ATen/ops/cummaxmin_backward_native.h' 2022-11-23T00:58:32.6338191Z adding 'torch/include/ATen/ops/cummaxmin_backward_ops.h' 2022-11-23T00:58:32.6340039Z adding 'torch/include/ATen/ops/cummin.h' 2022-11-23T00:58:32.6342044Z adding 'torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6343766Z adding 'torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.6345591Z adding 'torch/include/ATen/ops/cummin_native.h' 2022-11-23T00:58:32.6347760Z adding 'torch/include/ATen/ops/cummin_ops.h' 2022-11-23T00:58:32.6349746Z adding 'torch/include/ATen/ops/cumprod.h' 2022-11-23T00:58:32.6351604Z adding 'torch/include/ATen/ops/cumprod_backward.h' 2022-11-23T00:58:32.6353606Z adding 'torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.6355292Z adding 'torch/include/ATen/ops/cumprod_backward_native.h' 2022-11-23T00:58:32.6357233Z adding 'torch/include/ATen/ops/cumprod_backward_ops.h' 2022-11-23T00:58:32.6359018Z adding 'torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.6360996Z adding 'torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.6362873Z adding 'torch/include/ATen/ops/cumprod_cpu_dispatch.h' 2022-11-23T00:58:32.6364614Z adding 'torch/include/ATen/ops/cumprod_cuda_dispatch.h' 2022-11-23T00:58:32.6366419Z adding 'torch/include/ATen/ops/cumprod_meta.h' 2022-11-23T00:58:32.6368293Z adding 'torch/include/ATen/ops/cumprod_meta_dispatch.h' 2022-11-23T00:58:32.6369986Z adding 'torch/include/ATen/ops/cumprod_native.h' 2022-11-23T00:58:32.6372113Z adding 'torch/include/ATen/ops/cumprod_ops.h' 2022-11-23T00:58:32.6374249Z adding 'torch/include/ATen/ops/cumsum.h' 2022-11-23T00:58:32.6376289Z adding 'torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.6378321Z adding 'torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.6380031Z adding 'torch/include/ATen/ops/cumsum_cpu_dispatch.h' 2022-11-23T00:58:32.6382007Z adding 'torch/include/ATen/ops/cumsum_cuda_dispatch.h' 2022-11-23T00:58:32.6383595Z adding 'torch/include/ATen/ops/cumsum_meta.h' 2022-11-23T00:58:32.6385870Z adding 'torch/include/ATen/ops/cumsum_meta_dispatch.h' 2022-11-23T00:58:32.6387494Z adding 'torch/include/ATen/ops/cumsum_native.h' 2022-11-23T00:58:32.6389472Z adding 'torch/include/ATen/ops/cumsum_ops.h' 2022-11-23T00:58:32.6391333Z adding 'torch/include/ATen/ops/cumulative_trapezoid.h' 2022-11-23T00:58:32.6393234Z adding 'torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.6394748Z adding 'torch/include/ATen/ops/cumulative_trapezoid_native.h' 2022-11-23T00:58:32.6396460Z adding 'torch/include/ATen/ops/cumulative_trapezoid_ops.h' 2022-11-23T00:58:32.6398133Z adding 'torch/include/ATen/ops/data.h' 2022-11-23T00:58:32.6400114Z adding 'torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.6401808Z adding 'torch/include/ATen/ops/data_native.h' 2022-11-23T00:58:32.6403526Z adding 'torch/include/ATen/ops/data_ops.h' 2022-11-23T00:58:32.6405396Z adding 'torch/include/ATen/ops/deg2rad.h' 2022-11-23T00:58:32.6407371Z adding 'torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6409026Z adding 'torch/include/ATen/ops/deg2rad_native.h' 2022-11-23T00:58:32.6410924Z adding 'torch/include/ATen/ops/deg2rad_ops.h' 2022-11-23T00:58:32.6412632Z adding 'torch/include/ATen/ops/dense_dim.h' 2022-11-23T00:58:32.6414516Z adding 'torch/include/ATen/ops/dense_dim_cpu_dispatch.h' 2022-11-23T00:58:32.6416328Z adding 'torch/include/ATen/ops/dense_dim_cuda_dispatch.h' 2022-11-23T00:58:32.6418046Z adding 'torch/include/ATen/ops/dense_dim_native.h' 2022-11-23T00:58:32.6419899Z adding 'torch/include/ATen/ops/dense_dim_ops.h' 2022-11-23T00:58:32.6421823Z adding 'torch/include/ATen/ops/dequantize.h' 2022-11-23T00:58:32.6423870Z adding 'torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6425842Z adding 'torch/include/ATen/ops/dequantize_cpu_dispatch.h' 2022-11-23T00:58:32.6427486Z adding 'torch/include/ATen/ops/dequantize_cuda_dispatch.h' 2022-11-23T00:58:32.6429241Z adding 'torch/include/ATen/ops/dequantize_native.h' 2022-11-23T00:58:32.6431279Z adding 'torch/include/ATen/ops/dequantize_ops.h' 2022-11-23T00:58:32.6432975Z adding 'torch/include/ATen/ops/det.h' 2022-11-23T00:58:32.6434665Z adding 'torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.6436216Z adding 'torch/include/ATen/ops/det_native.h' 2022-11-23T00:58:32.6437877Z adding 'torch/include/ATen/ops/det_ops.h' 2022-11-23T00:58:32.6439586Z adding 'torch/include/ATen/ops/detach.h' 2022-11-23T00:58:32.6441423Z adding 'torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6443052Z adding 'torch/include/ATen/ops/detach_copy.h' 2022-11-23T00:58:32.6444875Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6446593Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.6448131Z adding 'torch/include/ATen/ops/detach_copy_native.h' 2022-11-23T00:58:32.6449804Z adding 'torch/include/ATen/ops/detach_copy_ops.h' 2022-11-23T00:58:32.6451436Z adding 'torch/include/ATen/ops/detach_native.h' 2022-11-23T00:58:32.6453160Z adding 'torch/include/ATen/ops/detach_ops.h' 2022-11-23T00:58:32.6454911Z adding 'torch/include/ATen/ops/diag.h' 2022-11-23T00:58:32.6456857Z adding 'torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.6458496Z adding 'torch/include/ATen/ops/diag_embed.h' 2022-11-23T00:58:32.6460327Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6462098Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.6463778Z adding 'torch/include/ATen/ops/diag_embed_native.h' 2022-11-23T00:58:32.6465977Z adding 'torch/include/ATen/ops/diag_embed_ops.h' 2022-11-23T00:58:32.6467908Z adding 'torch/include/ATen/ops/diag_native.h' 2022-11-23T00:58:32.6469894Z adding 'torch/include/ATen/ops/diag_ops.h' 2022-11-23T00:58:32.6471796Z adding 'torch/include/ATen/ops/diagflat.h' 2022-11-23T00:58:32.6473852Z adding 'torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.6475504Z adding 'torch/include/ATen/ops/diagflat_native.h' 2022-11-23T00:58:32.6477412Z adding 'torch/include/ATen/ops/diagflat_ops.h' 2022-11-23T00:58:32.6479317Z adding 'torch/include/ATen/ops/diagonal.h' 2022-11-23T00:58:32.6481509Z adding 'torch/include/ATen/ops/diagonal_backward.h' 2022-11-23T00:58:32.6483655Z adding 'torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6485575Z adding 'torch/include/ATen/ops/diagonal_backward_native.h' 2022-11-23T00:58:32.6487484Z adding 'torch/include/ATen/ops/diagonal_backward_ops.h' 2022-11-23T00:58:32.6489405Z adding 'torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6491345Z adding 'torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.6493230Z adding 'torch/include/ATen/ops/diagonal_copy.h' 2022-11-23T00:58:32.6495179Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6497050Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.6498795Z adding 'torch/include/ATen/ops/diagonal_copy_native.h' 2022-11-23T00:58:32.6500853Z adding 'torch/include/ATen/ops/diagonal_copy_ops.h' 2022-11-23T00:58:32.6502836Z adding 'torch/include/ATen/ops/diagonal_native.h' 2022-11-23T00:58:32.6504930Z adding 'torch/include/ATen/ops/diagonal_ops.h' 2022-11-23T00:58:32.6507176Z adding 'torch/include/ATen/ops/diagonal_scatter.h' 2022-11-23T00:58:32.6509215Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6511091Z adding 'torch/include/ATen/ops/diagonal_scatter_native.h' 2022-11-23T00:58:32.6513081Z adding 'torch/include/ATen/ops/diagonal_scatter_ops.h' 2022-11-23T00:58:32.6515084Z adding 'torch/include/ATen/ops/diff.h' 2022-11-23T00:58:32.6517123Z adding 'torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.6518936Z adding 'torch/include/ATen/ops/diff_native.h' 2022-11-23T00:58:32.6521111Z adding 'torch/include/ATen/ops/diff_ops.h' 2022-11-23T00:58:32.6523185Z adding 'torch/include/ATen/ops/digamma.h' 2022-11-23T00:58:32.6525176Z adding 'torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.6526954Z adding 'torch/include/ATen/ops/digamma_cpu_dispatch.h' 2022-11-23T00:58:32.6528893Z adding 'torch/include/ATen/ops/digamma_cuda_dispatch.h' 2022-11-23T00:58:32.6530736Z adding 'torch/include/ATen/ops/digamma_meta.h' 2022-11-23T00:58:32.6532613Z adding 'torch/include/ATen/ops/digamma_meta_dispatch.h' 2022-11-23T00:58:32.6534495Z adding 'torch/include/ATen/ops/digamma_native.h' 2022-11-23T00:58:32.6536522Z adding 'torch/include/ATen/ops/digamma_ops.h' 2022-11-23T00:58:32.6538688Z adding 'torch/include/ATen/ops/dist.h' 2022-11-23T00:58:32.6540463Z adding 'torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6542001Z adding 'torch/include/ATen/ops/dist_native.h' 2022-11-23T00:58:32.6543763Z adding 'torch/include/ATen/ops/dist_ops.h' 2022-11-23T00:58:32.6545868Z adding 'torch/include/ATen/ops/div.h' 2022-11-23T00:58:32.6547943Z adding 'torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6549875Z adding 'torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.6551417Z adding 'torch/include/ATen/ops/div_cpu_dispatch.h' 2022-11-23T00:58:32.6553263Z adding 'torch/include/ATen/ops/div_cuda_dispatch.h' 2022-11-23T00:58:32.6554967Z adding 'torch/include/ATen/ops/div_meta.h' 2022-11-23T00:58:32.6556731Z adding 'torch/include/ATen/ops/div_meta_dispatch.h' 2022-11-23T00:58:32.6558602Z adding 'torch/include/ATen/ops/div_native.h' 2022-11-23T00:58:32.6561199Z adding 'torch/include/ATen/ops/div_ops.h' 2022-11-23T00:58:32.6563329Z adding 'torch/include/ATen/ops/divide.h' 2022-11-23T00:58:32.6565638Z adding 'torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.6567298Z adding 'torch/include/ATen/ops/divide_native.h' 2022-11-23T00:58:32.6569460Z adding 'torch/include/ATen/ops/divide_ops.h' 2022-11-23T00:58:32.6571242Z adding 'torch/include/ATen/ops/dot.h' 2022-11-23T00:58:32.6573021Z adding 'torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6574551Z adding 'torch/include/ATen/ops/dot_cpu_dispatch.h' 2022-11-23T00:58:32.6576197Z adding 'torch/include/ATen/ops/dot_cuda_dispatch.h' 2022-11-23T00:58:32.6577816Z adding 'torch/include/ATen/ops/dot_native.h' 2022-11-23T00:58:32.6579615Z adding 'torch/include/ATen/ops/dot_ops.h' 2022-11-23T00:58:32.6581372Z adding 'torch/include/ATen/ops/dropout.h' 2022-11-23T00:58:32.6583188Z adding 'torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.6584717Z adding 'torch/include/ATen/ops/dropout_native.h' 2022-11-23T00:58:32.6586848Z adding 'torch/include/ATen/ops/dropout_ops.h' 2022-11-23T00:58:32.6588600Z adding 'torch/include/ATen/ops/dsplit.h' 2022-11-23T00:58:32.6590434Z adding 'torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.6592024Z adding 'torch/include/ATen/ops/dsplit_native.h' 2022-11-23T00:58:32.6593865Z adding 'torch/include/ATen/ops/dsplit_ops.h' 2022-11-23T00:58:32.6595553Z adding 'torch/include/ATen/ops/dstack.h' 2022-11-23T00:58:32.6597371Z adding 'torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.6599012Z adding 'torch/include/ATen/ops/dstack_native.h' 2022-11-23T00:58:32.6600973Z adding 'torch/include/ATen/ops/dstack_ops.h' 2022-11-23T00:58:32.6603107Z adding 'torch/include/ATen/ops/einsum.h' 2022-11-23T00:58:32.6604588Z adding 'torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.6606335Z adding 'torch/include/ATen/ops/einsum_native.h' 2022-11-23T00:58:32.6608025Z adding 'torch/include/ATen/ops/einsum_ops.h' 2022-11-23T00:58:32.6609546Z adding 'torch/include/ATen/ops/elu.h' 2022-11-23T00:58:32.6611634Z adding 'torch/include/ATen/ops/elu_backward.h' 2022-11-23T00:58:32.6613297Z adding 'torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.6614937Z adding 'torch/include/ATen/ops/elu_backward_cpu_dispatch.h' 2022-11-23T00:58:32.6616703Z adding 'torch/include/ATen/ops/elu_backward_cuda_dispatch.h' 2022-11-23T00:58:32.6618687Z adding 'torch/include/ATen/ops/elu_backward_meta.h' 2022-11-23T00:58:32.6620563Z adding 'torch/include/ATen/ops/elu_backward_meta_dispatch.h' 2022-11-23T00:58:32.6622324Z adding 'torch/include/ATen/ops/elu_backward_native.h' 2022-11-23T00:58:32.6624493Z adding 'torch/include/ATen/ops/elu_backward_ops.h' 2022-11-23T00:58:32.6626664Z adding 'torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.6628461Z adding 'torch/include/ATen/ops/elu_cpu_dispatch.h' 2022-11-23T00:58:32.6630185Z adding 'torch/include/ATen/ops/elu_cuda_dispatch.h' 2022-11-23T00:58:32.6632206Z adding 'torch/include/ATen/ops/elu_meta.h' 2022-11-23T00:58:32.6633981Z adding 'torch/include/ATen/ops/elu_meta_dispatch.h' 2022-11-23T00:58:32.6635691Z adding 'torch/include/ATen/ops/elu_native.h' 2022-11-23T00:58:32.6637726Z adding 'torch/include/ATen/ops/elu_ops.h' 2022-11-23T00:58:32.6639883Z adding 'torch/include/ATen/ops/embedding.h' 2022-11-23T00:58:32.6642392Z adding 'torch/include/ATen/ops/embedding_backward.h' 2022-11-23T00:58:32.6644045Z adding 'torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.6645707Z adding 'torch/include/ATen/ops/embedding_backward_native.h' 2022-11-23T00:58:32.6647652Z adding 'torch/include/ATen/ops/embedding_backward_ops.h' 2022-11-23T00:58:32.6649583Z adding 'torch/include/ATen/ops/embedding_bag.h' 2022-11-23T00:58:32.6651806Z adding 'torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.6653557Z adding 'torch/include/ATen/ops/embedding_bag_native.h' 2022-11-23T00:58:32.6655836Z adding 'torch/include/ATen/ops/embedding_bag_ops.h' 2022-11-23T00:58:32.6657727Z adding 'torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6659837Z adding 'torch/include/ATen/ops/embedding_dense_backward.h' 2022-11-23T00:58:32.6661991Z adding 'torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6663920Z adding 'torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h' 2022-11-23T00:58:32.6666161Z adding 'torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h' 2022-11-23T00:58:32.6668057Z adding 'torch/include/ATen/ops/embedding_dense_backward_native.h' 2022-11-23T00:58:32.6669862Z adding 'torch/include/ATen/ops/embedding_dense_backward_ops.h' 2022-11-23T00:58:32.6671783Z adding 'torch/include/ATen/ops/embedding_native.h' 2022-11-23T00:58:32.6673690Z adding 'torch/include/ATen/ops/embedding_ops.h' 2022-11-23T00:58:32.6675604Z adding 'torch/include/ATen/ops/embedding_renorm.h' 2022-11-23T00:58:32.6677586Z adding 'torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6679387Z adding 'torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h' 2022-11-23T00:58:32.6681223Z adding 'torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h' 2022-11-23T00:58:32.6683016Z adding 'torch/include/ATen/ops/embedding_renorm_meta_dispatch.h' 2022-11-23T00:58:32.6684781Z adding 'torch/include/ATen/ops/embedding_renorm_native.h' 2022-11-23T00:58:32.6686869Z adding 'torch/include/ATen/ops/embedding_renorm_ops.h' 2022-11-23T00:58:32.6688655Z adding 'torch/include/ATen/ops/embedding_sparse_backward.h' 2022-11-23T00:58:32.6690848Z adding 'torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.6692317Z adding 'torch/include/ATen/ops/embedding_sparse_backward_native.h' 2022-11-23T00:58:32.6694142Z adding 'torch/include/ATen/ops/embedding_sparse_backward_ops.h' 2022-11-23T00:58:32.6696490Z adding 'torch/include/ATen/ops/empty.h' 2022-11-23T00:58:32.6698690Z adding 'torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6700592Z adding 'torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.6702475Z adding 'torch/include/ATen/ops/empty_cpu_dispatch.h' 2022-11-23T00:58:32.6704259Z adding 'torch/include/ATen/ops/empty_cuda_dispatch.h' 2022-11-23T00:58:32.6706417Z adding 'torch/include/ATen/ops/empty_like.h' 2022-11-23T00:58:32.6708467Z adding 'torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6710189Z adding 'torch/include/ATen/ops/empty_like_native.h' 2022-11-23T00:58:32.6712237Z adding 'torch/include/ATen/ops/empty_like_ops.h' 2022-11-23T00:58:32.6714964Z adding 'torch/include/ATen/ops/empty_meta_dispatch.h' 2022-11-23T00:58:32.6716951Z adding 'torch/include/ATen/ops/empty_native.h' 2022-11-23T00:58:32.6719153Z adding 'torch/include/ATen/ops/empty_ops.h' 2022-11-23T00:58:32.6721295Z adding 'torch/include/ATen/ops/empty_quantized.h' 2022-11-23T00:58:32.6723246Z adding 'torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6725215Z adding 'torch/include/ATen/ops/empty_quantized_native.h' 2022-11-23T00:58:32.6727106Z adding 'torch/include/ATen/ops/empty_quantized_ops.h' 2022-11-23T00:58:32.6729317Z adding 'torch/include/ATen/ops/empty_strided.h' 2022-11-23T00:58:32.6731379Z adding 'torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6733282Z adding 'torch/include/ATen/ops/empty_strided_cpu_dispatch.h' 2022-11-23T00:58:32.6735120Z adding 'torch/include/ATen/ops/empty_strided_cuda_dispatch.h' 2022-11-23T00:58:32.6737298Z adding 'torch/include/ATen/ops/empty_strided_meta_dispatch.h' 2022-11-23T00:58:32.6739073Z adding 'torch/include/ATen/ops/empty_strided_native.h' 2022-11-23T00:58:32.6741139Z adding 'torch/include/ATen/ops/empty_strided_ops.h' 2022-11-23T00:58:32.6742985Z adding 'torch/include/ATen/ops/eq.h' 2022-11-23T00:58:32.6745306Z adding 'torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.6746982Z adding 'torch/include/ATen/ops/eq_cpu_dispatch.h' 2022-11-23T00:58:32.6748743Z adding 'torch/include/ATen/ops/eq_cuda_dispatch.h' 2022-11-23T00:58:32.6750460Z adding 'torch/include/ATen/ops/eq_meta.h' 2022-11-23T00:58:32.6752076Z adding 'torch/include/ATen/ops/eq_meta_dispatch.h' 2022-11-23T00:58:32.6753734Z adding 'torch/include/ATen/ops/eq_native.h' 2022-11-23T00:58:32.6755846Z adding 'torch/include/ATen/ops/eq_ops.h' 2022-11-23T00:58:32.6757549Z adding 'torch/include/ATen/ops/equal.h' 2022-11-23T00:58:32.6759212Z adding 'torch/include/ATen/ops/equal_cpu_dispatch.h' 2022-11-23T00:58:32.6760698Z adding 'torch/include/ATen/ops/equal_cuda_dispatch.h' 2022-11-23T00:58:32.6762205Z adding 'torch/include/ATen/ops/equal_native.h' 2022-11-23T00:58:32.6763866Z adding 'torch/include/ATen/ops/equal_ops.h' 2022-11-23T00:58:32.6765557Z adding 'torch/include/ATen/ops/erf.h' 2022-11-23T00:58:32.6767541Z adding 'torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.6769206Z adding 'torch/include/ATen/ops/erf_cpu_dispatch.h' 2022-11-23T00:58:32.6770813Z adding 'torch/include/ATen/ops/erf_cuda_dispatch.h' 2022-11-23T00:58:32.6772426Z adding 'torch/include/ATen/ops/erf_meta.h' 2022-11-23T00:58:32.6774160Z adding 'torch/include/ATen/ops/erf_meta_dispatch.h' 2022-11-23T00:58:32.6775779Z adding 'torch/include/ATen/ops/erf_native.h' 2022-11-23T00:58:32.6777733Z adding 'torch/include/ATen/ops/erf_ops.h' 2022-11-23T00:58:32.6779633Z adding 'torch/include/ATen/ops/erfc.h' 2022-11-23T00:58:32.6781608Z adding 'torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.6783314Z adding 'torch/include/ATen/ops/erfc_cpu_dispatch.h' 2022-11-23T00:58:32.6785235Z adding 'torch/include/ATen/ops/erfc_cuda_dispatch.h' 2022-11-23T00:58:32.6787239Z adding 'torch/include/ATen/ops/erfc_meta.h' 2022-11-23T00:58:32.6788975Z adding 'torch/include/ATen/ops/erfc_meta_dispatch.h' 2022-11-23T00:58:32.6790681Z adding 'torch/include/ATen/ops/erfc_native.h' 2022-11-23T00:58:32.6792596Z adding 'torch/include/ATen/ops/erfc_ops.h' 2022-11-23T00:58:32.6794558Z adding 'torch/include/ATen/ops/erfinv.h' 2022-11-23T00:58:32.6796513Z adding 'torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.6798302Z adding 'torch/include/ATen/ops/erfinv_cpu_dispatch.h' 2022-11-23T00:58:32.6800264Z adding 'torch/include/ATen/ops/erfinv_cuda_dispatch.h' 2022-11-23T00:58:32.6802062Z adding 'torch/include/ATen/ops/erfinv_meta.h' 2022-11-23T00:58:32.6803986Z adding 'torch/include/ATen/ops/erfinv_meta_dispatch.h' 2022-11-23T00:58:32.6805722Z adding 'torch/include/ATen/ops/erfinv_native.h' 2022-11-23T00:58:32.6807680Z adding 'torch/include/ATen/ops/erfinv_ops.h' 2022-11-23T00:58:32.6809578Z adding 'torch/include/ATen/ops/exp.h' 2022-11-23T00:58:32.6811473Z adding 'torch/include/ATen/ops/exp2.h' 2022-11-23T00:58:32.6813421Z adding 'torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.6815250Z adding 'torch/include/ATen/ops/exp2_cpu_dispatch.h' 2022-11-23T00:58:32.6817066Z adding 'torch/include/ATen/ops/exp2_cuda_dispatch.h' 2022-11-23T00:58:32.6818871Z adding 'torch/include/ATen/ops/exp2_meta.h' 2022-11-23T00:58:32.6820690Z adding 'torch/include/ATen/ops/exp2_meta_dispatch.h' 2022-11-23T00:58:32.6822524Z adding 'torch/include/ATen/ops/exp2_native.h' 2022-11-23T00:58:32.6824455Z adding 'torch/include/ATen/ops/exp2_ops.h' 2022-11-23T00:58:32.6826617Z adding 'torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.6828356Z adding 'torch/include/ATen/ops/exp_cpu_dispatch.h' 2022-11-23T00:58:32.6830077Z adding 'torch/include/ATen/ops/exp_cuda_dispatch.h' 2022-11-23T00:58:32.6831828Z adding 'torch/include/ATen/ops/exp_meta.h' 2022-11-23T00:58:32.6833736Z adding 'torch/include/ATen/ops/exp_meta_dispatch.h' 2022-11-23T00:58:32.6835471Z adding 'torch/include/ATen/ops/exp_native.h' 2022-11-23T00:58:32.6837419Z adding 'torch/include/ATen/ops/exp_ops.h' 2022-11-23T00:58:32.6839275Z adding 'torch/include/ATen/ops/expand.h' 2022-11-23T00:58:32.6841116Z adding 'torch/include/ATen/ops/expand_as.h' 2022-11-23T00:58:32.6843023Z adding 'torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.6844623Z adding 'torch/include/ATen/ops/expand_as_native.h' 2022-11-23T00:58:32.6846448Z adding 'torch/include/ATen/ops/expand_as_ops.h' 2022-11-23T00:58:32.6848465Z adding 'torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6850302Z adding 'torch/include/ATen/ops/expand_copy.h' 2022-11-23T00:58:32.6852336Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6854261Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.6855926Z adding 'torch/include/ATen/ops/expand_copy_native.h' 2022-11-23T00:58:32.6857938Z adding 'torch/include/ATen/ops/expand_copy_ops.h' 2022-11-23T00:58:32.6860358Z adding 'torch/include/ATen/ops/expand_native.h' 2022-11-23T00:58:32.6862069Z adding 'torch/include/ATen/ops/expand_ops.h' 2022-11-23T00:58:32.6863684Z adding 'torch/include/ATen/ops/expm1.h' 2022-11-23T00:58:32.6865861Z adding 'torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.6867298Z adding 'torch/include/ATen/ops/expm1_cpu_dispatch.h' 2022-11-23T00:58:32.6869210Z adding 'torch/include/ATen/ops/expm1_cuda_dispatch.h' 2022-11-23T00:58:32.6871068Z adding 'torch/include/ATen/ops/expm1_meta.h' 2022-11-23T00:58:32.6872615Z adding 'torch/include/ATen/ops/expm1_meta_dispatch.h' 2022-11-23T00:58:32.6874548Z adding 'torch/include/ATen/ops/expm1_native.h' 2022-11-23T00:58:32.6876917Z adding 'torch/include/ATen/ops/expm1_ops.h' 2022-11-23T00:58:32.6878760Z adding 'torch/include/ATen/ops/exponential.h' 2022-11-23T00:58:32.6880659Z adding 'torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6882111Z adding 'torch/include/ATen/ops/exponential_cpu_dispatch.h' 2022-11-23T00:58:32.6883992Z adding 'torch/include/ATen/ops/exponential_cuda_dispatch.h' 2022-11-23T00:58:32.6885660Z adding 'torch/include/ATen/ops/exponential_meta_dispatch.h' 2022-11-23T00:58:32.6887621Z adding 'torch/include/ATen/ops/exponential_native.h' 2022-11-23T00:58:32.6889265Z adding 'torch/include/ATen/ops/exponential_ops.h' 2022-11-23T00:58:32.6891181Z adding 'torch/include/ATen/ops/eye.h' 2022-11-23T00:58:32.6893098Z adding 'torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6894882Z adding 'torch/include/ATen/ops/eye_cpu_dispatch.h' 2022-11-23T00:58:32.6896721Z adding 'torch/include/ATen/ops/eye_cuda_dispatch.h' 2022-11-23T00:58:32.6898543Z adding 'torch/include/ATen/ops/eye_meta_dispatch.h' 2022-11-23T00:58:32.6899877Z adding 'torch/include/ATen/ops/eye_native.h' 2022-11-23T00:58:32.6901894Z adding 'torch/include/ATen/ops/eye_ops.h' 2022-11-23T00:58:32.6903657Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine.h' 2022-11-23T00:58:32.6905736Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h' 2022-11-23T00:58:32.6907322Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h' 2022-11-23T00:58:32.6909086Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.6910901Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h' 2022-11-23T00:58:32.6912645Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h' 2022-11-23T00:58:32.6914233Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6916177Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h' 2022-11-23T00:58:32.6917719Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h' 2022-11-23T00:58:32.6919982Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h' 2022-11-23T00:58:32.6921946Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h' 2022-11-23T00:58:32.6923739Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.6925186Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h' 2022-11-23T00:58:32.6927580Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h' 2022-11-23T00:58:32.6929081Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine.h' 2022-11-23T00:58:32.6931003Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h' 2022-11-23T00:58:32.6933145Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h' 2022-11-23T00:58:32.6935169Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.6937019Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h' 2022-11-23T00:58:32.6938962Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h' 2022-11-23T00:58:32.6940981Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.6942928Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h' 2022-11-23T00:58:32.6945215Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h' 2022-11-23T00:58:32.6947149Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h' 2022-11-23T00:58:32.6949229Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h' 2022-11-23T00:58:32.6951187Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.6952742Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h' 2022-11-23T00:58:32.6954450Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h' 2022-11-23T00:58:32.6956191Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight.h' 2022-11-23T00:58:32.6958053Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.6959806Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h' 2022-11-23T00:58:32.6961631Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.6963122Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h' 2022-11-23T00:58:32.6964921Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h' 2022-11-23T00:58:32.6966761Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h' 2022-11-23T00:58:32.6968663Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h' 2022-11-23T00:58:32.6970325Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight.h' 2022-11-23T00:58:32.6972151Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.6973883Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h' 2022-11-23T00:58:32.6975821Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.6977702Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h' 2022-11-23T00:58:32.6979425Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h' 2022-11-23T00:58:32.6981104Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h' 2022-11-23T00:58:32.6983290Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h' 2022-11-23T00:58:32.6984356Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight.h' 2022-11-23T00:58:32.6986321Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.6987754Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h' 2022-11-23T00:58:32.6989472Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h' 2022-11-23T00:58:32.6991058Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h' 2022-11-23T00:58:32.6992796Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.6994259Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h' 2022-11-23T00:58:32.6995944Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h' 2022-11-23T00:58:32.6997667Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h' 2022-11-23T00:58:32.6999438Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7000961Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h' 2022-11-23T00:58:32.7002815Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h' 2022-11-23T00:58:32.7004563Z adding 'torch/include/ATen/ops/feature_alpha_dropout.h' 2022-11-23T00:58:32.7006452Z adding 'torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7008248Z adding 'torch/include/ATen/ops/feature_alpha_dropout_native.h' 2022-11-23T00:58:32.7009768Z adding 'torch/include/ATen/ops/feature_alpha_dropout_ops.h' 2022-11-23T00:58:32.7011435Z adding 'torch/include/ATen/ops/feature_dropout.h' 2022-11-23T00:58:32.7013332Z adding 'torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7014866Z adding 'torch/include/ATen/ops/feature_dropout_native.h' 2022-11-23T00:58:32.7016779Z adding 'torch/include/ATen/ops/feature_dropout_ops.h' 2022-11-23T00:58:32.7018470Z adding 'torch/include/ATen/ops/fft_fft.h' 2022-11-23T00:58:32.7020117Z adding 'torch/include/ATen/ops/fft_fft2.h' 2022-11-23T00:58:32.7021945Z adding 'torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7023394Z adding 'torch/include/ATen/ops/fft_fft2_native.h' 2022-11-23T00:58:32.7025245Z adding 'torch/include/ATen/ops/fft_fft2_ops.h' 2022-11-23T00:58:32.7026940Z adding 'torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7028525Z adding 'torch/include/ATen/ops/fft_fft_native.h' 2022-11-23T00:58:32.7030235Z adding 'torch/include/ATen/ops/fft_fft_ops.h' 2022-11-23T00:58:32.7032010Z adding 'torch/include/ATen/ops/fft_fftfreq.h' 2022-11-23T00:58:32.7033744Z adding 'torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.7035547Z adding 'torch/include/ATen/ops/fft_fftfreq_native.h' 2022-11-23T00:58:32.7037072Z adding 'torch/include/ATen/ops/fft_fftfreq_ops.h' 2022-11-23T00:58:32.7039250Z adding 'torch/include/ATen/ops/fft_fftn.h' 2022-11-23T00:58:32.7040935Z adding 'torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7042378Z adding 'torch/include/ATen/ops/fft_fftn_native.h' 2022-11-23T00:58:32.7044332Z adding 'torch/include/ATen/ops/fft_fftn_ops.h' 2022-11-23T00:58:32.7046167Z adding 'torch/include/ATen/ops/fft_fftshift.h' 2022-11-23T00:58:32.7047857Z adding 'torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7049407Z adding 'torch/include/ATen/ops/fft_fftshift_native.h' 2022-11-23T00:58:32.7051066Z adding 'torch/include/ATen/ops/fft_fftshift_ops.h' 2022-11-23T00:58:32.7052796Z adding 'torch/include/ATen/ops/fft_hfft.h' 2022-11-23T00:58:32.7054647Z adding 'torch/include/ATen/ops/fft_hfft2.h' 2022-11-23T00:58:32.7056659Z adding 'torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7058256Z adding 'torch/include/ATen/ops/fft_hfft2_native.h' 2022-11-23T00:58:32.7060068Z adding 'torch/include/ATen/ops/fft_hfft2_ops.h' 2022-11-23T00:58:32.7061957Z adding 'torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7063504Z adding 'torch/include/ATen/ops/fft_hfft_native.h' 2022-11-23T00:58:32.7065749Z adding 'torch/include/ATen/ops/fft_hfft_ops.h' 2022-11-23T00:58:32.7067361Z adding 'torch/include/ATen/ops/fft_hfftn.h' 2022-11-23T00:58:32.7069347Z adding 'torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7071562Z adding 'torch/include/ATen/ops/fft_hfftn_native.h' 2022-11-23T00:58:32.7074129Z adding 'torch/include/ATen/ops/fft_hfftn_ops.h' 2022-11-23T00:58:32.7076351Z adding 'torch/include/ATen/ops/fft_ifft.h' 2022-11-23T00:58:32.7078792Z adding 'torch/include/ATen/ops/fft_ifft2.h' 2022-11-23T00:58:32.7081304Z adding 'torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7083393Z adding 'torch/include/ATen/ops/fft_ifft2_native.h' 2022-11-23T00:58:32.7085948Z adding 'torch/include/ATen/ops/fft_ifft2_ops.h' 2022-11-23T00:58:32.7088454Z adding 'torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7090367Z adding 'torch/include/ATen/ops/fft_ifft_native.h' 2022-11-23T00:58:32.7092971Z adding 'torch/include/ATen/ops/fft_ifft_ops.h' 2022-11-23T00:58:32.7095222Z adding 'torch/include/ATen/ops/fft_ifftn.h' 2022-11-23T00:58:32.7097752Z adding 'torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7099642Z adding 'torch/include/ATen/ops/fft_ifftn_native.h' 2022-11-23T00:58:32.7102224Z adding 'torch/include/ATen/ops/fft_ifftn_ops.h' 2022-11-23T00:58:32.7104376Z adding 'torch/include/ATen/ops/fft_ifftshift.h' 2022-11-23T00:58:32.7107098Z adding 'torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7109167Z adding 'torch/include/ATen/ops/fft_ifftshift_native.h' 2022-11-23T00:58:32.7111401Z adding 'torch/include/ATen/ops/fft_ifftshift_ops.h' 2022-11-23T00:58:32.7113732Z adding 'torch/include/ATen/ops/fft_ihfft.h' 2022-11-23T00:58:32.7115920Z adding 'torch/include/ATen/ops/fft_ihfft2.h' 2022-11-23T00:58:32.7118324Z adding 'torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7120452Z adding 'torch/include/ATen/ops/fft_ihfft2_native.h' 2022-11-23T00:58:32.7122937Z adding 'torch/include/ATen/ops/fft_ihfft2_ops.h' 2022-11-23T00:58:32.7125427Z adding 'torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7127432Z adding 'torch/include/ATen/ops/fft_ihfft_native.h' 2022-11-23T00:58:32.7129927Z adding 'torch/include/ATen/ops/fft_ihfft_ops.h' 2022-11-23T00:58:32.7132211Z adding 'torch/include/ATen/ops/fft_ihfftn.h' 2022-11-23T00:58:32.7134621Z adding 'torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7136550Z adding 'torch/include/ATen/ops/fft_ihfftn_native.h' 2022-11-23T00:58:32.7139197Z adding 'torch/include/ATen/ops/fft_ihfftn_ops.h' 2022-11-23T00:58:32.7141507Z adding 'torch/include/ATen/ops/fft_irfft.h' 2022-11-23T00:58:32.7143759Z adding 'torch/include/ATen/ops/fft_irfft2.h' 2022-11-23T00:58:32.7146528Z adding 'torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7148513Z adding 'torch/include/ATen/ops/fft_irfft2_native.h' 2022-11-23T00:58:32.7151882Z adding 'torch/include/ATen/ops/fft_irfft2_ops.h' 2022-11-23T00:58:32.7154315Z adding 'torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7156281Z adding 'torch/include/ATen/ops/fft_irfft_native.h' 2022-11-23T00:58:32.7158883Z adding 'torch/include/ATen/ops/fft_irfft_ops.h' 2022-11-23T00:58:32.7161231Z adding 'torch/include/ATen/ops/fft_irfftn.h' 2022-11-23T00:58:32.7163699Z adding 'torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7165918Z adding 'torch/include/ATen/ops/fft_irfftn_native.h' 2022-11-23T00:58:32.7168175Z adding 'torch/include/ATen/ops/fft_irfftn_ops.h' 2022-11-23T00:58:32.7170480Z adding 'torch/include/ATen/ops/fft_rfft.h' 2022-11-23T00:58:32.7172760Z adding 'torch/include/ATen/ops/fft_rfft2.h' 2022-11-23T00:58:32.7175224Z adding 'torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7177354Z adding 'torch/include/ATen/ops/fft_rfft2_native.h' 2022-11-23T00:58:32.7179784Z adding 'torch/include/ATen/ops/fft_rfft2_ops.h' 2022-11-23T00:58:32.7182224Z adding 'torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7184268Z adding 'torch/include/ATen/ops/fft_rfft_native.h' 2022-11-23T00:58:32.7186476Z adding 'torch/include/ATen/ops/fft_rfft_ops.h' 2022-11-23T00:58:32.7188159Z adding 'torch/include/ATen/ops/fft_rfftfreq.h' 2022-11-23T00:58:32.7190004Z adding 'torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.7191889Z adding 'torch/include/ATen/ops/fft_rfftfreq_native.h' 2022-11-23T00:58:32.7193502Z adding 'torch/include/ATen/ops/fft_rfftfreq_ops.h' 2022-11-23T00:58:32.7195101Z adding 'torch/include/ATen/ops/fft_rfftn.h' 2022-11-23T00:58:32.7196958Z adding 'torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7198673Z adding 'torch/include/ATen/ops/fft_rfftn_native.h' 2022-11-23T00:58:32.7200663Z adding 'torch/include/ATen/ops/fft_rfftn_ops.h' 2022-11-23T00:58:32.7202482Z adding 'torch/include/ATen/ops/fill.h' 2022-11-23T00:58:32.7204312Z adding 'torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.7205953Z adding 'torch/include/ATen/ops/fill_cpu_dispatch.h' 2022-11-23T00:58:32.7207774Z adding 'torch/include/ATen/ops/fill_cuda_dispatch.h' 2022-11-23T00:58:32.7209463Z adding 'torch/include/ATen/ops/fill_diagonal.h' 2022-11-23T00:58:32.7211288Z adding 'torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7212594Z adding 'torch/include/ATen/ops/fill_diagonal_native.h' 2022-11-23T00:58:32.7214353Z adding 'torch/include/ATen/ops/fill_diagonal_ops.h' 2022-11-23T00:58:32.7215913Z adding 'torch/include/ATen/ops/fill_meta_dispatch.h' 2022-11-23T00:58:32.7217546Z adding 'torch/include/ATen/ops/fill_native.h' 2022-11-23T00:58:32.7219484Z adding 'torch/include/ATen/ops/fill_ops.h' 2022-11-23T00:58:32.7221115Z adding 'torch/include/ATen/ops/fix.h' 2022-11-23T00:58:32.7222954Z adding 'torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7224534Z adding 'torch/include/ATen/ops/fix_native.h' 2022-11-23T00:58:32.7226414Z adding 'torch/include/ATen/ops/fix_ops.h' 2022-11-23T00:58:32.7228212Z adding 'torch/include/ATen/ops/flatten.h' 2022-11-23T00:58:32.7230148Z adding 'torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7231677Z adding 'torch/include/ATen/ops/flatten_dense_tensors.h' 2022-11-23T00:58:32.7233513Z adding 'torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7235373Z adding 'torch/include/ATen/ops/flatten_dense_tensors_native.h' 2022-11-23T00:58:32.7236798Z adding 'torch/include/ATen/ops/flatten_dense_tensors_ops.h' 2022-11-23T00:58:32.7238259Z adding 'torch/include/ATen/ops/flatten_native.h' 2022-11-23T00:58:32.7240287Z adding 'torch/include/ATen/ops/flatten_ops.h' 2022-11-23T00:58:32.7242157Z adding 'torch/include/ATen/ops/flip.h' 2022-11-23T00:58:32.7244025Z adding 'torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.7245885Z adding 'torch/include/ATen/ops/flip_cpu_dispatch.h' 2022-11-23T00:58:32.7247753Z adding 'torch/include/ATen/ops/flip_cuda_dispatch.h' 2022-11-23T00:58:32.7249292Z adding 'torch/include/ATen/ops/flip_native.h' 2022-11-23T00:58:32.7251102Z adding 'torch/include/ATen/ops/flip_ops.h' 2022-11-23T00:58:32.7253164Z adding 'torch/include/ATen/ops/fliplr.h' 2022-11-23T00:58:32.7254799Z adding 'torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7256414Z adding 'torch/include/ATen/ops/fliplr_native.h' 2022-11-23T00:58:32.7258218Z adding 'torch/include/ATen/ops/fliplr_ops.h' 2022-11-23T00:58:32.7259973Z adding 'torch/include/ATen/ops/flipud.h' 2022-11-23T00:58:32.7262061Z adding 'torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7263605Z adding 'torch/include/ATen/ops/flipud_native.h' 2022-11-23T00:58:32.7265521Z adding 'torch/include/ATen/ops/flipud_ops.h' 2022-11-23T00:58:32.7267515Z adding 'torch/include/ATen/ops/float_power.h' 2022-11-23T00:58:32.7269667Z adding 'torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7271315Z adding 'torch/include/ATen/ops/float_power_native.h' 2022-11-23T00:58:32.7273389Z adding 'torch/include/ATen/ops/float_power_ops.h' 2022-11-23T00:58:32.7275435Z adding 'torch/include/ATen/ops/floor.h' 2022-11-23T00:58:32.7277609Z adding 'torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.7279252Z adding 'torch/include/ATen/ops/floor_cpu_dispatch.h' 2022-11-23T00:58:32.7280951Z adding 'torch/include/ATen/ops/floor_cuda_dispatch.h' 2022-11-23T00:58:32.7282650Z adding 'torch/include/ATen/ops/floor_divide.h' 2022-11-23T00:58:32.7284873Z adding 'torch/include/ATen/ops/floor_divide_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7286484Z adding 'torch/include/ATen/ops/floor_divide_cpu_dispatch.h' 2022-11-23T00:58:32.7288217Z adding 'torch/include/ATen/ops/floor_divide_cuda_dispatch.h' 2022-11-23T00:58:32.7289971Z adding 'torch/include/ATen/ops/floor_divide_meta_dispatch.h' 2022-11-23T00:58:32.7291784Z adding 'torch/include/ATen/ops/floor_divide_native.h' 2022-11-23T00:58:32.7294019Z adding 'torch/include/ATen/ops/floor_divide_ops.h' 2022-11-23T00:58:32.7295906Z adding 'torch/include/ATen/ops/floor_meta.h' 2022-11-23T00:58:32.7297847Z adding 'torch/include/ATen/ops/floor_meta_dispatch.h' 2022-11-23T00:58:32.7299723Z adding 'torch/include/ATen/ops/floor_native.h' 2022-11-23T00:58:32.7301551Z adding 'torch/include/ATen/ops/floor_ops.h' 2022-11-23T00:58:32.7303633Z adding 'torch/include/ATen/ops/fmax.h' 2022-11-23T00:58:32.7305661Z adding 'torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.7307338Z adding 'torch/include/ATen/ops/fmax_cpu_dispatch.h' 2022-11-23T00:58:32.7309441Z adding 'torch/include/ATen/ops/fmax_cuda_dispatch.h' 2022-11-23T00:58:32.7311139Z adding 'torch/include/ATen/ops/fmax_meta.h' 2022-11-23T00:58:32.7312848Z adding 'torch/include/ATen/ops/fmax_meta_dispatch.h' 2022-11-23T00:58:32.7314605Z adding 'torch/include/ATen/ops/fmax_native.h' 2022-11-23T00:58:32.7316503Z adding 'torch/include/ATen/ops/fmax_ops.h' 2022-11-23T00:58:32.7318279Z adding 'torch/include/ATen/ops/fmin.h' 2022-11-23T00:58:32.7320286Z adding 'torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.7322120Z adding 'torch/include/ATen/ops/fmin_cpu_dispatch.h' 2022-11-23T00:58:32.7323988Z adding 'torch/include/ATen/ops/fmin_cuda_dispatch.h' 2022-11-23T00:58:32.7325784Z adding 'torch/include/ATen/ops/fmin_meta.h' 2022-11-23T00:58:32.7327707Z adding 'torch/include/ATen/ops/fmin_meta_dispatch.h' 2022-11-23T00:58:32.7329427Z adding 'torch/include/ATen/ops/fmin_native.h' 2022-11-23T00:58:32.7331290Z adding 'torch/include/ATen/ops/fmin_ops.h' 2022-11-23T00:58:32.7333257Z adding 'torch/include/ATen/ops/fmod.h' 2022-11-23T00:58:32.7335564Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.7337348Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.7338991Z adding 'torch/include/ATen/ops/fmod_cpu_dispatch.h' 2022-11-23T00:58:32.7340751Z adding 'torch/include/ATen/ops/fmod_cuda_dispatch.h' 2022-11-23T00:58:32.7342707Z adding 'torch/include/ATen/ops/fmod_meta.h' 2022-11-23T00:58:32.7344504Z adding 'torch/include/ATen/ops/fmod_meta_dispatch.h' 2022-11-23T00:58:32.7346443Z adding 'torch/include/ATen/ops/fmod_native.h' 2022-11-23T00:58:32.7348617Z adding 'torch/include/ATen/ops/fmod_ops.h' 2022-11-23T00:58:32.7350504Z adding 'torch/include/ATen/ops/frac.h' 2022-11-23T00:58:32.7352567Z adding 'torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.7354241Z adding 'torch/include/ATen/ops/frac_cpu_dispatch.h' 2022-11-23T00:58:32.7356182Z adding 'torch/include/ATen/ops/frac_cuda_dispatch.h' 2022-11-23T00:58:32.7357973Z adding 'torch/include/ATen/ops/frac_meta.h' 2022-11-23T00:58:32.7359831Z adding 'torch/include/ATen/ops/frac_meta_dispatch.h' 2022-11-23T00:58:32.7361599Z adding 'torch/include/ATen/ops/frac_native.h' 2022-11-23T00:58:32.7363518Z adding 'torch/include/ATen/ops/frac_ops.h' 2022-11-23T00:58:32.7365521Z adding 'torch/include/ATen/ops/fractional_max_pool2d.h' 2022-11-23T00:58:32.7367612Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward.h' 2022-11-23T00:58:32.7369794Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.7371558Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h' 2022-11-23T00:58:32.7373440Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h' 2022-11-23T00:58:32.7375272Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h' 2022-11-23T00:58:32.7377200Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h' 2022-11-23T00:58:32.7378983Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_native.h' 2022-11-23T00:58:32.7381025Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h' 2022-11-23T00:58:32.7383208Z adding 'torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.7385150Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h' 2022-11-23T00:58:32.7388033Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h' 2022-11-23T00:58:32.7389899Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta.h' 2022-11-23T00:58:32.7392194Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h' 2022-11-23T00:58:32.7394345Z adding 'torch/include/ATen/ops/fractional_max_pool2d_native.h' 2022-11-23T00:58:32.7396790Z adding 'torch/include/ATen/ops/fractional_max_pool2d_ops.h' 2022-11-23T00:58:32.7399007Z adding 'torch/include/ATen/ops/fractional_max_pool3d.h' 2022-11-23T00:58:32.7401648Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward.h' 2022-11-23T00:58:32.7403790Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h' 2022-11-23T00:58:32.7406183Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h' 2022-11-23T00:58:32.7408368Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_native.h' 2022-11-23T00:58:32.7410686Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h' 2022-11-23T00:58:32.7413090Z adding 'torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.7414969Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h' 2022-11-23T00:58:32.7417523Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h' 2022-11-23T00:58:32.7420379Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta.h' 2022-11-23T00:58:32.7423012Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h' 2022-11-23T00:58:32.7425033Z adding 'torch/include/ATen/ops/fractional_max_pool3d_native.h' 2022-11-23T00:58:32.7427794Z adding 'torch/include/ATen/ops/fractional_max_pool3d_ops.h' 2022-11-23T00:58:32.7429791Z adding 'torch/include/ATen/ops/frexp.h' 2022-11-23T00:58:32.7432556Z adding 'torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.7434112Z adding 'torch/include/ATen/ops/frexp_cpu_dispatch.h' 2022-11-23T00:58:32.7436556Z adding 'torch/include/ATen/ops/frexp_cuda_dispatch.h' 2022-11-23T00:58:32.7438449Z adding 'torch/include/ATen/ops/frexp_native.h' 2022-11-23T00:58:32.7441282Z adding 'torch/include/ATen/ops/frexp_ops.h' 2022-11-23T00:58:32.7443110Z adding 'torch/include/ATen/ops/frobenius_norm.h' 2022-11-23T00:58:32.7445691Z adding 'torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7447482Z adding 'torch/include/ATen/ops/frobenius_norm_native.h' 2022-11-23T00:58:32.7450128Z adding 'torch/include/ATen/ops/frobenius_norm_ops.h' 2022-11-23T00:58:32.7453079Z adding 'torch/include/ATen/ops/from_blob.h' 2022-11-23T00:58:32.7455129Z adding 'torch/include/ATen/ops/from_file.h' 2022-11-23T00:58:32.7457674Z adding 'torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.7459495Z adding 'torch/include/ATen/ops/from_file_cpu_dispatch.h' 2022-11-23T00:58:32.7461930Z adding 'torch/include/ATen/ops/from_file_native.h' 2022-11-23T00:58:32.7464174Z adding 'torch/include/ATen/ops/from_file_ops.h' 2022-11-23T00:58:32.7467090Z adding 'torch/include/ATen/ops/full.h' 2022-11-23T00:58:32.7469791Z adding 'torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.7471531Z adding 'torch/include/ATen/ops/full_like.h' 2022-11-23T00:58:32.7473529Z adding 'torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.7475151Z adding 'torch/include/ATen/ops/full_like_native.h' 2022-11-23T00:58:32.7477068Z adding 'torch/include/ATen/ops/full_like_ops.h' 2022-11-23T00:58:32.7478828Z adding 'torch/include/ATen/ops/full_native.h' 2022-11-23T00:58:32.7481053Z adding 'torch/include/ATen/ops/full_ops.h' 2022-11-23T00:58:32.7482985Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h' 2022-11-23T00:58:32.7484791Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7486431Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h' 2022-11-23T00:58:32.7488354Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h' 2022-11-23T00:58:32.7490223Z adding 'torch/include/ATen/ops/gather.h' 2022-11-23T00:58:32.7492380Z adding 'torch/include/ATen/ops/gather_backward.h' 2022-11-23T00:58:32.7494198Z adding 'torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7495890Z adding 'torch/include/ATen/ops/gather_backward_native.h' 2022-11-23T00:58:32.7497556Z adding 'torch/include/ATen/ops/gather_backward_ops.h' 2022-11-23T00:58:32.7499492Z adding 'torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.7501214Z adding 'torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7502947Z adding 'torch/include/ATen/ops/gather_cpu_dispatch.h' 2022-11-23T00:58:32.7504719Z adding 'torch/include/ATen/ops/gather_cuda_dispatch.h' 2022-11-23T00:58:32.7506767Z adding 'torch/include/ATen/ops/gather_meta.h' 2022-11-23T00:58:32.7508659Z adding 'torch/include/ATen/ops/gather_meta_dispatch.h' 2022-11-23T00:58:32.7510413Z adding 'torch/include/ATen/ops/gather_native.h' 2022-11-23T00:58:32.7512418Z adding 'torch/include/ATen/ops/gather_ops.h' 2022-11-23T00:58:32.7514257Z adding 'torch/include/ATen/ops/gcd.h' 2022-11-23T00:58:32.7516211Z adding 'torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.7518065Z adding 'torch/include/ATen/ops/gcd_cpu_dispatch.h' 2022-11-23T00:58:32.7519842Z adding 'torch/include/ATen/ops/gcd_cuda_dispatch.h' 2022-11-23T00:58:32.7521574Z adding 'torch/include/ATen/ops/gcd_meta.h' 2022-11-23T00:58:32.7523400Z adding 'torch/include/ATen/ops/gcd_meta_dispatch.h' 2022-11-23T00:58:32.7525593Z adding 'torch/include/ATen/ops/gcd_native.h' 2022-11-23T00:58:32.7527347Z adding 'torch/include/ATen/ops/gcd_ops.h' 2022-11-23T00:58:32.7529098Z adding 'torch/include/ATen/ops/ge.h' 2022-11-23T00:58:32.7531371Z adding 'torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.7532944Z adding 'torch/include/ATen/ops/ge_cpu_dispatch.h' 2022-11-23T00:58:32.7534676Z adding 'torch/include/ATen/ops/ge_cuda_dispatch.h' 2022-11-23T00:58:32.7536407Z adding 'torch/include/ATen/ops/ge_meta.h' 2022-11-23T00:58:32.7538471Z adding 'torch/include/ATen/ops/ge_meta_dispatch.h' 2022-11-23T00:58:32.7540362Z adding 'torch/include/ATen/ops/ge_native.h' 2022-11-23T00:58:32.7542374Z adding 'torch/include/ATen/ops/ge_ops.h' 2022-11-23T00:58:32.7544357Z adding 'torch/include/ATen/ops/gelu.h' 2022-11-23T00:58:32.7546581Z adding 'torch/include/ATen/ops/gelu_backward.h' 2022-11-23T00:58:32.7548363Z adding 'torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.7550102Z adding 'torch/include/ATen/ops/gelu_backward_cpu_dispatch.h' 2022-11-23T00:58:32.7551648Z adding 'torch/include/ATen/ops/gelu_backward_cuda_dispatch.h' 2022-11-23T00:58:32.7553242Z adding 'torch/include/ATen/ops/gelu_backward_meta.h' 2022-11-23T00:58:32.7555085Z adding 'torch/include/ATen/ops/gelu_backward_meta_dispatch.h' 2022-11-23T00:58:32.7556732Z adding 'torch/include/ATen/ops/gelu_backward_native.h' 2022-11-23T00:58:32.7558525Z adding 'torch/include/ATen/ops/gelu_backward_ops.h' 2022-11-23T00:58:32.7560706Z adding 'torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.7562269Z adding 'torch/include/ATen/ops/gelu_cpu_dispatch.h' 2022-11-23T00:58:32.7564130Z adding 'torch/include/ATen/ops/gelu_cuda_dispatch.h' 2022-11-23T00:58:32.7565809Z adding 'torch/include/ATen/ops/gelu_meta.h' 2022-11-23T00:58:32.7567655Z adding 'torch/include/ATen/ops/gelu_meta_dispatch.h' 2022-11-23T00:58:32.7569418Z adding 'torch/include/ATen/ops/gelu_native.h' 2022-11-23T00:58:32.7571383Z adding 'torch/include/ATen/ops/gelu_ops.h' 2022-11-23T00:58:32.7573156Z adding 'torch/include/ATen/ops/geometric.h' 2022-11-23T00:58:32.7575029Z adding 'torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.7576714Z adding 'torch/include/ATen/ops/geometric_cpu_dispatch.h' 2022-11-23T00:58:32.7578489Z adding 'torch/include/ATen/ops/geometric_cuda_dispatch.h' 2022-11-23T00:58:32.7580185Z adding 'torch/include/ATen/ops/geometric_meta_dispatch.h' 2022-11-23T00:58:32.7581876Z adding 'torch/include/ATen/ops/geometric_native.h' 2022-11-23T00:58:32.7583744Z adding 'torch/include/ATen/ops/geometric_ops.h' 2022-11-23T00:58:32.7585765Z adding 'torch/include/ATen/ops/geqrf.h' 2022-11-23T00:58:32.7588023Z adding 'torch/include/ATen/ops/geqrf_cpu_dispatch.h' 2022-11-23T00:58:32.7590075Z adding 'torch/include/ATen/ops/geqrf_cuda_dispatch.h' 2022-11-23T00:58:32.7591635Z adding 'torch/include/ATen/ops/geqrf_native.h' 2022-11-23T00:58:32.7593636Z adding 'torch/include/ATen/ops/geqrf_ops.h' 2022-11-23T00:58:32.7595366Z adding 'torch/include/ATen/ops/ger.h' 2022-11-23T00:58:32.7597120Z adding 'torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7598580Z adding 'torch/include/ATen/ops/ger_native.h' 2022-11-23T00:58:32.7601175Z adding 'torch/include/ATen/ops/ger_ops.h' 2022-11-23T00:58:32.7603050Z adding 'torch/include/ATen/ops/glu.h' 2022-11-23T00:58:32.7604879Z adding 'torch/include/ATen/ops/glu_backward.h' 2022-11-23T00:58:32.7606572Z adding 'torch/include/ATen/ops/glu_backward_cpu_dispatch.h' 2022-11-23T00:58:32.7608287Z adding 'torch/include/ATen/ops/glu_backward_cuda_dispatch.h' 2022-11-23T00:58:32.7610039Z adding 'torch/include/ATen/ops/glu_backward_jvp.h' 2022-11-23T00:58:32.7611868Z adding 'torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.7613525Z adding 'torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h' 2022-11-23T00:58:32.7615159Z adding 'torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h' 2022-11-23T00:58:32.7616808Z adding 'torch/include/ATen/ops/glu_backward_jvp_native.h' 2022-11-23T00:58:32.7618585Z adding 'torch/include/ATen/ops/glu_backward_jvp_ops.h' 2022-11-23T00:58:32.7620364Z adding 'torch/include/ATen/ops/glu_backward_native.h' 2022-11-23T00:58:32.7622379Z adding 'torch/include/ATen/ops/glu_backward_ops.h' 2022-11-23T00:58:32.7624143Z adding 'torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.7626411Z adding 'torch/include/ATen/ops/glu_cpu_dispatch.h' 2022-11-23T00:58:32.7628152Z adding 'torch/include/ATen/ops/glu_cuda_dispatch.h' 2022-11-23T00:58:32.7629666Z adding 'torch/include/ATen/ops/glu_jvp.h' 2022-11-23T00:58:32.7631437Z adding 'torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.7633374Z adding 'torch/include/ATen/ops/glu_jvp_cpu_dispatch.h' 2022-11-23T00:58:32.7634959Z adding 'torch/include/ATen/ops/glu_jvp_cuda_dispatch.h' 2022-11-23T00:58:32.7636602Z adding 'torch/include/ATen/ops/glu_jvp_native.h' 2022-11-23T00:58:32.7638384Z adding 'torch/include/ATen/ops/glu_jvp_ops.h' 2022-11-23T00:58:32.7640290Z adding 'torch/include/ATen/ops/glu_meta.h' 2022-11-23T00:58:32.7642030Z adding 'torch/include/ATen/ops/glu_meta_dispatch.h' 2022-11-23T00:58:32.7643572Z adding 'torch/include/ATen/ops/glu_native.h' 2022-11-23T00:58:32.7645336Z adding 'torch/include/ATen/ops/glu_ops.h' 2022-11-23T00:58:32.7647109Z adding 'torch/include/ATen/ops/gradient.h' 2022-11-23T00:58:32.7649103Z adding 'torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7650671Z adding 'torch/include/ATen/ops/gradient_native.h' 2022-11-23T00:58:32.7652816Z adding 'torch/include/ATen/ops/gradient_ops.h' 2022-11-23T00:58:32.7654741Z adding 'torch/include/ATen/ops/greater.h' 2022-11-23T00:58:32.7656821Z adding 'torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7658446Z adding 'torch/include/ATen/ops/greater_equal.h' 2022-11-23T00:58:32.7660401Z adding 'torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7661965Z adding 'torch/include/ATen/ops/greater_equal_native.h' 2022-11-23T00:58:32.7664068Z adding 'torch/include/ATen/ops/greater_equal_ops.h' 2022-11-23T00:58:32.7666548Z adding 'torch/include/ATen/ops/greater_native.h' 2022-11-23T00:58:32.7667903Z adding 'torch/include/ATen/ops/greater_ops.h' 2022-11-23T00:58:32.7669700Z adding 'torch/include/ATen/ops/grid_sampler.h' 2022-11-23T00:58:32.7671450Z adding 'torch/include/ATen/ops/grid_sampler_2d.h' 2022-11-23T00:58:32.7673284Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward.h' 2022-11-23T00:58:32.7675243Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.7676893Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h' 2022-11-23T00:58:32.7678795Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h' 2022-11-23T00:58:32.7680364Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_native.h' 2022-11-23T00:58:32.7682250Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_ops.h' 2022-11-23T00:58:32.7684082Z adding 'torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.7685766Z adding 'torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h' 2022-11-23T00:58:32.7687432Z adding 'torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h' 2022-11-23T00:58:32.7689218Z adding 'torch/include/ATen/ops/grid_sampler_2d_native.h' 2022-11-23T00:58:32.7690979Z adding 'torch/include/ATen/ops/grid_sampler_2d_ops.h' 2022-11-23T00:58:32.7692927Z adding 'torch/include/ATen/ops/grid_sampler_3d.h' 2022-11-23T00:58:32.7694642Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward.h' 2022-11-23T00:58:32.7697008Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.7698799Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h' 2022-11-23T00:58:32.7700785Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h' 2022-11-23T00:58:32.7702586Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_native.h' 2022-11-23T00:58:32.7704735Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_ops.h' 2022-11-23T00:58:32.7707426Z adding 'torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.7709154Z adding 'torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h' 2022-11-23T00:58:32.7711115Z adding 'torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h' 2022-11-23T00:58:32.7713001Z adding 'torch/include/ATen/ops/grid_sampler_3d_native.h' 2022-11-23T00:58:32.7715055Z adding 'torch/include/ATen/ops/grid_sampler_3d_ops.h' 2022-11-23T00:58:32.7717091Z adding 'torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7719164Z adding 'torch/include/ATen/ops/grid_sampler_native.h' 2022-11-23T00:58:32.7721134Z adding 'torch/include/ATen/ops/grid_sampler_ops.h' 2022-11-23T00:58:32.7723145Z adding 'torch/include/ATen/ops/group_norm.h' 2022-11-23T00:58:32.7725578Z adding 'torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7727460Z adding 'torch/include/ATen/ops/group_norm_native.h' 2022-11-23T00:58:32.7729855Z adding 'torch/include/ATen/ops/group_norm_ops.h' 2022-11-23T00:58:32.7732097Z adding 'torch/include/ATen/ops/gru.h' 2022-11-23T00:58:32.7734612Z adding 'torch/include/ATen/ops/gru_cell.h' 2022-11-23T00:58:32.7737038Z adding 'torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7738770Z adding 'torch/include/ATen/ops/gru_cell_native.h' 2022-11-23T00:58:32.7741227Z adding 'torch/include/ATen/ops/gru_cell_ops.h' 2022-11-23T00:58:32.7743541Z adding 'torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7745861Z adding 'torch/include/ATen/ops/gru_native.h' 2022-11-23T00:58:32.7748237Z adding 'torch/include/ATen/ops/gru_ops.h' 2022-11-23T00:58:32.7750583Z adding 'torch/include/ATen/ops/gt.h' 2022-11-23T00:58:32.7753018Z adding 'torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.7755304Z adding 'torch/include/ATen/ops/gt_cpu_dispatch.h' 2022-11-23T00:58:32.7757460Z adding 'torch/include/ATen/ops/gt_cuda_dispatch.h' 2022-11-23T00:58:32.7759845Z adding 'torch/include/ATen/ops/gt_meta.h' 2022-11-23T00:58:32.7762033Z adding 'torch/include/ATen/ops/gt_meta_dispatch.h' 2022-11-23T00:58:32.7764136Z adding 'torch/include/ATen/ops/gt_native.h' 2022-11-23T00:58:32.7767047Z adding 'torch/include/ATen/ops/gt_ops.h' 2022-11-23T00:58:32.7769855Z adding 'torch/include/ATen/ops/hamming_window.h' 2022-11-23T00:58:32.7772533Z adding 'torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.7774588Z adding 'torch/include/ATen/ops/hamming_window_native.h' 2022-11-23T00:58:32.7777554Z adding 'torch/include/ATen/ops/hamming_window_ops.h' 2022-11-23T00:58:32.7780179Z adding 'torch/include/ATen/ops/hann_window.h' 2022-11-23T00:58:32.7782615Z adding 'torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.7784618Z adding 'torch/include/ATen/ops/hann_window_native.h' 2022-11-23T00:58:32.7787466Z adding 'torch/include/ATen/ops/hann_window_ops.h' 2022-11-23T00:58:32.7789550Z adding 'torch/include/ATen/ops/hardshrink.h' 2022-11-23T00:58:32.7791874Z adding 'torch/include/ATen/ops/hardshrink_backward.h' 2022-11-23T00:58:32.7794301Z adding 'torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.7796429Z adding 'torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h' 2022-11-23T00:58:32.7798629Z adding 'torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h' 2022-11-23T00:58:32.7800982Z adding 'torch/include/ATen/ops/hardshrink_backward_meta.h' 2022-11-23T00:58:32.7803283Z adding 'torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h' 2022-11-23T00:58:32.7805428Z adding 'torch/include/ATen/ops/hardshrink_backward_native.h' 2022-11-23T00:58:32.7807783Z adding 'torch/include/ATen/ops/hardshrink_backward_ops.h' 2022-11-23T00:58:32.7810153Z adding 'torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.7812117Z adding 'torch/include/ATen/ops/hardshrink_cpu_dispatch.h' 2022-11-23T00:58:32.7814446Z adding 'torch/include/ATen/ops/hardshrink_cuda_dispatch.h' 2022-11-23T00:58:32.7816467Z adding 'torch/include/ATen/ops/hardshrink_meta.h' 2022-11-23T00:58:32.7819011Z adding 'torch/include/ATen/ops/hardshrink_meta_dispatch.h' 2022-11-23T00:58:32.7820947Z adding 'torch/include/ATen/ops/hardshrink_native.h' 2022-11-23T00:58:32.7823506Z adding 'torch/include/ATen/ops/hardshrink_ops.h' 2022-11-23T00:58:32.7825830Z adding 'torch/include/ATen/ops/hardsigmoid.h' 2022-11-23T00:58:32.7828167Z adding 'torch/include/ATen/ops/hardsigmoid_backward.h' 2022-11-23T00:58:32.7830672Z adding 'torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.7832552Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h' 2022-11-23T00:58:32.7834963Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h' 2022-11-23T00:58:32.7836952Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta.h' 2022-11-23T00:58:32.7839382Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h' 2022-11-23T00:58:32.7841475Z adding 'torch/include/ATen/ops/hardsigmoid_backward_native.h' 2022-11-23T00:58:32.7843797Z adding 'torch/include/ATen/ops/hardsigmoid_backward_ops.h' 2022-11-23T00:58:32.7846183Z adding 'torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.7848172Z adding 'torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h' 2022-11-23T00:58:32.7850510Z adding 'torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h' 2022-11-23T00:58:32.7852483Z adding 'torch/include/ATen/ops/hardsigmoid_meta.h' 2022-11-23T00:58:32.7854892Z adding 'torch/include/ATen/ops/hardsigmoid_meta_dispatch.h' 2022-11-23T00:58:32.7856824Z adding 'torch/include/ATen/ops/hardsigmoid_native.h' 2022-11-23T00:58:32.7859403Z adding 'torch/include/ATen/ops/hardsigmoid_ops.h' 2022-11-23T00:58:32.7861530Z adding 'torch/include/ATen/ops/hardswish.h' 2022-11-23T00:58:32.7863897Z adding 'torch/include/ATen/ops/hardswish_backward.h' 2022-11-23T00:58:32.7866292Z adding 'torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.7868653Z adding 'torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h' 2022-11-23T00:58:32.7870724Z adding 'torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h' 2022-11-23T00:58:32.7873030Z adding 'torch/include/ATen/ops/hardswish_backward_native.h' 2022-11-23T00:58:32.7875247Z adding 'torch/include/ATen/ops/hardswish_backward_ops.h' 2022-11-23T00:58:32.7877724Z adding 'torch/include/ATen/ops/hardswish_cpu_dispatch.h' 2022-11-23T00:58:32.7879803Z adding 'torch/include/ATen/ops/hardswish_cuda_dispatch.h' 2022-11-23T00:58:32.7882113Z adding 'torch/include/ATen/ops/hardswish_meta_dispatch.h' 2022-11-23T00:58:32.7884128Z adding 'torch/include/ATen/ops/hardswish_native.h' 2022-11-23T00:58:32.7886505Z adding 'torch/include/ATen/ops/hardswish_ops.h' 2022-11-23T00:58:32.7888711Z adding 'torch/include/ATen/ops/hardtanh.h' 2022-11-23T00:58:32.7891201Z adding 'torch/include/ATen/ops/hardtanh_backward.h' 2022-11-23T00:58:32.7893320Z adding 'torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h' 2022-11-23T00:58:32.7895650Z adding 'torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h' 2022-11-23T00:58:32.7897632Z adding 'torch/include/ATen/ops/hardtanh_backward_native.h' 2022-11-23T00:58:32.7900062Z adding 'torch/include/ATen/ops/hardtanh_backward_ops.h' 2022-11-23T00:58:32.7902508Z adding 'torch/include/ATen/ops/hardtanh_cpu_dispatch.h' 2022-11-23T00:58:32.7904583Z adding 'torch/include/ATen/ops/hardtanh_cuda_dispatch.h' 2022-11-23T00:58:32.7906900Z adding 'torch/include/ATen/ops/hardtanh_meta_dispatch.h' 2022-11-23T00:58:32.7909023Z adding 'torch/include/ATen/ops/hardtanh_native.h' 2022-11-23T00:58:32.7911496Z adding 'torch/include/ATen/ops/hardtanh_ops.h' 2022-11-23T00:58:32.7913972Z adding 'torch/include/ATen/ops/heaviside.h' 2022-11-23T00:58:32.7916039Z adding 'torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.7918205Z adding 'torch/include/ATen/ops/heaviside_cpu_dispatch.h' 2022-11-23T00:58:32.7920395Z adding 'torch/include/ATen/ops/heaviside_cuda_dispatch.h' 2022-11-23T00:58:32.7922588Z adding 'torch/include/ATen/ops/heaviside_meta.h' 2022-11-23T00:58:32.7924868Z adding 'torch/include/ATen/ops/heaviside_meta_dispatch.h' 2022-11-23T00:58:32.7926911Z adding 'torch/include/ATen/ops/heaviside_native.h' 2022-11-23T00:58:32.7929414Z adding 'torch/include/ATen/ops/heaviside_ops.h' 2022-11-23T00:58:32.7931571Z adding 'torch/include/ATen/ops/hinge_embedding_loss.h' 2022-11-23T00:58:32.7934314Z adding 'torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7936110Z adding 'torch/include/ATen/ops/hinge_embedding_loss_native.h' 2022-11-23T00:58:32.7938490Z adding 'torch/include/ATen/ops/hinge_embedding_loss_ops.h' 2022-11-23T00:58:32.7940672Z adding 'torch/include/ATen/ops/histc.h' 2022-11-23T00:58:32.7942948Z adding 'torch/include/ATen/ops/histc_cpu_dispatch.h' 2022-11-23T00:58:32.7945309Z adding 'torch/include/ATen/ops/histc_cuda_dispatch.h' 2022-11-23T00:58:32.7947710Z adding 'torch/include/ATen/ops/histc_native.h' 2022-11-23T00:58:32.7949907Z adding 'torch/include/ATen/ops/histc_ops.h' 2022-11-23T00:58:32.7952419Z adding 'torch/include/ATen/ops/histogram.h' 2022-11-23T00:58:32.7954809Z adding 'torch/include/ATen/ops/histogram_cpu_dispatch.h' 2022-11-23T00:58:32.7957210Z adding 'torch/include/ATen/ops/histogram_native.h' 2022-11-23T00:58:32.7959710Z adding 'torch/include/ATen/ops/histogram_ops.h' 2022-11-23T00:58:32.7962239Z adding 'torch/include/ATen/ops/histogramdd.h' 2022-11-23T00:58:32.7964574Z adding 'torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7966762Z adding 'torch/include/ATen/ops/histogramdd_native.h' 2022-11-23T00:58:32.7969483Z adding 'torch/include/ATen/ops/histogramdd_ops.h' 2022-11-23T00:58:32.7971372Z adding 'torch/include/ATen/ops/hsplit.h' 2022-11-23T00:58:32.7973789Z adding 'torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7975875Z adding 'torch/include/ATen/ops/hsplit_native.h' 2022-11-23T00:58:32.7978041Z adding 'torch/include/ATen/ops/hsplit_ops.h' 2022-11-23T00:58:32.7980335Z adding 'torch/include/ATen/ops/hspmm.h' 2022-11-23T00:58:32.7982322Z adding 'torch/include/ATen/ops/hspmm_native.h' 2022-11-23T00:58:32.7985285Z adding 'torch/include/ATen/ops/hspmm_ops.h' 2022-11-23T00:58:32.7987484Z adding 'torch/include/ATen/ops/hstack.h' 2022-11-23T00:58:32.7989940Z adding 'torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.7991880Z adding 'torch/include/ATen/ops/hstack_native.h' 2022-11-23T00:58:32.7994517Z adding 'torch/include/ATen/ops/hstack_ops.h' 2022-11-23T00:58:32.7996667Z adding 'torch/include/ATen/ops/huber_loss.h' 2022-11-23T00:58:32.7999413Z adding 'torch/include/ATen/ops/huber_loss_backward.h' 2022-11-23T00:58:32.8000997Z adding 'torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.8002474Z adding 'torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h' 2022-11-23T00:58:32.8004308Z adding 'torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h' 2022-11-23T00:58:32.8005957Z adding 'torch/include/ATen/ops/huber_loss_backward_native.h' 2022-11-23T00:58:32.8007698Z adding 'torch/include/ATen/ops/huber_loss_backward_ops.h' 2022-11-23T00:58:32.8009615Z adding 'torch/include/ATen/ops/huber_loss_cpu_dispatch.h' 2022-11-23T00:58:32.8011316Z adding 'torch/include/ATen/ops/huber_loss_cuda_dispatch.h' 2022-11-23T00:58:32.8012943Z adding 'torch/include/ATen/ops/huber_loss_native.h' 2022-11-23T00:58:32.8014934Z adding 'torch/include/ATen/ops/huber_loss_ops.h' 2022-11-23T00:58:32.8016508Z adding 'torch/include/ATen/ops/hypot.h' 2022-11-23T00:58:32.8018434Z adding 'torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.8019923Z adding 'torch/include/ATen/ops/hypot_cpu_dispatch.h' 2022-11-23T00:58:32.8021608Z adding 'torch/include/ATen/ops/hypot_cuda_dispatch.h' 2022-11-23T00:58:32.8023145Z adding 'torch/include/ATen/ops/hypot_meta.h' 2022-11-23T00:58:32.8025291Z adding 'torch/include/ATen/ops/hypot_meta_dispatch.h' 2022-11-23T00:58:32.8027235Z adding 'torch/include/ATen/ops/hypot_native.h' 2022-11-23T00:58:32.8029008Z adding 'torch/include/ATen/ops/hypot_ops.h' 2022-11-23T00:58:32.8031006Z adding 'torch/include/ATen/ops/i0.h' 2022-11-23T00:58:32.8033128Z adding 'torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.8034562Z adding 'torch/include/ATen/ops/i0_cpu_dispatch.h' 2022-11-23T00:58:32.8036554Z adding 'torch/include/ATen/ops/i0_cuda_dispatch.h' 2022-11-23T00:58:32.8038359Z adding 'torch/include/ATen/ops/i0_meta.h' 2022-11-23T00:58:32.8040134Z adding 'torch/include/ATen/ops/i0_meta_dispatch.h' 2022-11-23T00:58:32.8041974Z adding 'torch/include/ATen/ops/i0_native.h' 2022-11-23T00:58:32.8043752Z adding 'torch/include/ATen/ops/i0_ops.h' 2022-11-23T00:58:32.8046627Z adding 'torch/include/ATen/ops/igamma.h' 2022-11-23T00:58:32.8054263Z adding 'torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.8055972Z adding 'torch/include/ATen/ops/igamma_cpu_dispatch.h' 2022-11-23T00:58:32.8057767Z adding 'torch/include/ATen/ops/igamma_cuda_dispatch.h' 2022-11-23T00:58:32.8059579Z adding 'torch/include/ATen/ops/igamma_meta.h' 2022-11-23T00:58:32.8061445Z adding 'torch/include/ATen/ops/igamma_meta_dispatch.h' 2022-11-23T00:58:32.8063271Z adding 'torch/include/ATen/ops/igamma_native.h' 2022-11-23T00:58:32.8065566Z adding 'torch/include/ATen/ops/igamma_ops.h' 2022-11-23T00:58:32.8067312Z adding 'torch/include/ATen/ops/igammac.h' 2022-11-23T00:58:32.8069374Z adding 'torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.8071117Z adding 'torch/include/ATen/ops/igammac_cpu_dispatch.h' 2022-11-23T00:58:32.8073093Z adding 'torch/include/ATen/ops/igammac_cuda_dispatch.h' 2022-11-23T00:58:32.8074793Z adding 'torch/include/ATen/ops/igammac_meta.h' 2022-11-23T00:58:32.8076658Z adding 'torch/include/ATen/ops/igammac_meta_dispatch.h' 2022-11-23T00:58:32.8078452Z adding 'torch/include/ATen/ops/igammac_native.h' 2022-11-23T00:58:32.8080600Z adding 'torch/include/ATen/ops/igammac_ops.h' 2022-11-23T00:58:32.8082428Z adding 'torch/include/ATen/ops/im2col.h' 2022-11-23T00:58:32.8084392Z adding 'torch/include/ATen/ops/im2col_cpu_dispatch.h' 2022-11-23T00:58:32.8087126Z adding 'torch/include/ATen/ops/im2col_cuda_dispatch.h' 2022-11-23T00:58:32.8088976Z adding 'torch/include/ATen/ops/im2col_native.h' 2022-11-23T00:58:32.8090997Z adding 'torch/include/ATen/ops/im2col_ops.h' 2022-11-23T00:58:32.8092777Z adding 'torch/include/ATen/ops/imag.h' 2022-11-23T00:58:32.8094789Z adding 'torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8096424Z adding 'torch/include/ATen/ops/imag_native.h' 2022-11-23T00:58:32.8098247Z adding 'torch/include/ATen/ops/imag_ops.h' 2022-11-23T00:58:32.8100194Z adding 'torch/include/ATen/ops/index.h' 2022-11-23T00:58:32.8102121Z adding 'torch/include/ATen/ops/index_add.h' 2022-11-23T00:58:32.8104074Z adding 'torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.8106266Z adding 'torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8108031Z adding 'torch/include/ATen/ops/index_add_cpu_dispatch.h' 2022-11-23T00:58:32.8109919Z adding 'torch/include/ATen/ops/index_add_cuda_dispatch.h' 2022-11-23T00:58:32.8111796Z adding 'torch/include/ATen/ops/index_add_meta.h' 2022-11-23T00:58:32.8113893Z adding 'torch/include/ATen/ops/index_add_meta_dispatch.h' 2022-11-23T00:58:32.8115678Z adding 'torch/include/ATen/ops/index_add_native.h' 2022-11-23T00:58:32.8117766Z adding 'torch/include/ATen/ops/index_add_ops.h' 2022-11-23T00:58:32.8119955Z adding 'torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.8121539Z adding 'torch/include/ATen/ops/index_copy.h' 2022-11-23T00:58:32.8123898Z adding 'torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.8125669Z adding 'torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8127269Z adding 'torch/include/ATen/ops/index_copy_cpu_dispatch.h' 2022-11-23T00:58:32.8128887Z adding 'torch/include/ATen/ops/index_copy_cuda_dispatch.h' 2022-11-23T00:58:32.8130664Z adding 'torch/include/ATen/ops/index_copy_meta.h' 2022-11-23T00:58:32.8132596Z adding 'torch/include/ATen/ops/index_copy_meta_dispatch.h' 2022-11-23T00:58:32.8134240Z adding 'torch/include/ATen/ops/index_copy_native.h' 2022-11-23T00:58:32.8136332Z adding 'torch/include/ATen/ops/index_copy_ops.h' 2022-11-23T00:58:32.8138399Z adding 'torch/include/ATen/ops/index_cpu_dispatch.h' 2022-11-23T00:58:32.8141891Z adding 'torch/include/ATen/ops/index_cuda_dispatch.h' 2022-11-23T00:58:32.8142099Z adding 'torch/include/ATen/ops/index_fill.h' 2022-11-23T00:58:32.8143887Z adding 'torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.8145766Z adding 'torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8147594Z adding 'torch/include/ATen/ops/index_fill_cpu_dispatch.h' 2022-11-23T00:58:32.8149570Z adding 'torch/include/ATen/ops/index_fill_cuda_dispatch.h' 2022-11-23T00:58:32.8151366Z adding 'torch/include/ATen/ops/index_fill_meta_dispatch.h' 2022-11-23T00:58:32.8152834Z adding 'torch/include/ATen/ops/index_fill_native.h' 2022-11-23T00:58:32.8155180Z adding 'torch/include/ATen/ops/index_fill_ops.h' 2022-11-23T00:58:32.8157431Z adding 'torch/include/ATen/ops/index_meta.h' 2022-11-23T00:58:32.8159408Z adding 'torch/include/ATen/ops/index_meta_dispatch.h' 2022-11-23T00:58:32.8161153Z adding 'torch/include/ATen/ops/index_native.h' 2022-11-23T00:58:32.8162990Z adding 'torch/include/ATen/ops/index_ops.h' 2022-11-23T00:58:32.8164748Z adding 'torch/include/ATen/ops/index_put.h' 2022-11-23T00:58:32.8166734Z adding 'torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.8168359Z adding 'torch/include/ATen/ops/index_put_native.h' 2022-11-23T00:58:32.8170115Z adding 'torch/include/ATen/ops/index_put_ops.h' 2022-11-23T00:58:32.8171912Z adding 'torch/include/ATen/ops/index_reduce.h' 2022-11-23T00:58:32.8173994Z adding 'torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.8175582Z adding 'torch/include/ATen/ops/index_reduce_cpu_dispatch.h' 2022-11-23T00:58:32.8177322Z adding 'torch/include/ATen/ops/index_reduce_cuda_dispatch.h' 2022-11-23T00:58:32.8179025Z adding 'torch/include/ATen/ops/index_reduce_meta.h' 2022-11-23T00:58:32.8180907Z adding 'torch/include/ATen/ops/index_reduce_meta_dispatch.h' 2022-11-23T00:58:32.8182608Z adding 'torch/include/ATen/ops/index_reduce_native.h' 2022-11-23T00:58:32.8184731Z adding 'torch/include/ATen/ops/index_reduce_ops.h' 2022-11-23T00:58:32.8191550Z adding 'torch/include/ATen/ops/index_select.h' 2022-11-23T00:58:32.8193718Z adding 'torch/include/ATen/ops/index_select_backward.h' 2022-11-23T00:58:32.8196150Z adding 'torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8197977Z adding 'torch/include/ATen/ops/index_select_backward_native.h' 2022-11-23T00:58:32.8200308Z adding 'torch/include/ATen/ops/index_select_backward_ops.h' 2022-11-23T00:58:32.8202813Z adding 'torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8204677Z adding 'torch/include/ATen/ops/index_select_cpu_dispatch.h' 2022-11-23T00:58:32.8207023Z adding 'torch/include/ATen/ops/index_select_cuda_dispatch.h' 2022-11-23T00:58:32.8209028Z adding 'torch/include/ATen/ops/index_select_native.h' 2022-11-23T00:58:32.8211497Z adding 'torch/include/ATen/ops/index_select_ops.h' 2022-11-23T00:58:32.8213387Z adding 'torch/include/ATen/ops/indices.h' 2022-11-23T00:58:32.8215592Z adding 'torch/include/ATen/ops/indices_copy.h' 2022-11-23T00:58:32.8217887Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.8220157Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.8222216Z adding 'torch/include/ATen/ops/indices_copy_native.h' 2022-11-23T00:58:32.8224723Z adding 'torch/include/ATen/ops/indices_copy_ops.h' 2022-11-23T00:58:32.8227007Z adding 'torch/include/ATen/ops/indices_native.h' 2022-11-23T00:58:32.8229374Z adding 'torch/include/ATen/ops/indices_ops.h' 2022-11-23T00:58:32.8231885Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h' 2022-11-23T00:58:32.8234142Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8236078Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h' 2022-11-23T00:58:32.8238466Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h' 2022-11-23T00:58:32.8240725Z adding 'torch/include/ATen/ops/inner.h' 2022-11-23T00:58:32.8243290Z adding 'torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8245422Z adding 'torch/include/ATen/ops/inner_native.h' 2022-11-23T00:58:32.8247755Z adding 'torch/include/ATen/ops/inner_ops.h' 2022-11-23T00:58:32.8250035Z adding 'torch/include/ATen/ops/instance_norm.h' 2022-11-23T00:58:32.8252469Z adding 'torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8254518Z adding 'torch/include/ATen/ops/instance_norm_native.h' 2022-11-23T00:58:32.8256989Z adding 'torch/include/ATen/ops/instance_norm_ops.h' 2022-11-23T00:58:32.8262582Z adding 'torch/include/ATen/ops/int_repr.h' 2022-11-23T00:58:32.8263021Z adding 'torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.8263310Z adding 'torch/include/ATen/ops/int_repr_native.h' 2022-11-23T00:58:32.8265475Z adding 'torch/include/ATen/ops/int_repr_ops.h' 2022-11-23T00:58:32.8267810Z adding 'torch/include/ATen/ops/inverse.h' 2022-11-23T00:58:32.8270047Z adding 'torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8271939Z adding 'torch/include/ATen/ops/inverse_native.h' 2022-11-23T00:58:32.8274422Z adding 'torch/include/ATen/ops/inverse_ops.h' 2022-11-23T00:58:32.8276348Z adding 'torch/include/ATen/ops/is_coalesced.h' 2022-11-23T00:58:32.8278593Z adding 'torch/include/ATen/ops/is_coalesced_native.h' 2022-11-23T00:58:32.8280790Z adding 'torch/include/ATen/ops/is_coalesced_ops.h' 2022-11-23T00:58:32.8283042Z adding 'torch/include/ATen/ops/is_complex.h' 2022-11-23T00:58:32.8285316Z adding 'torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8287444Z adding 'torch/include/ATen/ops/is_complex_native.h' 2022-11-23T00:58:32.8289556Z adding 'torch/include/ATen/ops/is_complex_ops.h' 2022-11-23T00:58:32.8291607Z adding 'torch/include/ATen/ops/is_conj.h' 2022-11-23T00:58:32.8293485Z adding 'torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8295368Z adding 'torch/include/ATen/ops/is_conj_native.h' 2022-11-23T00:58:32.8297669Z adding 'torch/include/ATen/ops/is_conj_ops.h' 2022-11-23T00:58:32.8299487Z adding 'torch/include/ATen/ops/is_distributed.h' 2022-11-23T00:58:32.8301600Z adding 'torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8303610Z adding 'torch/include/ATen/ops/is_distributed_native.h' 2022-11-23T00:58:32.8305484Z adding 'torch/include/ATen/ops/is_distributed_ops.h' 2022-11-23T00:58:32.8307249Z adding 'torch/include/ATen/ops/is_floating_point.h' 2022-11-23T00:58:32.8309208Z adding 'torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8310795Z adding 'torch/include/ATen/ops/is_floating_point_native.h' 2022-11-23T00:58:32.8312542Z adding 'torch/include/ATen/ops/is_floating_point_ops.h' 2022-11-23T00:58:32.8314284Z adding 'torch/include/ATen/ops/is_inference.h' 2022-11-23T00:58:32.8316268Z adding 'torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8317986Z adding 'torch/include/ATen/ops/is_inference_native.h' 2022-11-23T00:58:32.8319923Z adding 'torch/include/ATen/ops/is_inference_ops.h' 2022-11-23T00:58:32.8321515Z adding 'torch/include/ATen/ops/is_leaf.h' 2022-11-23T00:58:32.8323294Z adding 'torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8324884Z adding 'torch/include/ATen/ops/is_leaf_native.h' 2022-11-23T00:58:32.8326559Z adding 'torch/include/ATen/ops/is_leaf_ops.h' 2022-11-23T00:58:32.8328294Z adding 'torch/include/ATen/ops/is_neg.h' 2022-11-23T00:58:32.8330389Z adding 'torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8332210Z adding 'torch/include/ATen/ops/is_neg_native.h' 2022-11-23T00:58:32.8334364Z adding 'torch/include/ATen/ops/is_neg_ops.h' 2022-11-23T00:58:32.8336443Z adding 'torch/include/ATen/ops/is_nonzero.h' 2022-11-23T00:58:32.8338642Z adding 'torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8340554Z adding 'torch/include/ATen/ops/is_nonzero_native.h' 2022-11-23T00:58:32.8342866Z adding 'torch/include/ATen/ops/is_nonzero_ops.h' 2022-11-23T00:58:32.8345304Z adding 'torch/include/ATen/ops/is_pinned.h' 2022-11-23T00:58:32.8347507Z adding 'torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.8349853Z adding 'torch/include/ATen/ops/is_pinned_cuda_dispatch.h' 2022-11-23T00:58:32.8351771Z adding 'torch/include/ATen/ops/is_pinned_native.h' 2022-11-23T00:58:32.8354032Z adding 'torch/include/ATen/ops/is_pinned_ops.h' 2022-11-23T00:58:32.8356370Z adding 'torch/include/ATen/ops/is_same_size.h' 2022-11-23T00:58:32.8358503Z adding 'torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.8360647Z adding 'torch/include/ATen/ops/is_same_size_native.h' 2022-11-23T00:58:32.8362815Z adding 'torch/include/ATen/ops/is_same_size_ops.h' 2022-11-23T00:58:32.8364907Z adding 'torch/include/ATen/ops/is_set_to.h' 2022-11-23T00:58:32.8367065Z adding 'torch/include/ATen/ops/is_set_to_cpu_dispatch.h' 2022-11-23T00:58:32.8369217Z adding 'torch/include/ATen/ops/is_set_to_cuda_dispatch.h' 2022-11-23T00:58:32.8372352Z adding 'torch/include/ATen/ops/is_set_to_native.h' 2022-11-23T00:58:32.8373655Z adding 'torch/include/ATen/ops/is_set_to_ops.h' 2022-11-23T00:58:32.8375901Z adding 'torch/include/ATen/ops/is_signed.h' 2022-11-23T00:58:32.8377930Z adding 'torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8379632Z adding 'torch/include/ATen/ops/is_signed_native.h' 2022-11-23T00:58:32.8382995Z adding 'torch/include/ATen/ops/is_signed_ops.h' 2022-11-23T00:58:32.8384453Z adding 'torch/include/ATen/ops/is_vulkan_available.h' 2022-11-23T00:58:32.8386551Z adding 'torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8388562Z adding 'torch/include/ATen/ops/is_vulkan_available_native.h' 2022-11-23T00:58:32.8390689Z adding 'torch/include/ATen/ops/is_vulkan_available_ops.h' 2022-11-23T00:58:32.8392641Z adding 'torch/include/ATen/ops/isclose.h' 2022-11-23T00:58:32.8394540Z adding 'torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8396166Z adding 'torch/include/ATen/ops/isclose_native.h' 2022-11-23T00:58:32.8397965Z adding 'torch/include/ATen/ops/isclose_ops.h' 2022-11-23T00:58:32.8399686Z adding 'torch/include/ATen/ops/isfinite.h' 2022-11-23T00:58:32.8401590Z adding 'torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8403237Z adding 'torch/include/ATen/ops/isfinite_native.h' 2022-11-23T00:58:32.8404959Z adding 'torch/include/ATen/ops/isfinite_ops.h' 2022-11-23T00:58:32.8406923Z adding 'torch/include/ATen/ops/isin.h' 2022-11-23T00:58:32.8408893Z adding 'torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.8410745Z adding 'torch/include/ATen/ops/isin_cpu_dispatch.h' 2022-11-23T00:58:32.8412653Z adding 'torch/include/ATen/ops/isin_cuda_dispatch.h' 2022-11-23T00:58:32.8431369Z adding 'torch/include/ATen/ops/isin_meta.h' 2022-11-23T00:58:32.8431616Z adding 'torch/include/ATen/ops/isin_meta_dispatch.h' 2022-11-23T00:58:32.8431781Z adding 'torch/include/ATen/ops/isin_native.h' 2022-11-23T00:58:32.8431929Z adding 'torch/include/ATen/ops/isin_ops.h' 2022-11-23T00:58:32.8432060Z adding 'torch/include/ATen/ops/isinf.h' 2022-11-23T00:58:32.8432342Z adding 'torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.8432498Z adding 'torch/include/ATen/ops/isinf_native.h' 2022-11-23T00:58:32.8432644Z adding 'torch/include/ATen/ops/isinf_ops.h' 2022-11-23T00:58:32.8432901Z adding 'torch/include/ATen/ops/isnan.h' 2022-11-23T00:58:32.8433219Z adding 'torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.8433387Z adding 'torch/include/ATen/ops/isnan_cpu_dispatch.h' 2022-11-23T00:58:32.8433538Z adding 'torch/include/ATen/ops/isnan_cuda_dispatch.h' 2022-11-23T00:58:32.8433695Z adding 'torch/include/ATen/ops/isnan_native.h' 2022-11-23T00:58:32.8435153Z adding 'torch/include/ATen/ops/isnan_ops.h' 2022-11-23T00:58:32.8436856Z adding 'torch/include/ATen/ops/isneginf.h' 2022-11-23T00:58:32.8438745Z adding 'torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.8440667Z adding 'torch/include/ATen/ops/isneginf_cpu_dispatch.h' 2022-11-23T00:58:32.8442260Z adding 'torch/include/ATen/ops/isneginf_cuda_dispatch.h' 2022-11-23T00:58:32.8443832Z adding 'torch/include/ATen/ops/isneginf_meta.h' 2022-11-23T00:58:32.8445502Z adding 'torch/include/ATen/ops/isneginf_meta_dispatch.h' 2022-11-23T00:58:32.8446928Z adding 'torch/include/ATen/ops/isneginf_native.h' 2022-11-23T00:58:32.8448372Z adding 'torch/include/ATen/ops/isneginf_ops.h' 2022-11-23T00:58:32.8450167Z adding 'torch/include/ATen/ops/isposinf.h' 2022-11-23T00:58:32.8451832Z adding 'torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.8453474Z adding 'torch/include/ATen/ops/isposinf_cpu_dispatch.h' 2022-11-23T00:58:32.8454919Z adding 'torch/include/ATen/ops/isposinf_cuda_dispatch.h' 2022-11-23T00:58:32.8456559Z adding 'torch/include/ATen/ops/isposinf_meta.h' 2022-11-23T00:58:32.8458101Z adding 'torch/include/ATen/ops/isposinf_meta_dispatch.h' 2022-11-23T00:58:32.8459685Z adding 'torch/include/ATen/ops/isposinf_native.h' 2022-11-23T00:58:32.8461486Z adding 'torch/include/ATen/ops/isposinf_ops.h' 2022-11-23T00:58:32.8463116Z adding 'torch/include/ATen/ops/isreal.h' 2022-11-23T00:58:32.8464917Z adding 'torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8466501Z adding 'torch/include/ATen/ops/isreal_native.h' 2022-11-23T00:58:32.8468060Z adding 'torch/include/ATen/ops/isreal_ops.h' 2022-11-23T00:58:32.8469750Z adding 'torch/include/ATen/ops/istft.h' 2022-11-23T00:58:32.8471565Z adding 'torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8473147Z adding 'torch/include/ATen/ops/istft_native.h' 2022-11-23T00:58:32.8474864Z adding 'torch/include/ATen/ops/istft_ops.h' 2022-11-23T00:58:32.8476458Z adding 'torch/include/ATen/ops/item.h' 2022-11-23T00:58:32.8478180Z adding 'torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8479855Z adding 'torch/include/ATen/ops/item_native.h' 2022-11-23T00:58:32.8481601Z adding 'torch/include/ATen/ops/item_ops.h' 2022-11-23T00:58:32.8483608Z adding 'torch/include/ATen/ops/kaiser_window.h' 2022-11-23T00:58:32.8485648Z adding 'torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.8487009Z adding 'torch/include/ATen/ops/kaiser_window_native.h' 2022-11-23T00:58:32.8488845Z adding 'torch/include/ATen/ops/kaiser_window_ops.h' 2022-11-23T00:58:32.8490525Z adding 'torch/include/ATen/ops/kl_div.h' 2022-11-23T00:58:32.8492058Z adding 'torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8495004Z adding 'torch/include/ATen/ops/kl_div_native.h' 2022-11-23T00:58:32.8495240Z adding 'torch/include/ATen/ops/kl_div_ops.h' 2022-11-23T00:58:32.8496983Z adding 'torch/include/ATen/ops/kron.h' 2022-11-23T00:58:32.8499484Z adding 'torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8501435Z adding 'torch/include/ATen/ops/kron_native.h' 2022-11-23T00:58:32.8503652Z adding 'torch/include/ATen/ops/kron_ops.h' 2022-11-23T00:58:32.8505743Z adding 'torch/include/ATen/ops/kthvalue.h' 2022-11-23T00:58:32.8507472Z adding 'torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.8509229Z adding 'torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8510969Z adding 'torch/include/ATen/ops/kthvalue_cpu_dispatch.h' 2022-11-23T00:58:32.8512551Z adding 'torch/include/ATen/ops/kthvalue_cuda_dispatch.h' 2022-11-23T00:58:32.8514427Z adding 'torch/include/ATen/ops/kthvalue_native.h' 2022-11-23T00:58:32.8516540Z adding 'torch/include/ATen/ops/kthvalue_ops.h' 2022-11-23T00:58:32.8518615Z adding 'torch/include/ATen/ops/l1_loss.h' 2022-11-23T00:58:32.8520786Z adding 'torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8522541Z adding 'torch/include/ATen/ops/l1_loss_native.h' 2022-11-23T00:58:32.8524678Z adding 'torch/include/ATen/ops/l1_loss_ops.h' 2022-11-23T00:58:32.8526625Z adding 'torch/include/ATen/ops/layer_norm.h' 2022-11-23T00:58:32.8529272Z adding 'torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8530876Z adding 'torch/include/ATen/ops/layer_norm_native.h' 2022-11-23T00:58:32.8533474Z adding 'torch/include/ATen/ops/layer_norm_ops.h' 2022-11-23T00:58:32.8535434Z adding 'torch/include/ATen/ops/lcm.h' 2022-11-23T00:58:32.8539043Z adding 'torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.8540736Z adding 'torch/include/ATen/ops/lcm_cpu_dispatch.h' 2022-11-23T00:58:32.8543096Z adding 'torch/include/ATen/ops/lcm_cuda_dispatch.h' 2022-11-23T00:58:32.8545094Z adding 'torch/include/ATen/ops/lcm_meta.h' 2022-11-23T00:58:32.8547508Z adding 'torch/include/ATen/ops/lcm_meta_dispatch.h' 2022-11-23T00:58:32.8549339Z adding 'torch/include/ATen/ops/lcm_native.h' 2022-11-23T00:58:32.8551653Z adding 'torch/include/ATen/ops/lcm_ops.h' 2022-11-23T00:58:32.8553803Z adding 'torch/include/ATen/ops/ldexp.h' 2022-11-23T00:58:32.8556368Z adding 'torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8558077Z adding 'torch/include/ATen/ops/ldexp_native.h' 2022-11-23T00:58:32.8560837Z adding 'torch/include/ATen/ops/ldexp_ops.h' 2022-11-23T00:58:32.8562850Z adding 'torch/include/ATen/ops/le.h' 2022-11-23T00:58:32.8565418Z adding 'torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.8567232Z adding 'torch/include/ATen/ops/le_cpu_dispatch.h' 2022-11-23T00:58:32.8569625Z adding 'torch/include/ATen/ops/le_cuda_dispatch.h' 2022-11-23T00:58:32.8571919Z adding 'torch/include/ATen/ops/le_meta.h' 2022-11-23T00:58:32.8574040Z adding 'torch/include/ATen/ops/le_meta_dispatch.h' 2022-11-23T00:58:32.8576349Z adding 'torch/include/ATen/ops/le_native.h' 2022-11-23T00:58:32.8578916Z adding 'torch/include/ATen/ops/le_ops.h' 2022-11-23T00:58:32.8581144Z adding 'torch/include/ATen/ops/leaky_relu.h' 2022-11-23T00:58:32.8583662Z adding 'torch/include/ATen/ops/leaky_relu_backward.h' 2022-11-23T00:58:32.8586250Z adding 'torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.8588010Z adding 'torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h' 2022-11-23T00:58:32.8589798Z adding 'torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h' 2022-11-23T00:58:32.8591516Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta.h' 2022-11-23T00:58:32.8593327Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h' 2022-11-23T00:58:32.8595112Z adding 'torch/include/ATen/ops/leaky_relu_backward_native.h' 2022-11-23T00:58:32.8597088Z adding 'torch/include/ATen/ops/leaky_relu_backward_ops.h' 2022-11-23T00:58:32.8599078Z adding 'torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.8601081Z adding 'torch/include/ATen/ops/leaky_relu_cpu_dispatch.h' 2022-11-23T00:58:32.8602685Z adding 'torch/include/ATen/ops/leaky_relu_cuda_dispatch.h' 2022-11-23T00:58:32.8604304Z adding 'torch/include/ATen/ops/leaky_relu_meta.h' 2022-11-23T00:58:32.8606154Z adding 'torch/include/ATen/ops/leaky_relu_meta_dispatch.h' 2022-11-23T00:58:32.8607906Z adding 'torch/include/ATen/ops/leaky_relu_native.h' 2022-11-23T00:58:32.8609832Z adding 'torch/include/ATen/ops/leaky_relu_ops.h' 2022-11-23T00:58:32.8611741Z adding 'torch/include/ATen/ops/lerp.h' 2022-11-23T00:58:32.8614041Z adding 'torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.8615759Z adding 'torch/include/ATen/ops/lerp_cpu_dispatch.h' 2022-11-23T00:58:32.8617627Z adding 'torch/include/ATen/ops/lerp_cuda_dispatch.h' 2022-11-23T00:58:32.8619359Z adding 'torch/include/ATen/ops/lerp_meta.h' 2022-11-23T00:58:32.8621314Z adding 'torch/include/ATen/ops/lerp_meta_dispatch.h' 2022-11-23T00:58:32.8623064Z adding 'torch/include/ATen/ops/lerp_native.h' 2022-11-23T00:58:32.8625390Z adding 'torch/include/ATen/ops/lerp_ops.h' 2022-11-23T00:58:32.8627572Z adding 'torch/include/ATen/ops/less.h' 2022-11-23T00:58:32.8629468Z adding 'torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8631227Z adding 'torch/include/ATen/ops/less_equal.h' 2022-11-23T00:58:32.8633317Z adding 'torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8635021Z adding 'torch/include/ATen/ops/less_equal_native.h' 2022-11-23T00:58:32.8637115Z adding 'torch/include/ATen/ops/less_equal_ops.h' 2022-11-23T00:58:32.8639046Z adding 'torch/include/ATen/ops/less_native.h' 2022-11-23T00:58:32.8641168Z adding 'torch/include/ATen/ops/less_ops.h' 2022-11-23T00:58:32.8643096Z adding 'torch/include/ATen/ops/lgamma.h' 2022-11-23T00:58:32.8645081Z adding 'torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.8646954Z adding 'torch/include/ATen/ops/lgamma_cpu_dispatch.h' 2022-11-23T00:58:32.8648663Z adding 'torch/include/ATen/ops/lgamma_cuda_dispatch.h' 2022-11-23T00:58:32.8650488Z adding 'torch/include/ATen/ops/lgamma_meta.h' 2022-11-23T00:58:32.8652323Z adding 'torch/include/ATen/ops/lgamma_meta_dispatch.h' 2022-11-23T00:58:32.8654010Z adding 'torch/include/ATen/ops/lgamma_native.h' 2022-11-23T00:58:32.8655969Z adding 'torch/include/ATen/ops/lgamma_ops.h' 2022-11-23T00:58:32.8657693Z adding 'torch/include/ATen/ops/lift.h' 2022-11-23T00:58:32.8659716Z adding 'torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.8661260Z adding 'torch/include/ATen/ops/lift_fresh.h' 2022-11-23T00:58:32.8663232Z adding 'torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.8665017Z adding 'torch/include/ATen/ops/lift_fresh_copy.h' 2022-11-23T00:58:32.8667247Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.8669051Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.8670656Z adding 'torch/include/ATen/ops/lift_fresh_copy_native.h' 2022-11-23T00:58:32.8672448Z adding 'torch/include/ATen/ops/lift_fresh_copy_ops.h' 2022-11-23T00:58:32.8674334Z adding 'torch/include/ATen/ops/lift_fresh_native.h' 2022-11-23T00:58:32.8676112Z adding 'torch/include/ATen/ops/lift_fresh_ops.h' 2022-11-23T00:58:32.8677759Z adding 'torch/include/ATen/ops/lift_native.h' 2022-11-23T00:58:32.8679586Z adding 'torch/include/ATen/ops/lift_ops.h' 2022-11-23T00:58:32.8681592Z adding 'torch/include/ATen/ops/linalg_cholesky.h' 2022-11-23T00:58:32.8683400Z adding 'torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8685993Z adding 'torch/include/ATen/ops/linalg_cholesky_ex.h' 2022-11-23T00:58:32.8686880Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.8688573Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h' 2022-11-23T00:58:32.8690271Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h' 2022-11-23T00:58:32.8691923Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta.h' 2022-11-23T00:58:32.8693900Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h' 2022-11-23T00:58:32.8695698Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_native.h' 2022-11-23T00:58:32.8697885Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_ops.h' 2022-11-23T00:58:32.8699943Z adding 'torch/include/ATen/ops/linalg_cholesky_native.h' 2022-11-23T00:58:32.8702009Z adding 'torch/include/ATen/ops/linalg_cholesky_ops.h' 2022-11-23T00:58:32.8704000Z adding 'torch/include/ATen/ops/linalg_cond.h' 2022-11-23T00:58:32.8707568Z adding 'torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8707786Z adding 'torch/include/ATen/ops/linalg_cond_native.h' 2022-11-23T00:58:32.8710973Z adding 'torch/include/ATen/ops/linalg_cond_ops.h' 2022-11-23T00:58:32.8712123Z adding 'torch/include/ATen/ops/linalg_cross.h' 2022-11-23T00:58:32.8713761Z adding 'torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.8715302Z adding 'torch/include/ATen/ops/linalg_cross_cpu_dispatch.h' 2022-11-23T00:58:32.8717374Z adding 'torch/include/ATen/ops/linalg_cross_cuda_dispatch.h' 2022-11-23T00:58:32.8719151Z adding 'torch/include/ATen/ops/linalg_cross_meta.h' 2022-11-23T00:58:32.8720891Z adding 'torch/include/ATen/ops/linalg_cross_meta_dispatch.h' 2022-11-23T00:58:32.8722590Z adding 'torch/include/ATen/ops/linalg_cross_native.h' 2022-11-23T00:58:32.8724382Z adding 'torch/include/ATen/ops/linalg_cross_ops.h' 2022-11-23T00:58:32.8726117Z adding 'torch/include/ATen/ops/linalg_det.h' 2022-11-23T00:58:32.8727946Z adding 'torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8729751Z adding 'torch/include/ATen/ops/linalg_det_native.h' 2022-11-23T00:58:32.8731489Z adding 'torch/include/ATen/ops/linalg_det_ops.h' 2022-11-23T00:58:32.8733168Z adding 'torch/include/ATen/ops/linalg_diagonal.h' 2022-11-23T00:58:32.8735587Z adding 'torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8736784Z adding 'torch/include/ATen/ops/linalg_diagonal_native.h' 2022-11-23T00:58:32.8738625Z adding 'torch/include/ATen/ops/linalg_diagonal_ops.h' 2022-11-23T00:58:32.8740447Z adding 'torch/include/ATen/ops/linalg_eig.h' 2022-11-23T00:58:32.8742410Z adding 'torch/include/ATen/ops/linalg_eig_cpu_dispatch.h' 2022-11-23T00:58:32.8744087Z adding 'torch/include/ATen/ops/linalg_eig_cuda_dispatch.h' 2022-11-23T00:58:32.8745832Z adding 'torch/include/ATen/ops/linalg_eig_native.h' 2022-11-23T00:58:32.8747838Z adding 'torch/include/ATen/ops/linalg_eig_ops.h' 2022-11-23T00:58:32.8749641Z adding 'torch/include/ATen/ops/linalg_eigh.h' 2022-11-23T00:58:32.8751502Z adding 'torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8753296Z adding 'torch/include/ATen/ops/linalg_eigh_native.h' 2022-11-23T00:58:32.8755290Z adding 'torch/include/ATen/ops/linalg_eigh_ops.h' 2022-11-23T00:58:32.8756965Z adding 'torch/include/ATen/ops/linalg_eigvals.h' 2022-11-23T00:58:32.8758883Z adding 'torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8760598Z adding 'torch/include/ATen/ops/linalg_eigvals_native.h' 2022-11-23T00:58:32.8762184Z adding 'torch/include/ATen/ops/linalg_eigvals_ops.h' 2022-11-23T00:58:32.8763927Z adding 'torch/include/ATen/ops/linalg_eigvalsh.h' 2022-11-23T00:58:32.8765812Z adding 'torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8767791Z adding 'torch/include/ATen/ops/linalg_eigvalsh_native.h' 2022-11-23T00:58:32.8769452Z adding 'torch/include/ATen/ops/linalg_eigvalsh_ops.h' 2022-11-23T00:58:32.8771324Z adding 'torch/include/ATen/ops/linalg_householder_product.h' 2022-11-23T00:58:32.8773235Z adding 'torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h' 2022-11-23T00:58:32.8775058Z adding 'torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h' 2022-11-23T00:58:32.8777270Z adding 'torch/include/ATen/ops/linalg_householder_product_native.h' 2022-11-23T00:58:32.8778286Z adding 'torch/include/ATen/ops/linalg_householder_product_ops.h' 2022-11-23T00:58:32.8780308Z adding 'torch/include/ATen/ops/linalg_inv.h' 2022-11-23T00:58:32.8782342Z adding 'torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8784041Z adding 'torch/include/ATen/ops/linalg_inv_ex.h' 2022-11-23T00:58:32.8786274Z adding 'torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.8787895Z adding 'torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h' 2022-11-23T00:58:32.8789795Z adding 'torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h' 2022-11-23T00:58:32.8791239Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta.h' 2022-11-23T00:58:32.8793087Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h' 2022-11-23T00:58:32.8794627Z adding 'torch/include/ATen/ops/linalg_inv_ex_native.h' 2022-11-23T00:58:32.8796505Z adding 'torch/include/ATen/ops/linalg_inv_ex_ops.h' 2022-11-23T00:58:32.8798122Z adding 'torch/include/ATen/ops/linalg_inv_native.h' 2022-11-23T00:58:32.8799955Z adding 'torch/include/ATen/ops/linalg_inv_ops.h' 2022-11-23T00:58:32.8801766Z adding 'torch/include/ATen/ops/linalg_ldl_factor.h' 2022-11-23T00:58:32.8803572Z adding 'torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8805274Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex.h' 2022-11-23T00:58:32.8807260Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.8809071Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h' 2022-11-23T00:58:32.8810932Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h' 2022-11-23T00:58:32.8812862Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h' 2022-11-23T00:58:32.8814792Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h' 2022-11-23T00:58:32.8816730Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_native.h' 2022-11-23T00:58:32.8818798Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h' 2022-11-23T00:58:32.8820696Z adding 'torch/include/ATen/ops/linalg_ldl_factor_native.h' 2022-11-23T00:58:32.8822703Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ops.h' 2022-11-23T00:58:32.8824933Z adding 'torch/include/ATen/ops/linalg_ldl_solve.h' 2022-11-23T00:58:32.8827505Z adding 'torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.8829918Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h' 2022-11-23T00:58:32.8831672Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h' 2022-11-23T00:58:32.8834498Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta.h' 2022-11-23T00:58:32.8834869Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h' 2022-11-23T00:58:32.8837082Z adding 'torch/include/ATen/ops/linalg_ldl_solve_native.h' 2022-11-23T00:58:32.8838852Z adding 'torch/include/ATen/ops/linalg_ldl_solve_ops.h' 2022-11-23T00:58:32.8840930Z adding 'torch/include/ATen/ops/linalg_lstsq.h' 2022-11-23T00:58:32.8843088Z adding 'torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.8845035Z adding 'torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h' 2022-11-23T00:58:32.8847024Z adding 'torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h' 2022-11-23T00:58:32.8850192Z adding 'torch/include/ATen/ops/linalg_lstsq_native.h' 2022-11-23T00:58:32.8850753Z adding 'torch/include/ATen/ops/linalg_lstsq_ops.h' 2022-11-23T00:58:32.8853190Z adding 'torch/include/ATen/ops/linalg_lu.h' 2022-11-23T00:58:32.8854778Z adding 'torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.8856547Z adding 'torch/include/ATen/ops/linalg_lu_cpu_dispatch.h' 2022-11-23T00:58:32.8858354Z adding 'torch/include/ATen/ops/linalg_lu_cuda_dispatch.h' 2022-11-23T00:58:32.8860132Z adding 'torch/include/ATen/ops/linalg_lu_factor.h' 2022-11-23T00:58:32.8861927Z adding 'torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8863711Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex.h' 2022-11-23T00:58:32.8865900Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.8867769Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h' 2022-11-23T00:58:32.8869715Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h' 2022-11-23T00:58:32.8871443Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta.h' 2022-11-23T00:58:32.8873133Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h' 2022-11-23T00:58:32.8874894Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_native.h' 2022-11-23T00:58:32.8876866Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_ops.h' 2022-11-23T00:58:32.8878692Z adding 'torch/include/ATen/ops/linalg_lu_factor_native.h' 2022-11-23T00:58:32.8880682Z adding 'torch/include/ATen/ops/linalg_lu_factor_ops.h' 2022-11-23T00:58:32.8882490Z adding 'torch/include/ATen/ops/linalg_lu_meta.h' 2022-11-23T00:58:32.8884355Z adding 'torch/include/ATen/ops/linalg_lu_meta_dispatch.h' 2022-11-23T00:58:32.8886089Z adding 'torch/include/ATen/ops/linalg_lu_native.h' 2022-11-23T00:58:32.8887972Z adding 'torch/include/ATen/ops/linalg_lu_ops.h' 2022-11-23T00:58:32.8889936Z adding 'torch/include/ATen/ops/linalg_lu_solve.h' 2022-11-23T00:58:32.8891932Z adding 'torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.8893735Z adding 'torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h' 2022-11-23T00:58:32.8895623Z adding 'torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h' 2022-11-23T00:58:32.8897340Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta.h' 2022-11-23T00:58:32.8899392Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h' 2022-11-23T00:58:32.8901122Z adding 'torch/include/ATen/ops/linalg_lu_solve_native.h' 2022-11-23T00:58:32.8902969Z adding 'torch/include/ATen/ops/linalg_lu_solve_ops.h' 2022-11-23T00:58:32.8905155Z adding 'torch/include/ATen/ops/linalg_matmul.h' 2022-11-23T00:58:32.8907265Z adding 'torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8909059Z adding 'torch/include/ATen/ops/linalg_matmul_native.h' 2022-11-23T00:58:32.8911027Z adding 'torch/include/ATen/ops/linalg_matmul_ops.h' 2022-11-23T00:58:32.8912861Z adding 'torch/include/ATen/ops/linalg_matrix_exp.h' 2022-11-23T00:58:32.8914676Z adding 'torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.8916347Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h' 2022-11-23T00:58:32.8917908Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h' 2022-11-23T00:58:32.8919475Z adding 'torch/include/ATen/ops/linalg_matrix_exp_native.h' 2022-11-23T00:58:32.8921171Z adding 'torch/include/ATen/ops/linalg_matrix_exp_ops.h' 2022-11-23T00:58:32.8923164Z adding 'torch/include/ATen/ops/linalg_matrix_norm.h' 2022-11-23T00:58:32.8925279Z adding 'torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8927030Z adding 'torch/include/ATen/ops/linalg_matrix_norm_native.h' 2022-11-23T00:58:32.8929089Z adding 'torch/include/ATen/ops/linalg_matrix_norm_ops.h' 2022-11-23T00:58:32.8930951Z adding 'torch/include/ATen/ops/linalg_matrix_power.h' 2022-11-23T00:58:32.8932918Z adding 'torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8934575Z adding 'torch/include/ATen/ops/linalg_matrix_power_native.h' 2022-11-23T00:58:32.8936435Z adding 'torch/include/ATen/ops/linalg_matrix_power_ops.h' 2022-11-23T00:58:32.8938616Z adding 'torch/include/ATen/ops/linalg_matrix_rank.h' 2022-11-23T00:58:32.8940666Z adding 'torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8942480Z adding 'torch/include/ATen/ops/linalg_matrix_rank_native.h' 2022-11-23T00:58:32.8944894Z adding 'torch/include/ATen/ops/linalg_matrix_rank_ops.h' 2022-11-23T00:58:32.8946941Z adding 'torch/include/ATen/ops/linalg_multi_dot.h' 2022-11-23T00:58:32.8948848Z adding 'torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8950445Z adding 'torch/include/ATen/ops/linalg_multi_dot_native.h' 2022-11-23T00:58:32.8952342Z adding 'torch/include/ATen/ops/linalg_multi_dot_ops.h' 2022-11-23T00:58:32.8954391Z adding 'torch/include/ATen/ops/linalg_norm.h' 2022-11-23T00:58:32.8956451Z adding 'torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8958296Z adding 'torch/include/ATen/ops/linalg_norm_native.h' 2022-11-23T00:58:32.8960509Z adding 'torch/include/ATen/ops/linalg_norm_ops.h' 2022-11-23T00:58:32.8962636Z adding 'torch/include/ATen/ops/linalg_pinv.h' 2022-11-23T00:58:32.8964663Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.8966532Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.8968463Z adding 'torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8970208Z adding 'torch/include/ATen/ops/linalg_pinv_native.h' 2022-11-23T00:58:32.8972479Z adding 'torch/include/ATen/ops/linalg_pinv_ops.h' 2022-11-23T00:58:32.8974440Z adding 'torch/include/ATen/ops/linalg_qr.h' 2022-11-23T00:58:32.8976428Z adding 'torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.8978891Z adding 'torch/include/ATen/ops/linalg_qr_cpu_dispatch.h' 2022-11-23T00:58:32.8980816Z adding 'torch/include/ATen/ops/linalg_qr_cuda_dispatch.h' 2022-11-23T00:58:32.8982549Z adding 'torch/include/ATen/ops/linalg_qr_meta.h' 2022-11-23T00:58:32.8984412Z adding 'torch/include/ATen/ops/linalg_qr_meta_dispatch.h' 2022-11-23T00:58:32.8986346Z adding 'torch/include/ATen/ops/linalg_qr_native.h' 2022-11-23T00:58:32.8988313Z adding 'torch/include/ATen/ops/linalg_qr_ops.h' 2022-11-23T00:58:32.8990137Z adding 'torch/include/ATen/ops/linalg_slogdet.h' 2022-11-23T00:58:32.8992146Z adding 'torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.8993772Z adding 'torch/include/ATen/ops/linalg_slogdet_native.h' 2022-11-23T00:58:32.8995651Z adding 'torch/include/ATen/ops/linalg_slogdet_ops.h' 2022-11-23T00:58:32.8997510Z adding 'torch/include/ATen/ops/linalg_solve.h' 2022-11-23T00:58:32.8999683Z adding 'torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.9001929Z adding 'torch/include/ATen/ops/linalg_solve_ex.h' 2022-11-23T00:58:32.9004141Z adding 'torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.9006094Z adding 'torch/include/ATen/ops/linalg_solve_ex_native.h' 2022-11-23T00:58:32.9008405Z adding 'torch/include/ATen/ops/linalg_solve_ex_ops.h' 2022-11-23T00:58:32.9010019Z adding 'torch/include/ATen/ops/linalg_solve_native.h' 2022-11-23T00:58:32.9012511Z adding 'torch/include/ATen/ops/linalg_solve_ops.h' 2022-11-23T00:58:32.9014557Z adding 'torch/include/ATen/ops/linalg_solve_triangular.h' 2022-11-23T00:58:32.9016704Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h' 2022-11-23T00:58:32.9019249Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h' 2022-11-23T00:58:32.9020767Z adding 'torch/include/ATen/ops/linalg_solve_triangular_native.h' 2022-11-23T00:58:32.9023700Z adding 'torch/include/ATen/ops/linalg_solve_triangular_ops.h' 2022-11-23T00:58:32.9025776Z adding 'torch/include/ATen/ops/linalg_svd.h' 2022-11-23T00:58:32.9028413Z adding 'torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.9030718Z adding 'torch/include/ATen/ops/linalg_svd_native.h' 2022-11-23T00:58:32.9033201Z adding 'torch/include/ATen/ops/linalg_svd_ops.h' 2022-11-23T00:58:32.9035337Z adding 'torch/include/ATen/ops/linalg_svdvals.h' 2022-11-23T00:58:32.9037840Z adding 'torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.9039390Z adding 'torch/include/ATen/ops/linalg_svdvals_native.h' 2022-11-23T00:58:32.9041020Z adding 'torch/include/ATen/ops/linalg_svdvals_ops.h' 2022-11-23T00:58:32.9042598Z adding 'torch/include/ATen/ops/linalg_tensorinv.h' 2022-11-23T00:58:32.9044889Z adding 'torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.9046696Z adding 'torch/include/ATen/ops/linalg_tensorinv_native.h' 2022-11-23T00:58:32.9048803Z adding 'torch/include/ATen/ops/linalg_tensorinv_ops.h' 2022-11-23T00:58:32.9051097Z adding 'torch/include/ATen/ops/linalg_tensorsolve.h' 2022-11-23T00:58:32.9053394Z adding 'torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.9054879Z adding 'torch/include/ATen/ops/linalg_tensorsolve_native.h' 2022-11-23T00:58:32.9056391Z adding 'torch/include/ATen/ops/linalg_tensorsolve_ops.h' 2022-11-23T00:58:32.9057984Z adding 'torch/include/ATen/ops/linalg_vander.h' 2022-11-23T00:58:32.9059655Z adding 'torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.9061044Z adding 'torch/include/ATen/ops/linalg_vander_native.h' 2022-11-23T00:58:32.9062580Z adding 'torch/include/ATen/ops/linalg_vander_ops.h' 2022-11-23T00:58:32.9064330Z adding 'torch/include/ATen/ops/linalg_vecdot.h' 2022-11-23T00:58:32.9066368Z adding 'torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.9067928Z adding 'torch/include/ATen/ops/linalg_vecdot_native.h' 2022-11-23T00:58:32.9069785Z adding 'torch/include/ATen/ops/linalg_vecdot_ops.h' 2022-11-23T00:58:32.9071518Z adding 'torch/include/ATen/ops/linalg_vector_norm.h' 2022-11-23T00:58:32.9073325Z adding 'torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.9074930Z adding 'torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h' 2022-11-23T00:58:32.9076657Z adding 'torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h' 2022-11-23T00:58:32.9078220Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta.h' 2022-11-23T00:58:32.9080058Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h' 2022-11-23T00:58:32.9081690Z adding 'torch/include/ATen/ops/linalg_vector_norm_native.h' 2022-11-23T00:58:32.9083513Z adding 'torch/include/ATen/ops/linalg_vector_norm_ops.h' 2022-11-23T00:58:32.9085219Z adding 'torch/include/ATen/ops/linear.h' 2022-11-23T00:58:32.9087101Z adding 'torch/include/ATen/ops/linear_backward.h' 2022-11-23T00:58:32.9089088Z adding 'torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.9090754Z adding 'torch/include/ATen/ops/linear_backward_native.h' 2022-11-23T00:58:32.9092794Z adding 'torch/include/ATen/ops/linear_backward_ops.h' 2022-11-23T00:58:32.9094746Z adding 'torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.9096582Z adding 'torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.9098345Z adding 'torch/include/ATen/ops/linear_native.h' 2022-11-23T00:58:32.9100247Z adding 'torch/include/ATen/ops/linear_ops.h' 2022-11-23T00:58:32.9102389Z adding 'torch/include/ATen/ops/linspace.h' 2022-11-23T00:58:32.9104347Z adding 'torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.9106532Z adding 'torch/include/ATen/ops/linspace_cpu_dispatch.h' 2022-11-23T00:58:32.9108336Z adding 'torch/include/ATen/ops/linspace_cuda_dispatch.h' 2022-11-23T00:58:32.9110190Z adding 'torch/include/ATen/ops/linspace_meta_dispatch.h' 2022-11-23T00:58:32.9111917Z adding 'torch/include/ATen/ops/linspace_native.h' 2022-11-23T00:58:32.9113946Z adding 'torch/include/ATen/ops/linspace_ops.h' 2022-11-23T00:58:32.9115878Z adding 'torch/include/ATen/ops/log.h' 2022-11-23T00:58:32.9117703Z adding 'torch/include/ATen/ops/log10.h' 2022-11-23T00:58:32.9133885Z adding 'torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.9134181Z adding 'torch/include/ATen/ops/log10_cpu_dispatch.h' 2022-11-23T00:58:32.9134475Z adding 'torch/include/ATen/ops/log10_cuda_dispatch.h' 2022-11-23T00:58:32.9134755Z adding 'torch/include/ATen/ops/log10_meta.h' 2022-11-23T00:58:32.9135040Z adding 'torch/include/ATen/ops/log10_meta_dispatch.h' 2022-11-23T00:58:32.9135301Z adding 'torch/include/ATen/ops/log10_native.h' 2022-11-23T00:58:32.9135556Z adding 'torch/include/ATen/ops/log10_ops.h' 2022-11-23T00:58:32.9135785Z adding 'torch/include/ATen/ops/log1p.h' 2022-11-23T00:58:32.9136381Z adding 'torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.9136681Z adding 'torch/include/ATen/ops/log1p_cpu_dispatch.h' 2022-11-23T00:58:32.9138484Z adding 'torch/include/ATen/ops/log1p_cuda_dispatch.h' 2022-11-23T00:58:32.9140210Z adding 'torch/include/ATen/ops/log1p_meta.h' 2022-11-23T00:58:32.9141950Z adding 'torch/include/ATen/ops/log1p_meta_dispatch.h' 2022-11-23T00:58:32.9143680Z adding 'torch/include/ATen/ops/log1p_native.h' 2022-11-23T00:58:32.9146155Z adding 'torch/include/ATen/ops/log1p_ops.h' 2022-11-23T00:58:32.9148672Z adding 'torch/include/ATen/ops/log2.h' 2022-11-23T00:58:32.9151386Z adding 'torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.9153278Z adding 'torch/include/ATen/ops/log2_cpu_dispatch.h' 2022-11-23T00:58:32.9155906Z adding 'torch/include/ATen/ops/log2_cuda_dispatch.h' 2022-11-23T00:58:32.9157726Z adding 'torch/include/ATen/ops/log2_meta.h' 2022-11-23T00:58:32.9160209Z adding 'torch/include/ATen/ops/log2_meta_dispatch.h' 2022-11-23T00:58:32.9162214Z adding 'torch/include/ATen/ops/log2_native.h' 2022-11-23T00:58:32.9164592Z adding 'torch/include/ATen/ops/log2_ops.h' 2022-11-23T00:58:32.9166972Z adding 'torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.9169057Z adding 'torch/include/ATen/ops/log_cpu_dispatch.h' 2022-11-23T00:58:32.9171236Z adding 'torch/include/ATen/ops/log_cuda_dispatch.h' 2022-11-23T00:58:32.9173373Z adding 'torch/include/ATen/ops/log_meta.h' 2022-11-23T00:58:32.9175549Z adding 'torch/include/ATen/ops/log_meta_dispatch.h' 2022-11-23T00:58:32.9177668Z adding 'torch/include/ATen/ops/log_native.h' 2022-11-23T00:58:32.9179998Z adding 'torch/include/ATen/ops/log_normal.h' 2022-11-23T00:58:32.9182502Z adding 'torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.9184411Z adding 'torch/include/ATen/ops/log_normal_cpu_dispatch.h' 2022-11-23T00:58:32.9186774Z adding 'torch/include/ATen/ops/log_normal_cuda_dispatch.h' 2022-11-23T00:58:32.9188389Z adding 'torch/include/ATen/ops/log_normal_meta_dispatch.h' 2022-11-23T00:58:32.9189957Z adding 'torch/include/ATen/ops/log_normal_native.h' 2022-11-23T00:58:32.9191746Z adding 'torch/include/ATen/ops/log_normal_ops.h' 2022-11-23T00:58:32.9193495Z adding 'torch/include/ATen/ops/log_ops.h' 2022-11-23T00:58:32.9195071Z adding 'torch/include/ATen/ops/log_sigmoid.h' 2022-11-23T00:58:32.9196730Z adding 'torch/include/ATen/ops/log_sigmoid_backward.h' 2022-11-23T00:58:32.9198408Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h' 2022-11-23T00:58:32.9200151Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h' 2022-11-23T00:58:32.9201689Z adding 'torch/include/ATen/ops/log_sigmoid_backward_native.h' 2022-11-23T00:58:32.9203463Z adding 'torch/include/ATen/ops/log_sigmoid_backward_ops.h' 2022-11-23T00:58:32.9205153Z adding 'torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.9206804Z adding 'torch/include/ATen/ops/log_sigmoid_forward.h' 2022-11-23T00:58:32.9208482Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h' 2022-11-23T00:58:32.9210141Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h' 2022-11-23T00:58:32.9211643Z adding 'torch/include/ATen/ops/log_sigmoid_forward_native.h' 2022-11-23T00:58:32.9213581Z adding 'torch/include/ATen/ops/log_sigmoid_forward_ops.h' 2022-11-23T00:58:32.9215068Z adding 'torch/include/ATen/ops/log_sigmoid_native.h' 2022-11-23T00:58:32.9216917Z adding 'torch/include/ATen/ops/log_sigmoid_ops.h' 2022-11-23T00:58:32.9218805Z adding 'torch/include/ATen/ops/log_softmax.h' 2022-11-23T00:58:32.9220713Z adding 'torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.9222561Z adding 'torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.9224294Z adding 'torch/include/ATen/ops/log_softmax_native.h' 2022-11-23T00:58:32.9226636Z adding 'torch/include/ATen/ops/log_softmax_ops.h' 2022-11-23T00:58:32.9228466Z adding 'torch/include/ATen/ops/logaddexp.h' 2022-11-23T00:58:32.9230295Z adding 'torch/include/ATen/ops/logaddexp2.h' 2022-11-23T00:58:32.9232335Z adding 'torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.9234071Z adding 'torch/include/ATen/ops/logaddexp2_cpu_dispatch.h' 2022-11-23T00:58:32.9235961Z adding 'torch/include/ATen/ops/logaddexp2_cuda_dispatch.h' 2022-11-23T00:58:32.9237629Z adding 'torch/include/ATen/ops/logaddexp2_meta.h' 2022-11-23T00:58:32.9239519Z adding 'torch/include/ATen/ops/logaddexp2_meta_dispatch.h' 2022-11-23T00:58:32.9241162Z adding 'torch/include/ATen/ops/logaddexp2_native.h' 2022-11-23T00:58:32.9243085Z adding 'torch/include/ATen/ops/logaddexp2_ops.h' 2022-11-23T00:58:32.9244934Z adding 'torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.9246619Z adding 'torch/include/ATen/ops/logaddexp_cpu_dispatch.h' 2022-11-23T00:58:32.9248278Z adding 'torch/include/ATen/ops/logaddexp_cuda_dispatch.h' 2022-11-23T00:58:32.9249894Z adding 'torch/include/ATen/ops/logaddexp_meta.h' 2022-11-23T00:58:32.9251728Z adding 'torch/include/ATen/ops/logaddexp_meta_dispatch.h' 2022-11-23T00:58:32.9253416Z adding 'torch/include/ATen/ops/logaddexp_native.h' 2022-11-23T00:58:32.9255025Z adding 'torch/include/ATen/ops/logaddexp_ops.h' 2022-11-23T00:58:32.9257131Z adding 'torch/include/ATen/ops/logcumsumexp.h' 2022-11-23T00:58:32.9259199Z adding 'torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.9260991Z adding 'torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.9262726Z adding 'torch/include/ATen/ops/logcumsumexp_native.h' 2022-11-23T00:58:32.9264675Z adding 'torch/include/ATen/ops/logcumsumexp_ops.h' 2022-11-23T00:58:32.9266773Z adding 'torch/include/ATen/ops/logdet.h' 2022-11-23T00:58:32.9268779Z adding 'torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.9270424Z adding 'torch/include/ATen/ops/logdet_native.h' 2022-11-23T00:58:32.9272280Z adding 'torch/include/ATen/ops/logdet_ops.h' 2022-11-23T00:58:32.9274041Z adding 'torch/include/ATen/ops/logical_and.h' 2022-11-23T00:58:32.9276269Z adding 'torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.9277942Z adding 'torch/include/ATen/ops/logical_and_cpu_dispatch.h' 2022-11-23T00:58:32.9279842Z adding 'torch/include/ATen/ops/logical_and_cuda_dispatch.h' 2022-11-23T00:58:32.9281482Z adding 'torch/include/ATen/ops/logical_and_native.h' 2022-11-23T00:58:32.9283334Z adding 'torch/include/ATen/ops/logical_and_ops.h' 2022-11-23T00:58:32.9284927Z adding 'torch/include/ATen/ops/logical_not.h' 2022-11-23T00:58:32.9286854Z adding 'torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.9288658Z adding 'torch/include/ATen/ops/logical_not_cpu_dispatch.h' 2022-11-23T00:58:32.9290356Z adding 'torch/include/ATen/ops/logical_not_cuda_dispatch.h' 2022-11-23T00:58:32.9293766Z adding 'torch/include/ATen/ops/logical_not_native.h' 2022-11-23T00:58:32.9294081Z adding 'torch/include/ATen/ops/logical_not_ops.h' 2022-11-23T00:58:32.9295712Z adding 'torch/include/ATen/ops/logical_or.h' 2022-11-23T00:58:32.9297519Z adding 'torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.9299051Z adding 'torch/include/ATen/ops/logical_or_cpu_dispatch.h' 2022-11-23T00:58:32.9300691Z adding 'torch/include/ATen/ops/logical_or_cuda_dispatch.h' 2022-11-23T00:58:32.9302249Z adding 'torch/include/ATen/ops/logical_or_native.h' 2022-11-23T00:58:32.9304307Z adding 'torch/include/ATen/ops/logical_or_ops.h' 2022-11-23T00:58:32.9306514Z adding 'torch/include/ATen/ops/logical_xor.h' 2022-11-23T00:58:32.9308442Z adding 'torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.9310654Z adding 'torch/include/ATen/ops/logical_xor_cpu_dispatch.h' 2022-11-23T00:58:32.9312601Z adding 'torch/include/ATen/ops/logical_xor_cuda_dispatch.h' 2022-11-23T00:58:32.9314240Z adding 'torch/include/ATen/ops/logical_xor_native.h' 2022-11-23T00:58:32.9317801Z adding 'torch/include/ATen/ops/logical_xor_ops.h' 2022-11-23T00:58:32.9318737Z adding 'torch/include/ATen/ops/logit.h' 2022-11-23T00:58:32.9321103Z adding 'torch/include/ATen/ops/logit_backward.h' 2022-11-23T00:58:32.9323503Z adding 'torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.9326649Z adding 'torch/include/ATen/ops/logit_backward_cpu_dispatch.h' 2022-11-23T00:58:32.9327385Z adding 'torch/include/ATen/ops/logit_backward_cuda_dispatch.h' 2022-11-23T00:58:32.9329508Z adding 'torch/include/ATen/ops/logit_backward_meta.h' 2022-11-23T00:58:32.9331461Z adding 'torch/include/ATen/ops/logit_backward_meta_dispatch.h' 2022-11-23T00:58:32.9333607Z adding 'torch/include/ATen/ops/logit_backward_native.h' 2022-11-23T00:58:32.9335798Z adding 'torch/include/ATen/ops/logit_backward_ops.h' 2022-11-23T00:58:32.9338456Z adding 'torch/include/ATen/ops/logit_cpu_dispatch.h' 2022-11-23T00:58:32.9340289Z adding 'torch/include/ATen/ops/logit_cuda_dispatch.h' 2022-11-23T00:58:32.9342623Z adding 'torch/include/ATen/ops/logit_meta_dispatch.h' 2022-11-23T00:58:32.9344727Z adding 'torch/include/ATen/ops/logit_native.h' 2022-11-23T00:58:32.9347253Z adding 'torch/include/ATen/ops/logit_ops.h' 2022-11-23T00:58:32.9349602Z adding 'torch/include/ATen/ops/logspace.h' 2022-11-23T00:58:32.9352078Z adding 'torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.9354196Z adding 'torch/include/ATen/ops/logspace_cpu_dispatch.h' 2022-11-23T00:58:32.9356444Z adding 'torch/include/ATen/ops/logspace_cuda_dispatch.h' 2022-11-23T00:58:32.9358743Z adding 'torch/include/ATen/ops/logspace_meta_dispatch.h' 2022-11-23T00:58:32.9361071Z adding 'torch/include/ATen/ops/logspace_native.h' 2022-11-23T00:58:32.9363617Z adding 'torch/include/ATen/ops/logspace_ops.h' 2022-11-23T00:58:32.9365866Z adding 'torch/include/ATen/ops/logsumexp.h' 2022-11-23T00:58:32.9368245Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.9370630Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.9372787Z adding 'torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.9374838Z adding 'torch/include/ATen/ops/logsumexp_native.h' 2022-11-23T00:58:32.9377374Z adding 'torch/include/ATen/ops/logsumexp_ops.h' 2022-11-23T00:58:32.9379699Z adding 'torch/include/ATen/ops/lshift.h' 2022-11-23T00:58:32.9382070Z adding 'torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.9384146Z adding 'torch/include/ATen/ops/lshift_cpu_dispatch.h' 2022-11-23T00:58:32.9386545Z adding 'torch/include/ATen/ops/lshift_cuda_dispatch.h' 2022-11-23T00:58:32.9388734Z adding 'torch/include/ATen/ops/lshift_meta_dispatch.h' 2022-11-23T00:58:32.9390901Z adding 'torch/include/ATen/ops/lshift_native.h' 2022-11-23T00:58:32.9392923Z adding 'torch/include/ATen/ops/lshift_ops.h' 2022-11-23T00:58:32.9395093Z adding 'torch/include/ATen/ops/lstm.h' 2022-11-23T00:58:32.9396563Z adding 'torch/include/ATen/ops/lstm_cell.h' 2022-11-23T00:58:32.9398416Z adding 'torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.9400160Z adding 'torch/include/ATen/ops/lstm_cell_native.h' 2022-11-23T00:58:32.9402292Z adding 'torch/include/ATen/ops/lstm_cell_ops.h' 2022-11-23T00:58:32.9403944Z adding 'torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.9405605Z adding 'torch/include/ATen/ops/lstm_mps_backward.h' 2022-11-23T00:58:32.9407468Z adding 'torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.9409013Z adding 'torch/include/ATen/ops/lstm_mps_backward_native.h' 2022-11-23T00:58:32.9410908Z adding 'torch/include/ATen/ops/lstm_mps_backward_ops.h' 2022-11-23T00:58:32.9412924Z adding 'torch/include/ATen/ops/lstm_native.h' 2022-11-23T00:58:32.9416448Z adding 'torch/include/ATen/ops/lstm_ops.h' 2022-11-23T00:58:32.9416699Z adding 'torch/include/ATen/ops/lt.h' 2022-11-23T00:58:32.9418835Z adding 'torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.9420520Z adding 'torch/include/ATen/ops/lt_cpu_dispatch.h' 2022-11-23T00:58:32.9422530Z adding 'torch/include/ATen/ops/lt_cuda_dispatch.h' 2022-11-23T00:58:32.9424372Z adding 'torch/include/ATen/ops/lt_meta.h' 2022-11-23T00:58:32.9426658Z adding 'torch/include/ATen/ops/lt_meta_dispatch.h' 2022-11-23T00:58:32.9429266Z adding 'torch/include/ATen/ops/lt_native.h' 2022-11-23T00:58:32.9431566Z adding 'torch/include/ATen/ops/lt_ops.h' 2022-11-23T00:58:32.9433595Z adding 'torch/include/ATen/ops/lu_solve.h' 2022-11-23T00:58:32.9435635Z adding 'torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.9437495Z adding 'torch/include/ATen/ops/lu_solve_native.h' 2022-11-23T00:58:32.9439501Z adding 'torch/include/ATen/ops/lu_solve_ops.h' 2022-11-23T00:58:32.9441589Z adding 'torch/include/ATen/ops/lu_unpack.h' 2022-11-23T00:58:32.9443624Z adding 'torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.9445514Z adding 'torch/include/ATen/ops/lu_unpack_cpu_dispatch.h' 2022-11-23T00:58:32.9447446Z adding 'torch/include/ATen/ops/lu_unpack_cuda_dispatch.h' 2022-11-23T00:58:32.9449343Z adding 'torch/include/ATen/ops/lu_unpack_meta.h' 2022-11-23T00:58:32.9451309Z adding 'torch/include/ATen/ops/lu_unpack_meta_dispatch.h' 2022-11-23T00:58:32.9453196Z adding 'torch/include/ATen/ops/lu_unpack_native.h' 2022-11-23T00:58:32.9455247Z adding 'torch/include/ATen/ops/lu_unpack_ops.h' 2022-11-23T00:58:32.9457100Z adding 'torch/include/ATen/ops/mH.h' 2022-11-23T00:58:32.9459059Z adding 'torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.9460794Z adding 'torch/include/ATen/ops/mH_native.h' 2022-11-23T00:58:32.9462712Z adding 'torch/include/ATen/ops/mH_ops.h' 2022-11-23T00:58:32.9464522Z adding 'torch/include/ATen/ops/mT.h' 2022-11-23T00:58:32.9466652Z adding 'torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.9468395Z adding 'torch/include/ATen/ops/mT_native.h' 2022-11-23T00:58:32.9470535Z adding 'torch/include/ATen/ops/mT_ops.h' 2022-11-23T00:58:32.9472349Z adding 'torch/include/ATen/ops/margin_ranking_loss.h' 2022-11-23T00:58:32.9474383Z adding 'torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.9476177Z adding 'torch/include/ATen/ops/margin_ranking_loss_native.h' 2022-11-23T00:58:32.9478114Z adding 'torch/include/ATen/ops/margin_ranking_loss_ops.h' 2022-11-23T00:58:32.9480274Z adding 'torch/include/ATen/ops/masked_fill.h' 2022-11-23T00:58:32.9482341Z adding 'torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.9484231Z adding 'torch/include/ATen/ops/masked_fill_cpu_dispatch.h' 2022-11-23T00:58:32.9486105Z adding 'torch/include/ATen/ops/masked_fill_cuda_dispatch.h' 2022-11-23T00:58:32.9487988Z adding 'torch/include/ATen/ops/masked_fill_meta_dispatch.h' 2022-11-23T00:58:32.9489880Z adding 'torch/include/ATen/ops/masked_fill_native.h' 2022-11-23T00:58:32.9492121Z adding 'torch/include/ATen/ops/masked_fill_ops.h' 2022-11-23T00:58:32.9494146Z adding 'torch/include/ATen/ops/masked_scatter.h' 2022-11-23T00:58:32.9496198Z adding 'torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.9498102Z adding 'torch/include/ATen/ops/masked_scatter_cpu_dispatch.h' 2022-11-23T00:58:32.9500041Z adding 'torch/include/ATen/ops/masked_scatter_cuda_dispatch.h' 2022-11-23T00:58:32.9502188Z adding 'torch/include/ATen/ops/masked_scatter_meta_dispatch.h' 2022-11-23T00:58:32.9503807Z adding 'torch/include/ATen/ops/masked_scatter_native.h' 2022-11-23T00:58:32.9505902Z adding 'torch/include/ATen/ops/masked_scatter_ops.h' 2022-11-23T00:58:32.9507827Z adding 'torch/include/ATen/ops/masked_select.h' 2022-11-23T00:58:32.9509926Z adding 'torch/include/ATen/ops/masked_select_backward.h' 2022-11-23T00:58:32.9511671Z adding 'torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.9513257Z adding 'torch/include/ATen/ops/masked_select_backward_native.h' 2022-11-23T00:58:32.9515280Z adding 'torch/include/ATen/ops/masked_select_backward_ops.h' 2022-11-23T00:58:32.9516923Z adding 'torch/include/ATen/ops/masked_select_cpu_dispatch.h' 2022-11-23T00:58:32.9518768Z adding 'torch/include/ATen/ops/masked_select_cuda_dispatch.h' 2022-11-23T00:58:32.9520688Z adding 'torch/include/ATen/ops/masked_select_native.h' 2022-11-23T00:58:32.9522593Z adding 'torch/include/ATen/ops/masked_select_ops.h' 2022-11-23T00:58:32.9524446Z adding 'torch/include/ATen/ops/matmul.h' 2022-11-23T00:58:32.9526493Z adding 'torch/include/ATen/ops/matmul_backward.h' 2022-11-23T00:58:32.9528505Z adding 'torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.9530244Z adding 'torch/include/ATen/ops/matmul_backward_native.h' 2022-11-23T00:58:32.9532216Z adding 'torch/include/ATen/ops/matmul_backward_ops.h' 2022-11-23T00:58:32.9534187Z adding 'torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.9535993Z adding 'torch/include/ATen/ops/matmul_native.h' 2022-11-23T00:58:32.9537845Z adding 'torch/include/ATen/ops/matmul_ops.h' 2022-11-23T00:58:32.9539639Z adding 'torch/include/ATen/ops/matrix_H.h' 2022-11-23T00:58:32.9541643Z adding 'torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.9543795Z adding 'torch/include/ATen/ops/matrix_H_native.h' 2022-11-23T00:58:32.9546168Z adding 'torch/include/ATen/ops/matrix_H_ops.h' 2022-11-23T00:58:32.9548159Z adding 'torch/include/ATen/ops/matrix_exp.h' 2022-11-23T00:58:32.9549822Z adding 'torch/include/ATen/ops/matrix_exp_backward.h' 2022-11-23T00:58:32.9551505Z adding 'torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.9552998Z adding 'torch/include/ATen/ops/matrix_exp_backward_native.h' 2022-11-23T00:58:32.9554714Z adding 'torch/include/ATen/ops/matrix_exp_backward_ops.h' 2022-11-23T00:58:32.9556520Z adding 'torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.9558090Z adding 'torch/include/ATen/ops/matrix_exp_native.h' 2022-11-23T00:58:32.9560033Z adding 'torch/include/ATen/ops/matrix_exp_ops.h' 2022-11-23T00:58:32.9561987Z adding 'torch/include/ATen/ops/matrix_power.h' 2022-11-23T00:58:32.9564525Z adding 'torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.9566115Z adding 'torch/include/ATen/ops/matrix_power_native.h' 2022-11-23T00:58:32.9568568Z adding 'torch/include/ATen/ops/matrix_power_ops.h' 2022-11-23T00:58:32.9570894Z adding 'torch/include/ATen/ops/max.h' 2022-11-23T00:58:32.9573339Z adding 'torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.9575507Z adding 'torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.9577802Z adding 'torch/include/ATen/ops/max_cpu_dispatch.h' 2022-11-23T00:58:32.9581420Z adding 'torch/include/ATen/ops/max_cuda_dispatch.h' 2022-11-23T00:58:32.9581897Z adding 'torch/include/ATen/ops/max_meta.h' 2022-11-23T00:58:32.9584219Z adding 'torch/include/ATen/ops/max_meta_dispatch.h' 2022-11-23T00:58:32.9586208Z adding 'torch/include/ATen/ops/max_native.h' 2022-11-23T00:58:32.9588437Z adding 'torch/include/ATen/ops/max_ops.h' 2022-11-23T00:58:32.9590844Z adding 'torch/include/ATen/ops/max_pool1d.h' 2022-11-23T00:58:32.9592849Z adding 'torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.9594565Z adding 'torch/include/ATen/ops/max_pool1d_native.h' 2022-11-23T00:58:32.9596560Z adding 'torch/include/ATen/ops/max_pool1d_ops.h' 2022-11-23T00:58:32.9598589Z adding 'torch/include/ATen/ops/max_pool1d_with_indices.h' 2022-11-23T00:58:32.9600789Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.9602715Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_native.h' 2022-11-23T00:58:32.9604681Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_ops.h' 2022-11-23T00:58:32.9606592Z adding 'torch/include/ATen/ops/max_pool2d.h' 2022-11-23T00:58:32.9608699Z adding 'torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.9610489Z adding 'torch/include/ATen/ops/max_pool2d_native.h' 2022-11-23T00:58:32.9612491Z adding 'torch/include/ATen/ops/max_pool2d_ops.h' 2022-11-23T00:58:32.9614945Z adding 'torch/include/ATen/ops/max_pool2d_with_indices.h' 2022-11-23T00:58:32.9617233Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward.h' 2022-11-23T00:58:32.9619840Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.9621957Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h' 2022-11-23T00:58:32.9624357Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h' 2022-11-23T00:58:32.9626666Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h' 2022-11-23T00:58:32.9628993Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h' 2022-11-23T00:58:32.9631185Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h' 2022-11-23T00:58:32.9633842Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h' 2022-11-23T00:58:32.9636052Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.9638316Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h' 2022-11-23T00:58:32.9640752Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h' 2022-11-23T00:58:32.9643173Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta.h' 2022-11-23T00:58:32.9645397Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h' 2022-11-23T00:58:32.9647736Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_native.h' 2022-11-23T00:58:32.9650445Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_ops.h' 2022-11-23T00:58:32.9652417Z adding 'torch/include/ATen/ops/max_pool3d.h' 2022-11-23T00:58:32.9654947Z adding 'torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.9656827Z adding 'torch/include/ATen/ops/max_pool3d_native.h' 2022-11-23T00:58:32.9659230Z adding 'torch/include/ATen/ops/max_pool3d_ops.h' 2022-11-23T00:58:32.9661690Z adding 'torch/include/ATen/ops/max_pool3d_with_indices.h' 2022-11-23T00:58:32.9663914Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward.h' 2022-11-23T00:58:32.9666712Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h' 2022-11-23T00:58:32.9668788Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h' 2022-11-23T00:58:32.9671185Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h' 2022-11-23T00:58:32.9673667Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h' 2022-11-23T00:58:32.9676035Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h' 2022-11-23T00:58:32.9678268Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h' 2022-11-23T00:58:32.9680454Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_native.h' 2022-11-23T00:58:32.9683067Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_ops.h' 2022-11-23T00:58:32.9685325Z adding 'torch/include/ATen/ops/max_unpool2d.h' 2022-11-23T00:58:32.9687705Z adding 'torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h' 2022-11-23T00:58:32.9689819Z adding 'torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h' 2022-11-23T00:58:32.9691953Z adding 'torch/include/ATen/ops/max_unpool2d_native.h' 2022-11-23T00:58:32.9694371Z adding 'torch/include/ATen/ops/max_unpool2d_ops.h' 2022-11-23T00:58:32.9696725Z adding 'torch/include/ATen/ops/max_unpool3d.h' 2022-11-23T00:58:32.9698938Z adding 'torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h' 2022-11-23T00:58:32.9701524Z adding 'torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h' 2022-11-23T00:58:32.9703226Z adding 'torch/include/ATen/ops/max_unpool3d_native.h' 2022-11-23T00:58:32.9705981Z adding 'torch/include/ATen/ops/max_unpool3d_ops.h' 2022-11-23T00:58:32.9708349Z adding 'torch/include/ATen/ops/maximum.h' 2022-11-23T00:58:32.9710944Z adding 'torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.9712733Z adding 'torch/include/ATen/ops/maximum_cpu_dispatch.h' 2022-11-23T00:58:32.9715340Z adding 'torch/include/ATen/ops/maximum_cuda_dispatch.h' 2022-11-23T00:58:32.9717241Z adding 'torch/include/ATen/ops/maximum_meta.h' 2022-11-23T00:58:32.9719713Z adding 'torch/include/ATen/ops/maximum_meta_dispatch.h' 2022-11-23T00:58:32.9721821Z adding 'torch/include/ATen/ops/maximum_native.h' 2022-11-23T00:58:32.9724171Z adding 'torch/include/ATen/ops/maximum_ops.h' 2022-11-23T00:58:32.9726483Z adding 'torch/include/ATen/ops/mean.h' 2022-11-23T00:58:32.9728921Z adding 'torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.9731165Z adding 'torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.9733346Z adding 'torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.9735518Z adding 'torch/include/ATen/ops/mean_cpu_dispatch.h' 2022-11-23T00:58:32.9737774Z adding 'torch/include/ATen/ops/mean_cuda_dispatch.h' 2022-11-23T00:58:32.9739861Z adding 'torch/include/ATen/ops/mean_meta.h' 2022-11-23T00:58:32.9742706Z adding 'torch/include/ATen/ops/mean_meta_dispatch.h' 2022-11-23T00:58:32.9743946Z adding 'torch/include/ATen/ops/mean_native.h' 2022-11-23T00:58:32.9747075Z adding 'torch/include/ATen/ops/mean_ops.h' 2022-11-23T00:58:32.9749396Z adding 'torch/include/ATen/ops/median.h' 2022-11-23T00:58:32.9751837Z adding 'torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.9753978Z adding 'torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.9756033Z adding 'torch/include/ATen/ops/median_cpu_dispatch.h' 2022-11-23T00:58:32.9759274Z adding 'torch/include/ATen/ops/median_cuda_dispatch.h' 2022-11-23T00:58:32.9760140Z adding 'torch/include/ATen/ops/median_native.h' 2022-11-23T00:58:32.9763082Z adding 'torch/include/ATen/ops/median_ops.h' 2022-11-23T00:58:32.9765449Z adding 'torch/include/ATen/ops/meshgrid.h' 2022-11-23T00:58:32.9766975Z adding 'torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.9768363Z adding 'torch/include/ATen/ops/meshgrid_native.h' 2022-11-23T00:58:32.9769687Z adding 'torch/include/ATen/ops/meshgrid_ops.h' 2022-11-23T00:58:32.9772009Z adding 'torch/include/ATen/ops/min.h' 2022-11-23T00:58:32.9773898Z adding 'torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.9775589Z adding 'torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.9777488Z adding 'torch/include/ATen/ops/min_cpu_dispatch.h' 2022-11-23T00:58:32.9779574Z adding 'torch/include/ATen/ops/min_cuda_dispatch.h' 2022-11-23T00:58:32.9781635Z adding 'torch/include/ATen/ops/min_meta.h' 2022-11-23T00:58:32.9783264Z adding 'torch/include/ATen/ops/min_meta_dispatch.h' 2022-11-23T00:58:32.9785222Z adding 'torch/include/ATen/ops/min_native.h' 2022-11-23T00:58:32.9787458Z adding 'torch/include/ATen/ops/min_ops.h' 2022-11-23T00:58:32.9789557Z adding 'torch/include/ATen/ops/minimum.h' 2022-11-23T00:58:32.9791503Z adding 'torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.9793284Z adding 'torch/include/ATen/ops/minimum_cpu_dispatch.h' 2022-11-23T00:58:32.9795049Z adding 'torch/include/ATen/ops/minimum_cuda_dispatch.h' 2022-11-23T00:58:32.9796782Z adding 'torch/include/ATen/ops/minimum_meta.h' 2022-11-23T00:58:32.9798755Z adding 'torch/include/ATen/ops/minimum_meta_dispatch.h' 2022-11-23T00:58:32.9800573Z adding 'torch/include/ATen/ops/minimum_native.h' 2022-11-23T00:58:32.9802528Z adding 'torch/include/ATen/ops/minimum_ops.h' 2022-11-23T00:58:32.9804346Z adding 'torch/include/ATen/ops/miopen_batch_norm.h' 2022-11-23T00:58:32.9806263Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward.h' 2022-11-23T00:58:32.9808265Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.9810015Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h' 2022-11-23T00:58:32.9812396Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_native.h' 2022-11-23T00:58:32.9814138Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_ops.h' 2022-11-23T00:58:32.9815937Z adding 'torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.9817742Z adding 'torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h' 2022-11-23T00:58:32.9819341Z adding 'torch/include/ATen/ops/miopen_batch_norm_native.h' 2022-11-23T00:58:32.9821337Z adding 'torch/include/ATen/ops/miopen_batch_norm_ops.h' 2022-11-23T00:58:32.9823461Z adding 'torch/include/ATen/ops/miopen_convolution.h' 2022-11-23T00:58:32.9825643Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu.h' 2022-11-23T00:58:32.9827412Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h' 2022-11-23T00:58:32.9829083Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_native.h' 2022-11-23T00:58:32.9831136Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_ops.h' 2022-11-23T00:58:32.9833185Z adding 'torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.9835046Z adding 'torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h' 2022-11-23T00:58:32.9836921Z adding 'torch/include/ATen/ops/miopen_convolution_native.h' 2022-11-23T00:58:32.9838972Z adding 'torch/include/ATen/ops/miopen_convolution_ops.h' 2022-11-23T00:58:32.9841698Z adding 'torch/include/ATen/ops/miopen_convolution_relu.h' 2022-11-23T00:58:32.9843827Z adding 'torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h' 2022-11-23T00:58:32.9846055Z adding 'torch/include/ATen/ops/miopen_convolution_relu_native.h' 2022-11-23T00:58:32.9848497Z adding 'torch/include/ATen/ops/miopen_convolution_relu_ops.h' 2022-11-23T00:58:32.9851137Z adding 'torch/include/ATen/ops/miopen_convolution_transpose.h' 2022-11-23T00:58:32.9853317Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.9855160Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h' 2022-11-23T00:58:32.9856743Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_native.h' 2022-11-23T00:58:32.9858627Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_ops.h' 2022-11-23T00:58:32.9860688Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution.h' 2022-11-23T00:58:32.9862946Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.9864631Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h' 2022-11-23T00:58:32.9866409Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_native.h' 2022-11-23T00:58:32.9868247Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_ops.h' 2022-11-23T00:58:32.9870160Z adding 'torch/include/ATen/ops/miopen_rnn.h' 2022-11-23T00:58:32.9872320Z adding 'torch/include/ATen/ops/miopen_rnn_backward.h' 2022-11-23T00:58:32.9874914Z adding 'torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.9877233Z adding 'torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h' 2022-11-23T00:58:32.9879732Z adding 'torch/include/ATen/ops/miopen_rnn_backward_native.h' 2022-11-23T00:58:32.9881801Z adding 'torch/include/ATen/ops/miopen_rnn_backward_ops.h' 2022-11-23T00:58:32.9883693Z adding 'torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.9885261Z adding 'torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h' 2022-11-23T00:58:32.9886793Z adding 'torch/include/ATen/ops/miopen_rnn_native.h' 2022-11-23T00:58:32.9888739Z adding 'torch/include/ATen/ops/miopen_rnn_ops.h' 2022-11-23T00:58:32.9890312Z adding 'torch/include/ATen/ops/mish.h' 2022-11-23T00:58:32.9891735Z adding 'torch/include/ATen/ops/mish_backward.h' 2022-11-23T00:58:32.9894190Z adding 'torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:32.9895079Z adding 'torch/include/ATen/ops/mish_backward_cpu_dispatch.h' 2022-11-23T00:58:32.9896614Z adding 'torch/include/ATen/ops/mish_backward_cuda_dispatch.h' 2022-11-23T00:58:32.9898191Z adding 'torch/include/ATen/ops/mish_backward_native.h' 2022-11-23T00:58:32.9899794Z adding 'torch/include/ATen/ops/mish_backward_ops.h' 2022-11-23T00:58:32.9902453Z adding 'torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:32.9904439Z adding 'torch/include/ATen/ops/mish_cpu_dispatch.h' 2022-11-23T00:58:32.9906300Z adding 'torch/include/ATen/ops/mish_cuda_dispatch.h' 2022-11-23T00:58:32.9908220Z adding 'torch/include/ATen/ops/mish_meta.h' 2022-11-23T00:58:32.9910278Z adding 'torch/include/ATen/ops/mish_meta_dispatch.h' 2022-11-23T00:58:32.9912036Z adding 'torch/include/ATen/ops/mish_native.h' 2022-11-23T00:58:32.9913592Z adding 'torch/include/ATen/ops/mish_ops.h' 2022-11-23T00:58:32.9915331Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h' 2022-11-23T00:58:32.9917021Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h' 2022-11-23T00:58:32.9918760Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.9920328Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h' 2022-11-23T00:58:32.9922104Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h' 2022-11-23T00:58:32.9923641Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h' 2022-11-23T00:58:32.9925356Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h' 2022-11-23T00:58:32.9927271Z adding 'torch/include/ATen/ops/mkldnn_convolution.h' 2022-11-23T00:58:32.9929206Z adding 'torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.9930793Z adding 'torch/include/ATen/ops/mkldnn_convolution_native.h' 2022-11-23T00:58:32.9932579Z adding 'torch/include/ATen/ops/mkldnn_convolution_ops.h' 2022-11-23T00:58:32.9934223Z adding 'torch/include/ATen/ops/mkldnn_linear.h' 2022-11-23T00:58:32.9936002Z adding 'torch/include/ATen/ops/mkldnn_linear_backward.h' 2022-11-23T00:58:32.9937773Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.9939404Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input.h' 2022-11-23T00:58:32.9941150Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.9942727Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_native.h' 2022-11-23T00:58:32.9944498Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h' 2022-11-23T00:58:32.9946160Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_native.h' 2022-11-23T00:58:32.9947942Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_ops.h' 2022-11-23T00:58:32.9949730Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights.h' 2022-11-23T00:58:32.9951467Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.9953057Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h' 2022-11-23T00:58:32.9954779Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h' 2022-11-23T00:58:32.9956490Z adding 'torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.9957971Z adding 'torch/include/ATen/ops/mkldnn_linear_native.h' 2022-11-23T00:58:32.9959769Z adding 'torch/include/ATen/ops/mkldnn_linear_ops.h' 2022-11-23T00:58:32.9961514Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d.h' 2022-11-23T00:58:32.9963446Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward.h' 2022-11-23T00:58:32.9965088Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.9966742Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h' 2022-11-23T00:58:32.9969273Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h' 2022-11-23T00:58:32.9971286Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.9972815Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_native.h' 2022-11-23T00:58:32.9974660Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_ops.h' 2022-11-23T00:58:32.9976404Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d.h' 2022-11-23T00:58:32.9978161Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward.h' 2022-11-23T00:58:32.9980134Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.9982122Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h' 2022-11-23T00:58:32.9984262Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h' 2022-11-23T00:58:32.9986547Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.9988087Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_native.h' 2022-11-23T00:58:32.9989743Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_ops.h' 2022-11-23T00:58:32.9991592Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h' 2022-11-23T00:58:32.9994077Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:32.9995752Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h' 2022-11-23T00:58:32.9997436Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h' 2022-11-23T00:58:32.9998876Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h' 2022-11-23T00:58:33.0000933Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.0002475Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h' 2022-11-23T00:58:33.0004362Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h' 2022-11-23T00:58:33.0006207Z adding 'torch/include/ATen/ops/mm.h' 2022-11-23T00:58:33.0008332Z adding 'torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.0010158Z adding 'torch/include/ATen/ops/mm_cpu_dispatch.h' 2022-11-23T00:58:33.0011926Z adding 'torch/include/ATen/ops/mm_cuda_dispatch.h' 2022-11-23T00:58:33.0013576Z adding 'torch/include/ATen/ops/mm_meta.h' 2022-11-23T00:58:33.0016132Z adding 'torch/include/ATen/ops/mm_meta_dispatch.h' 2022-11-23T00:58:33.0018099Z adding 'torch/include/ATen/ops/mm_native.h' 2022-11-23T00:58:33.0020266Z adding 'torch/include/ATen/ops/mm_ops.h' 2022-11-23T00:58:33.0022668Z adding 'torch/include/ATen/ops/mode.h' 2022-11-23T00:58:33.0025162Z adding 'torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.0026528Z adding 'torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.0027985Z adding 'torch/include/ATen/ops/mode_cpu_dispatch.h' 2022-11-23T00:58:33.0029896Z adding 'torch/include/ATen/ops/mode_cuda_dispatch.h' 2022-11-23T00:58:33.0031635Z adding 'torch/include/ATen/ops/mode_native.h' 2022-11-23T00:58:33.0033611Z adding 'torch/include/ATen/ops/mode_ops.h' 2022-11-23T00:58:33.0035332Z adding 'torch/include/ATen/ops/moveaxis.h' 2022-11-23T00:58:33.0037167Z adding 'torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.0039534Z adding 'torch/include/ATen/ops/moveaxis_native.h' 2022-11-23T00:58:33.0040791Z adding 'torch/include/ATen/ops/moveaxis_ops.h' 2022-11-23T00:58:33.0042656Z adding 'torch/include/ATen/ops/movedim.h' 2022-11-23T00:58:33.0044395Z adding 'torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.0046048Z adding 'torch/include/ATen/ops/movedim_native.h' 2022-11-23T00:58:33.0047972Z adding 'torch/include/ATen/ops/movedim_ops.h' 2022-11-23T00:58:33.0049887Z adding 'torch/include/ATen/ops/mps_convolution_backward.h' 2022-11-23T00:58:33.0051779Z adding 'torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.0053440Z adding 'torch/include/ATen/ops/mps_convolution_backward_native.h' 2022-11-23T00:58:33.0055329Z adding 'torch/include/ATen/ops/mps_convolution_backward_ops.h' 2022-11-23T00:58:33.0057855Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward.h' 2022-11-23T00:58:33.0059358Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.0060857Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_native.h' 2022-11-23T00:58:33.0062715Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h' 2022-11-23T00:58:33.0064647Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward.h' 2022-11-23T00:58:33.0066626Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.0068232Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward_native.h' 2022-11-23T00:58:33.0070301Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward_ops.h' 2022-11-23T00:58:33.0072222Z adding 'torch/include/ATen/ops/mse_loss.h' 2022-11-23T00:58:33.0074119Z adding 'torch/include/ATen/ops/mse_loss_backward.h' 2022-11-23T00:58:33.0076147Z adding 'torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h' 2022-11-23T00:58:33.0078240Z adding 'torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h' 2022-11-23T00:58:33.0080418Z adding 'torch/include/ATen/ops/mse_loss_backward_native.h' 2022-11-23T00:58:33.0082643Z adding 'torch/include/ATen/ops/mse_loss_backward_ops.h' 2022-11-23T00:58:33.0084911Z adding 'torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.0086764Z adding 'torch/include/ATen/ops/mse_loss_cpu_dispatch.h' 2022-11-23T00:58:33.0088867Z adding 'torch/include/ATen/ops/mse_loss_cuda_dispatch.h' 2022-11-23T00:58:33.0090736Z adding 'torch/include/ATen/ops/mse_loss_meta.h' 2022-11-23T00:58:33.0092812Z adding 'torch/include/ATen/ops/mse_loss_meta_dispatch.h' 2022-11-23T00:58:33.0095711Z adding 'torch/include/ATen/ops/mse_loss_native.h' 2022-11-23T00:58:33.0097258Z adding 'torch/include/ATen/ops/mse_loss_ops.h' 2022-11-23T00:58:33.0099545Z adding 'torch/include/ATen/ops/msort.h' 2022-11-23T00:58:33.0101725Z adding 'torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.0103777Z adding 'torch/include/ATen/ops/msort_native.h' 2022-11-23T00:58:33.0106269Z adding 'torch/include/ATen/ops/msort_ops.h' 2022-11-23T00:58:33.0108497Z adding 'torch/include/ATen/ops/mul.h' 2022-11-23T00:58:33.0110875Z adding 'torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.0113323Z adding 'torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.0115214Z adding 'torch/include/ATen/ops/mul_cpu_dispatch.h' 2022-11-23T00:58:33.0117533Z adding 'torch/include/ATen/ops/mul_cuda_dispatch.h' 2022-11-23T00:58:33.0119700Z adding 'torch/include/ATen/ops/mul_meta.h' 2022-11-23T00:58:33.0122036Z adding 'torch/include/ATen/ops/mul_meta_dispatch.h' 2022-11-23T00:58:33.0124320Z adding 'torch/include/ATen/ops/mul_native.h' 2022-11-23T00:58:33.0126842Z adding 'torch/include/ATen/ops/mul_ops.h' 2022-11-23T00:58:33.0129302Z adding 'torch/include/ATen/ops/multi_margin_loss.h' 2022-11-23T00:58:33.0131681Z adding 'torch/include/ATen/ops/multi_margin_loss_backward.h' 2022-11-23T00:58:33.0134030Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h' 2022-11-23T00:58:33.0136396Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h' 2022-11-23T00:58:33.0138514Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_native.h' 2022-11-23T00:58:33.0140979Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_ops.h' 2022-11-23T00:58:33.0143353Z adding 'torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h' 2022-11-23T00:58:33.0146096Z adding 'torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h' 2022-11-23T00:58:33.0147989Z adding 'torch/include/ATen/ops/multi_margin_loss_native.h' 2022-11-23T00:58:33.0150574Z adding 'torch/include/ATen/ops/multi_margin_loss_ops.h' 2022-11-23T00:58:33.0153034Z adding 'torch/include/ATen/ops/multilabel_margin_loss.h' 2022-11-23T00:58:33.0155347Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward.h' 2022-11-23T00:58:33.0157827Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h' 2022-11-23T00:58:33.0160062Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h' 2022-11-23T00:58:33.0162436Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_native.h' 2022-11-23T00:58:33.0165307Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h' 2022-11-23T00:58:33.0167376Z adding 'torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.0168695Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward.h' 2022-11-23T00:58:33.0170562Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h' 2022-11-23T00:58:33.0172297Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h' 2022-11-23T00:58:33.0173938Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_native.h' 2022-11-23T00:58:33.0175673Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h' 2022-11-23T00:58:33.0177585Z adding 'torch/include/ATen/ops/multilabel_margin_loss_native.h' 2022-11-23T00:58:33.0179397Z adding 'torch/include/ATen/ops/multilabel_margin_loss_ops.h' 2022-11-23T00:58:33.0181230Z adding 'torch/include/ATen/ops/multinomial.h' 2022-11-23T00:58:33.0183023Z adding 'torch/include/ATen/ops/multinomial_cpu_dispatch.h' 2022-11-23T00:58:33.0185139Z adding 'torch/include/ATen/ops/multinomial_cuda_dispatch.h' 2022-11-23T00:58:33.0187005Z adding 'torch/include/ATen/ops/multinomial_native.h' 2022-11-23T00:58:33.0188680Z adding 'torch/include/ATen/ops/multinomial_ops.h' 2022-11-23T00:58:33.0190341Z adding 'torch/include/ATen/ops/multiply.h' 2022-11-23T00:58:33.0192878Z adding 'torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.0194131Z adding 'torch/include/ATen/ops/multiply_native.h' 2022-11-23T00:58:33.0195802Z adding 'torch/include/ATen/ops/multiply_ops.h' 2022-11-23T00:58:33.0197414Z adding 'torch/include/ATen/ops/mv.h' 2022-11-23T00:58:33.0199476Z adding 'torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.0201040Z adding 'torch/include/ATen/ops/mv_native.h' 2022-11-23T00:58:33.0202936Z adding 'torch/include/ATen/ops/mv_ops.h' 2022-11-23T00:58:33.0204806Z adding 'torch/include/ATen/ops/mvlgamma.h' 2022-11-23T00:58:33.0206674Z adding 'torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.0208286Z adding 'torch/include/ATen/ops/mvlgamma_cpu_dispatch.h' 2022-11-23T00:58:33.0209992Z adding 'torch/include/ATen/ops/mvlgamma_cuda_dispatch.h' 2022-11-23T00:58:33.0211766Z adding 'torch/include/ATen/ops/mvlgamma_native.h' 2022-11-23T00:58:33.0213666Z adding 'torch/include/ATen/ops/mvlgamma_ops.h' 2022-11-23T00:58:33.0215440Z adding 'torch/include/ATen/ops/nan_to_num.h' 2022-11-23T00:58:33.0217546Z adding 'torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.0219096Z adding 'torch/include/ATen/ops/nan_to_num_cpu_dispatch.h' 2022-11-23T00:58:33.0220841Z adding 'torch/include/ATen/ops/nan_to_num_cuda_dispatch.h' 2022-11-23T00:58:33.0222537Z adding 'torch/include/ATen/ops/nan_to_num_native.h' 2022-11-23T00:58:33.0224453Z adding 'torch/include/ATen/ops/nan_to_num_ops.h' 2022-11-23T00:58:33.0226504Z adding 'torch/include/ATen/ops/nanmean.h' 2022-11-23T00:58:33.0228359Z adding 'torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.0230023Z adding 'torch/include/ATen/ops/nanmean_native.h' 2022-11-23T00:58:33.0231887Z adding 'torch/include/ATen/ops/nanmean_ops.h' 2022-11-23T00:58:33.0233952Z adding 'torch/include/ATen/ops/nanmedian.h' 2022-11-23T00:58:33.0235768Z adding 'torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.0237531Z adding 'torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.0239057Z adding 'torch/include/ATen/ops/nanmedian_cpu_dispatch.h' 2022-11-23T00:58:33.0240702Z adding 'torch/include/ATen/ops/nanmedian_cuda_dispatch.h' 2022-11-23T00:58:33.0242233Z adding 'torch/include/ATen/ops/nanmedian_native.h' 2022-11-23T00:58:33.0244119Z adding 'torch/include/ATen/ops/nanmedian_ops.h' 2022-11-23T00:58:33.0245877Z adding 'torch/include/ATen/ops/nanquantile.h' 2022-11-23T00:58:33.0247702Z adding 'torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.0249221Z adding 'torch/include/ATen/ops/nanquantile_native.h' 2022-11-23T00:58:33.0250873Z adding 'torch/include/ATen/ops/nanquantile_ops.h' 2022-11-23T00:58:33.0252445Z adding 'torch/include/ATen/ops/nansum.h' 2022-11-23T00:58:33.0254351Z adding 'torch/include/ATen/ops/nansum_cpu_dispatch.h' 2022-11-23T00:58:33.0255987Z adding 'torch/include/ATen/ops/nansum_cuda_dispatch.h' 2022-11-23T00:58:33.0257662Z adding 'torch/include/ATen/ops/nansum_native.h' 2022-11-23T00:58:33.0259573Z adding 'torch/include/ATen/ops/nansum_ops.h' 2022-11-23T00:58:33.0261628Z adding 'torch/include/ATen/ops/narrow.h' 2022-11-23T00:58:33.0263540Z adding 'torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.0265577Z adding 'torch/include/ATen/ops/narrow_copy.h' 2022-11-23T00:58:33.0268442Z adding 'torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.0269717Z adding 'torch/include/ATen/ops/narrow_copy_cpu_dispatch.h' 2022-11-23T00:58:33.0271976Z adding 'torch/include/ATen/ops/narrow_copy_native.h' 2022-11-23T00:58:33.0274122Z adding 'torch/include/ATen/ops/narrow_copy_ops.h' 2022-11-23T00:58:33.0275942Z adding 'torch/include/ATen/ops/narrow_native.h' 2022-11-23T00:58:33.0278360Z adding 'torch/include/ATen/ops/narrow_ops.h' 2022-11-23T00:58:33.0280589Z adding 'torch/include/ATen/ops/native_batch_norm.h' 2022-11-23T00:58:33.0283521Z adding 'torch/include/ATen/ops/native_batch_norm_backward.h' 2022-11-23T00:58:33.0285716Z adding 'torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.0288079Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h' 2022-11-23T00:58:33.0290351Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h' 2022-11-23T00:58:33.0292644Z adding 'torch/include/ATen/ops/native_batch_norm_backward_native.h' 2022-11-23T00:58:33.0295287Z adding 'torch/include/ATen/ops/native_batch_norm_backward_ops.h' 2022-11-23T00:58:33.0297648Z adding 'torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h' 2022-11-23T00:58:33.0300561Z adding 'torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h' 2022-11-23T00:58:33.0302026Z adding 'torch/include/ATen/ops/native_batch_norm_native.h' 2022-11-23T00:58:33.0305000Z adding 'torch/include/ATen/ops/native_batch_norm_ops.h' 2022-11-23T00:58:33.0307204Z adding 'torch/include/ATen/ops/native_channel_shuffle.h' 2022-11-23T00:58:33.0309716Z adding 'torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.0311638Z adding 'torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h' 2022-11-23T00:58:33.0314066Z adding 'torch/include/ATen/ops/native_channel_shuffle_native.h' 2022-11-23T00:58:33.0316250Z adding 'torch/include/ATen/ops/native_channel_shuffle_ops.h' 2022-11-23T00:58:33.0318398Z adding 'torch/include/ATen/ops/native_dropout.h' 2022-11-23T00:58:33.0321153Z adding 'torch/include/ATen/ops/native_dropout_backward.h' 2022-11-23T00:58:33.0323491Z adding 'torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.0325592Z adding 'torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h' 2022-11-23T00:58:33.0328076Z adding 'torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h' 2022-11-23T00:58:33.0330063Z adding 'torch/include/ATen/ops/native_dropout_backward_native.h' 2022-11-23T00:58:33.0332508Z adding 'torch/include/ATen/ops/native_dropout_backward_ops.h' 2022-11-23T00:58:33.0334904Z adding 'torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.0336929Z adding 'torch/include/ATen/ops/native_dropout_cpu_dispatch.h' 2022-11-23T00:58:33.0339222Z adding 'torch/include/ATen/ops/native_dropout_cuda_dispatch.h' 2022-11-23T00:58:33.0341277Z adding 'torch/include/ATen/ops/native_dropout_native.h' 2022-11-23T00:58:33.0343863Z adding 'torch/include/ATen/ops/native_dropout_ops.h' 2022-11-23T00:58:33.0346727Z adding 'torch/include/ATen/ops/native_group_norm.h' 2022-11-23T00:58:33.0349641Z adding 'torch/include/ATen/ops/native_group_norm_backward.h' 2022-11-23T00:58:33.0352470Z adding 'torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.0354627Z adding 'torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h' 2022-11-23T00:58:33.0356975Z adding 'torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h' 2022-11-23T00:58:33.0360180Z adding 'torch/include/ATen/ops/native_group_norm_backward_native.h' 2022-11-23T00:58:33.0362785Z adding 'torch/include/ATen/ops/native_group_norm_backward_ops.h' 2022-11-23T00:58:33.0365327Z adding 'torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.0367493Z adding 'torch/include/ATen/ops/native_group_norm_cpu_dispatch.h' 2022-11-23T00:58:33.0369831Z adding 'torch/include/ATen/ops/native_group_norm_cuda_dispatch.h' 2022-11-23T00:58:33.0372005Z adding 'torch/include/ATen/ops/native_group_norm_native.h' 2022-11-23T00:58:33.0374598Z adding 'torch/include/ATen/ops/native_group_norm_ops.h' 2022-11-23T00:58:33.0377379Z adding 'torch/include/ATen/ops/native_layer_norm.h' 2022-11-23T00:58:33.0380307Z adding 'torch/include/ATen/ops/native_layer_norm_backward.h' 2022-11-23T00:58:33.0383049Z adding 'torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.0385539Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h' 2022-11-23T00:58:33.0387961Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h' 2022-11-23T00:58:33.0390170Z adding 'torch/include/ATen/ops/native_layer_norm_backward_native.h' 2022-11-23T00:58:33.0392775Z adding 'torch/include/ATen/ops/native_layer_norm_backward_ops.h' 2022-11-23T00:58:33.0395936Z adding 'torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.0397143Z adding 'torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h' 2022-11-23T00:58:33.0399890Z adding 'torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h' 2022-11-23T00:58:33.0401750Z adding 'torch/include/ATen/ops/native_layer_norm_native.h' 2022-11-23T00:58:33.0404404Z adding 'torch/include/ATen/ops/native_layer_norm_ops.h' 2022-11-23T00:58:33.0406869Z adding 'torch/include/ATen/ops/native_norm.h' 2022-11-23T00:58:33.0409073Z adding 'torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.0411230Z adding 'torch/include/ATen/ops/native_norm_native.h' 2022-11-23T00:58:33.0413797Z adding 'torch/include/ATen/ops/native_norm_ops.h' 2022-11-23T00:58:33.0416166Z adding 'torch/include/ATen/ops/ne.h' 2022-11-23T00:58:33.0418588Z adding 'torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.0420843Z adding 'torch/include/ATen/ops/ne_cpu_dispatch.h' 2022-11-23T00:58:33.0423886Z adding 'torch/include/ATen/ops/ne_cuda_dispatch.h' 2022-11-23T00:58:33.0425235Z adding 'torch/include/ATen/ops/ne_meta.h' 2022-11-23T00:58:33.0427820Z adding 'torch/include/ATen/ops/ne_meta_dispatch.h' 2022-11-23T00:58:33.0429704Z adding 'torch/include/ATen/ops/ne_native.h' 2022-11-23T00:58:33.0432446Z adding 'torch/include/ATen/ops/ne_ops.h' 2022-11-23T00:58:33.0434356Z adding 'torch/include/ATen/ops/neg.h' 2022-11-23T00:58:33.0436981Z adding 'torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.0438653Z adding 'torch/include/ATen/ops/neg_cpu_dispatch.h' 2022-11-23T00:58:33.0441204Z adding 'torch/include/ATen/ops/neg_cuda_dispatch.h' 2022-11-23T00:58:33.0442996Z adding 'torch/include/ATen/ops/neg_meta.h' 2022-11-23T00:58:33.0445503Z adding 'torch/include/ATen/ops/neg_meta_dispatch.h' 2022-11-23T00:58:33.0447379Z adding 'torch/include/ATen/ops/neg_native.h' 2022-11-23T00:58:33.0449779Z adding 'torch/include/ATen/ops/neg_ops.h' 2022-11-23T00:58:33.0451822Z adding 'torch/include/ATen/ops/negative.h' 2022-11-23T00:58:33.0454302Z adding 'torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.0456058Z adding 'torch/include/ATen/ops/negative_native.h' 2022-11-23T00:58:33.0458671Z adding 'torch/include/ATen/ops/negative_ops.h' 2022-11-23T00:58:33.0460862Z adding 'torch/include/ATen/ops/nested_to_padded_tensor.h' 2022-11-23T00:58:33.0463311Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.0465294Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_native.h' 2022-11-23T00:58:33.0467911Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_ops.h' 2022-11-23T00:58:33.0470465Z adding 'torch/include/ATen/ops/new_empty.h' 2022-11-23T00:58:33.0472780Z adding 'torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.0474262Z adding 'torch/include/ATen/ops/new_empty_native.h' 2022-11-23T00:58:33.0476047Z adding 'torch/include/ATen/ops/new_empty_ops.h' 2022-11-23T00:58:33.0478030Z adding 'torch/include/ATen/ops/new_empty_strided.h' 2022-11-23T00:58:33.0480180Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.0482136Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.0483695Z adding 'torch/include/ATen/ops/new_empty_strided_native.h' 2022-11-23T00:58:33.0485491Z adding 'torch/include/ATen/ops/new_empty_strided_ops.h' 2022-11-23T00:58:33.0487493Z adding 'torch/include/ATen/ops/new_full.h' 2022-11-23T00:58:33.0489756Z adding 'torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.0491391Z adding 'torch/include/ATen/ops/new_full_native.h' 2022-11-23T00:58:33.0493190Z adding 'torch/include/ATen/ops/new_full_ops.h' 2022-11-23T00:58:33.0495229Z adding 'torch/include/ATen/ops/new_ones.h' 2022-11-23T00:58:33.0497125Z adding 'torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.0498751Z adding 'torch/include/ATen/ops/new_ones_native.h' 2022-11-23T00:58:33.0500746Z adding 'torch/include/ATen/ops/new_ones_ops.h' 2022-11-23T00:58:33.0502473Z adding 'torch/include/ATen/ops/new_zeros.h' 2022-11-23T00:58:33.0504433Z adding 'torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.0506392Z adding 'torch/include/ATen/ops/new_zeros_native.h' 2022-11-23T00:58:33.0508291Z adding 'torch/include/ATen/ops/new_zeros_ops.h' 2022-11-23T00:58:33.0510155Z adding 'torch/include/ATen/ops/nextafter.h' 2022-11-23T00:58:33.0512107Z adding 'torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.0513885Z adding 'torch/include/ATen/ops/nextafter_cpu_dispatch.h' 2022-11-23T00:58:33.0515645Z adding 'torch/include/ATen/ops/nextafter_cuda_dispatch.h' 2022-11-23T00:58:33.0517382Z adding 'torch/include/ATen/ops/nextafter_meta.h' 2022-11-23T00:58:33.0519587Z adding 'torch/include/ATen/ops/nextafter_meta_dispatch.h' 2022-11-23T00:58:33.0521040Z adding 'torch/include/ATen/ops/nextafter_native.h' 2022-11-23T00:58:33.0523001Z adding 'torch/include/ATen/ops/nextafter_ops.h' 2022-11-23T00:58:33.0525098Z adding 'torch/include/ATen/ops/nll_loss.h' 2022-11-23T00:58:33.0527211Z adding 'torch/include/ATen/ops/nll_loss2d.h' 2022-11-23T00:58:33.0529380Z adding 'torch/include/ATen/ops/nll_loss2d_backward.h' 2022-11-23T00:58:33.0531545Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h' 2022-11-23T00:58:33.0533365Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h' 2022-11-23T00:58:33.0535243Z adding 'torch/include/ATen/ops/nll_loss2d_backward_native.h' 2022-11-23T00:58:33.0537301Z adding 'torch/include/ATen/ops/nll_loss2d_backward_ops.h' 2022-11-23T00:58:33.0539332Z adding 'torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.0541518Z adding 'torch/include/ATen/ops/nll_loss2d_forward.h' 2022-11-23T00:58:33.0543557Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h' 2022-11-23T00:58:33.0545386Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h' 2022-11-23T00:58:33.0547331Z adding 'torch/include/ATen/ops/nll_loss2d_forward_native.h' 2022-11-23T00:58:33.0549367Z adding 'torch/include/ATen/ops/nll_loss2d_forward_ops.h' 2022-11-23T00:58:33.0551181Z adding 'torch/include/ATen/ops/nll_loss2d_native.h' 2022-11-23T00:58:33.0553175Z adding 'torch/include/ATen/ops/nll_loss2d_ops.h' 2022-11-23T00:58:33.0555270Z adding 'torch/include/ATen/ops/nll_loss_backward.h' 2022-11-23T00:58:33.0557346Z adding 'torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.0559208Z adding 'torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h' 2022-11-23T00:58:33.0561132Z adding 'torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h' 2022-11-23T00:58:33.0563045Z adding 'torch/include/ATen/ops/nll_loss_backward_meta.h' 2022-11-23T00:58:33.0564968Z adding 'torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h' 2022-11-23T00:58:33.0566760Z adding 'torch/include/ATen/ops/nll_loss_backward_native.h' 2022-11-23T00:58:33.0568634Z adding 'torch/include/ATen/ops/nll_loss_backward_ops.h' 2022-11-23T00:58:33.0570578Z adding 'torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.0572634Z adding 'torch/include/ATen/ops/nll_loss_forward.h' 2022-11-23T00:58:33.0574759Z adding 'torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.0576991Z adding 'torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h' 2022-11-23T00:58:33.0578757Z adding 'torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h' 2022-11-23T00:58:33.0580448Z adding 'torch/include/ATen/ops/nll_loss_forward_meta.h' 2022-11-23T00:58:33.0582364Z adding 'torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h' 2022-11-23T00:58:33.0584346Z adding 'torch/include/ATen/ops/nll_loss_forward_native.h' 2022-11-23T00:58:33.0586086Z adding 'torch/include/ATen/ops/nll_loss_forward_ops.h' 2022-11-23T00:58:33.0587865Z adding 'torch/include/ATen/ops/nll_loss_native.h' 2022-11-23T00:58:33.0589916Z adding 'torch/include/ATen/ops/nll_loss_nd.h' 2022-11-23T00:58:33.0591593Z adding 'torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.0593232Z adding 'torch/include/ATen/ops/nll_loss_nd_native.h' 2022-11-23T00:58:33.0595082Z adding 'torch/include/ATen/ops/nll_loss_nd_ops.h' 2022-11-23T00:58:33.0596991Z adding 'torch/include/ATen/ops/nll_loss_ops.h' 2022-11-23T00:58:33.0599515Z adding 'torch/include/ATen/ops/nonzero.h' 2022-11-23T00:58:33.0600537Z adding 'torch/include/ATen/ops/nonzero_cpu_dispatch.h' 2022-11-23T00:58:33.0602618Z adding 'torch/include/ATen/ops/nonzero_cuda_dispatch.h' 2022-11-23T00:58:33.0604074Z adding 'torch/include/ATen/ops/nonzero_native.h' 2022-11-23T00:58:33.0605748Z adding 'torch/include/ATen/ops/nonzero_numpy.h' 2022-11-23T00:58:33.0607604Z adding 'torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.0609290Z adding 'torch/include/ATen/ops/nonzero_numpy_native.h' 2022-11-23T00:58:33.0611180Z adding 'torch/include/ATen/ops/nonzero_numpy_ops.h' 2022-11-23T00:58:33.0612979Z adding 'torch/include/ATen/ops/nonzero_ops.h' 2022-11-23T00:58:33.0615153Z adding 'torch/include/ATen/ops/norm.h' 2022-11-23T00:58:33.0617334Z adding 'torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.0619478Z adding 'torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.0621112Z adding 'torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.0623407Z adding 'torch/include/ATen/ops/norm_cpu_dispatch.h' 2022-11-23T00:58:33.0624641Z adding 'torch/include/ATen/ops/norm_cuda_dispatch.h' 2022-11-23T00:58:33.0626635Z adding 'torch/include/ATen/ops/norm_except_dim.h' 2022-11-23T00:58:33.0628789Z adding 'torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.0630411Z adding 'torch/include/ATen/ops/norm_except_dim_native.h' 2022-11-23T00:58:33.0632138Z adding 'torch/include/ATen/ops/norm_except_dim_ops.h' 2022-11-23T00:58:33.0634004Z adding 'torch/include/ATen/ops/norm_meta.h' 2022-11-23T00:58:33.0635712Z adding 'torch/include/ATen/ops/norm_meta_dispatch.h' 2022-11-23T00:58:33.0637578Z adding 'torch/include/ATen/ops/norm_native.h' 2022-11-23T00:58:33.0640200Z adding 'torch/include/ATen/ops/norm_ops.h' 2022-11-23T00:58:33.0643178Z adding 'torch/include/ATen/ops/normal.h' 2022-11-23T00:58:33.0645442Z adding 'torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.0647352Z adding 'torch/include/ATen/ops/normal_cpu_dispatch.h' 2022-11-23T00:58:33.0649134Z adding 'torch/include/ATen/ops/normal_cuda_dispatch.h' 2022-11-23T00:58:33.0651258Z adding 'torch/include/ATen/ops/normal_meta_dispatch.h' 2022-11-23T00:58:33.0652926Z adding 'torch/include/ATen/ops/normal_native.h' 2022-11-23T00:58:33.0655561Z adding 'torch/include/ATen/ops/normal_ops.h' 2022-11-23T00:58:33.0657560Z adding 'torch/include/ATen/ops/not_equal.h' 2022-11-23T00:58:33.0659467Z adding 'torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.0661317Z adding 'torch/include/ATen/ops/not_equal_native.h' 2022-11-23T00:58:33.0663304Z adding 'torch/include/ATen/ops/not_equal_ops.h' 2022-11-23T00:58:33.0665437Z adding 'torch/include/ATen/ops/nuclear_norm.h' 2022-11-23T00:58:33.0667315Z adding 'torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.0669081Z adding 'torch/include/ATen/ops/nuclear_norm_native.h' 2022-11-23T00:58:33.0671140Z adding 'torch/include/ATen/ops/nuclear_norm_ops.h' 2022-11-23T00:58:33.0672934Z adding 'torch/include/ATen/ops/numpy_T.h' 2022-11-23T00:58:33.0674706Z adding 'torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.0676445Z adding 'torch/include/ATen/ops/numpy_T_native.h' 2022-11-23T00:58:33.0678218Z adding 'torch/include/ATen/ops/numpy_T_ops.h' 2022-11-23T00:58:33.0680092Z adding 'torch/include/ATen/ops/one_hot.h' 2022-11-23T00:58:33.0681821Z adding 'torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.0683759Z adding 'torch/include/ATen/ops/one_hot_native.h' 2022-11-23T00:58:33.0685481Z adding 'torch/include/ATen/ops/one_hot_ops.h' 2022-11-23T00:58:33.0687471Z adding 'torch/include/ATen/ops/ones.h' 2022-11-23T00:58:33.0689451Z adding 'torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.0691450Z adding 'torch/include/ATen/ops/ones_like.h' 2022-11-23T00:58:33.0693502Z adding 'torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.0695135Z adding 'torch/include/ATen/ops/ones_like_native.h' 2022-11-23T00:58:33.0697072Z adding 'torch/include/ATen/ops/ones_like_ops.h' 2022-11-23T00:58:33.0698881Z adding 'torch/include/ATen/ops/ones_native.h' 2022-11-23T00:58:33.0700876Z adding 'torch/include/ATen/ops/ones_ops.h' 2022-11-23T00:58:33.0702703Z adding 'torch/include/ATen/ops/or.h' 2022-11-23T00:58:33.0704616Z adding 'torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.0706754Z adding 'torch/include/ATen/ops/or_native.h' 2022-11-23T00:58:33.0709249Z adding 'torch/include/ATen/ops/or_ops.h' 2022-11-23T00:58:33.0711668Z adding 'torch/include/ATen/ops/orgqr.h' 2022-11-23T00:58:33.0713901Z adding 'torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.0716116Z adding 'torch/include/ATen/ops/orgqr_native.h' 2022-11-23T00:58:33.0718313Z adding 'torch/include/ATen/ops/orgqr_ops.h' 2022-11-23T00:58:33.0720585Z adding 'torch/include/ATen/ops/ormqr.h' 2022-11-23T00:58:33.0722535Z adding 'torch/include/ATen/ops/ormqr_cpu_dispatch.h' 2022-11-23T00:58:33.0723961Z adding 'torch/include/ATen/ops/ormqr_cuda_dispatch.h' 2022-11-23T00:58:33.0725471Z adding 'torch/include/ATen/ops/ormqr_native.h' 2022-11-23T00:58:33.0727347Z adding 'torch/include/ATen/ops/ormqr_ops.h' 2022-11-23T00:58:33.0729073Z adding 'torch/include/ATen/ops/outer.h' 2022-11-23T00:58:33.0730920Z adding 'torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.0732709Z adding 'torch/include/ATen/ops/outer_native.h' 2022-11-23T00:58:33.0734374Z adding 'torch/include/ATen/ops/outer_ops.h' 2022-11-23T00:58:33.0735977Z adding 'torch/include/ATen/ops/output_nr.h' 2022-11-23T00:58:33.0737829Z adding 'torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.0739679Z adding 'torch/include/ATen/ops/output_nr_native.h' 2022-11-23T00:58:33.0741622Z adding 'torch/include/ATen/ops/output_nr_ops.h' 2022-11-23T00:58:33.0743673Z adding 'torch/include/ATen/ops/pad.h' 2022-11-23T00:58:33.0745708Z adding 'torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.0747491Z adding 'torch/include/ATen/ops/pad_native.h' 2022-11-23T00:58:33.0749289Z adding 'torch/include/ATen/ops/pad_ops.h' 2022-11-23T00:58:33.0750974Z adding 'torch/include/ATen/ops/pad_sequence.h' 2022-11-23T00:58:33.0752681Z adding 'torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.0754423Z adding 'torch/include/ATen/ops/pad_sequence_native.h' 2022-11-23T00:58:33.0756084Z adding 'torch/include/ATen/ops/pad_sequence_ops.h' 2022-11-23T00:58:33.0757649Z adding 'torch/include/ATen/ops/pairwise_distance.h' 2022-11-23T00:58:33.0759664Z adding 'torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.0761581Z adding 'torch/include/ATen/ops/pairwise_distance_native.h' 2022-11-23T00:58:33.0763801Z adding 'torch/include/ATen/ops/pairwise_distance_ops.h' 2022-11-23T00:58:33.0766254Z adding 'torch/include/ATen/ops/pdist.h' 2022-11-23T00:58:33.0768539Z adding 'torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.0770715Z adding 'torch/include/ATen/ops/pdist_native.h' 2022-11-23T00:58:33.0773130Z adding 'torch/include/ATen/ops/pdist_ops.h' 2022-11-23T00:58:33.0775408Z adding 'torch/include/ATen/ops/permute.h' 2022-11-23T00:58:33.0777484Z adding 'torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.0779177Z adding 'torch/include/ATen/ops/permute_copy.h' 2022-11-23T00:58:33.0780854Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.0782553Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.0783991Z adding 'torch/include/ATen/ops/permute_copy_native.h' 2022-11-23T00:58:33.0785603Z adding 'torch/include/ATen/ops/permute_copy_ops.h' 2022-11-23T00:58:33.0787275Z adding 'torch/include/ATen/ops/permute_native.h' 2022-11-23T00:58:33.0788983Z adding 'torch/include/ATen/ops/permute_ops.h' 2022-11-23T00:58:33.0790540Z adding 'torch/include/ATen/ops/pin_memory.h' 2022-11-23T00:58:33.0792214Z adding 'torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.0793805Z adding 'torch/include/ATen/ops/pin_memory_native.h' 2022-11-23T00:58:33.0795468Z adding 'torch/include/ATen/ops/pin_memory_ops.h' 2022-11-23T00:58:33.0797132Z adding 'torch/include/ATen/ops/pinverse.h' 2022-11-23T00:58:33.0798818Z adding 'torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.0800447Z adding 'torch/include/ATen/ops/pinverse_native.h' 2022-11-23T00:58:33.0802523Z adding 'torch/include/ATen/ops/pinverse_ops.h' 2022-11-23T00:58:33.0804385Z adding 'torch/include/ATen/ops/pixel_shuffle.h' 2022-11-23T00:58:33.0806501Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.0808234Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.0810028Z adding 'torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h' 2022-11-23T00:58:33.0811651Z adding 'torch/include/ATen/ops/pixel_shuffle_native.h' 2022-11-23T00:58:33.0813496Z adding 'torch/include/ATen/ops/pixel_shuffle_ops.h' 2022-11-23T00:58:33.0815281Z adding 'torch/include/ATen/ops/pixel_unshuffle.h' 2022-11-23T00:58:33.0817189Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.0826491Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.0828850Z adding 'torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h' 2022-11-23T00:58:33.0830712Z adding 'torch/include/ATen/ops/pixel_unshuffle_native.h' 2022-11-23T00:58:33.0832669Z adding 'torch/include/ATen/ops/pixel_unshuffle_ops.h' 2022-11-23T00:58:33.0834410Z adding 'torch/include/ATen/ops/poisson.h' 2022-11-23T00:58:33.0836349Z adding 'torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.0837993Z adding 'torch/include/ATen/ops/poisson_cpu_dispatch.h' 2022-11-23T00:58:33.0839753Z adding 'torch/include/ATen/ops/poisson_cuda_dispatch.h' 2022-11-23T00:58:33.0841687Z adding 'torch/include/ATen/ops/poisson_native.h' 2022-11-23T00:58:33.0843196Z adding 'torch/include/ATen/ops/poisson_nll_loss.h' 2022-11-23T00:58:33.0845058Z adding 'torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.0846439Z adding 'torch/include/ATen/ops/poisson_nll_loss_native.h' 2022-11-23T00:58:33.0848535Z adding 'torch/include/ATen/ops/poisson_nll_loss_ops.h' 2022-11-23T00:58:33.0850329Z adding 'torch/include/ATen/ops/poisson_ops.h' 2022-11-23T00:58:33.0852008Z adding 'torch/include/ATen/ops/polar.h' 2022-11-23T00:58:33.0853944Z adding 'torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.0855639Z adding 'torch/include/ATen/ops/polar_cpu_dispatch.h' 2022-11-23T00:58:33.0858013Z adding 'torch/include/ATen/ops/polar_cuda_dispatch.h' 2022-11-23T00:58:33.0859168Z adding 'torch/include/ATen/ops/polar_native.h' 2022-11-23T00:58:33.0861294Z adding 'torch/include/ATen/ops/polar_ops.h' 2022-11-23T00:58:33.0863025Z adding 'torch/include/ATen/ops/polygamma.h' 2022-11-23T00:58:33.0864973Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.0867126Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.0868674Z adding 'torch/include/ATen/ops/polygamma_cpu_dispatch.h' 2022-11-23T00:58:33.0870241Z adding 'torch/include/ATen/ops/polygamma_cuda_dispatch.h' 2022-11-23T00:58:33.0871840Z adding 'torch/include/ATen/ops/polygamma_meta.h' 2022-11-23T00:58:33.0873561Z adding 'torch/include/ATen/ops/polygamma_meta_dispatch.h' 2022-11-23T00:58:33.0875449Z adding 'torch/include/ATen/ops/polygamma_native.h' 2022-11-23T00:58:33.0877344Z adding 'torch/include/ATen/ops/polygamma_ops.h' 2022-11-23T00:58:33.0878926Z adding 'torch/include/ATen/ops/positive.h' 2022-11-23T00:58:33.0881056Z adding 'torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.0882714Z adding 'torch/include/ATen/ops/positive_native.h' 2022-11-23T00:58:33.0884694Z adding 'torch/include/ATen/ops/positive_ops.h' 2022-11-23T00:58:33.0886726Z adding 'torch/include/ATen/ops/pow.h' 2022-11-23T00:58:33.0888681Z adding 'torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.0890331Z adding 'torch/include/ATen/ops/pow_cpu_dispatch.h' 2022-11-23T00:58:33.0892199Z adding 'torch/include/ATen/ops/pow_cuda_dispatch.h' 2022-11-23T00:58:33.0894092Z adding 'torch/include/ATen/ops/pow_meta.h' 2022-11-23T00:58:33.0895890Z adding 'torch/include/ATen/ops/pow_meta_dispatch.h' 2022-11-23T00:58:33.0897977Z adding 'torch/include/ATen/ops/pow_native.h' 2022-11-23T00:58:33.0899629Z adding 'torch/include/ATen/ops/pow_ops.h' 2022-11-23T00:58:33.0901427Z adding 'torch/include/ATen/ops/prelu.h' 2022-11-23T00:58:33.0903273Z adding 'torch/include/ATen/ops/prelu_backward.h' 2022-11-23T00:58:33.0905179Z adding 'torch/include/ATen/ops/prelu_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.0906839Z adding 'torch/include/ATen/ops/prelu_backward_cpu_dispatch.h' 2022-11-23T00:58:33.0908405Z adding 'torch/include/ATen/ops/prelu_backward_cuda_dispatch.h' 2022-11-23T00:58:33.0909937Z adding 'torch/include/ATen/ops/prelu_backward_native.h' 2022-11-23T00:58:33.0911653Z adding 'torch/include/ATen/ops/prelu_backward_ops.h' 2022-11-23T00:58:33.0913345Z adding 'torch/include/ATen/ops/prelu_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.0915046Z adding 'torch/include/ATen/ops/prelu_cpu_dispatch.h' 2022-11-23T00:58:33.0916566Z adding 'torch/include/ATen/ops/prelu_cuda_dispatch.h' 2022-11-23T00:58:33.0918133Z adding 'torch/include/ATen/ops/prelu_native.h' 2022-11-23T00:58:33.0919833Z adding 'torch/include/ATen/ops/prelu_ops.h' 2022-11-23T00:58:33.0921624Z adding 'torch/include/ATen/ops/prod.h' 2022-11-23T00:58:33.0923468Z adding 'torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.0925225Z adding 'torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.0926778Z adding 'torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.0928386Z adding 'torch/include/ATen/ops/prod_cpu_dispatch.h' 2022-11-23T00:58:33.0929999Z adding 'torch/include/ATen/ops/prod_cuda_dispatch.h' 2022-11-23T00:58:33.0931622Z adding 'torch/include/ATen/ops/prod_meta.h' 2022-11-23T00:58:33.0933241Z adding 'torch/include/ATen/ops/prod_meta_dispatch.h' 2022-11-23T00:58:33.0934792Z adding 'torch/include/ATen/ops/prod_native.h' 2022-11-23T00:58:33.0936695Z adding 'torch/include/ATen/ops/prod_ops.h' 2022-11-23T00:58:33.0938618Z adding 'torch/include/ATen/ops/promote_types.h' 2022-11-23T00:58:33.0940384Z adding 'torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.0941824Z adding 'torch/include/ATen/ops/promote_types_native.h' 2022-11-23T00:58:33.0943467Z adding 'torch/include/ATen/ops/promote_types_ops.h' 2022-11-23T00:58:33.0945263Z adding 'torch/include/ATen/ops/put.h' 2022-11-23T00:58:33.0946991Z adding 'torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.0948600Z adding 'torch/include/ATen/ops/put_cpu_dispatch.h' 2022-11-23T00:58:33.0950286Z adding 'torch/include/ATen/ops/put_cuda_dispatch.h' 2022-11-23T00:58:33.0951917Z adding 'torch/include/ATen/ops/put_meta_dispatch.h' 2022-11-23T00:58:33.0953463Z adding 'torch/include/ATen/ops/put_native.h' 2022-11-23T00:58:33.0955133Z adding 'torch/include/ATen/ops/put_ops.h' 2022-11-23T00:58:33.0956861Z adding 'torch/include/ATen/ops/q_per_channel_axis.h' 2022-11-23T00:58:33.0958511Z adding 'torch/include/ATen/ops/q_per_channel_axis_native.h' 2022-11-23T00:58:33.0960649Z adding 'torch/include/ATen/ops/q_per_channel_axis_ops.h' 2022-11-23T00:58:33.0962264Z adding 'torch/include/ATen/ops/q_per_channel_scales.h' 2022-11-23T00:58:33.0964117Z adding 'torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.0965766Z adding 'torch/include/ATen/ops/q_per_channel_scales_native.h' 2022-11-23T00:58:33.0967555Z adding 'torch/include/ATen/ops/q_per_channel_scales_ops.h' 2022-11-23T00:58:33.0969377Z adding 'torch/include/ATen/ops/q_per_channel_zero_points.h' 2022-11-23T00:58:33.0971246Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.0972885Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_native.h' 2022-11-23T00:58:33.0974751Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_ops.h' 2022-11-23T00:58:33.0976561Z adding 'torch/include/ATen/ops/q_scale.h' 2022-11-23T00:58:33.0978127Z adding 'torch/include/ATen/ops/q_scale_native.h' 2022-11-23T00:58:33.0981094Z adding 'torch/include/ATen/ops/q_scale_ops.h' 2022-11-23T00:58:33.0981711Z adding 'torch/include/ATen/ops/q_zero_point.h' 2022-11-23T00:58:33.0983288Z adding 'torch/include/ATen/ops/q_zero_point_native.h' 2022-11-23T00:58:33.0985050Z adding 'torch/include/ATen/ops/q_zero_point_ops.h' 2022-11-23T00:58:33.0986658Z adding 'torch/include/ATen/ops/qr.h' 2022-11-23T00:58:33.0988481Z adding 'torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.0990409Z adding 'torch/include/ATen/ops/qr_native.h' 2022-11-23T00:58:33.0992331Z adding 'torch/include/ATen/ops/qr_ops.h' 2022-11-23T00:58:33.0994266Z adding 'torch/include/ATen/ops/qscheme.h' 2022-11-23T00:58:33.0996773Z adding 'torch/include/ATen/ops/qscheme_native.h' 2022-11-23T00:58:33.0998922Z adding 'torch/include/ATen/ops/qscheme_ops.h' 2022-11-23T00:58:33.1001620Z adding 'torch/include/ATen/ops/quantile.h' 2022-11-23T00:58:33.1004163Z adding 'torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.1006293Z adding 'torch/include/ATen/ops/quantile_native.h' 2022-11-23T00:58:33.1008920Z adding 'torch/include/ATen/ops/quantile_ops.h' 2022-11-23T00:58:33.1011217Z adding 'torch/include/ATen/ops/quantize_per_channel.h' 2022-11-23T00:58:33.1013588Z adding 'torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.1015786Z adding 'torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h' 2022-11-23T00:58:33.1018203Z adding 'torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h' 2022-11-23T00:58:33.1020070Z adding 'torch/include/ATen/ops/quantize_per_channel_native.h' 2022-11-23T00:58:33.1022842Z adding 'torch/include/ATen/ops/quantize_per_channel_ops.h' 2022-11-23T00:58:33.1025410Z adding 'torch/include/ATen/ops/quantize_per_tensor.h' 2022-11-23T00:58:33.1028240Z adding 'torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.1030314Z adding 'torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h' 2022-11-23T00:58:33.1032717Z adding 'torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h' 2022-11-23T00:58:33.1034906Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic.h' 2022-11-23T00:58:33.1037476Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.1039508Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h' 2022-11-23T00:58:33.1042031Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h' 2022-11-23T00:58:33.1044010Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h' 2022-11-23T00:58:33.1046566Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h' 2022-11-23T00:58:33.1048687Z adding 'torch/include/ATen/ops/quantize_per_tensor_native.h' 2022-11-23T00:58:33.1051621Z adding 'torch/include/ATen/ops/quantize_per_tensor_ops.h' 2022-11-23T00:58:33.1053906Z adding 'torch/include/ATen/ops/quantized_batch_norm.h' 2022-11-23T00:58:33.1056374Z adding 'torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.1058388Z adding 'torch/include/ATen/ops/quantized_batch_norm_native.h' 2022-11-23T00:58:33.1061049Z adding 'torch/include/ATen/ops/quantized_batch_norm_ops.h' 2022-11-23T00:58:33.1063292Z adding 'torch/include/ATen/ops/quantized_gru_cell.h' 2022-11-23T00:58:33.1065982Z adding 'torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.1067878Z adding 'torch/include/ATen/ops/quantized_gru_cell_native.h' 2022-11-23T00:58:33.1070510Z adding 'torch/include/ATen/ops/quantized_gru_cell_ops.h' 2022-11-23T00:58:33.1072697Z adding 'torch/include/ATen/ops/quantized_lstm_cell.h' 2022-11-23T00:58:33.1075341Z adding 'torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.1077154Z adding 'torch/include/ATen/ops/quantized_lstm_cell_native.h' 2022-11-23T00:58:33.1079907Z adding 'torch/include/ATen/ops/quantized_lstm_cell_ops.h' 2022-11-23T00:58:33.1082348Z adding 'torch/include/ATen/ops/quantized_max_pool1d.h' 2022-11-23T00:58:33.1084672Z adding 'torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.1086783Z adding 'torch/include/ATen/ops/quantized_max_pool1d_native.h' 2022-11-23T00:58:33.1089403Z adding 'torch/include/ATen/ops/quantized_max_pool1d_ops.h' 2022-11-23T00:58:33.1091673Z adding 'torch/include/ATen/ops/quantized_max_pool2d.h' 2022-11-23T00:58:33.1094121Z adding 'torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.1096145Z adding 'torch/include/ATen/ops/quantized_max_pool2d_native.h' 2022-11-23T00:58:33.1098785Z adding 'torch/include/ATen/ops/quantized_max_pool2d_ops.h' 2022-11-23T00:58:33.1100924Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell.h' 2022-11-23T00:58:33.1103593Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.1105461Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_native.h' 2022-11-23T00:58:33.1107910Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h' 2022-11-23T00:58:33.1109973Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell.h' 2022-11-23T00:58:33.1111976Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.1113774Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h' 2022-11-23T00:58:33.1116091Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h' 2022-11-23T00:58:33.1117642Z adding 'torch/include/ATen/ops/rad2deg.h' 2022-11-23T00:58:33.1119957Z adding 'torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.1121839Z adding 'torch/include/ATen/ops/rad2deg_native.h' 2022-11-23T00:58:33.1123518Z adding 'torch/include/ATen/ops/rad2deg_ops.h' 2022-11-23T00:58:33.1126853Z adding 'torch/include/ATen/ops/rand.h' 2022-11-23T00:58:33.1129653Z adding 'torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.1131851Z adding 'torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.1133717Z adding 'torch/include/ATen/ops/rand_like.h' 2022-11-23T00:58:33.1135824Z adding 'torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.1137666Z adding 'torch/include/ATen/ops/rand_like_native.h' 2022-11-23T00:58:33.1139687Z adding 'torch/include/ATen/ops/rand_like_ops.h' 2022-11-23T00:58:33.1141609Z adding 'torch/include/ATen/ops/rand_native.h' 2022-11-23T00:58:33.1144165Z adding 'torch/include/ATen/ops/rand_ops.h' 2022-11-23T00:58:33.1147865Z adding 'torch/include/ATen/ops/randint.h' 2022-11-23T00:58:33.1150658Z adding 'torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.1152966Z adding 'torch/include/ATen/ops/randint_like.h' 2022-11-23T00:58:33.1155124Z adding 'torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.1157019Z adding 'torch/include/ATen/ops/randint_like_native.h' 2022-11-23T00:58:33.1159400Z adding 'torch/include/ATen/ops/randint_like_ops.h' 2022-11-23T00:58:33.1161506Z adding 'torch/include/ATen/ops/randint_native.h' 2022-11-23T00:58:33.1164051Z adding 'torch/include/ATen/ops/randint_ops.h' 2022-11-23T00:58:33.1167593Z adding 'torch/include/ATen/ops/randn.h' 2022-11-23T00:58:33.1170777Z adding 'torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.1172851Z adding 'torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.1174855Z adding 'torch/include/ATen/ops/randn_like.h' 2022-11-23T00:58:33.1177033Z adding 'torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.1178948Z adding 'torch/include/ATen/ops/randn_like_native.h' 2022-11-23T00:58:33.1181091Z adding 'torch/include/ATen/ops/randn_like_ops.h' 2022-11-23T00:58:33.1183207Z adding 'torch/include/ATen/ops/randn_native.h' 2022-11-23T00:58:33.1185812Z adding 'torch/include/ATen/ops/randn_ops.h' 2022-11-23T00:58:33.1188571Z adding 'torch/include/ATen/ops/random.h' 2022-11-23T00:58:33.1190630Z adding 'torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.1192598Z adding 'torch/include/ATen/ops/random_cpu_dispatch.h' 2022-11-23T00:58:33.1194533Z adding 'torch/include/ATen/ops/random_cuda_dispatch.h' 2022-11-23T00:58:33.1196561Z adding 'torch/include/ATen/ops/random_meta_dispatch.h' 2022-11-23T00:58:33.1198530Z adding 'torch/include/ATen/ops/random_native.h' 2022-11-23T00:58:33.1201043Z adding 'torch/include/ATen/ops/random_ops.h' 2022-11-23T00:58:33.1203371Z adding 'torch/include/ATen/ops/randperm.h' 2022-11-23T00:58:33.1205740Z adding 'torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.1207560Z adding 'torch/include/ATen/ops/randperm_cpu_dispatch.h' 2022-11-23T00:58:33.1209545Z adding 'torch/include/ATen/ops/randperm_cuda_dispatch.h' 2022-11-23T00:58:33.1211441Z adding 'torch/include/ATen/ops/randperm_native.h' 2022-11-23T00:58:33.1213644Z adding 'torch/include/ATen/ops/randperm_ops.h' 2022-11-23T00:58:33.1215890Z adding 'torch/include/ATen/ops/range.h' 2022-11-23T00:58:33.1218097Z adding 'torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.1220126Z adding 'torch/include/ATen/ops/range_cpu_dispatch.h' 2022-11-23T00:58:33.1222075Z adding 'torch/include/ATen/ops/range_cuda_dispatch.h' 2022-11-23T00:58:33.1224028Z adding 'torch/include/ATen/ops/range_meta_dispatch.h' 2022-11-23T00:58:33.1226108Z adding 'torch/include/ATen/ops/range_native.h' 2022-11-23T00:58:33.1228364Z adding 'torch/include/ATen/ops/range_ops.h' 2022-11-23T00:58:33.1230342Z adding 'torch/include/ATen/ops/ravel.h' 2022-11-23T00:58:33.1232349Z adding 'torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.1234112Z adding 'torch/include/ATen/ops/ravel_native.h' 2022-11-23T00:58:33.1236119Z adding 'torch/include/ATen/ops/ravel_ops.h' 2022-11-23T00:58:33.1237995Z adding 'torch/include/ATen/ops/real.h' 2022-11-23T00:58:33.1240122Z adding 'torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.1242028Z adding 'torch/include/ATen/ops/real_native.h' 2022-11-23T00:58:33.1243894Z adding 'torch/include/ATen/ops/real_ops.h' 2022-11-23T00:58:33.1245930Z adding 'torch/include/ATen/ops/reciprocal.h' 2022-11-23T00:58:33.1248021Z adding 'torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.1250001Z adding 'torch/include/ATen/ops/reciprocal_cpu_dispatch.h' 2022-11-23T00:58:33.1251954Z adding 'torch/include/ATen/ops/reciprocal_cuda_dispatch.h' 2022-11-23T00:58:33.1253852Z adding 'torch/include/ATen/ops/reciprocal_meta.h' 2022-11-23T00:58:33.1255824Z adding 'torch/include/ATen/ops/reciprocal_meta_dispatch.h' 2022-11-23T00:58:33.1257710Z adding 'torch/include/ATen/ops/reciprocal_native.h' 2022-11-23T00:58:33.1259754Z adding 'torch/include/ATen/ops/reciprocal_ops.h' 2022-11-23T00:58:33.1261661Z adding 'torch/include/ATen/ops/record_stream.h' 2022-11-23T00:58:33.1263601Z adding 'torch/include/ATen/ops/record_stream_cuda_dispatch.h' 2022-11-23T00:58:33.1265544Z adding 'torch/include/ATen/ops/record_stream_native.h' 2022-11-23T00:58:33.1267532Z adding 'torch/include/ATen/ops/record_stream_ops.h' 2022-11-23T00:58:33.1269315Z adding 'torch/include/ATen/ops/refine_names.h' 2022-11-23T00:58:33.1271450Z adding 'torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.1273220Z adding 'torch/include/ATen/ops/refine_names_native.h' 2022-11-23T00:58:33.1275173Z adding 'torch/include/ATen/ops/refine_names_ops.h' 2022-11-23T00:58:33.1277307Z adding 'torch/include/ATen/ops/reflection_pad1d.h' 2022-11-23T00:58:33.1279763Z adding 'torch/include/ATen/ops/reflection_pad1d_backward.h' 2022-11-23T00:58:33.1282053Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.1283972Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h' 2022-11-23T00:58:33.1286171Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h' 2022-11-23T00:58:33.1288066Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta.h' 2022-11-23T00:58:33.1290233Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h' 2022-11-23T00:58:33.1292343Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_native.h' 2022-11-23T00:58:33.1295222Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_ops.h' 2022-11-23T00:58:33.1297534Z adding 'torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.1299314Z adding 'torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h' 2022-11-23T00:58:33.1301386Z adding 'torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h' 2022-11-23T00:58:33.1303382Z adding 'torch/include/ATen/ops/reflection_pad1d_meta.h' 2022-11-23T00:58:33.1305521Z adding 'torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h' 2022-11-23T00:58:33.1307504Z adding 'torch/include/ATen/ops/reflection_pad1d_native.h' 2022-11-23T00:58:33.1309649Z adding 'torch/include/ATen/ops/reflection_pad1d_ops.h' 2022-11-23T00:58:33.1311799Z adding 'torch/include/ATen/ops/reflection_pad2d.h' 2022-11-23T00:58:33.1314140Z adding 'torch/include/ATen/ops/reflection_pad2d_backward.h' 2022-11-23T00:58:33.1316363Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h' 2022-11-23T00:58:33.1318432Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h' 2022-11-23T00:58:33.1320524Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_native.h' 2022-11-23T00:58:33.1322595Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_ops.h' 2022-11-23T00:58:33.1324643Z adding 'torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h' 2022-11-23T00:58:33.1326679Z adding 'torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h' 2022-11-23T00:58:33.1328580Z adding 'torch/include/ATen/ops/reflection_pad2d_native.h' 2022-11-23T00:58:33.1330631Z adding 'torch/include/ATen/ops/reflection_pad2d_ops.h' 2022-11-23T00:58:33.1332818Z adding 'torch/include/ATen/ops/reflection_pad3d.h' 2022-11-23T00:58:33.1335147Z adding 'torch/include/ATen/ops/reflection_pad3d_backward.h' 2022-11-23T00:58:33.1337413Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.1339370Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h' 2022-11-23T00:58:33.1341433Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h' 2022-11-23T00:58:33.1343399Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta.h' 2022-11-23T00:58:33.1345858Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h' 2022-11-23T00:58:33.1348101Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_native.h' 2022-11-23T00:58:33.1350286Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_ops.h' 2022-11-23T00:58:33.1352539Z adding 'torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.1354684Z adding 'torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h' 2022-11-23T00:58:33.1356777Z adding 'torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h' 2022-11-23T00:58:33.1358781Z adding 'torch/include/ATen/ops/reflection_pad3d_meta.h' 2022-11-23T00:58:33.1360888Z adding 'torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h' 2022-11-23T00:58:33.1362969Z adding 'torch/include/ATen/ops/reflection_pad3d_native.h' 2022-11-23T00:58:33.1365292Z adding 'torch/include/ATen/ops/reflection_pad3d_ops.h' 2022-11-23T00:58:33.1367576Z adding 'torch/include/ATen/ops/relu.h' 2022-11-23T00:58:33.1369447Z adding 'torch/include/ATen/ops/relu6.h' 2022-11-23T00:58:33.1371927Z adding 'torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.1373588Z adding 'torch/include/ATen/ops/relu6_native.h' 2022-11-23T00:58:33.1375520Z adding 'torch/include/ATen/ops/relu6_ops.h' 2022-11-23T00:58:33.1377574Z adding 'torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.1379214Z adding 'torch/include/ATen/ops/relu_cpu_dispatch.h' 2022-11-23T00:58:33.1381177Z adding 'torch/include/ATen/ops/relu_cuda_dispatch.h' 2022-11-23T00:58:33.1383013Z adding 'torch/include/ATen/ops/relu_meta_dispatch.h' 2022-11-23T00:58:33.1384392Z adding 'torch/include/ATen/ops/relu_native.h' 2022-11-23T00:58:33.1386327Z adding 'torch/include/ATen/ops/relu_ops.h' 2022-11-23T00:58:33.1388101Z adding 'torch/include/ATen/ops/remainder.h' 2022-11-23T00:58:33.1389925Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.1391744Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.1393321Z adding 'torch/include/ATen/ops/remainder_cpu_dispatch.h' 2022-11-23T00:58:33.1394927Z adding 'torch/include/ATen/ops/remainder_cuda_dispatch.h' 2022-11-23T00:58:33.1396488Z adding 'torch/include/ATen/ops/remainder_meta.h' 2022-11-23T00:58:33.1398156Z adding 'torch/include/ATen/ops/remainder_meta_dispatch.h' 2022-11-23T00:58:33.1399807Z adding 'torch/include/ATen/ops/remainder_native.h' 2022-11-23T00:58:33.1402133Z adding 'torch/include/ATen/ops/remainder_ops.h' 2022-11-23T00:58:33.1403932Z adding 'torch/include/ATen/ops/rename.h' 2022-11-23T00:58:33.1405710Z adding 'torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.1407190Z adding 'torch/include/ATen/ops/rename_native.h' 2022-11-23T00:58:33.1408941Z adding 'torch/include/ATen/ops/rename_ops.h' 2022-11-23T00:58:33.1410649Z adding 'torch/include/ATen/ops/renorm.h' 2022-11-23T00:58:33.1412428Z adding 'torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.1413983Z adding 'torch/include/ATen/ops/renorm_cpu_dispatch.h' 2022-11-23T00:58:33.1415726Z adding 'torch/include/ATen/ops/renorm_cuda_dispatch.h' 2022-11-23T00:58:33.1417230Z adding 'torch/include/ATen/ops/renorm_meta.h' 2022-11-23T00:58:33.1418873Z adding 'torch/include/ATen/ops/renorm_meta_dispatch.h' 2022-11-23T00:58:33.1420453Z adding 'torch/include/ATen/ops/renorm_native.h' 2022-11-23T00:58:33.1422263Z adding 'torch/include/ATen/ops/renorm_ops.h' 2022-11-23T00:58:33.1424179Z adding 'torch/include/ATen/ops/repeat.h' 2022-11-23T00:58:33.1426539Z adding 'torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.1428342Z adding 'torch/include/ATen/ops/repeat_interleave.h' 2022-11-23T00:58:33.1430371Z adding 'torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.1432157Z adding 'torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.1433865Z adding 'torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h' 2022-11-23T00:58:33.1435697Z adding 'torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h' 2022-11-23T00:58:33.1437526Z adding 'torch/include/ATen/ops/repeat_interleave_native.h' 2022-11-23T00:58:33.1439652Z adding 'torch/include/ATen/ops/repeat_interleave_ops.h' 2022-11-23T00:58:33.1441444Z adding 'torch/include/ATen/ops/repeat_native.h' 2022-11-23T00:58:33.1443316Z adding 'torch/include/ATen/ops/repeat_ops.h' 2022-11-23T00:58:33.1445419Z adding 'torch/include/ATen/ops/replication_pad1d.h' 2022-11-23T00:58:33.1447520Z adding 'torch/include/ATen/ops/replication_pad1d_backward.h' 2022-11-23T00:58:33.1449628Z adding 'torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.1451377Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h' 2022-11-23T00:58:33.1453262Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h' 2022-11-23T00:58:33.1455070Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta.h' 2022-11-23T00:58:33.1456921Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h' 2022-11-23T00:58:33.1458661Z adding 'torch/include/ATen/ops/replication_pad1d_backward_native.h' 2022-11-23T00:58:33.1460550Z adding 'torch/include/ATen/ops/replication_pad1d_backward_ops.h' 2022-11-23T00:58:33.1462559Z adding 'torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.1464149Z adding 'torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h' 2022-11-23T00:58:33.1466368Z adding 'torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h' 2022-11-23T00:58:33.1468108Z adding 'torch/include/ATen/ops/replication_pad1d_meta.h' 2022-11-23T00:58:33.1469953Z adding 'torch/include/ATen/ops/replication_pad1d_meta_dispatch.h' 2022-11-23T00:58:33.1471762Z adding 'torch/include/ATen/ops/replication_pad1d_native.h' 2022-11-23T00:58:33.1473622Z adding 'torch/include/ATen/ops/replication_pad1d_ops.h' 2022-11-23T00:58:33.1475671Z adding 'torch/include/ATen/ops/replication_pad2d.h' 2022-11-23T00:58:33.1477794Z adding 'torch/include/ATen/ops/replication_pad2d_backward.h' 2022-11-23T00:58:33.1479938Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h' 2022-11-23T00:58:33.1481797Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h' 2022-11-23T00:58:33.1483581Z adding 'torch/include/ATen/ops/replication_pad2d_backward_native.h' 2022-11-23T00:58:33.1485404Z adding 'torch/include/ATen/ops/replication_pad2d_backward_ops.h' 2022-11-23T00:58:33.1487442Z adding 'torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.1489056Z adding 'torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h' 2022-11-23T00:58:33.1490911Z adding 'torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h' 2022-11-23T00:58:33.1492637Z adding 'torch/include/ATen/ops/replication_pad2d_meta.h' 2022-11-23T00:58:33.1494457Z adding 'torch/include/ATen/ops/replication_pad2d_meta_dispatch.h' 2022-11-23T00:58:33.1496238Z adding 'torch/include/ATen/ops/replication_pad2d_native.h' 2022-11-23T00:58:33.1498073Z adding 'torch/include/ATen/ops/replication_pad2d_ops.h' 2022-11-23T00:58:33.1500034Z adding 'torch/include/ATen/ops/replication_pad3d.h' 2022-11-23T00:58:33.1502117Z adding 'torch/include/ATen/ops/replication_pad3d_backward.h' 2022-11-23T00:58:33.1504133Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h' 2022-11-23T00:58:33.1506153Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h' 2022-11-23T00:58:33.1508012Z adding 'torch/include/ATen/ops/replication_pad3d_backward_native.h' 2022-11-23T00:58:33.1509825Z adding 'torch/include/ATen/ops/replication_pad3d_backward_ops.h' 2022-11-23T00:58:33.1511866Z adding 'torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.1513474Z adding 'torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h' 2022-11-23T00:58:33.1515244Z adding 'torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h' 2022-11-23T00:58:33.1516985Z adding 'torch/include/ATen/ops/replication_pad3d_meta.h' 2022-11-23T00:58:33.1518823Z adding 'torch/include/ATen/ops/replication_pad3d_meta_dispatch.h' 2022-11-23T00:58:33.1520680Z adding 'torch/include/ATen/ops/replication_pad3d_native.h' 2022-11-23T00:58:33.1522546Z adding 'torch/include/ATen/ops/replication_pad3d_ops.h' 2022-11-23T00:58:33.1524218Z adding 'torch/include/ATen/ops/requires_grad.h' 2022-11-23T00:58:33.1526100Z adding 'torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.1527717Z adding 'torch/include/ATen/ops/requires_grad_native.h' 2022-11-23T00:58:33.1529497Z adding 'torch/include/ATen/ops/requires_grad_ops.h' 2022-11-23T00:58:33.1531280Z adding 'torch/include/ATen/ops/reshape.h' 2022-11-23T00:58:33.1532968Z adding 'torch/include/ATen/ops/reshape_as.h' 2022-11-23T00:58:33.1534806Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.1536653Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h' 2022-11-23T00:58:33.1538245Z adding 'torch/include/ATen/ops/reshape_as_native.h' 2022-11-23T00:58:33.1540016Z adding 'torch/include/ATen/ops/reshape_as_ops.h' 2022-11-23T00:58:33.1542004Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.1543749Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h' 2022-11-23T00:58:33.1545569Z adding 'torch/include/ATen/ops/reshape_native.h' 2022-11-23T00:58:33.1547344Z adding 'torch/include/ATen/ops/reshape_ops.h' 2022-11-23T00:58:33.1549518Z adding 'torch/include/ATen/ops/resize.h' 2022-11-23T00:58:33.1551430Z adding 'torch/include/ATen/ops/resize_as.h' 2022-11-23T00:58:33.1553409Z adding 'torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.1555050Z adding 'torch/include/ATen/ops/resize_as_native.h' 2022-11-23T00:58:33.1556999Z adding 'torch/include/ATen/ops/resize_as_ops.h' 2022-11-23T00:58:33.1558861Z adding 'torch/include/ATen/ops/resize_as_sparse.h' 2022-11-23T00:58:33.1560886Z adding 'torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.1562624Z adding 'torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h' 2022-11-23T00:58:33.1564348Z adding 'torch/include/ATen/ops/resize_as_sparse_native.h' 2022-11-23T00:58:33.1566243Z adding 'torch/include/ATen/ops/resize_as_sparse_ops.h' 2022-11-23T00:58:33.1568242Z adding 'torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.1569989Z adding 'torch/include/ATen/ops/resize_cpu_dispatch.h' 2022-11-23T00:58:33.1571782Z adding 'torch/include/ATen/ops/resize_cuda_dispatch.h' 2022-11-23T00:58:33.1573522Z adding 'torch/include/ATen/ops/resize_meta_dispatch.h' 2022-11-23T00:58:33.1575274Z adding 'torch/include/ATen/ops/resize_native.h' 2022-11-23T00:58:33.1577285Z adding 'torch/include/ATen/ops/resize_ops.h' 2022-11-23T00:58:33.1579161Z adding 'torch/include/ATen/ops/resolve_conj.h' 2022-11-23T00:58:33.1580939Z adding 'torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.1582580Z adding 'torch/include/ATen/ops/resolve_conj_native.h' 2022-11-23T00:58:33.1584334Z adding 'torch/include/ATen/ops/resolve_conj_ops.h' 2022-11-23T00:58:33.1586601Z adding 'torch/include/ATen/ops/resolve_neg.h' 2022-11-23T00:58:33.1588331Z adding 'torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.1589966Z adding 'torch/include/ATen/ops/resolve_neg_native.h' 2022-11-23T00:58:33.1591780Z adding 'torch/include/ATen/ops/resolve_neg_ops.h' 2022-11-23T00:58:33.1593646Z adding 'torch/include/ATen/ops/result_type.h' 2022-11-23T00:58:33.1595577Z adding 'torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.1597343Z adding 'torch/include/ATen/ops/result_type_native.h' 2022-11-23T00:58:33.1599316Z adding 'torch/include/ATen/ops/result_type_ops.h' 2022-11-23T00:58:33.1601118Z adding 'torch/include/ATen/ops/retain_grad.h' 2022-11-23T00:58:33.1603039Z adding 'torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.1604676Z adding 'torch/include/ATen/ops/retain_grad_native.h' 2022-11-23T00:58:33.1606572Z adding 'torch/include/ATen/ops/retain_grad_ops.h' 2022-11-23T00:58:33.1608281Z adding 'torch/include/ATen/ops/retains_grad.h' 2022-11-23T00:58:33.1610141Z adding 'torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.1611834Z adding 'torch/include/ATen/ops/retains_grad_native.h' 2022-11-23T00:58:33.1613678Z adding 'torch/include/ATen/ops/retains_grad_ops.h' 2022-11-23T00:58:33.1615566Z adding 'torch/include/ATen/ops/rnn_relu.h' 2022-11-23T00:58:33.1617538Z adding 'torch/include/ATen/ops/rnn_relu_cell.h' 2022-11-23T00:58:33.1619351Z adding 'torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.1621071Z adding 'torch/include/ATen/ops/rnn_relu_cell_native.h' 2022-11-23T00:58:33.1623090Z adding 'torch/include/ATen/ops/rnn_relu_cell_ops.h' 2022-11-23T00:58:33.1625159Z adding 'torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.1626913Z adding 'torch/include/ATen/ops/rnn_relu_native.h' 2022-11-23T00:58:33.1628839Z adding 'torch/include/ATen/ops/rnn_relu_ops.h' 2022-11-23T00:58:33.1630686Z adding 'torch/include/ATen/ops/rnn_tanh.h' 2022-11-23T00:58:33.1632415Z adding 'torch/include/ATen/ops/rnn_tanh_cell.h' 2022-11-23T00:58:33.1634123Z adding 'torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.1635711Z adding 'torch/include/ATen/ops/rnn_tanh_cell_native.h' 2022-11-23T00:58:33.1637564Z adding 'torch/include/ATen/ops/rnn_tanh_cell_ops.h' 2022-11-23T00:58:33.1639363Z adding 'torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.1640909Z adding 'torch/include/ATen/ops/rnn_tanh_native.h' 2022-11-23T00:58:33.1642874Z adding 'torch/include/ATen/ops/rnn_tanh_ops.h' 2022-11-23T00:58:33.1644579Z adding 'torch/include/ATen/ops/roll.h' 2022-11-23T00:58:33.1646367Z adding 'torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.1648028Z adding 'torch/include/ATen/ops/roll_cpu_dispatch.h' 2022-11-23T00:58:33.1649683Z adding 'torch/include/ATen/ops/roll_cuda_dispatch.h' 2022-11-23T00:58:33.1651263Z adding 'torch/include/ATen/ops/roll_native.h' 2022-11-23T00:58:33.1653030Z adding 'torch/include/ATen/ops/roll_ops.h' 2022-11-23T00:58:33.1654752Z adding 'torch/include/ATen/ops/rot90.h' 2022-11-23T00:58:33.1656519Z adding 'torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.1658054Z adding 'torch/include/ATen/ops/rot90_native.h' 2022-11-23T00:58:33.1659734Z adding 'torch/include/ATen/ops/rot90_ops.h' 2022-11-23T00:58:33.1661575Z adding 'torch/include/ATen/ops/round.h' 2022-11-23T00:58:33.1663448Z adding 'torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.1665394Z adding 'torch/include/ATen/ops/round_cpu_dispatch.h' 2022-11-23T00:58:33.1667143Z adding 'torch/include/ATen/ops/round_cuda_dispatch.h' 2022-11-23T00:58:33.1668650Z adding 'torch/include/ATen/ops/round_meta.h' 2022-11-23T00:58:33.1670368Z adding 'torch/include/ATen/ops/round_meta_dispatch.h' 2022-11-23T00:58:33.1672002Z adding 'torch/include/ATen/ops/round_native.h' 2022-11-23T00:58:33.1673833Z adding 'torch/include/ATen/ops/round_ops.h' 2022-11-23T00:58:33.1675488Z adding 'torch/include/ATen/ops/row_indices.h' 2022-11-23T00:58:33.1677122Z adding 'torch/include/ATen/ops/row_indices_copy.h' 2022-11-23T00:58:33.1678937Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.1680796Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.1682247Z adding 'torch/include/ATen/ops/row_indices_copy_native.h' 2022-11-23T00:58:33.1683935Z adding 'torch/include/ATen/ops/row_indices_copy_ops.h' 2022-11-23T00:58:33.1685513Z adding 'torch/include/ATen/ops/row_indices_native.h' 2022-11-23T00:58:33.1687236Z adding 'torch/include/ATen/ops/row_indices_ops.h' 2022-11-23T00:58:33.1688809Z adding 'torch/include/ATen/ops/row_stack.h' 2022-11-23T00:58:33.1690574Z adding 'torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.1692252Z adding 'torch/include/ATen/ops/row_stack_native.h' 2022-11-23T00:58:33.1694069Z adding 'torch/include/ATen/ops/row_stack_ops.h' 2022-11-23T00:58:33.1695896Z adding 'torch/include/ATen/ops/rrelu.h' 2022-11-23T00:58:33.1697771Z adding 'torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.1699230Z adding 'torch/include/ATen/ops/rrelu_native.h' 2022-11-23T00:58:33.1701121Z adding 'torch/include/ATen/ops/rrelu_ops.h' 2022-11-23T00:58:33.1703070Z adding 'torch/include/ATen/ops/rrelu_with_noise.h' 2022-11-23T00:58:33.1705189Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward.h' 2022-11-23T00:58:33.1707300Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.1709051Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_native.h' 2022-11-23T00:58:33.1710858Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_ops.h' 2022-11-23T00:58:33.1712927Z adding 'torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h' 2022-11-23T00:58:33.1714634Z adding 'torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h' 2022-11-23T00:58:33.1716522Z adding 'torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h' 2022-11-23T00:58:33.1718220Z adding 'torch/include/ATen/ops/rrelu_with_noise_native.h' 2022-11-23T00:58:33.1720409Z adding 'torch/include/ATen/ops/rrelu_with_noise_ops.h' 2022-11-23T00:58:33.1722229Z adding 'torch/include/ATen/ops/rshift.h' 2022-11-23T00:58:33.1724960Z adding 'torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.1726701Z adding 'torch/include/ATen/ops/rshift_cpu_dispatch.h' 2022-11-23T00:58:33.1728484Z adding 'torch/include/ATen/ops/rshift_cuda_dispatch.h' 2022-11-23T00:58:33.1730248Z adding 'torch/include/ATen/ops/rshift_meta_dispatch.h' 2022-11-23T00:58:33.1731938Z adding 'torch/include/ATen/ops/rshift_native.h' 2022-11-23T00:58:33.1733975Z adding 'torch/include/ATen/ops/rshift_ops.h' 2022-11-23T00:58:33.1735858Z adding 'torch/include/ATen/ops/rsqrt.h' 2022-11-23T00:58:33.1737965Z adding 'torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.1739684Z adding 'torch/include/ATen/ops/rsqrt_cpu_dispatch.h' 2022-11-23T00:58:33.1741385Z adding 'torch/include/ATen/ops/rsqrt_cuda_dispatch.h' 2022-11-23T00:58:33.1743082Z adding 'torch/include/ATen/ops/rsqrt_meta.h' 2022-11-23T00:58:33.1745032Z adding 'torch/include/ATen/ops/rsqrt_meta_dispatch.h' 2022-11-23T00:58:33.1747060Z adding 'torch/include/ATen/ops/rsqrt_native.h' 2022-11-23T00:58:33.1748713Z adding 'torch/include/ATen/ops/rsqrt_ops.h' 2022-11-23T00:58:33.1750462Z adding 'torch/include/ATen/ops/rsub.h' 2022-11-23T00:58:33.1752360Z adding 'torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.1753835Z adding 'torch/include/ATen/ops/rsub_cpu_dispatch.h' 2022-11-23T00:58:33.1755410Z adding 'torch/include/ATen/ops/rsub_cuda_dispatch.h' 2022-11-23T00:58:33.1757042Z adding 'torch/include/ATen/ops/rsub_native.h' 2022-11-23T00:58:33.1758873Z adding 'torch/include/ATen/ops/rsub_ops.h' 2022-11-23T00:58:33.1760796Z adding 'torch/include/ATen/ops/scalar_tensor.h' 2022-11-23T00:58:33.1762656Z adding 'torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.1764247Z adding 'torch/include/ATen/ops/scalar_tensor_native.h' 2022-11-23T00:58:33.1766004Z adding 'torch/include/ATen/ops/scalar_tensor_ops.h' 2022-11-23T00:58:33.1768180Z adding 'torch/include/ATen/ops/scatter.h' 2022-11-23T00:58:33.1769856Z adding 'torch/include/ATen/ops/scatter_add.h' 2022-11-23T00:58:33.1771826Z adding 'torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.1773336Z adding 'torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.1774947Z adding 'torch/include/ATen/ops/scatter_add_cpu_dispatch.h' 2022-11-23T00:58:33.1776662Z adding 'torch/include/ATen/ops/scatter_add_cuda_dispatch.h' 2022-11-23T00:58:33.1778254Z adding 'torch/include/ATen/ops/scatter_add_meta.h' 2022-11-23T00:58:33.1779870Z adding 'torch/include/ATen/ops/scatter_add_meta_dispatch.h' 2022-11-23T00:58:33.1781487Z adding 'torch/include/ATen/ops/scatter_add_native.h' 2022-11-23T00:58:33.1783314Z adding 'torch/include/ATen/ops/scatter_add_ops.h' 2022-11-23T00:58:33.1785387Z adding 'torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.1786955Z adding 'torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.1788735Z adding 'torch/include/ATen/ops/scatter_cpu_dispatch.h' 2022-11-23T00:58:33.1790524Z adding 'torch/include/ATen/ops/scatter_cuda_dispatch.h' 2022-11-23T00:58:33.1792284Z adding 'torch/include/ATen/ops/scatter_meta.h' 2022-11-23T00:58:33.1793954Z adding 'torch/include/ATen/ops/scatter_meta_dispatch.h' 2022-11-23T00:58:33.1795674Z adding 'torch/include/ATen/ops/scatter_native.h' 2022-11-23T00:58:33.1798074Z adding 'torch/include/ATen/ops/scatter_ops.h' 2022-11-23T00:58:33.1800245Z adding 'torch/include/ATen/ops/scatter_reduce.h' 2022-11-23T00:58:33.1802074Z adding 'torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.1803696Z adding 'torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h' 2022-11-23T00:58:33.1805392Z adding 'torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h' 2022-11-23T00:58:33.1806962Z adding 'torch/include/ATen/ops/scatter_reduce_meta.h' 2022-11-23T00:58:33.1808642Z adding 'torch/include/ATen/ops/scatter_reduce_meta_dispatch.h' 2022-11-23T00:58:33.1810188Z adding 'torch/include/ATen/ops/scatter_reduce_native.h' 2022-11-23T00:58:33.1812037Z adding 'torch/include/ATen/ops/scatter_reduce_ops.h' 2022-11-23T00:58:33.1813910Z adding 'torch/include/ATen/ops/searchsorted.h' 2022-11-23T00:58:33.1815863Z adding 'torch/include/ATen/ops/searchsorted_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.1817525Z adding 'torch/include/ATen/ops/searchsorted_cpu_dispatch.h' 2022-11-23T00:58:33.1819249Z adding 'torch/include/ATen/ops/searchsorted_cuda_dispatch.h' 2022-11-23T00:58:33.1820973Z adding 'torch/include/ATen/ops/searchsorted_native.h' 2022-11-23T00:58:33.1822966Z adding 'torch/include/ATen/ops/searchsorted_ops.h' 2022-11-23T00:58:33.1824976Z adding 'torch/include/ATen/ops/segment_reduce.h' 2022-11-23T00:58:33.1826918Z adding 'torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.1828627Z adding 'torch/include/ATen/ops/segment_reduce_cpu_dispatch.h' 2022-11-23T00:58:33.1831194Z adding 'torch/include/ATen/ops/segment_reduce_cuda_dispatch.h' 2022-11-23T00:58:33.1832914Z adding 'torch/include/ATen/ops/segment_reduce_native.h' 2022-11-23T00:58:33.1835376Z adding 'torch/include/ATen/ops/segment_reduce_ops.h' 2022-11-23T00:58:33.1837485Z adding 'torch/include/ATen/ops/select.h' 2022-11-23T00:58:33.1839908Z adding 'torch/include/ATen/ops/select_backward.h' 2022-11-23T00:58:33.1842685Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.1844934Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.1846659Z adding 'torch/include/ATen/ops/select_backward_native.h' 2022-11-23T00:58:33.1848780Z adding 'torch/include/ATen/ops/select_backward_ops.h' 2022-11-23T00:58:33.1850457Z adding 'torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.1852164Z adding 'torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.1853832Z adding 'torch/include/ATen/ops/select_copy.h' 2022-11-23T00:58:33.1855658Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.1857702Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.1859390Z adding 'torch/include/ATen/ops/select_copy_native.h' 2022-11-23T00:58:33.1861116Z adding 'torch/include/ATen/ops/select_copy_ops.h' 2022-11-23T00:58:33.1862933Z adding 'torch/include/ATen/ops/select_native.h' 2022-11-23T00:58:33.1864743Z adding 'torch/include/ATen/ops/select_ops.h' 2022-11-23T00:58:33.1867136Z adding 'torch/include/ATen/ops/select_scatter.h' 2022-11-23T00:58:33.1869015Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.1870756Z adding 'torch/include/ATen/ops/select_scatter_native.h' 2022-11-23T00:58:33.1872579Z adding 'torch/include/ATen/ops/select_scatter_ops.h' 2022-11-23T00:58:33.1874378Z adding 'torch/include/ATen/ops/selu.h' 2022-11-23T00:58:33.1876256Z adding 'torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.1877720Z adding 'torch/include/ATen/ops/selu_native.h' 2022-11-23T00:58:33.1879558Z adding 'torch/include/ATen/ops/selu_ops.h' 2022-11-23T00:58:33.1881762Z adding 'torch/include/ATen/ops/set.h' 2022-11-23T00:58:33.1883984Z adding 'torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.1885844Z adding 'torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.1887587Z adding 'torch/include/ATen/ops/set_cpu_dispatch.h' 2022-11-23T00:58:33.1888953Z adding 'torch/include/ATen/ops/set_cuda_dispatch.h' 2022-11-23T00:58:33.1890540Z adding 'torch/include/ATen/ops/set_data.h' 2022-11-23T00:58:33.1892152Z adding 'torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.1893553Z adding 'torch/include/ATen/ops/set_data_native.h' 2022-11-23T00:58:33.1895204Z adding 'torch/include/ATen/ops/set_data_ops.h' 2022-11-23T00:58:33.1896782Z adding 'torch/include/ATen/ops/set_meta_dispatch.h' 2022-11-23T00:58:33.1898613Z adding 'torch/include/ATen/ops/set_native.h' 2022-11-23T00:58:33.1900846Z adding 'torch/include/ATen/ops/set_ops.h' 2022-11-23T00:58:33.1902720Z adding 'torch/include/ATen/ops/sgn.h' 2022-11-23T00:58:33.1904503Z adding 'torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.1906307Z adding 'torch/include/ATen/ops/sgn_cpu_dispatch.h' 2022-11-23T00:58:33.1908138Z adding 'torch/include/ATen/ops/sgn_cuda_dispatch.h' 2022-11-23T00:58:33.1909538Z adding 'torch/include/ATen/ops/sgn_meta.h' 2022-11-23T00:58:33.1911372Z adding 'torch/include/ATen/ops/sgn_meta_dispatch.h' 2022-11-23T00:58:33.1912987Z adding 'torch/include/ATen/ops/sgn_native.h' 2022-11-23T00:58:33.1914638Z adding 'torch/include/ATen/ops/sgn_ops.h' 2022-11-23T00:58:33.1916280Z adding 'torch/include/ATen/ops/sigmoid.h' 2022-11-23T00:58:33.1918110Z adding 'torch/include/ATen/ops/sigmoid_backward.h' 2022-11-23T00:58:33.1919958Z adding 'torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.1921436Z adding 'torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h' 2022-11-23T00:58:33.1923159Z adding 'torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h' 2022-11-23T00:58:33.1924716Z adding 'torch/include/ATen/ops/sigmoid_backward_meta.h' 2022-11-23T00:58:33.1926385Z adding 'torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h' 2022-11-23T00:58:33.1928012Z adding 'torch/include/ATen/ops/sigmoid_backward_native.h' 2022-11-23T00:58:33.1930047Z adding 'torch/include/ATen/ops/sigmoid_backward_ops.h' 2022-11-23T00:58:33.1931755Z adding 'torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.1933324Z adding 'torch/include/ATen/ops/sigmoid_cpu_dispatch.h' 2022-11-23T00:58:33.1935002Z adding 'torch/include/ATen/ops/sigmoid_cuda_dispatch.h' 2022-11-23T00:58:33.1936691Z adding 'torch/include/ATen/ops/sigmoid_meta.h' 2022-11-23T00:58:33.1938449Z adding 'torch/include/ATen/ops/sigmoid_meta_dispatch.h' 2022-11-23T00:58:33.1940148Z adding 'torch/include/ATen/ops/sigmoid_native.h' 2022-11-23T00:58:33.1942186Z adding 'torch/include/ATen/ops/sigmoid_ops.h' 2022-11-23T00:58:33.1943998Z adding 'torch/include/ATen/ops/sign.h' 2022-11-23T00:58:33.1946438Z adding 'torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.1948159Z adding 'torch/include/ATen/ops/sign_cpu_dispatch.h' 2022-11-23T00:58:33.1950024Z adding 'torch/include/ATen/ops/sign_cuda_dispatch.h' 2022-11-23T00:58:33.1951682Z adding 'torch/include/ATen/ops/sign_meta.h' 2022-11-23T00:58:33.1953484Z adding 'torch/include/ATen/ops/sign_meta_dispatch.h' 2022-11-23T00:58:33.1955276Z adding 'torch/include/ATen/ops/sign_native.h' 2022-11-23T00:58:33.1957335Z adding 'torch/include/ATen/ops/sign_ops.h' 2022-11-23T00:58:33.1959223Z adding 'torch/include/ATen/ops/signbit.h' 2022-11-23T00:58:33.1961872Z adding 'torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.1964125Z adding 'torch/include/ATen/ops/signbit_cpu_dispatch.h' 2022-11-23T00:58:33.1965996Z adding 'torch/include/ATen/ops/signbit_cuda_dispatch.h' 2022-11-23T00:58:33.1967809Z adding 'torch/include/ATen/ops/signbit_meta.h' 2022-11-23T00:58:33.1969611Z adding 'torch/include/ATen/ops/signbit_meta_dispatch.h' 2022-11-23T00:58:33.1971274Z adding 'torch/include/ATen/ops/signbit_native.h' 2022-11-23T00:58:33.1973151Z adding 'torch/include/ATen/ops/signbit_ops.h' 2022-11-23T00:58:33.1975036Z adding 'torch/include/ATen/ops/silu.h' 2022-11-23T00:58:33.1976772Z adding 'torch/include/ATen/ops/silu_backward.h' 2022-11-23T00:58:33.1978710Z adding 'torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.1980508Z adding 'torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.1982190Z adding 'torch/include/ATen/ops/silu_backward_cpu_dispatch.h' 2022-11-23T00:58:33.1983945Z adding 'torch/include/ATen/ops/silu_backward_cuda_dispatch.h' 2022-11-23T00:58:33.1985792Z adding 'torch/include/ATen/ops/silu_backward_meta.h' 2022-11-23T00:58:33.1987623Z adding 'torch/include/ATen/ops/silu_backward_meta_dispatch.h' 2022-11-23T00:58:33.1989463Z adding 'torch/include/ATen/ops/silu_backward_native.h' 2022-11-23T00:58:33.1991331Z adding 'torch/include/ATen/ops/silu_backward_ops.h' 2022-11-23T00:58:33.1993311Z adding 'torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.1994917Z adding 'torch/include/ATen/ops/silu_cpu_dispatch.h' 2022-11-23T00:58:33.1996719Z adding 'torch/include/ATen/ops/silu_cuda_dispatch.h' 2022-11-23T00:58:33.1998370Z adding 'torch/include/ATen/ops/silu_meta.h' 2022-11-23T00:58:33.2000271Z adding 'torch/include/ATen/ops/silu_meta_dispatch.h' 2022-11-23T00:58:33.2002000Z adding 'torch/include/ATen/ops/silu_native.h' 2022-11-23T00:58:33.2003945Z adding 'torch/include/ATen/ops/silu_ops.h' 2022-11-23T00:58:33.2005764Z adding 'torch/include/ATen/ops/sin.h' 2022-11-23T00:58:33.2007761Z adding 'torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.2009406Z adding 'torch/include/ATen/ops/sin_cpu_dispatch.h' 2022-11-23T00:58:33.2011177Z adding 'torch/include/ATen/ops/sin_cuda_dispatch.h' 2022-11-23T00:58:33.2013052Z adding 'torch/include/ATen/ops/sin_meta.h' 2022-11-23T00:58:33.2014670Z adding 'torch/include/ATen/ops/sin_meta_dispatch.h' 2022-11-23T00:58:33.2016291Z adding 'torch/include/ATen/ops/sin_native.h' 2022-11-23T00:58:33.2017991Z adding 'torch/include/ATen/ops/sin_ops.h' 2022-11-23T00:58:33.2019629Z adding 'torch/include/ATen/ops/sinc.h' 2022-11-23T00:58:33.2021410Z adding 'torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.2022937Z adding 'torch/include/ATen/ops/sinc_cpu_dispatch.h' 2022-11-23T00:58:33.2024590Z adding 'torch/include/ATen/ops/sinc_cuda_dispatch.h' 2022-11-23T00:58:33.2026396Z adding 'torch/include/ATen/ops/sinc_meta.h' 2022-11-23T00:58:33.2028071Z adding 'torch/include/ATen/ops/sinc_meta_dispatch.h' 2022-11-23T00:58:33.2029622Z adding 'torch/include/ATen/ops/sinc_native.h' 2022-11-23T00:58:33.2031305Z adding 'torch/include/ATen/ops/sinc_ops.h' 2022-11-23T00:58:33.2032974Z adding 'torch/include/ATen/ops/sinh.h' 2022-11-23T00:58:33.2034704Z adding 'torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.2036240Z adding 'torch/include/ATen/ops/sinh_cpu_dispatch.h' 2022-11-23T00:58:33.2037828Z adding 'torch/include/ATen/ops/sinh_cuda_dispatch.h' 2022-11-23T00:58:33.2039429Z adding 'torch/include/ATen/ops/sinh_meta.h' 2022-11-23T00:58:33.2041049Z adding 'torch/include/ATen/ops/sinh_meta_dispatch.h' 2022-11-23T00:58:33.2042688Z adding 'torch/include/ATen/ops/sinh_native.h' 2022-11-23T00:58:33.2044392Z adding 'torch/include/ATen/ops/sinh_ops.h' 2022-11-23T00:58:33.2046028Z adding 'torch/include/ATen/ops/size.h' 2022-11-23T00:58:33.2047758Z adding 'torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2049306Z adding 'torch/include/ATen/ops/size_native.h' 2022-11-23T00:58:33.2050995Z adding 'torch/include/ATen/ops/size_ops.h' 2022-11-23T00:58:33.2052761Z adding 'torch/include/ATen/ops/slice.h' 2022-11-23T00:58:33.2054684Z adding 'torch/include/ATen/ops/slice_backward.h' 2022-11-23T00:58:33.2056663Z adding 'torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.2058209Z adding 'torch/include/ATen/ops/slice_backward_native.h' 2022-11-23T00:58:33.2060111Z adding 'torch/include/ATen/ops/slice_backward_ops.h' 2022-11-23T00:58:33.2061771Z adding 'torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.2063633Z adding 'torch/include/ATen/ops/slice_copy.h' 2022-11-23T00:58:33.2065695Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.2067509Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.2069008Z adding 'torch/include/ATen/ops/slice_copy_native.h' 2022-11-23T00:58:33.2070971Z adding 'torch/include/ATen/ops/slice_copy_ops.h' 2022-11-23T00:58:33.2072559Z adding 'torch/include/ATen/ops/slice_native.h' 2022-11-23T00:58:33.2074200Z adding 'torch/include/ATen/ops/slice_ops.h' 2022-11-23T00:58:33.2076210Z adding 'torch/include/ATen/ops/slice_scatter.h' 2022-11-23T00:58:33.2078174Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.2079870Z adding 'torch/include/ATen/ops/slice_scatter_native.h' 2022-11-23T00:58:33.2081635Z adding 'torch/include/ATen/ops/slice_scatter_ops.h' 2022-11-23T00:58:33.2083342Z adding 'torch/include/ATen/ops/slogdet.h' 2022-11-23T00:58:33.2085177Z adding 'torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2086737Z adding 'torch/include/ATen/ops/slogdet_native.h' 2022-11-23T00:58:33.2088599Z adding 'torch/include/ATen/ops/slogdet_ops.h' 2022-11-23T00:58:33.2091007Z adding 'torch/include/ATen/ops/slow_conv3d.h' 2022-11-23T00:58:33.2092996Z adding 'torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2095091Z adding 'torch/include/ATen/ops/slow_conv3d_forward.h' 2022-11-23T00:58:33.2097304Z adding 'torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h' 2022-11-23T00:58:33.2099161Z adding 'torch/include/ATen/ops/slow_conv3d_forward_native.h' 2022-11-23T00:58:33.2101083Z adding 'torch/include/ATen/ops/slow_conv3d_forward_ops.h' 2022-11-23T00:58:33.2102840Z adding 'torch/include/ATen/ops/slow_conv3d_native.h' 2022-11-23T00:58:33.2104527Z adding 'torch/include/ATen/ops/slow_conv3d_ops.h' 2022-11-23T00:58:33.2106773Z adding 'torch/include/ATen/ops/slow_conv_dilated2d.h' 2022-11-23T00:58:33.2109182Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.2110894Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h' 2022-11-23T00:58:33.2112582Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h' 2022-11-23T00:58:33.2114228Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_native.h' 2022-11-23T00:58:33.2116322Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_ops.h' 2022-11-23T00:58:33.2118153Z adding 'torch/include/ATen/ops/slow_conv_dilated3d.h' 2022-11-23T00:58:33.2120119Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.2121739Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h' 2022-11-23T00:58:33.2123497Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h' 2022-11-23T00:58:33.2125073Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_native.h' 2022-11-23T00:58:33.2126885Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_ops.h' 2022-11-23T00:58:33.2128991Z adding 'torch/include/ATen/ops/slow_conv_transpose2d.h' 2022-11-23T00:58:33.2130993Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.2132712Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h' 2022-11-23T00:58:33.2134488Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h' 2022-11-23T00:58:33.2136206Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta.h' 2022-11-23T00:58:33.2137799Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h' 2022-11-23T00:58:33.2139398Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_native.h' 2022-11-23T00:58:33.2141942Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_ops.h' 2022-11-23T00:58:33.2144183Z adding 'torch/include/ATen/ops/slow_conv_transpose3d.h' 2022-11-23T00:58:33.2146392Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h' 2022-11-23T00:58:33.2148162Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h' 2022-11-23T00:58:33.2149870Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_native.h' 2022-11-23T00:58:33.2151652Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_ops.h' 2022-11-23T00:58:33.2153296Z adding 'torch/include/ATen/ops/smm.h' 2022-11-23T00:58:33.2154896Z adding 'torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2156428Z adding 'torch/include/ATen/ops/smm_native.h' 2022-11-23T00:58:33.2158035Z adding 'torch/include/ATen/ops/smm_ops.h' 2022-11-23T00:58:33.2159888Z adding 'torch/include/ATen/ops/smooth_l1_loss.h' 2022-11-23T00:58:33.2161679Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward.h' 2022-11-23T00:58:33.2163436Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.2164975Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h' 2022-11-23T00:58:33.2166648Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h' 2022-11-23T00:58:33.2168165Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_native.h' 2022-11-23T00:58:33.2169895Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_ops.h' 2022-11-23T00:58:33.2171703Z adding 'torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.2173253Z adding 'torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h' 2022-11-23T00:58:33.2175172Z adding 'torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h' 2022-11-23T00:58:33.2176567Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta.h' 2022-11-23T00:58:33.2178222Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h' 2022-11-23T00:58:33.2179744Z adding 'torch/include/ATen/ops/smooth_l1_loss_native.h' 2022-11-23T00:58:33.2181386Z adding 'torch/include/ATen/ops/smooth_l1_loss_ops.h' 2022-11-23T00:58:33.2183030Z adding 'torch/include/ATen/ops/soft_margin_loss.h' 2022-11-23T00:58:33.2185018Z adding 'torch/include/ATen/ops/soft_margin_loss_backward.h' 2022-11-23T00:58:33.2186978Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.2188302Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_native.h' 2022-11-23T00:58:33.2190099Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_ops.h' 2022-11-23T00:58:33.2191816Z adding 'torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.2193324Z adding 'torch/include/ATen/ops/soft_margin_loss_native.h' 2022-11-23T00:58:33.2194970Z adding 'torch/include/ATen/ops/soft_margin_loss_ops.h' 2022-11-23T00:58:33.2196652Z adding 'torch/include/ATen/ops/softmax.h' 2022-11-23T00:58:33.2198422Z adding 'torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.2200076Z adding 'torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2201586Z adding 'torch/include/ATen/ops/softmax_native.h' 2022-11-23T00:58:33.2203409Z adding 'torch/include/ATen/ops/softmax_ops.h' 2022-11-23T00:58:33.2205029Z adding 'torch/include/ATen/ops/softplus.h' 2022-11-23T00:58:33.2206773Z adding 'torch/include/ATen/ops/softplus_backward.h' 2022-11-23T00:58:33.2208496Z adding 'torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.2210158Z adding 'torch/include/ATen/ops/softplus_backward_cpu_dispatch.h' 2022-11-23T00:58:33.2211748Z adding 'torch/include/ATen/ops/softplus_backward_cuda_dispatch.h' 2022-11-23T00:58:33.2213350Z adding 'torch/include/ATen/ops/softplus_backward_meta.h' 2022-11-23T00:58:33.2214951Z adding 'torch/include/ATen/ops/softplus_backward_meta_dispatch.h' 2022-11-23T00:58:33.2216526Z adding 'torch/include/ATen/ops/softplus_backward_native.h' 2022-11-23T00:58:33.2218256Z adding 'torch/include/ATen/ops/softplus_backward_ops.h' 2022-11-23T00:58:33.2220011Z adding 'torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.2221784Z adding 'torch/include/ATen/ops/softplus_cpu_dispatch.h' 2022-11-23T00:58:33.2223410Z adding 'torch/include/ATen/ops/softplus_cuda_dispatch.h' 2022-11-23T00:58:33.2225142Z adding 'torch/include/ATen/ops/softplus_meta.h' 2022-11-23T00:58:33.2226948Z adding 'torch/include/ATen/ops/softplus_meta_dispatch.h' 2022-11-23T00:58:33.2228530Z adding 'torch/include/ATen/ops/softplus_native.h' 2022-11-23T00:58:33.2230322Z adding 'torch/include/ATen/ops/softplus_ops.h' 2022-11-23T00:58:33.2232005Z adding 'torch/include/ATen/ops/softshrink.h' 2022-11-23T00:58:33.2233744Z adding 'torch/include/ATen/ops/softshrink_backward.h' 2022-11-23T00:58:33.2235526Z adding 'torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.2237222Z adding 'torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h' 2022-11-23T00:58:33.2238885Z adding 'torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h' 2022-11-23T00:58:33.2240685Z adding 'torch/include/ATen/ops/softshrink_backward_meta.h' 2022-11-23T00:58:33.2242331Z adding 'torch/include/ATen/ops/softshrink_backward_meta_dispatch.h' 2022-11-23T00:58:33.2243974Z adding 'torch/include/ATen/ops/softshrink_backward_native.h' 2022-11-23T00:58:33.2245721Z adding 'torch/include/ATen/ops/softshrink_backward_ops.h' 2022-11-23T00:58:33.2247576Z adding 'torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.2249164Z adding 'torch/include/ATen/ops/softshrink_cpu_dispatch.h' 2022-11-23T00:58:33.2250971Z adding 'torch/include/ATen/ops/softshrink_cuda_dispatch.h' 2022-11-23T00:58:33.2252488Z adding 'torch/include/ATen/ops/softshrink_meta.h' 2022-11-23T00:58:33.2254168Z adding 'torch/include/ATen/ops/softshrink_meta_dispatch.h' 2022-11-23T00:58:33.2255734Z adding 'torch/include/ATen/ops/softshrink_native.h' 2022-11-23T00:58:33.2257561Z adding 'torch/include/ATen/ops/softshrink_ops.h' 2022-11-23T00:58:33.2259553Z adding 'torch/include/ATen/ops/sort.h' 2022-11-23T00:58:33.2261532Z adding 'torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.2263231Z adding 'torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.2265196Z adding 'torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2266817Z adding 'torch/include/ATen/ops/sort_cpu_dispatch.h' 2022-11-23T00:58:33.2268559Z adding 'torch/include/ATen/ops/sort_cuda_dispatch.h' 2022-11-23T00:58:33.2270143Z adding 'torch/include/ATen/ops/sort_meta.h' 2022-11-23T00:58:33.2271899Z adding 'torch/include/ATen/ops/sort_meta_dispatch.h' 2022-11-23T00:58:33.2273577Z adding 'torch/include/ATen/ops/sort_native.h' 2022-11-23T00:58:33.2275805Z adding 'torch/include/ATen/ops/sort_ops.h' 2022-11-23T00:58:33.2277880Z adding 'torch/include/ATen/ops/sparse_bsc_tensor.h' 2022-11-23T00:58:33.2279892Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2281489Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_native.h' 2022-11-23T00:58:33.2283373Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_ops.h' 2022-11-23T00:58:33.2285255Z adding 'torch/include/ATen/ops/sparse_bsr_tensor.h' 2022-11-23T00:58:33.2287183Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2288784Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_native.h' 2022-11-23T00:58:33.2290676Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_ops.h' 2022-11-23T00:58:33.2292596Z adding 'torch/include/ATen/ops/sparse_compressed_tensor.h' 2022-11-23T00:58:33.2294611Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2296190Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_native.h' 2022-11-23T00:58:33.2298100Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_ops.h' 2022-11-23T00:58:33.2300185Z adding 'torch/include/ATen/ops/sparse_coo_tensor.h' 2022-11-23T00:58:33.2302058Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.2303768Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2305526Z adding 'torch/include/ATen/ops/sparse_coo_tensor_native.h' 2022-11-23T00:58:33.2307565Z adding 'torch/include/ATen/ops/sparse_coo_tensor_ops.h' 2022-11-23T00:58:33.2309583Z adding 'torch/include/ATen/ops/sparse_csc_tensor.h' 2022-11-23T00:58:33.2311413Z adding 'torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2313125Z adding 'torch/include/ATen/ops/sparse_csc_tensor_native.h' 2022-11-23T00:58:33.2314994Z adding 'torch/include/ATen/ops/sparse_csc_tensor_ops.h' 2022-11-23T00:58:33.2316923Z adding 'torch/include/ATen/ops/sparse_csr_tensor.h' 2022-11-23T00:58:33.2318802Z adding 'torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2320535Z adding 'torch/include/ATen/ops/sparse_csr_tensor_native.h' 2022-11-23T00:58:33.2322418Z adding 'torch/include/ATen/ops/sparse_csr_tensor_ops.h' 2022-11-23T00:58:33.2324111Z adding 'torch/include/ATen/ops/sparse_dim.h' 2022-11-23T00:58:33.2325829Z adding 'torch/include/ATen/ops/sparse_dim_cpu_dispatch.h' 2022-11-23T00:58:33.2327544Z adding 'torch/include/ATen/ops/sparse_dim_cuda_dispatch.h' 2022-11-23T00:58:33.2329106Z adding 'torch/include/ATen/ops/sparse_dim_native.h' 2022-11-23T00:58:33.2330786Z adding 'torch/include/ATen/ops/sparse_dim_ops.h' 2022-11-23T00:58:33.2332434Z adding 'torch/include/ATen/ops/sparse_mask.h' 2022-11-23T00:58:33.2334221Z adding 'torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.2335672Z adding 'torch/include/ATen/ops/sparse_mask_native.h' 2022-11-23T00:58:33.2337521Z adding 'torch/include/ATen/ops/sparse_mask_ops.h' 2022-11-23T00:58:33.2339271Z adding 'torch/include/ATen/ops/sparse_resize.h' 2022-11-23T00:58:33.2341324Z adding 'torch/include/ATen/ops/sparse_resize_and_clear.h' 2022-11-23T00:58:33.2343161Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.2345064Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h' 2022-11-23T00:58:33.2346922Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_native.h' 2022-11-23T00:58:33.2348810Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_ops.h' 2022-11-23T00:58:33.2350650Z adding 'torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.2352456Z adding 'torch/include/ATen/ops/sparse_resize_meta_dispatch.h' 2022-11-23T00:58:33.2353999Z adding 'torch/include/ATen/ops/sparse_resize_native.h' 2022-11-23T00:58:33.2356059Z adding 'torch/include/ATen/ops/sparse_resize_ops.h' 2022-11-23T00:58:33.2357829Z adding 'torch/include/ATen/ops/sparse_sampled_addmm.h' 2022-11-23T00:58:33.2359691Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_native.h' 2022-11-23T00:58:33.2361465Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_ops.h' 2022-11-23T00:58:33.2363206Z adding 'torch/include/ATen/ops/special_airy_ai.h' 2022-11-23T00:58:33.2365095Z adding 'torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.2366637Z adding 'torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h' 2022-11-23T00:58:33.2368271Z adding 'torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h' 2022-11-23T00:58:33.2369927Z adding 'torch/include/ATen/ops/special_airy_ai_meta.h' 2022-11-23T00:58:33.2371572Z adding 'torch/include/ATen/ops/special_airy_ai_meta_dispatch.h' 2022-11-23T00:58:33.2373197Z adding 'torch/include/ATen/ops/special_airy_ai_native.h' 2022-11-23T00:58:33.2374903Z adding 'torch/include/ATen/ops/special_airy_ai_ops.h' 2022-11-23T00:58:33.2376615Z adding 'torch/include/ATen/ops/special_bessel_j0.h' 2022-11-23T00:58:33.2378538Z adding 'torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.2380106Z adding 'torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h' 2022-11-23T00:58:33.2381887Z adding 'torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h' 2022-11-23T00:58:33.2384159Z adding 'torch/include/ATen/ops/special_bessel_j0_meta.h' 2022-11-23T00:58:33.2385600Z adding 'torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h' 2022-11-23T00:58:33.2387206Z adding 'torch/include/ATen/ops/special_bessel_j0_native.h' 2022-11-23T00:58:33.2388964Z adding 'torch/include/ATen/ops/special_bessel_j0_ops.h' 2022-11-23T00:58:33.2390773Z adding 'torch/include/ATen/ops/special_bessel_j1.h' 2022-11-23T00:58:33.2392378Z adding 'torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.2393964Z adding 'torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h' 2022-11-23T00:58:33.2395575Z adding 'torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h' 2022-11-23T00:58:33.2397219Z adding 'torch/include/ATen/ops/special_bessel_j1_meta.h' 2022-11-23T00:58:33.2398891Z adding 'torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h' 2022-11-23T00:58:33.2400628Z adding 'torch/include/ATen/ops/special_bessel_j1_native.h' 2022-11-23T00:58:33.2402425Z adding 'torch/include/ATen/ops/special_bessel_j1_ops.h' 2022-11-23T00:58:33.2404147Z adding 'torch/include/ATen/ops/special_bessel_y0.h' 2022-11-23T00:58:33.2406006Z adding 'torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.2407561Z adding 'torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h' 2022-11-23T00:58:33.2409215Z adding 'torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h' 2022-11-23T00:58:33.2411095Z adding 'torch/include/ATen/ops/special_bessel_y0_meta.h' 2022-11-23T00:58:33.2412654Z adding 'torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h' 2022-11-23T00:58:33.2414277Z adding 'torch/include/ATen/ops/special_bessel_y0_native.h' 2022-11-23T00:58:33.2416024Z adding 'torch/include/ATen/ops/special_bessel_y0_ops.h' 2022-11-23T00:58:33.2417726Z adding 'torch/include/ATen/ops/special_bessel_y1.h' 2022-11-23T00:58:33.2419434Z adding 'torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.2421085Z adding 'torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h' 2022-11-23T00:58:33.2422650Z adding 'torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h' 2022-11-23T00:58:33.2424304Z adding 'torch/include/ATen/ops/special_bessel_y1_meta.h' 2022-11-23T00:58:33.2426173Z adding 'torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h' 2022-11-23T00:58:33.2427842Z adding 'torch/include/ATen/ops/special_bessel_y1_native.h' 2022-11-23T00:58:33.2429574Z adding 'torch/include/ATen/ops/special_bessel_y1_ops.h' 2022-11-23T00:58:33.2431466Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t.h' 2022-11-23T00:58:33.2433305Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.2435070Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.2436707Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2438402Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h' 2022-11-23T00:58:33.2440101Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h' 2022-11-23T00:58:33.2441790Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h' 2022-11-23T00:58:33.2443415Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h' 2022-11-23T00:58:33.2445107Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h' 2022-11-23T00:58:33.2447043Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h' 2022-11-23T00:58:33.2449022Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u.h' 2022-11-23T00:58:33.2450930Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.2452630Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.2454323Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2456043Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h' 2022-11-23T00:58:33.2457772Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h' 2022-11-23T00:58:33.2459574Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h' 2022-11-23T00:58:33.2461209Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h' 2022-11-23T00:58:33.2462903Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h' 2022-11-23T00:58:33.2465042Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h' 2022-11-23T00:58:33.2467840Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v.h' 2022-11-23T00:58:33.2469196Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.2470934Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.2472598Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2474378Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h' 2022-11-23T00:58:33.2476580Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h' 2022-11-23T00:58:33.2478655Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h' 2022-11-23T00:58:33.2480334Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h' 2022-11-23T00:58:33.2482000Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h' 2022-11-23T00:58:33.2483699Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h' 2022-11-23T00:58:33.2485439Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w.h' 2022-11-23T00:58:33.2487191Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.2488946Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.2490453Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2491979Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h' 2022-11-23T00:58:33.2493458Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h' 2022-11-23T00:58:33.2494905Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h' 2022-11-23T00:58:33.2496266Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h' 2022-11-23T00:58:33.2497628Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h' 2022-11-23T00:58:33.2499659Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h' 2022-11-23T00:58:33.2501414Z adding 'torch/include/ATen/ops/special_digamma.h' 2022-11-23T00:58:33.2503053Z adding 'torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2504409Z adding 'torch/include/ATen/ops/special_digamma_native.h' 2022-11-23T00:58:33.2506222Z adding 'torch/include/ATen/ops/special_digamma_ops.h' 2022-11-23T00:58:33.2507803Z adding 'torch/include/ATen/ops/special_entr.h' 2022-11-23T00:58:33.2509411Z adding 'torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.2510861Z adding 'torch/include/ATen/ops/special_entr_cpu_dispatch.h' 2022-11-23T00:58:33.2512335Z adding 'torch/include/ATen/ops/special_entr_cuda_dispatch.h' 2022-11-23T00:58:33.2513724Z adding 'torch/include/ATen/ops/special_entr_meta.h' 2022-11-23T00:58:33.2515341Z adding 'torch/include/ATen/ops/special_entr_meta_dispatch.h' 2022-11-23T00:58:33.2516626Z adding 'torch/include/ATen/ops/special_entr_native.h' 2022-11-23T00:58:33.2518270Z adding 'torch/include/ATen/ops/special_entr_ops.h' 2022-11-23T00:58:33.2519798Z adding 'torch/include/ATen/ops/special_erf.h' 2022-11-23T00:58:33.2521561Z adding 'torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2523167Z adding 'torch/include/ATen/ops/special_erf_native.h' 2022-11-23T00:58:33.2524641Z adding 'torch/include/ATen/ops/special_erf_ops.h' 2022-11-23T00:58:33.2526245Z adding 'torch/include/ATen/ops/special_erfc.h' 2022-11-23T00:58:33.2527992Z adding 'torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2529489Z adding 'torch/include/ATen/ops/special_erfc_native.h' 2022-11-23T00:58:33.2531194Z adding 'torch/include/ATen/ops/special_erfc_ops.h' 2022-11-23T00:58:33.2532836Z adding 'torch/include/ATen/ops/special_erfcx.h' 2022-11-23T00:58:33.2534624Z adding 'torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.2536216Z adding 'torch/include/ATen/ops/special_erfcx_cpu_dispatch.h' 2022-11-23T00:58:33.2537803Z adding 'torch/include/ATen/ops/special_erfcx_cuda_dispatch.h' 2022-11-23T00:58:33.2539935Z adding 'torch/include/ATen/ops/special_erfcx_meta.h' 2022-11-23T00:58:33.2541742Z adding 'torch/include/ATen/ops/special_erfcx_meta_dispatch.h' 2022-11-23T00:58:33.2543328Z adding 'torch/include/ATen/ops/special_erfcx_native.h' 2022-11-23T00:58:33.2545260Z adding 'torch/include/ATen/ops/special_erfcx_ops.h' 2022-11-23T00:58:33.2547242Z adding 'torch/include/ATen/ops/special_erfinv.h' 2022-11-23T00:58:33.2549033Z adding 'torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2550426Z adding 'torch/include/ATen/ops/special_erfinv_native.h' 2022-11-23T00:58:33.2552119Z adding 'torch/include/ATen/ops/special_erfinv_ops.h' 2022-11-23T00:58:33.2553690Z adding 'torch/include/ATen/ops/special_exp2.h' 2022-11-23T00:58:33.2555475Z adding 'torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2556782Z adding 'torch/include/ATen/ops/special_exp2_native.h' 2022-11-23T00:58:33.2558512Z adding 'torch/include/ATen/ops/special_exp2_ops.h' 2022-11-23T00:58:33.2560440Z adding 'torch/include/ATen/ops/special_expit.h' 2022-11-23T00:58:33.2562310Z adding 'torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2563734Z adding 'torch/include/ATen/ops/special_expit_native.h' 2022-11-23T00:58:33.2565442Z adding 'torch/include/ATen/ops/special_expit_ops.h' 2022-11-23T00:58:33.2567081Z adding 'torch/include/ATen/ops/special_expm1.h' 2022-11-23T00:58:33.2568918Z adding 'torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2570345Z adding 'torch/include/ATen/ops/special_expm1_native.h' 2022-11-23T00:58:33.2572052Z adding 'torch/include/ATen/ops/special_expm1_ops.h' 2022-11-23T00:58:33.2573683Z adding 'torch/include/ATen/ops/special_gammainc.h' 2022-11-23T00:58:33.2575547Z adding 'torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2576994Z adding 'torch/include/ATen/ops/special_gammainc_native.h' 2022-11-23T00:58:33.2578736Z adding 'torch/include/ATen/ops/special_gammainc_ops.h' 2022-11-23T00:58:33.2580391Z adding 'torch/include/ATen/ops/special_gammaincc.h' 2022-11-23T00:58:33.2582190Z adding 'torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2583587Z adding 'torch/include/ATen/ops/special_gammaincc_native.h' 2022-11-23T00:58:33.2585515Z adding 'torch/include/ATen/ops/special_gammaincc_ops.h' 2022-11-23T00:58:33.2587235Z adding 'torch/include/ATen/ops/special_gammaln.h' 2022-11-23T00:58:33.2589035Z adding 'torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2590380Z adding 'torch/include/ATen/ops/special_gammaln_native.h' 2022-11-23T00:58:33.2592332Z adding 'torch/include/ATen/ops/special_gammaln_ops.h' 2022-11-23T00:58:33.2594129Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h.h' 2022-11-23T00:58:33.2595880Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.2597719Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.2599480Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2601098Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h' 2022-11-23T00:58:33.2602636Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h' 2022-11-23T00:58:33.2604199Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta.h' 2022-11-23T00:58:33.2605786Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h' 2022-11-23T00:58:33.2607363Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_native.h' 2022-11-23T00:58:33.2609302Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_ops.h' 2022-11-23T00:58:33.2611087Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he.h' 2022-11-23T00:58:33.2612955Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.2615020Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.2616314Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2618061Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h' 2022-11-23T00:58:33.2619845Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h' 2022-11-23T00:58:33.2621569Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta.h' 2022-11-23T00:58:33.2623337Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h' 2022-11-23T00:58:33.2625052Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_native.h' 2022-11-23T00:58:33.2627030Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_ops.h' 2022-11-23T00:58:33.2628788Z adding 'torch/include/ATen/ops/special_i0.h' 2022-11-23T00:58:33.2630596Z adding 'torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2632306Z adding 'torch/include/ATen/ops/special_i0_native.h' 2022-11-23T00:58:33.2633927Z adding 'torch/include/ATen/ops/special_i0_ops.h' 2022-11-23T00:58:33.2635918Z adding 'torch/include/ATen/ops/special_i0e.h' 2022-11-23T00:58:33.2637594Z adding 'torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.2639025Z adding 'torch/include/ATen/ops/special_i0e_cpu_dispatch.h' 2022-11-23T00:58:33.2640672Z adding 'torch/include/ATen/ops/special_i0e_cuda_dispatch.h' 2022-11-23T00:58:33.2642324Z adding 'torch/include/ATen/ops/special_i0e_meta.h' 2022-11-23T00:58:33.2644047Z adding 'torch/include/ATen/ops/special_i0e_meta_dispatch.h' 2022-11-23T00:58:33.2645705Z adding 'torch/include/ATen/ops/special_i0e_native.h' 2022-11-23T00:58:33.2647325Z adding 'torch/include/ATen/ops/special_i0e_ops.h' 2022-11-23T00:58:33.2649032Z adding 'torch/include/ATen/ops/special_i1.h' 2022-11-23T00:58:33.2650958Z adding 'torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.2652485Z adding 'torch/include/ATen/ops/special_i1_cpu_dispatch.h' 2022-11-23T00:58:33.2654636Z adding 'torch/include/ATen/ops/special_i1_cuda_dispatch.h' 2022-11-23T00:58:33.2656406Z adding 'torch/include/ATen/ops/special_i1_meta.h' 2022-11-23T00:58:33.2658166Z adding 'torch/include/ATen/ops/special_i1_meta_dispatch.h' 2022-11-23T00:58:33.2659733Z adding 'torch/include/ATen/ops/special_i1_native.h' 2022-11-23T00:58:33.2661424Z adding 'torch/include/ATen/ops/special_i1_ops.h' 2022-11-23T00:58:33.2662907Z adding 'torch/include/ATen/ops/special_i1e.h' 2022-11-23T00:58:33.2664867Z adding 'torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.2666367Z adding 'torch/include/ATen/ops/special_i1e_cpu_dispatch.h' 2022-11-23T00:58:33.2668039Z adding 'torch/include/ATen/ops/special_i1e_cuda_dispatch.h' 2022-11-23T00:58:33.2669577Z adding 'torch/include/ATen/ops/special_i1e_meta.h' 2022-11-23T00:58:33.2671300Z adding 'torch/include/ATen/ops/special_i1e_meta_dispatch.h' 2022-11-23T00:58:33.2672742Z adding 'torch/include/ATen/ops/special_i1e_native.h' 2022-11-23T00:58:33.2674502Z adding 'torch/include/ATen/ops/special_i1e_ops.h' 2022-11-23T00:58:33.2676288Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l.h' 2022-11-23T00:58:33.2678211Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.2679934Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.2681717Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2683255Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h' 2022-11-23T00:58:33.2684992Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h' 2022-11-23T00:58:33.2686515Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h' 2022-11-23T00:58:33.2688239Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h' 2022-11-23T00:58:33.2689712Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_native.h' 2022-11-23T00:58:33.2691642Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h' 2022-11-23T00:58:33.2693495Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p.h' 2022-11-23T00:58:33.2695428Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.2697038Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.2698685Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2700248Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h' 2022-11-23T00:58:33.2701919Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h' 2022-11-23T00:58:33.2703496Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta.h' 2022-11-23T00:58:33.2705264Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h' 2022-11-23T00:58:33.2706861Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_native.h' 2022-11-23T00:58:33.2708821Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_ops.h' 2022-11-23T00:58:33.2710528Z adding 'torch/include/ATen/ops/special_log1p.h' 2022-11-23T00:58:33.2712232Z adding 'torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2713738Z adding 'torch/include/ATen/ops/special_log1p_native.h' 2022-11-23T00:58:33.2715417Z adding 'torch/include/ATen/ops/special_log1p_ops.h' 2022-11-23T00:58:33.2717098Z adding 'torch/include/ATen/ops/special_log_ndtr.h' 2022-11-23T00:58:33.2718838Z adding 'torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.2720528Z adding 'torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h' 2022-11-23T00:58:33.2722186Z adding 'torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h' 2022-11-23T00:58:33.2723761Z adding 'torch/include/ATen/ops/special_log_ndtr_meta.h' 2022-11-23T00:58:33.2725363Z adding 'torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h' 2022-11-23T00:58:33.2726929Z adding 'torch/include/ATen/ops/special_log_ndtr_native.h' 2022-11-23T00:58:33.2728660Z adding 'torch/include/ATen/ops/special_log_ndtr_ops.h' 2022-11-23T00:58:33.2730307Z adding 'torch/include/ATen/ops/special_log_softmax.h' 2022-11-23T00:58:33.2731915Z adding 'torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2733589Z adding 'torch/include/ATen/ops/special_log_softmax_native.h' 2022-11-23T00:58:33.2735156Z adding 'torch/include/ATen/ops/special_log_softmax_ops.h' 2022-11-23T00:58:33.2737215Z adding 'torch/include/ATen/ops/special_logit.h' 2022-11-23T00:58:33.2739008Z adding 'torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2740694Z adding 'torch/include/ATen/ops/special_logit_native.h' 2022-11-23T00:58:33.2742629Z adding 'torch/include/ATen/ops/special_logit_ops.h' 2022-11-23T00:58:33.2744532Z adding 'torch/include/ATen/ops/special_logsumexp.h' 2022-11-23T00:58:33.2746697Z adding 'torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2748384Z adding 'torch/include/ATen/ops/special_logsumexp_native.h' 2022-11-23T00:58:33.2750448Z adding 'torch/include/ATen/ops/special_logsumexp_ops.h' 2022-11-23T00:58:33.2752324Z adding 'torch/include/ATen/ops/special_modified_bessel_i0.h' 2022-11-23T00:58:33.2754318Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.2756018Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h' 2022-11-23T00:58:33.2757931Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h' 2022-11-23T00:58:33.2759749Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta.h' 2022-11-23T00:58:33.2761670Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h' 2022-11-23T00:58:33.2763401Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_native.h' 2022-11-23T00:58:33.2765394Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_ops.h' 2022-11-23T00:58:33.2767302Z adding 'torch/include/ATen/ops/special_modified_bessel_i1.h' 2022-11-23T00:58:33.2769290Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.2771016Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h' 2022-11-23T00:58:33.2772907Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h' 2022-11-23T00:58:33.2774647Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta.h' 2022-11-23T00:58:33.2776539Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h' 2022-11-23T00:58:33.2778271Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_native.h' 2022-11-23T00:58:33.2780247Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_ops.h' 2022-11-23T00:58:33.2782086Z adding 'torch/include/ATen/ops/special_modified_bessel_k0.h' 2022-11-23T00:58:33.2784099Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.2786054Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h' 2022-11-23T00:58:33.2787964Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h' 2022-11-23T00:58:33.2789735Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta.h' 2022-11-23T00:58:33.2791600Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h' 2022-11-23T00:58:33.2793347Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_native.h' 2022-11-23T00:58:33.2795325Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_ops.h' 2022-11-23T00:58:33.2797198Z adding 'torch/include/ATen/ops/special_modified_bessel_k1.h' 2022-11-23T00:58:33.2799235Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.2801018Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h' 2022-11-23T00:58:33.2802877Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h' 2022-11-23T00:58:33.2804602Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta.h' 2022-11-23T00:58:33.2806464Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h' 2022-11-23T00:58:33.2808264Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_native.h' 2022-11-23T00:58:33.2810291Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_ops.h' 2022-11-23T00:58:33.2812082Z adding 'torch/include/ATen/ops/special_multigammaln.h' 2022-11-23T00:58:33.2814205Z adding 'torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2815949Z adding 'torch/include/ATen/ops/special_multigammaln_native.h' 2022-11-23T00:58:33.2817812Z adding 'torch/include/ATen/ops/special_multigammaln_ops.h' 2022-11-23T00:58:33.2819594Z adding 'torch/include/ATen/ops/special_ndtr.h' 2022-11-23T00:58:33.2821674Z adding 'torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2823296Z adding 'torch/include/ATen/ops/special_ndtr_native.h' 2022-11-23T00:58:33.2825399Z adding 'torch/include/ATen/ops/special_ndtr_ops.h' 2022-11-23T00:58:33.2827561Z adding 'torch/include/ATen/ops/special_ndtri.h' 2022-11-23T00:58:33.2829628Z adding 'torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.2831328Z adding 'torch/include/ATen/ops/special_ndtri_cpu_dispatch.h' 2022-11-23T00:58:33.2833181Z adding 'torch/include/ATen/ops/special_ndtri_cuda_dispatch.h' 2022-11-23T00:58:33.2835061Z adding 'torch/include/ATen/ops/special_ndtri_meta.h' 2022-11-23T00:58:33.2836998Z adding 'torch/include/ATen/ops/special_ndtri_meta_dispatch.h' 2022-11-23T00:58:33.2838628Z adding 'torch/include/ATen/ops/special_ndtri_native.h' 2022-11-23T00:58:33.2840543Z adding 'torch/include/ATen/ops/special_ndtri_ops.h' 2022-11-23T00:58:33.2842520Z adding 'torch/include/ATen/ops/special_polygamma.h' 2022-11-23T00:58:33.2844470Z adding 'torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2846287Z adding 'torch/include/ATen/ops/special_polygamma_native.h' 2022-11-23T00:58:33.2848205Z adding 'torch/include/ATen/ops/special_polygamma_ops.h' 2022-11-23T00:58:33.2850055Z adding 'torch/include/ATen/ops/special_psi.h' 2022-11-23T00:58:33.2852043Z adding 'torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2853849Z adding 'torch/include/ATen/ops/special_psi_native.h' 2022-11-23T00:58:33.2855581Z adding 'torch/include/ATen/ops/special_psi_ops.h' 2022-11-23T00:58:33.2857348Z adding 'torch/include/ATen/ops/special_round.h' 2022-11-23T00:58:33.2859414Z adding 'torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2861223Z adding 'torch/include/ATen/ops/special_round_native.h' 2022-11-23T00:58:33.2863353Z adding 'torch/include/ATen/ops/special_round_ops.h' 2022-11-23T00:58:33.2865040Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0.h' 2022-11-23T00:58:33.2867242Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.2868682Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h' 2022-11-23T00:58:33.2870452Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h' 2022-11-23T00:58:33.2872130Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h' 2022-11-23T00:58:33.2873963Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h' 2022-11-23T00:58:33.2875901Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h' 2022-11-23T00:58:33.2877834Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h' 2022-11-23T00:58:33.2879448Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1.h' 2022-11-23T00:58:33.2881325Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.2882970Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h' 2022-11-23T00:58:33.2884790Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h' 2022-11-23T00:58:33.2899410Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h' 2022-11-23T00:58:33.2900160Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h' 2022-11-23T00:58:33.2900572Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h' 2022-11-23T00:58:33.2900857Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h' 2022-11-23T00:58:33.2901195Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h' 2022-11-23T00:58:33.2901728Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.2902141Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.2902425Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2902649Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h' 2022-11-23T00:58:33.2903362Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h' 2022-11-23T00:58:33.2905397Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h' 2022-11-23T00:58:33.2907237Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h' 2022-11-23T00:58:33.2909100Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h' 2022-11-23T00:58:33.2911235Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h' 2022-11-23T00:58:33.2913359Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h' 2022-11-23T00:58:33.2915485Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.2917463Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.2919313Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2921292Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h' 2022-11-23T00:58:33.2922966Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h' 2022-11-23T00:58:33.2924807Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h' 2022-11-23T00:58:33.2926738Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h' 2022-11-23T00:58:33.2928561Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h' 2022-11-23T00:58:33.2930787Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h' 2022-11-23T00:58:33.2932900Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h' 2022-11-23T00:58:33.2934954Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.2936944Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.2938847Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2940679Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h' 2022-11-23T00:58:33.2942605Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h' 2022-11-23T00:58:33.2944511Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h' 2022-11-23T00:58:33.2946711Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h' 2022-11-23T00:58:33.2948538Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h' 2022-11-23T00:58:33.2950666Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h' 2022-11-23T00:58:33.2953635Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h' 2022-11-23T00:58:33.2955625Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.2957766Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.2959689Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2961529Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h' 2022-11-23T00:58:33.2963437Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h' 2022-11-23T00:58:33.2965305Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h' 2022-11-23T00:58:33.2967194Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h' 2022-11-23T00:58:33.2968929Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h' 2022-11-23T00:58:33.2970997Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h' 2022-11-23T00:58:33.2972781Z adding 'torch/include/ATen/ops/special_sinc.h' 2022-11-23T00:58:33.2974656Z adding 'torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2976479Z adding 'torch/include/ATen/ops/special_sinc_native.h' 2022-11-23T00:58:33.2978171Z adding 'torch/include/ATen/ops/special_sinc_ops.h' 2022-11-23T00:58:33.2979936Z adding 'torch/include/ATen/ops/special_softmax.h' 2022-11-23T00:58:33.2981920Z adding 'torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.2983472Z adding 'torch/include/ATen/ops/special_softmax_native.h' 2022-11-23T00:58:33.2985425Z adding 'torch/include/ATen/ops/special_softmax_ops.h' 2022-11-23T00:58:33.2987333Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0.h' 2022-11-23T00:58:33.2989302Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.2990986Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h' 2022-11-23T00:58:33.2992772Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h' 2022-11-23T00:58:33.2994453Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta.h' 2022-11-23T00:58:33.2996269Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h' 2022-11-23T00:58:33.2997979Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_native.h' 2022-11-23T00:58:33.2999951Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_ops.h' 2022-11-23T00:58:33.3001948Z adding 'torch/include/ATen/ops/special_xlog1py.h' 2022-11-23T00:58:33.3003993Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.3006067Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.3007672Z adding 'torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h' 2022-11-23T00:58:33.3009497Z adding 'torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h' 2022-11-23T00:58:33.3011075Z adding 'torch/include/ATen/ops/special_xlog1py_meta.h' 2022-11-23T00:58:33.3012826Z adding 'torch/include/ATen/ops/special_xlog1py_meta_dispatch.h' 2022-11-23T00:58:33.3014627Z adding 'torch/include/ATen/ops/special_xlog1py_native.h' 2022-11-23T00:58:33.3016526Z adding 'torch/include/ATen/ops/special_xlog1py_ops.h' 2022-11-23T00:58:33.3018530Z adding 'torch/include/ATen/ops/special_xlogy.h' 2022-11-23T00:58:33.3020443Z adding 'torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.3022096Z adding 'torch/include/ATen/ops/special_xlogy_native.h' 2022-11-23T00:58:33.3024102Z adding 'torch/include/ATen/ops/special_xlogy_ops.h' 2022-11-23T00:58:33.3026118Z adding 'torch/include/ATen/ops/special_zeta.h' 2022-11-23T00:58:33.3028151Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.3030026Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.3031873Z adding 'torch/include/ATen/ops/special_zeta_cpu_dispatch.h' 2022-11-23T00:58:33.3033583Z adding 'torch/include/ATen/ops/special_zeta_cuda_dispatch.h' 2022-11-23T00:58:33.3035352Z adding 'torch/include/ATen/ops/special_zeta_meta.h' 2022-11-23T00:58:33.3037189Z adding 'torch/include/ATen/ops/special_zeta_meta_dispatch.h' 2022-11-23T00:58:33.3039032Z adding 'torch/include/ATen/ops/special_zeta_native.h' 2022-11-23T00:58:33.3041225Z adding 'torch/include/ATen/ops/special_zeta_ops.h' 2022-11-23T00:58:33.3043338Z adding 'torch/include/ATen/ops/split.h' 2022-11-23T00:58:33.3045320Z adding 'torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.3047181Z adding 'torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.3049144Z adding 'torch/include/ATen/ops/split_copy.h' 2022-11-23T00:58:33.3051267Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.3053173Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.3054918Z adding 'torch/include/ATen/ops/split_copy_native.h' 2022-11-23T00:58:33.3056870Z adding 'torch/include/ATen/ops/split_copy_ops.h' 2022-11-23T00:58:33.3059114Z adding 'torch/include/ATen/ops/split_native.h' 2022-11-23T00:58:33.3061179Z adding 'torch/include/ATen/ops/split_ops.h' 2022-11-23T00:58:33.3063219Z adding 'torch/include/ATen/ops/split_with_sizes.h' 2022-11-23T00:58:33.3065346Z adding 'torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.3067417Z adding 'torch/include/ATen/ops/split_with_sizes_copy.h' 2022-11-23T00:58:33.3069531Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.3071465Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.3073176Z adding 'torch/include/ATen/ops/split_with_sizes_copy_native.h' 2022-11-23T00:58:33.3075186Z adding 'torch/include/ATen/ops/split_with_sizes_copy_ops.h' 2022-11-23T00:58:33.3076934Z adding 'torch/include/ATen/ops/split_with_sizes_native.h' 2022-11-23T00:58:33.3078759Z adding 'torch/include/ATen/ops/split_with_sizes_ops.h' 2022-11-23T00:58:33.3080597Z adding 'torch/include/ATen/ops/sqrt.h' 2022-11-23T00:58:33.3082696Z adding 'torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.3084494Z adding 'torch/include/ATen/ops/sqrt_cpu_dispatch.h' 2022-11-23T00:58:33.3086168Z adding 'torch/include/ATen/ops/sqrt_cuda_dispatch.h' 2022-11-23T00:58:33.3087868Z adding 'torch/include/ATen/ops/sqrt_meta.h' 2022-11-23T00:58:33.3089742Z adding 'torch/include/ATen/ops/sqrt_meta_dispatch.h' 2022-11-23T00:58:33.3091514Z adding 'torch/include/ATen/ops/sqrt_native.h' 2022-11-23T00:58:33.3093390Z adding 'torch/include/ATen/ops/sqrt_ops.h' 2022-11-23T00:58:33.3095199Z adding 'torch/include/ATen/ops/square.h' 2022-11-23T00:58:33.3097122Z adding 'torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.3098783Z adding 'torch/include/ATen/ops/square_native.h' 2022-11-23T00:58:33.3100683Z adding 'torch/include/ATen/ops/square_ops.h' 2022-11-23T00:58:33.3102506Z adding 'torch/include/ATen/ops/squeeze.h' 2022-11-23T00:58:33.3104446Z adding 'torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.3106585Z adding 'torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.3108402Z adding 'torch/include/ATen/ops/squeeze_copy.h' 2022-11-23T00:58:33.3110354Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.3112221Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.3113934Z adding 'torch/include/ATen/ops/squeeze_copy_native.h' 2022-11-23T00:58:33.3115878Z adding 'torch/include/ATen/ops/squeeze_copy_ops.h' 2022-11-23T00:58:33.3117721Z adding 'torch/include/ATen/ops/squeeze_native.h' 2022-11-23T00:58:33.3119865Z adding 'torch/include/ATen/ops/squeeze_ops.h' 2022-11-23T00:58:33.3121933Z adding 'torch/include/ATen/ops/sspaddmm.h' 2022-11-23T00:58:33.3123830Z adding 'torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.3125577Z adding 'torch/include/ATen/ops/sspaddmm_cpu_dispatch.h' 2022-11-23T00:58:33.3127417Z adding 'torch/include/ATen/ops/sspaddmm_cuda_dispatch.h' 2022-11-23T00:58:33.3129147Z adding 'torch/include/ATen/ops/sspaddmm_native.h' 2022-11-23T00:58:33.3131116Z adding 'torch/include/ATen/ops/sspaddmm_ops.h' 2022-11-23T00:58:33.3132985Z adding 'torch/include/ATen/ops/stack.h' 2022-11-23T00:58:33.3134948Z adding 'torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.3136603Z adding 'torch/include/ATen/ops/stack_native.h' 2022-11-23T00:58:33.3138479Z adding 'torch/include/ATen/ops/stack_ops.h' 2022-11-23T00:58:33.3140571Z adding 'torch/include/ATen/ops/std.h' 2022-11-23T00:58:33.3142766Z adding 'torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.3144541Z adding 'torch/include/ATen/ops/std_cpu_dispatch.h' 2022-11-23T00:58:33.3146773Z adding 'torch/include/ATen/ops/std_cuda_dispatch.h' 2022-11-23T00:58:33.3148670Z adding 'torch/include/ATen/ops/std_mean.h' 2022-11-23T00:58:33.3150708Z adding 'torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.3152507Z adding 'torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.3154273Z adding 'torch/include/ATen/ops/std_mean_cpu_dispatch.h' 2022-11-23T00:58:33.3156341Z adding 'torch/include/ATen/ops/std_mean_cuda_dispatch.h' 2022-11-23T00:58:33.3157862Z adding 'torch/include/ATen/ops/std_mean_native.h' 2022-11-23T00:58:33.3160076Z adding 'torch/include/ATen/ops/std_mean_ops.h' 2022-11-23T00:58:33.3162186Z adding 'torch/include/ATen/ops/std_native.h' 2022-11-23T00:58:33.3164407Z adding 'torch/include/ATen/ops/std_ops.h' 2022-11-23T00:58:33.3166566Z adding 'torch/include/ATen/ops/stft.h' 2022-11-23T00:58:33.3168531Z adding 'torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.3170328Z adding 'torch/include/ATen/ops/stft_native.h' 2022-11-23T00:58:33.3172287Z adding 'torch/include/ATen/ops/stft_ops.h' 2022-11-23T00:58:33.3174178Z adding 'torch/include/ATen/ops/stride.h' 2022-11-23T00:58:33.3176011Z adding 'torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.3177813Z adding 'torch/include/ATen/ops/stride_native.h' 2022-11-23T00:58:33.3179650Z adding 'torch/include/ATen/ops/stride_ops.h' 2022-11-23T00:58:33.3181554Z adding 'torch/include/ATen/ops/sub.h' 2022-11-23T00:58:33.3183546Z adding 'torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.3185599Z adding 'torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.3187284Z adding 'torch/include/ATen/ops/sub_cpu_dispatch.h' 2022-11-23T00:58:33.3189150Z adding 'torch/include/ATen/ops/sub_cuda_dispatch.h' 2022-11-23T00:58:33.3190880Z adding 'torch/include/ATen/ops/sub_meta.h' 2022-11-23T00:58:33.3192746Z adding 'torch/include/ATen/ops/sub_meta_dispatch.h' 2022-11-23T00:58:33.3194519Z adding 'torch/include/ATen/ops/sub_native.h' 2022-11-23T00:58:33.3196666Z adding 'torch/include/ATen/ops/sub_ops.h' 2022-11-23T00:58:33.3198612Z adding 'torch/include/ATen/ops/subtract.h' 2022-11-23T00:58:33.3200759Z adding 'torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.3202452Z adding 'torch/include/ATen/ops/subtract_native.h' 2022-11-23T00:58:33.3204531Z adding 'torch/include/ATen/ops/subtract_ops.h' 2022-11-23T00:58:33.3206576Z adding 'torch/include/ATen/ops/sum.h' 2022-11-23T00:58:33.3208678Z adding 'torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.3210549Z adding 'torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.3212410Z adding 'torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.3214101Z adding 'torch/include/ATen/ops/sum_cpu_dispatch.h' 2022-11-23T00:58:33.3216120Z adding 'torch/include/ATen/ops/sum_cuda_dispatch.h' 2022-11-23T00:58:33.3217767Z adding 'torch/include/ATen/ops/sum_meta.h' 2022-11-23T00:58:33.3219676Z adding 'torch/include/ATen/ops/sum_meta_dispatch.h' 2022-11-23T00:58:33.3221472Z adding 'torch/include/ATen/ops/sum_native.h' 2022-11-23T00:58:33.3223621Z adding 'torch/include/ATen/ops/sum_ops.h' 2022-11-23T00:58:33.3225802Z adding 'torch/include/ATen/ops/sum_to_size.h' 2022-11-23T00:58:33.3227697Z adding 'torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.3229321Z adding 'torch/include/ATen/ops/sum_to_size_native.h' 2022-11-23T00:58:33.3231237Z adding 'torch/include/ATen/ops/sum_to_size_ops.h' 2022-11-23T00:58:33.3233029Z adding 'torch/include/ATen/ops/svd.h' 2022-11-23T00:58:33.3235025Z adding 'torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.3236694Z adding 'torch/include/ATen/ops/svd_native.h' 2022-11-23T00:58:33.3238681Z adding 'torch/include/ATen/ops/svd_ops.h' 2022-11-23T00:58:33.3240549Z adding 'torch/include/ATen/ops/swapaxes.h' 2022-11-23T00:58:33.3242480Z adding 'torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.3244193Z adding 'torch/include/ATen/ops/swapaxes_native.h' 2022-11-23T00:58:33.3246025Z adding 'torch/include/ATen/ops/swapaxes_ops.h' 2022-11-23T00:58:33.3247763Z adding 'torch/include/ATen/ops/swapdims.h' 2022-11-23T00:58:33.3249685Z adding 'torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.3251301Z adding 'torch/include/ATen/ops/swapdims_native.h' 2022-11-23T00:58:33.3253276Z adding 'torch/include/ATen/ops/swapdims_ops.h' 2022-11-23T00:58:33.3255170Z adding 'torch/include/ATen/ops/symeig.h' 2022-11-23T00:58:33.3257172Z adding 'torch/include/ATen/ops/symeig_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.3258845Z adding 'torch/include/ATen/ops/symeig_native.h' 2022-11-23T00:58:33.3260755Z adding 'torch/include/ATen/ops/symeig_ops.h' 2022-11-23T00:58:33.3262552Z adding 'torch/include/ATen/ops/t.h' 2022-11-23T00:58:33.3264433Z adding 'torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.3266462Z adding 'torch/include/ATen/ops/t_copy.h' 2022-11-23T00:58:33.3268406Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.3270189Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.3271830Z adding 'torch/include/ATen/ops/t_copy_native.h' 2022-11-23T00:58:33.3273888Z adding 'torch/include/ATen/ops/t_copy_ops.h' 2022-11-23T00:58:33.3275509Z adding 'torch/include/ATen/ops/t_native.h' 2022-11-23T00:58:33.3277434Z adding 'torch/include/ATen/ops/t_ops.h' 2022-11-23T00:58:33.3279338Z adding 'torch/include/ATen/ops/take.h' 2022-11-23T00:58:33.3281153Z adding 'torch/include/ATen/ops/take_along_dim.h' 2022-11-23T00:58:33.3283183Z adding 'torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.3284791Z adding 'torch/include/ATen/ops/take_along_dim_native.h' 2022-11-23T00:58:33.3286731Z adding 'torch/include/ATen/ops/take_along_dim_ops.h' 2022-11-23T00:58:33.3288493Z adding 'torch/include/ATen/ops/take_cpu_dispatch.h' 2022-11-23T00:58:33.3290339Z adding 'torch/include/ATen/ops/take_cuda_dispatch.h' 2022-11-23T00:58:33.3292069Z adding 'torch/include/ATen/ops/take_native.h' 2022-11-23T00:58:33.3294033Z adding 'torch/include/ATen/ops/take_ops.h' 2022-11-23T00:58:33.3295847Z adding 'torch/include/ATen/ops/tan.h' 2022-11-23T00:58:33.3297948Z adding 'torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.3299562Z adding 'torch/include/ATen/ops/tan_cpu_dispatch.h' 2022-11-23T00:58:33.3301423Z adding 'torch/include/ATen/ops/tan_cuda_dispatch.h' 2022-11-23T00:58:33.3303043Z adding 'torch/include/ATen/ops/tan_meta.h' 2022-11-23T00:58:33.3305057Z adding 'torch/include/ATen/ops/tan_meta_dispatch.h' 2022-11-23T00:58:33.3306926Z adding 'torch/include/ATen/ops/tan_native.h' 2022-11-23T00:58:33.3309088Z adding 'torch/include/ATen/ops/tan_ops.h' 2022-11-23T00:58:33.3310778Z adding 'torch/include/ATen/ops/tanh.h' 2022-11-23T00:58:33.3312638Z adding 'torch/include/ATen/ops/tanh_backward.h' 2022-11-23T00:58:33.3314597Z adding 'torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.3316377Z adding 'torch/include/ATen/ops/tanh_backward_cpu_dispatch.h' 2022-11-23T00:58:33.3318125Z adding 'torch/include/ATen/ops/tanh_backward_cuda_dispatch.h' 2022-11-23T00:58:33.3319987Z adding 'torch/include/ATen/ops/tanh_backward_meta.h' 2022-11-23T00:58:33.3321743Z adding 'torch/include/ATen/ops/tanh_backward_meta_dispatch.h' 2022-11-23T00:58:33.3323513Z adding 'torch/include/ATen/ops/tanh_backward_native.h' 2022-11-23T00:58:33.3325454Z adding 'torch/include/ATen/ops/tanh_backward_ops.h' 2022-11-23T00:58:33.3327669Z adding 'torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.3329240Z adding 'torch/include/ATen/ops/tanh_cpu_dispatch.h' 2022-11-23T00:58:33.3331030Z adding 'torch/include/ATen/ops/tanh_cuda_dispatch.h' 2022-11-23T00:58:33.3332922Z adding 'torch/include/ATen/ops/tanh_meta.h' 2022-11-23T00:58:33.3334407Z adding 'torch/include/ATen/ops/tanh_meta_dispatch.h' 2022-11-23T00:58:33.3335959Z adding 'torch/include/ATen/ops/tanh_native.h' 2022-11-23T00:58:33.3337729Z adding 'torch/include/ATen/ops/tanh_ops.h' 2022-11-23T00:58:33.3339619Z adding 'torch/include/ATen/ops/tensor.h' 2022-11-23T00:58:33.3341541Z adding 'torch/include/ATen/ops/tensor_split.h' 2022-11-23T00:58:33.3343692Z adding 'torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.3345360Z adding 'torch/include/ATen/ops/tensor_split_native.h' 2022-11-23T00:58:33.3347185Z adding 'torch/include/ATen/ops/tensor_split_ops.h' 2022-11-23T00:58:33.3349035Z adding 'torch/include/ATen/ops/tensordot.h' 2022-11-23T00:58:33.3350922Z adding 'torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.3352707Z adding 'torch/include/ATen/ops/tensordot_cpu_dispatch.h' 2022-11-23T00:58:33.3354288Z adding 'torch/include/ATen/ops/tensordot_cuda_dispatch.h' 2022-11-23T00:58:33.3355811Z adding 'torch/include/ATen/ops/tensordot_native.h' 2022-11-23T00:58:33.3357698Z adding 'torch/include/ATen/ops/tensordot_ops.h' 2022-11-23T00:58:33.3359594Z adding 'torch/include/ATen/ops/thnn_conv2d.h' 2022-11-23T00:58:33.3361495Z adding 'torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.3363144Z adding 'torch/include/ATen/ops/thnn_conv2d_native.h' 2022-11-23T00:58:33.3365142Z adding 'torch/include/ATen/ops/thnn_conv2d_ops.h' 2022-11-23T00:58:33.3366929Z adding 'torch/include/ATen/ops/threshold.h' 2022-11-23T00:58:33.3368704Z adding 'torch/include/ATen/ops/threshold_backward.h' 2022-11-23T00:58:33.3370558Z adding 'torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.3372247Z adding 'torch/include/ATen/ops/threshold_backward_cpu_dispatch.h' 2022-11-23T00:58:33.3373971Z adding 'torch/include/ATen/ops/threshold_backward_cuda_dispatch.h' 2022-11-23T00:58:33.3375671Z adding 'torch/include/ATen/ops/threshold_backward_meta.h' 2022-11-23T00:58:33.3377354Z adding 'torch/include/ATen/ops/threshold_backward_meta_dispatch.h' 2022-11-23T00:58:33.3379042Z adding 'torch/include/ATen/ops/threshold_backward_native.h' 2022-11-23T00:58:33.3380875Z adding 'torch/include/ATen/ops/threshold_backward_ops.h' 2022-11-23T00:58:33.3382807Z adding 'torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.3385334Z adding 'torch/include/ATen/ops/threshold_cpu_dispatch.h' 2022-11-23T00:58:33.3387314Z adding 'torch/include/ATen/ops/threshold_cuda_dispatch.h' 2022-11-23T00:58:33.3388925Z adding 'torch/include/ATen/ops/threshold_meta.h' 2022-11-23T00:58:33.3390658Z adding 'torch/include/ATen/ops/threshold_meta_dispatch.h' 2022-11-23T00:58:33.3392320Z adding 'torch/include/ATen/ops/threshold_native.h' 2022-11-23T00:58:33.3394225Z adding 'torch/include/ATen/ops/threshold_ops.h' 2022-11-23T00:58:33.3395904Z adding 'torch/include/ATen/ops/tile.h' 2022-11-23T00:58:33.3397735Z adding 'torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.3399345Z adding 'torch/include/ATen/ops/tile_native.h' 2022-11-23T00:58:33.3401253Z adding 'torch/include/ATen/ops/tile_ops.h' 2022-11-23T00:58:33.3402797Z adding 'torch/include/ATen/ops/to.h' 2022-11-23T00:58:33.3404696Z adding 'torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.3406175Z adding 'torch/include/ATen/ops/to_dense.h' 2022-11-23T00:58:33.3407808Z adding 'torch/include/ATen/ops/to_dense_backward.h' 2022-11-23T00:58:33.3409627Z adding 'torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.3411173Z adding 'torch/include/ATen/ops/to_dense_backward_native.h' 2022-11-23T00:58:33.3412913Z adding 'torch/include/ATen/ops/to_dense_backward_ops.h' 2022-11-23T00:58:33.3414666Z adding 'torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.3416219Z adding 'torch/include/ATen/ops/to_dense_native.h' 2022-11-23T00:58:33.3417856Z adding 'torch/include/ATen/ops/to_dense_ops.h' 2022-11-23T00:58:33.3419572Z adding 'torch/include/ATen/ops/to_mkldnn.h' 2022-11-23T00:58:33.3421237Z adding 'torch/include/ATen/ops/to_mkldnn_backward.h' 2022-11-23T00:58:33.3423087Z adding 'torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.3424563Z adding 'torch/include/ATen/ops/to_mkldnn_backward_native.h' 2022-11-23T00:58:33.3426706Z adding 'torch/include/ATen/ops/to_mkldnn_backward_ops.h' 2022-11-23T00:58:33.3428516Z adding 'torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.3430169Z adding 'torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h' 2022-11-23T00:58:33.3431956Z adding 'torch/include/ATen/ops/to_mkldnn_native.h' 2022-11-23T00:58:33.3433617Z adding 'torch/include/ATen/ops/to_mkldnn_ops.h' 2022-11-23T00:58:33.3435186Z adding 'torch/include/ATen/ops/to_native.h' 2022-11-23T00:58:33.3437128Z adding 'torch/include/ATen/ops/to_ops.h' 2022-11-23T00:58:33.3439361Z adding 'torch/include/ATen/ops/to_padded_tensor.h' 2022-11-23T00:58:33.3441402Z adding 'torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.3443004Z adding 'torch/include/ATen/ops/to_padded_tensor_native.h' 2022-11-23T00:58:33.3444830Z adding 'torch/include/ATen/ops/to_padded_tensor_ops.h' 2022-11-23T00:58:33.3446634Z adding 'torch/include/ATen/ops/to_sparse.h' 2022-11-23T00:58:33.3448389Z adding 'torch/include/ATen/ops/to_sparse_bsc.h' 2022-11-23T00:58:33.3450152Z adding 'torch/include/ATen/ops/to_sparse_bsc_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.3451809Z adding 'torch/include/ATen/ops/to_sparse_bsc_cpu_dispatch.h' 2022-11-23T00:58:33.3453512Z adding 'torch/include/ATen/ops/to_sparse_bsc_cuda_dispatch.h' 2022-11-23T00:58:33.3455383Z adding 'torch/include/ATen/ops/to_sparse_bsc_native.h' 2022-11-23T00:58:33.3457010Z adding 'torch/include/ATen/ops/to_sparse_bsc_ops.h' 2022-11-23T00:58:33.3458717Z adding 'torch/include/ATen/ops/to_sparse_bsr.h' 2022-11-23T00:58:33.3460566Z adding 'torch/include/ATen/ops/to_sparse_bsr_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.3462185Z adding 'torch/include/ATen/ops/to_sparse_bsr_cpu_dispatch.h' 2022-11-23T00:58:33.3463820Z adding 'torch/include/ATen/ops/to_sparse_bsr_cuda_dispatch.h' 2022-11-23T00:58:33.3465649Z adding 'torch/include/ATen/ops/to_sparse_bsr_native.h' 2022-11-23T00:58:33.3467511Z adding 'torch/include/ATen/ops/to_sparse_bsr_ops.h' 2022-11-23T00:58:33.3469434Z adding 'torch/include/ATen/ops/to_sparse_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.3470945Z adding 'torch/include/ATen/ops/to_sparse_cpu_dispatch.h' 2022-11-23T00:58:33.3472529Z adding 'torch/include/ATen/ops/to_sparse_csc.h' 2022-11-23T00:58:33.3474278Z adding 'torch/include/ATen/ops/to_sparse_csc_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.3476085Z adding 'torch/include/ATen/ops/to_sparse_csc_cpu_dispatch.h' 2022-11-23T00:58:33.3477652Z adding 'torch/include/ATen/ops/to_sparse_csc_cuda_dispatch.h' 2022-11-23T00:58:33.3479356Z adding 'torch/include/ATen/ops/to_sparse_csc_native.h' 2022-11-23T00:58:33.3481174Z adding 'torch/include/ATen/ops/to_sparse_csc_ops.h' 2022-11-23T00:58:33.3482940Z adding 'torch/include/ATen/ops/to_sparse_csr.h' 2022-11-23T00:58:33.3484766Z adding 'torch/include/ATen/ops/to_sparse_csr_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.3486329Z adding 'torch/include/ATen/ops/to_sparse_csr_cpu_dispatch.h' 2022-11-23T00:58:33.3487974Z adding 'torch/include/ATen/ops/to_sparse_csr_cuda_dispatch.h' 2022-11-23T00:58:33.3489706Z adding 'torch/include/ATen/ops/to_sparse_csr_native.h' 2022-11-23T00:58:33.3491275Z adding 'torch/include/ATen/ops/to_sparse_csr_ops.h' 2022-11-23T00:58:33.3493005Z adding 'torch/include/ATen/ops/to_sparse_cuda_dispatch.h' 2022-11-23T00:58:33.3494713Z adding 'torch/include/ATen/ops/to_sparse_native.h' 2022-11-23T00:58:33.3496660Z adding 'torch/include/ATen/ops/to_sparse_ops.h' 2022-11-23T00:58:33.3498520Z adding 'torch/include/ATen/ops/topk.h' 2022-11-23T00:58:33.3500664Z adding 'torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.3502182Z adding 'torch/include/ATen/ops/topk_cpu_dispatch.h' 2022-11-23T00:58:33.3503782Z adding 'torch/include/ATen/ops/topk_cuda_dispatch.h' 2022-11-23T00:58:33.3505576Z adding 'torch/include/ATen/ops/topk_meta.h' 2022-11-23T00:58:33.3507275Z adding 'torch/include/ATen/ops/topk_meta_dispatch.h' 2022-11-23T00:58:33.3509017Z adding 'torch/include/ATen/ops/topk_native.h' 2022-11-23T00:58:33.3510857Z adding 'torch/include/ATen/ops/topk_ops.h' 2022-11-23T00:58:33.3512603Z adding 'torch/include/ATen/ops/trace.h' 2022-11-23T00:58:33.3514319Z adding 'torch/include/ATen/ops/trace_backward.h' 2022-11-23T00:58:33.3516167Z adding 'torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.3517659Z adding 'torch/include/ATen/ops/trace_backward_native.h' 2022-11-23T00:58:33.3519461Z adding 'torch/include/ATen/ops/trace_backward_ops.h' 2022-11-23T00:58:33.3521288Z adding 'torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.3522976Z adding 'torch/include/ATen/ops/trace_cpu_dispatch.h' 2022-11-23T00:58:33.3524610Z adding 'torch/include/ATen/ops/trace_cuda_dispatch.h' 2022-11-23T00:58:33.3526246Z adding 'torch/include/ATen/ops/trace_native.h' 2022-11-23T00:58:33.3528002Z adding 'torch/include/ATen/ops/trace_ops.h' 2022-11-23T00:58:33.3529936Z adding 'torch/include/ATen/ops/transpose.h' 2022-11-23T00:58:33.3531561Z adding 'torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.3533346Z adding 'torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.3534825Z adding 'torch/include/ATen/ops/transpose_copy.h' 2022-11-23T00:58:33.3536725Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.3538501Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.3540024Z adding 'torch/include/ATen/ops/transpose_copy_native.h' 2022-11-23T00:58:33.3541761Z adding 'torch/include/ATen/ops/transpose_copy_ops.h' 2022-11-23T00:58:33.3543476Z adding 'torch/include/ATen/ops/transpose_native.h' 2022-11-23T00:58:33.3545466Z adding 'torch/include/ATen/ops/transpose_ops.h' 2022-11-23T00:58:33.3547260Z adding 'torch/include/ATen/ops/trapezoid.h' 2022-11-23T00:58:33.3549101Z adding 'torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.3550772Z adding 'torch/include/ATen/ops/trapezoid_native.h' 2022-11-23T00:58:33.3552443Z adding 'torch/include/ATen/ops/trapezoid_ops.h' 2022-11-23T00:58:33.3554152Z adding 'torch/include/ATen/ops/trapz.h' 2022-11-23T00:58:33.3555993Z adding 'torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.3557637Z adding 'torch/include/ATen/ops/trapz_native.h' 2022-11-23T00:58:33.3559517Z adding 'torch/include/ATen/ops/trapz_ops.h' 2022-11-23T00:58:33.3561287Z adding 'torch/include/ATen/ops/triangular_solve.h' 2022-11-23T00:58:33.3563158Z adding 'torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.3564878Z adding 'torch/include/ATen/ops/triangular_solve_cpu_dispatch.h' 2022-11-23T00:58:33.3566575Z adding 'torch/include/ATen/ops/triangular_solve_cuda_dispatch.h' 2022-11-23T00:58:33.3568199Z adding 'torch/include/ATen/ops/triangular_solve_meta.h' 2022-11-23T00:58:33.3569937Z adding 'torch/include/ATen/ops/triangular_solve_meta_dispatch.h' 2022-11-23T00:58:33.3571596Z adding 'torch/include/ATen/ops/triangular_solve_native.h' 2022-11-23T00:58:33.3573438Z adding 'torch/include/ATen/ops/triangular_solve_ops.h' 2022-11-23T00:58:33.3575158Z adding 'torch/include/ATen/ops/tril.h' 2022-11-23T00:58:33.3577098Z adding 'torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.3578696Z adding 'torch/include/ATen/ops/tril_cpu_dispatch.h' 2022-11-23T00:58:33.3580562Z adding 'torch/include/ATen/ops/tril_cuda_dispatch.h' 2022-11-23T00:58:33.3582296Z adding 'torch/include/ATen/ops/tril_indices.h' 2022-11-23T00:58:33.3584200Z adding 'torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.3586010Z adding 'torch/include/ATen/ops/tril_indices_cpu_dispatch.h' 2022-11-23T00:58:33.3587934Z adding 'torch/include/ATen/ops/tril_indices_cuda_dispatch.h' 2022-11-23T00:58:33.3589737Z adding 'torch/include/ATen/ops/tril_indices_native.h' 2022-11-23T00:58:33.3591655Z adding 'torch/include/ATen/ops/tril_indices_ops.h' 2022-11-23T00:58:33.3593283Z adding 'torch/include/ATen/ops/tril_meta.h' 2022-11-23T00:58:33.3595403Z adding 'torch/include/ATen/ops/tril_meta_dispatch.h' 2022-11-23T00:58:33.3597154Z adding 'torch/include/ATen/ops/tril_native.h' 2022-11-23T00:58:33.3598615Z adding 'torch/include/ATen/ops/tril_ops.h' 2022-11-23T00:58:33.3600350Z adding 'torch/include/ATen/ops/triplet_margin_loss.h' 2022-11-23T00:58:33.3602326Z adding 'torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.3603926Z adding 'torch/include/ATen/ops/triplet_margin_loss_native.h' 2022-11-23T00:58:33.3605656Z adding 'torch/include/ATen/ops/triplet_margin_loss_ops.h' 2022-11-23T00:58:33.3607415Z adding 'torch/include/ATen/ops/triu.h' 2022-11-23T00:58:33.3609132Z adding 'torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.3610875Z adding 'torch/include/ATen/ops/triu_cpu_dispatch.h' 2022-11-23T00:58:33.3612547Z adding 'torch/include/ATen/ops/triu_cuda_dispatch.h' 2022-11-23T00:58:33.3614366Z adding 'torch/include/ATen/ops/triu_indices.h' 2022-11-23T00:58:33.3616029Z adding 'torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.3617631Z adding 'torch/include/ATen/ops/triu_indices_cpu_dispatch.h' 2022-11-23T00:58:33.3619420Z adding 'torch/include/ATen/ops/triu_indices_cuda_dispatch.h' 2022-11-23T00:58:33.3620994Z adding 'torch/include/ATen/ops/triu_indices_native.h' 2022-11-23T00:58:33.3622819Z adding 'torch/include/ATen/ops/triu_indices_ops.h' 2022-11-23T00:58:33.3624475Z adding 'torch/include/ATen/ops/triu_meta.h' 2022-11-23T00:58:33.3626364Z adding 'torch/include/ATen/ops/triu_meta_dispatch.h' 2022-11-23T00:58:33.3627962Z adding 'torch/include/ATen/ops/triu_native.h' 2022-11-23T00:58:33.3629736Z adding 'torch/include/ATen/ops/triu_ops.h' 2022-11-23T00:58:33.3631789Z adding 'torch/include/ATen/ops/true_divide.h' 2022-11-23T00:58:33.3633678Z adding 'torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.3635227Z adding 'torch/include/ATen/ops/true_divide_native.h' 2022-11-23T00:58:33.3637131Z adding 'torch/include/ATen/ops/true_divide_ops.h' 2022-11-23T00:58:33.3638898Z adding 'torch/include/ATen/ops/trunc.h' 2022-11-23T00:58:33.3640928Z adding 'torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.3642443Z adding 'torch/include/ATen/ops/trunc_cpu_dispatch.h' 2022-11-23T00:58:33.3644275Z adding 'torch/include/ATen/ops/trunc_cuda_dispatch.h' 2022-11-23T00:58:33.3645778Z adding 'torch/include/ATen/ops/trunc_meta.h' 2022-11-23T00:58:33.3647454Z adding 'torch/include/ATen/ops/trunc_meta_dispatch.h' 2022-11-23T00:58:33.3649168Z adding 'torch/include/ATen/ops/trunc_native.h' 2022-11-23T00:58:33.3650963Z adding 'torch/include/ATen/ops/trunc_ops.h' 2022-11-23T00:58:33.3652953Z adding 'torch/include/ATen/ops/type_as.h' 2022-11-23T00:58:33.3654702Z adding 'torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.3656057Z adding 'torch/include/ATen/ops/type_as_native.h' 2022-11-23T00:58:33.3657785Z adding 'torch/include/ATen/ops/type_as_ops.h' 2022-11-23T00:58:33.3659567Z adding 'torch/include/ATen/ops/unbind.h' 2022-11-23T00:58:33.3661516Z adding 'torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.3663189Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.3665236Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautogradnestedtensor_dispatch.h' 2022-11-23T00:58:33.3667041Z adding 'torch/include/ATen/ops/unbind_copy.h' 2022-11-23T00:58:33.3668799Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.3670616Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.3672073Z adding 'torch/include/ATen/ops/unbind_copy_native.h' 2022-11-23T00:58:33.3673998Z adding 'torch/include/ATen/ops/unbind_copy_ops.h' 2022-11-23T00:58:33.3675717Z adding 'torch/include/ATen/ops/unbind_native.h' 2022-11-23T00:58:33.3677514Z adding 'torch/include/ATen/ops/unbind_ops.h' 2022-11-23T00:58:33.3679347Z adding 'torch/include/ATen/ops/unflatten.h' 2022-11-23T00:58:33.3681317Z adding 'torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.3682985Z adding 'torch/include/ATen/ops/unflatten_dense_tensors.h' 2022-11-23T00:58:33.3684763Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.3686399Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_native.h' 2022-11-23T00:58:33.3688285Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_ops.h' 2022-11-23T00:58:33.3689948Z adding 'torch/include/ATen/ops/unflatten_native.h' 2022-11-23T00:58:33.3691928Z adding 'torch/include/ATen/ops/unflatten_ops.h' 2022-11-23T00:58:33.3693620Z adding 'torch/include/ATen/ops/unfold.h' 2022-11-23T00:58:33.3695660Z adding 'torch/include/ATen/ops/unfold_backward.h' 2022-11-23T00:58:33.3697764Z adding 'torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.3699490Z adding 'torch/include/ATen/ops/unfold_backward_cpu_dispatch.h' 2022-11-23T00:58:33.3701297Z adding 'torch/include/ATen/ops/unfold_backward_cuda_dispatch.h' 2022-11-23T00:58:33.3703006Z adding 'torch/include/ATen/ops/unfold_backward_native.h' 2022-11-23T00:58:33.3705084Z adding 'torch/include/ATen/ops/unfold_backward_ops.h' 2022-11-23T00:58:33.3706972Z adding 'torch/include/ATen/ops/unfold_copy.h' 2022-11-23T00:58:33.3708823Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.3710575Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.3712193Z adding 'torch/include/ATen/ops/unfold_copy_native.h' 2022-11-23T00:58:33.3714003Z adding 'torch/include/ATen/ops/unfold_copy_ops.h' 2022-11-23T00:58:33.3715804Z adding 'torch/include/ATen/ops/unfold_cpu_dispatch.h' 2022-11-23T00:58:33.3717532Z adding 'torch/include/ATen/ops/unfold_cuda_dispatch.h' 2022-11-23T00:58:33.3719328Z adding 'torch/include/ATen/ops/unfold_meta_dispatch.h' 2022-11-23T00:58:33.3721138Z adding 'torch/include/ATen/ops/unfold_native.h' 2022-11-23T00:58:33.3722948Z adding 'torch/include/ATen/ops/unfold_ops.h' 2022-11-23T00:58:33.3724824Z adding 'torch/include/ATen/ops/uniform.h' 2022-11-23T00:58:33.3726716Z adding 'torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.3728414Z adding 'torch/include/ATen/ops/uniform_cpu_dispatch.h' 2022-11-23T00:58:33.3730204Z adding 'torch/include/ATen/ops/uniform_cuda_dispatch.h' 2022-11-23T00:58:33.3731933Z adding 'torch/include/ATen/ops/uniform_meta_dispatch.h' 2022-11-23T00:58:33.3733654Z adding 'torch/include/ATen/ops/uniform_native.h' 2022-11-23T00:58:33.3735633Z adding 'torch/include/ATen/ops/uniform_ops.h' 2022-11-23T00:58:33.3737598Z adding 'torch/include/ATen/ops/unique_consecutive.h' 2022-11-23T00:58:33.3739490Z adding 'torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.3741254Z adding 'torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h' 2022-11-23T00:58:33.3742971Z adding 'torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h' 2022-11-23T00:58:33.3744716Z adding 'torch/include/ATen/ops/unique_consecutive_native.h' 2022-11-23T00:58:33.3746968Z adding 'torch/include/ATen/ops/unique_consecutive_ops.h' 2022-11-23T00:58:33.3749211Z adding 'torch/include/ATen/ops/unique_dim.h' 2022-11-23T00:58:33.3751273Z adding 'torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.3753137Z adding 'torch/include/ATen/ops/unique_dim_consecutive.h' 2022-11-23T00:58:33.3755265Z adding 'torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.3757123Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h' 2022-11-23T00:58:33.3758997Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h' 2022-11-23T00:58:33.3761001Z adding 'torch/include/ATen/ops/unique_dim_consecutive_native.h' 2022-11-23T00:58:33.3763097Z adding 'torch/include/ATen/ops/unique_dim_consecutive_ops.h' 2022-11-23T00:58:33.3765067Z adding 'torch/include/ATen/ops/unique_dim_cpu_dispatch.h' 2022-11-23T00:58:33.3767043Z adding 'torch/include/ATen/ops/unique_dim_cuda_dispatch.h' 2022-11-23T00:58:33.3768814Z adding 'torch/include/ATen/ops/unique_dim_native.h' 2022-11-23T00:58:33.3770867Z adding 'torch/include/ATen/ops/unique_dim_ops.h' 2022-11-23T00:58:33.3772772Z adding 'torch/include/ATen/ops/unsafe_chunk.h' 2022-11-23T00:58:33.3774763Z adding 'torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.3776477Z adding 'torch/include/ATen/ops/unsafe_chunk_native.h' 2022-11-23T00:58:33.3778475Z adding 'torch/include/ATen/ops/unsafe_chunk_ops.h' 2022-11-23T00:58:33.3780544Z adding 'torch/include/ATen/ops/unsafe_split.h' 2022-11-23T00:58:33.3782659Z adding 'torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.3784402Z adding 'torch/include/ATen/ops/unsafe_split_native.h' 2022-11-23T00:58:33.3786547Z adding 'torch/include/ATen/ops/unsafe_split_ops.h' 2022-11-23T00:58:33.3788608Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes.h' 2022-11-23T00:58:33.3790776Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.3792563Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_native.h' 2022-11-23T00:58:33.3794548Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_ops.h' 2022-11-23T00:58:33.3797005Z adding 'torch/include/ATen/ops/unsqueeze.h' 2022-11-23T00:58:33.3799011Z adding 'torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.3800906Z adding 'torch/include/ATen/ops/unsqueeze_copy.h' 2022-11-23T00:58:33.3802941Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.3804843Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.3806535Z adding 'torch/include/ATen/ops/unsqueeze_copy_native.h' 2022-11-23T00:58:33.3808558Z adding 'torch/include/ATen/ops/unsqueeze_copy_ops.h' 2022-11-23T00:58:33.3810390Z adding 'torch/include/ATen/ops/unsqueeze_native.h' 2022-11-23T00:58:33.3812390Z adding 'torch/include/ATen/ops/unsqueeze_ops.h' 2022-11-23T00:58:33.3814645Z adding 'torch/include/ATen/ops/upsample_bicubic2d.h' 2022-11-23T00:58:33.3817072Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward.h' 2022-11-23T00:58:33.3819295Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.3821238Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h' 2022-11-23T00:58:33.3823221Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h' 2022-11-23T00:58:33.3825278Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h' 2022-11-23T00:58:33.3827229Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h' 2022-11-23T00:58:33.3829343Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_native.h' 2022-11-23T00:58:33.3831251Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h' 2022-11-23T00:58:33.3833185Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.3835027Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.3836905Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h' 2022-11-23T00:58:33.3838778Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h' 2022-11-23T00:58:33.3840723Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta.h' 2022-11-23T00:58:33.3842511Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h' 2022-11-23T00:58:33.3844651Z adding 'torch/include/ATen/ops/upsample_bicubic2d_native.h' 2022-11-23T00:58:33.3846643Z adding 'torch/include/ATen/ops/upsample_bicubic2d_ops.h' 2022-11-23T00:58:33.3848836Z adding 'torch/include/ATen/ops/upsample_bilinear2d.h' 2022-11-23T00:58:33.3851126Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward.h' 2022-11-23T00:58:33.3853323Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.3854987Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h' 2022-11-23T00:58:33.3856903Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h' 2022-11-23T00:58:33.3858860Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h' 2022-11-23T00:58:33.3860893Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h' 2022-11-23T00:58:33.3862861Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_native.h' 2022-11-23T00:58:33.3864374Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h' 2022-11-23T00:58:33.3866700Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.3868323Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.3870075Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h' 2022-11-23T00:58:33.3871854Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h' 2022-11-23T00:58:33.3873510Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta.h' 2022-11-23T00:58:33.3875380Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h' 2022-11-23T00:58:33.3877021Z adding 'torch/include/ATen/ops/upsample_bilinear2d_native.h' 2022-11-23T00:58:33.3879010Z adding 'torch/include/ATen/ops/upsample_bilinear2d_ops.h' 2022-11-23T00:58:33.3881259Z adding 'torch/include/ATen/ops/upsample_linear1d.h' 2022-11-23T00:58:33.3883591Z adding 'torch/include/ATen/ops/upsample_linear1d_backward.h' 2022-11-23T00:58:33.3885700Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.3887386Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h' 2022-11-23T00:58:33.3889134Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h' 2022-11-23T00:58:33.3891096Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta.h' 2022-11-23T00:58:33.3892792Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h' 2022-11-23T00:58:33.3894433Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_native.h' 2022-11-23T00:58:33.3896191Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_ops.h' 2022-11-23T00:58:33.3898249Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.3900002Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.3901931Z adding 'torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h' 2022-11-23T00:58:33.3903855Z adding 'torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h' 2022-11-23T00:58:33.3905840Z adding 'torch/include/ATen/ops/upsample_linear1d_meta.h' 2022-11-23T00:58:33.3907880Z adding 'torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h' 2022-11-23T00:58:33.3909726Z adding 'torch/include/ATen/ops/upsample_linear1d_native.h' 2022-11-23T00:58:33.3911684Z adding 'torch/include/ATen/ops/upsample_linear1d_ops.h' 2022-11-23T00:58:33.3913876Z adding 'torch/include/ATen/ops/upsample_nearest1d.h' 2022-11-23T00:58:33.3916040Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward.h' 2022-11-23T00:58:33.3918103Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.3919939Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h' 2022-11-23T00:58:33.3921843Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h' 2022-11-23T00:58:33.3923540Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta.h' 2022-11-23T00:58:33.3925377Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h' 2022-11-23T00:58:33.3926983Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_native.h' 2022-11-23T00:58:33.3928834Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_ops.h' 2022-11-23T00:58:33.3930732Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.3932454Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.3934147Z adding 'torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h' 2022-11-23T00:58:33.3935935Z adding 'torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h' 2022-11-23T00:58:33.3937551Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta.h' 2022-11-23T00:58:33.3939312Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h' 2022-11-23T00:58:33.3941179Z adding 'torch/include/ATen/ops/upsample_nearest1d_native.h' 2022-11-23T00:58:33.3942954Z adding 'torch/include/ATen/ops/upsample_nearest1d_ops.h' 2022-11-23T00:58:33.3945367Z adding 'torch/include/ATen/ops/upsample_nearest2d.h' 2022-11-23T00:58:33.3947758Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward.h' 2022-11-23T00:58:33.3949880Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.3951629Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h' 2022-11-23T00:58:33.3953635Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h' 2022-11-23T00:58:33.3955236Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta.h' 2022-11-23T00:58:33.3957039Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h' 2022-11-23T00:58:33.3958794Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_native.h' 2022-11-23T00:58:33.3960762Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_ops.h' 2022-11-23T00:58:33.3962680Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.3964458Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.3966207Z adding 'torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h' 2022-11-23T00:58:33.3968149Z adding 'torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h' 2022-11-23T00:58:33.3969855Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta.h' 2022-11-23T00:58:33.3971663Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h' 2022-11-23T00:58:33.3973451Z adding 'torch/include/ATen/ops/upsample_nearest2d_native.h' 2022-11-23T00:58:33.3975357Z adding 'torch/include/ATen/ops/upsample_nearest2d_ops.h' 2022-11-23T00:58:33.3977552Z adding 'torch/include/ATen/ops/upsample_nearest3d.h' 2022-11-23T00:58:33.3979759Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward.h' 2022-11-23T00:58:33.3981826Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.3983502Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h' 2022-11-23T00:58:33.3985428Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h' 2022-11-23T00:58:33.3987446Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta.h' 2022-11-23T00:58:33.3989257Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h' 2022-11-23T00:58:33.3990970Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_native.h' 2022-11-23T00:58:33.3992759Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_ops.h' 2022-11-23T00:58:33.3994581Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.3996205Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.3997808Z adding 'torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h' 2022-11-23T00:58:33.3999590Z adding 'torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h' 2022-11-23T00:58:33.4001162Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta.h' 2022-11-23T00:58:33.4002847Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h' 2022-11-23T00:58:33.4004507Z adding 'torch/include/ATen/ops/upsample_nearest3d_native.h' 2022-11-23T00:58:33.4006401Z adding 'torch/include/ATen/ops/upsample_nearest3d_ops.h' 2022-11-23T00:58:33.4008550Z adding 'torch/include/ATen/ops/upsample_trilinear3d.h' 2022-11-23T00:58:33.4010801Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward.h' 2022-11-23T00:58:33.4012731Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.4014524Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h' 2022-11-23T00:58:33.4016239Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h' 2022-11-23T00:58:33.4017870Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h' 2022-11-23T00:58:33.4019730Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h' 2022-11-23T00:58:33.4021367Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_native.h' 2022-11-23T00:58:33.4023113Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h' 2022-11-23T00:58:33.4025057Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.4026710Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.4028401Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h' 2022-11-23T00:58:33.4030082Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h' 2022-11-23T00:58:33.4031677Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta.h' 2022-11-23T00:58:33.4033365Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h' 2022-11-23T00:58:33.4035078Z adding 'torch/include/ATen/ops/upsample_trilinear3d_native.h' 2022-11-23T00:58:33.4036844Z adding 'torch/include/ATen/ops/upsample_trilinear3d_ops.h' 2022-11-23T00:58:33.4038628Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward.h' 2022-11-23T00:58:33.4040497Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.4042106Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_native.h' 2022-11-23T00:58:33.4043729Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_ops.h' 2022-11-23T00:58:33.4045250Z adding 'torch/include/ATen/ops/values.h' 2022-11-23T00:58:33.4046892Z adding 'torch/include/ATen/ops/values_copy.h' 2022-11-23T00:58:33.4048606Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.4050278Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.4051774Z adding 'torch/include/ATen/ops/values_copy_native.h' 2022-11-23T00:58:33.4053543Z adding 'torch/include/ATen/ops/values_copy_ops.h' 2022-11-23T00:58:33.4055147Z adding 'torch/include/ATen/ops/values_native.h' 2022-11-23T00:58:33.4056795Z adding 'torch/include/ATen/ops/values_ops.h' 2022-11-23T00:58:33.4058376Z adding 'torch/include/ATen/ops/vander.h' 2022-11-23T00:58:33.4060106Z adding 'torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.4061589Z adding 'torch/include/ATen/ops/vander_native.h' 2022-11-23T00:58:33.4063242Z adding 'torch/include/ATen/ops/vander_ops.h' 2022-11-23T00:58:33.4065313Z adding 'torch/include/ATen/ops/var.h' 2022-11-23T00:58:33.4067474Z adding 'torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.4069258Z adding 'torch/include/ATen/ops/var_cpu_dispatch.h' 2022-11-23T00:58:33.4070880Z adding 'torch/include/ATen/ops/var_cuda_dispatch.h' 2022-11-23T00:58:33.4072716Z adding 'torch/include/ATen/ops/var_mean.h' 2022-11-23T00:58:33.4074519Z adding 'torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.4076199Z adding 'torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.4077790Z adding 'torch/include/ATen/ops/var_mean_cpu_dispatch.h' 2022-11-23T00:58:33.4079604Z adding 'torch/include/ATen/ops/var_mean_cuda_dispatch.h' 2022-11-23T00:58:33.4081207Z adding 'torch/include/ATen/ops/var_mean_native.h' 2022-11-23T00:58:33.4083186Z adding 'torch/include/ATen/ops/var_mean_ops.h' 2022-11-23T00:58:33.4085043Z adding 'torch/include/ATen/ops/var_native.h' 2022-11-23T00:58:33.4087174Z adding 'torch/include/ATen/ops/var_ops.h' 2022-11-23T00:58:33.4089116Z adding 'torch/include/ATen/ops/vdot.h' 2022-11-23T00:58:33.4090785Z adding 'torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.4092381Z adding 'torch/include/ATen/ops/vdot_cpu_dispatch.h' 2022-11-23T00:58:33.4094131Z adding 'torch/include/ATen/ops/vdot_cuda_dispatch.h' 2022-11-23T00:58:33.4095674Z adding 'torch/include/ATen/ops/vdot_native.h' 2022-11-23T00:58:33.4097423Z adding 'torch/include/ATen/ops/vdot_ops.h' 2022-11-23T00:58:33.4099135Z adding 'torch/include/ATen/ops/view.h' 2022-11-23T00:58:33.4100685Z adding 'torch/include/ATen/ops/view_as.h' 2022-11-23T00:58:33.4102246Z adding 'torch/include/ATen/ops/view_as_complex.h' 2022-11-23T00:58:33.4103952Z adding 'torch/include/ATen/ops/view_as_complex_copy.h' 2022-11-23T00:58:33.4105782Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.4107996Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.4109699Z adding 'torch/include/ATen/ops/view_as_complex_copy_native.h' 2022-11-23T00:58:33.4111647Z adding 'torch/include/ATen/ops/view_as_complex_copy_ops.h' 2022-11-23T00:58:33.4113530Z adding 'torch/include/ATen/ops/view_as_complex_cpu_dispatch.h' 2022-11-23T00:58:33.4115383Z adding 'torch/include/ATen/ops/view_as_complex_cuda_dispatch.h' 2022-11-23T00:58:33.4117186Z adding 'torch/include/ATen/ops/view_as_complex_meta_dispatch.h' 2022-11-23T00:58:33.4119025Z adding 'torch/include/ATen/ops/view_as_complex_native.h' 2022-11-23T00:58:33.4121076Z adding 'torch/include/ATen/ops/view_as_complex_ops.h' 2022-11-23T00:58:33.4122971Z adding 'torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.4124783Z adding 'torch/include/ATen/ops/view_as_native.h' 2022-11-23T00:58:33.4126615Z adding 'torch/include/ATen/ops/view_as_ops.h' 2022-11-23T00:58:33.4128414Z adding 'torch/include/ATen/ops/view_as_real.h' 2022-11-23T00:58:33.4130361Z adding 'torch/include/ATen/ops/view_as_real_copy.h' 2022-11-23T00:58:33.4132300Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.4134251Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.4135961Z adding 'torch/include/ATen/ops/view_as_real_copy_native.h' 2022-11-23T00:58:33.4137897Z adding 'torch/include/ATen/ops/view_as_real_copy_ops.h' 2022-11-23T00:58:33.4139870Z adding 'torch/include/ATen/ops/view_as_real_cpu_dispatch.h' 2022-11-23T00:58:33.4141737Z adding 'torch/include/ATen/ops/view_as_real_cuda_dispatch.h' 2022-11-23T00:58:33.4143552Z adding 'torch/include/ATen/ops/view_as_real_meta_dispatch.h' 2022-11-23T00:58:33.4145343Z adding 'torch/include/ATen/ops/view_as_real_native.h' 2022-11-23T00:58:33.4147256Z adding 'torch/include/ATen/ops/view_as_real_ops.h' 2022-11-23T00:58:33.4149261Z adding 'torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.4151235Z adding 'torch/include/ATen/ops/view_copy.h' 2022-11-23T00:58:33.4153281Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.4155312Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.4157056Z adding 'torch/include/ATen/ops/view_copy_native.h' 2022-11-23T00:58:33.4159090Z adding 'torch/include/ATen/ops/view_copy_ops.h' 2022-11-23T00:58:33.4161184Z adding 'torch/include/ATen/ops/view_cpu_dispatch.h' 2022-11-23T00:58:33.4163038Z adding 'torch/include/ATen/ops/view_cuda_dispatch.h' 2022-11-23T00:58:33.4164860Z adding 'torch/include/ATen/ops/view_meta_dispatch.h' 2022-11-23T00:58:33.4166657Z adding 'torch/include/ATen/ops/view_native.h' 2022-11-23T00:58:33.4168552Z adding 'torch/include/ATen/ops/view_ops.h' 2022-11-23T00:58:33.4170532Z adding 'torch/include/ATen/ops/vsplit.h' 2022-11-23T00:58:33.4172458Z adding 'torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.4174227Z adding 'torch/include/ATen/ops/vsplit_native.h' 2022-11-23T00:58:33.4176213Z adding 'torch/include/ATen/ops/vsplit_ops.h' 2022-11-23T00:58:33.4178062Z adding 'torch/include/ATen/ops/vstack.h' 2022-11-23T00:58:33.4180001Z adding 'torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.4181857Z adding 'torch/include/ATen/ops/vstack_native.h' 2022-11-23T00:58:33.4183754Z adding 'torch/include/ATen/ops/vstack_ops.h' 2022-11-23T00:58:33.4186032Z adding 'torch/include/ATen/ops/where.h' 2022-11-23T00:58:33.4188045Z adding 'torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.4189902Z adding 'torch/include/ATen/ops/where_cpu_dispatch.h' 2022-11-23T00:58:33.4192089Z adding 'torch/include/ATen/ops/where_cuda_dispatch.h' 2022-11-23T00:58:33.4194037Z adding 'torch/include/ATen/ops/where_native.h' 2022-11-23T00:58:33.4196229Z adding 'torch/include/ATen/ops/where_ops.h' 2022-11-23T00:58:33.4198365Z adding 'torch/include/ATen/ops/xlogy.h' 2022-11-23T00:58:33.4200538Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.4202568Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T00:58:33.4204414Z adding 'torch/include/ATen/ops/xlogy_cpu_dispatch.h' 2022-11-23T00:58:33.4206283Z adding 'torch/include/ATen/ops/xlogy_cuda_dispatch.h' 2022-11-23T00:58:33.4208100Z adding 'torch/include/ATen/ops/xlogy_meta.h' 2022-11-23T00:58:33.4209963Z adding 'torch/include/ATen/ops/xlogy_meta_dispatch.h' 2022-11-23T00:58:33.4211778Z adding 'torch/include/ATen/ops/xlogy_native.h' 2022-11-23T00:58:33.4213974Z adding 'torch/include/ATen/ops/xlogy_ops.h' 2022-11-23T00:58:33.4215956Z adding 'torch/include/ATen/ops/xor.h' 2022-11-23T00:58:33.4218078Z adding 'torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h' 2022-11-23T00:58:33.4219745Z adding 'torch/include/ATen/ops/xor_native.h' 2022-11-23T00:58:33.4221722Z adding 'torch/include/ATen/ops/xor_ops.h' 2022-11-23T00:58:33.4223710Z adding 'torch/include/ATen/ops/zero.h' 2022-11-23T00:58:33.4225796Z adding 'torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.4228709Z adding 'torch/include/ATen/ops/zero_cpu_dispatch.h' 2022-11-23T00:58:33.4230454Z adding 'torch/include/ATen/ops/zero_cuda_dispatch.h' 2022-11-23T00:58:33.4232368Z adding 'torch/include/ATen/ops/zero_meta_dispatch.h' 2022-11-23T00:58:33.4234286Z adding 'torch/include/ATen/ops/zero_native.h' 2022-11-23T00:58:33.4236230Z adding 'torch/include/ATen/ops/zero_ops.h' 2022-11-23T00:58:33.4238602Z adding 'torch/include/ATen/ops/zeros.h' 2022-11-23T00:58:33.4240916Z adding 'torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.4242902Z adding 'torch/include/ATen/ops/zeros_like.h' 2022-11-23T00:58:33.4244963Z adding 'torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h' 2022-11-23T00:58:33.4246739Z adding 'torch/include/ATen/ops/zeros_like_native.h' 2022-11-23T00:58:33.4248830Z adding 'torch/include/ATen/ops/zeros_like_ops.h' 2022-11-23T00:58:33.4250829Z adding 'torch/include/ATen/ops/zeros_native.h' 2022-11-23T00:58:33.4253005Z adding 'torch/include/ATen/ops/zeros_ops.h' 2022-11-23T00:58:33.4257897Z adding 'torch/include/ATen/quantized/QTensorImpl.h' 2022-11-23T00:58:33.4261262Z adding 'torch/include/ATen/quantized/Quantizer.h' 2022-11-23T00:58:33.4266594Z adding 'torch/include/c10/core/Allocator.h' 2022-11-23T00:58:33.4268710Z adding 'torch/include/c10/core/AutogradState.h' 2022-11-23T00:58:33.4271788Z adding 'torch/include/c10/core/Backend.h' 2022-11-23T00:58:33.4274030Z adding 'torch/include/c10/core/CPUAllocator.h' 2022-11-23T00:58:33.4276209Z adding 'torch/include/c10/core/CompileTimeFunctionPointer.h' 2022-11-23T00:58:33.4278164Z adding 'torch/include/c10/core/CopyBytes.h' 2022-11-23T00:58:33.4279993Z adding 'torch/include/c10/core/DefaultDtype.h' 2022-11-23T00:58:33.4281946Z adding 'torch/include/c10/core/DefaultTensorOptions.h' 2022-11-23T00:58:33.4284910Z adding 'torch/include/c10/core/Device.h' 2022-11-23T00:58:33.4286993Z adding 'torch/include/c10/core/DeviceArray.h' 2022-11-23T00:58:33.4290183Z adding 'torch/include/c10/core/DeviceGuard.h' 2022-11-23T00:58:33.4292947Z adding 'torch/include/c10/core/DeviceType.h' 2022-11-23T00:58:33.4303194Z adding 'torch/include/c10/core/DispatchKey.h' 2022-11-23T00:58:33.4317025Z adding 'torch/include/c10/core/DispatchKeySet.h' 2022-11-23T00:58:33.4320788Z adding 'torch/include/c10/core/DynamicCast.h' 2022-11-23T00:58:33.4323490Z adding 'torch/include/c10/core/Event.h' 2022-11-23T00:58:33.4326216Z adding 'torch/include/c10/core/GeneratorImpl.h' 2022-11-23T00:58:33.4328219Z adding 'torch/include/c10/core/GradMode.h' 2022-11-23T00:58:33.4330629Z adding 'torch/include/c10/core/InferenceMode.h' 2022-11-23T00:58:33.4332715Z adding 'torch/include/c10/core/Layout.h' 2022-11-23T00:58:33.4336417Z adding 'torch/include/c10/core/MemoryFormat.h' 2022-11-23T00:58:33.4338305Z adding 'torch/include/c10/core/OptionalRef.h' 2022-11-23T00:58:33.4340818Z adding 'torch/include/c10/core/PyHandleCache.h' 2022-11-23T00:58:33.4342822Z adding 'torch/include/c10/core/QEngine.h' 2022-11-23T00:58:33.4345015Z adding 'torch/include/c10/core/QScheme.h' 2022-11-23T00:58:33.4347194Z adding 'torch/include/c10/core/SafePyObject.h' 2022-11-23T00:58:33.4350743Z adding 'torch/include/c10/core/Scalar.h' 2022-11-23T00:58:33.4355841Z adding 'torch/include/c10/core/ScalarType.h' 2022-11-23T00:58:33.4358335Z adding 'torch/include/c10/core/ScalarTypeToTypeMeta.h' 2022-11-23T00:58:33.4360878Z adding 'torch/include/c10/core/Storage.h' 2022-11-23T00:58:33.4364149Z adding 'torch/include/c10/core/StorageImpl.h' 2022-11-23T00:58:33.4368028Z adding 'torch/include/c10/core/Stream.h' 2022-11-23T00:58:33.4371076Z adding 'torch/include/c10/core/StreamGuard.h' 2022-11-23T00:58:33.4373430Z adding 'torch/include/c10/core/SymFloat.h' 2022-11-23T00:58:33.4377180Z adding 'torch/include/c10/core/SymInt.h' 2022-11-23T00:58:33.4379408Z adding 'torch/include/c10/core/SymIntArrayRef.h' 2022-11-23T00:58:33.4381452Z adding 'torch/include/c10/core/SymNodeImpl.h' 2022-11-23T00:58:33.4421149Z adding 'torch/include/c10/core/TensorImpl.h' 2022-11-23T00:58:33.4431620Z adding 'torch/include/c10/core/TensorOptions.h' 2022-11-23T00:58:33.4434242Z adding 'torch/include/c10/core/UndefinedTensorImpl.h' 2022-11-23T00:58:33.4436266Z adding 'torch/include/c10/core/WrapDimMinimal.h' 2022-11-23T00:58:33.4437882Z adding 'torch/include/c10/core/alignment.h' 2022-11-23T00:58:33.4440282Z adding 'torch/include/c10/core/thread_pool.h' 2022-11-23T00:58:33.4445448Z adding 'torch/include/c10/core/impl/DeviceGuardImplInterface.h' 2022-11-23T00:58:33.4448083Z adding 'torch/include/c10/core/impl/FakeGuardImpl.h' 2022-11-23T00:58:33.4450048Z adding 'torch/include/c10/core/impl/GPUTrace.h' 2022-11-23T00:58:33.4452380Z adding 'torch/include/c10/core/impl/HermeticPyObjectTLS.h' 2022-11-23T00:58:33.4457275Z adding 'torch/include/c10/core/impl/InlineDeviceGuard.h' 2022-11-23T00:58:33.4459999Z adding 'torch/include/c10/core/impl/InlineEvent.h' 2022-11-23T00:58:33.4463687Z adding 'torch/include/c10/core/impl/InlineStreamGuard.h' 2022-11-23T00:58:33.4467200Z adding 'torch/include/c10/core/impl/LocalDispatchKeySet.h' 2022-11-23T00:58:33.4470915Z adding 'torch/include/c10/core/impl/PyInterpreter.h' 2022-11-23T00:58:33.4472964Z adding 'torch/include/c10/core/impl/PythonDispatcherTLS.h' 2022-11-23T00:58:33.4476289Z adding 'torch/include/c10/core/impl/SizesAndStrides.h' 2022-11-23T00:58:33.4478216Z adding 'torch/include/c10/core/impl/TorchDispatchModeTLS.h' 2022-11-23T00:58:33.4480387Z adding 'torch/include/c10/core/impl/VirtualGuardImpl.h' 2022-11-23T00:58:33.4482111Z adding 'torch/include/c10/core/impl/alloc_cpu.h' 2022-11-23T00:58:33.4484486Z adding 'torch/include/c10/cuda/CUDAAlgorithm.h' 2022-11-23T00:58:33.4488373Z adding 'torch/include/c10/cuda/CUDACachingAllocator.h' 2022-11-23T00:58:33.4490912Z adding 'torch/include/c10/cuda/CUDAException.h' 2022-11-23T00:58:33.4493365Z adding 'torch/include/c10/cuda/CUDAFunctions.h' 2022-11-23T00:58:33.4495719Z adding 'torch/include/c10/cuda/CUDAGraphsC10Utils.h' 2022-11-23T00:58:33.4499251Z adding 'torch/include/c10/cuda/CUDAGuard.h' 2022-11-23T00:58:33.4501568Z adding 'torch/include/c10/cuda/CUDAMacros.h' 2022-11-23T00:58:33.4503749Z adding 'torch/include/c10/cuda/CUDAMathCompat.h' 2022-11-23T00:58:33.4505717Z adding 'torch/include/c10/cuda/CUDAMiscFunctions.h' 2022-11-23T00:58:33.4509898Z adding 'torch/include/c10/cuda/CUDAStream.h' 2022-11-23T00:58:33.4513307Z adding 'torch/include/c10/cuda/impl/CUDAGuardImpl.h' 2022-11-23T00:58:33.4515202Z adding 'torch/include/c10/cuda/impl/CUDATest.h' 2022-11-23T00:58:33.4518365Z adding 'torch/include/c10/macros/Export.h' 2022-11-23T00:58:33.4524490Z adding 'torch/include/c10/macros/Macros.h' 2022-11-23T00:58:33.4526844Z adding 'torch/include/c10/macros/cmake_macros.h' 2022-11-23T00:58:33.4530638Z adding 'torch/include/c10/util/AlignOf.h' 2022-11-23T00:58:33.4534397Z adding 'torch/include/c10/util/Array.h' 2022-11-23T00:58:33.4538365Z adding 'torch/include/c10/util/ArrayRef.h' 2022-11-23T00:58:33.4541440Z adding 'torch/include/c10/util/BFloat16-inl.h' 2022-11-23T00:58:33.4544349Z adding 'torch/include/c10/util/BFloat16-math.h' 2022-11-23T00:58:33.4546794Z adding 'torch/include/c10/util/BFloat16.h' 2022-11-23T00:58:33.4548813Z adding 'torch/include/c10/util/Backtrace.h' 2022-11-23T00:58:33.4551107Z adding 'torch/include/c10/util/Bitset.h' 2022-11-23T00:58:33.4555645Z adding 'torch/include/c10/util/C++17.h' 2022-11-23T00:58:33.4558094Z adding 'torch/include/c10/util/CallOnce.h' 2022-11-23T00:58:33.4561720Z adding 'torch/include/c10/util/ConstexprCrc.h' 2022-11-23T00:58:33.4564031Z adding 'torch/include/c10/util/DeadlockDetection.h' 2022-11-23T00:58:33.4566357Z adding 'torch/include/c10/util/Deprecated.h' 2022-11-23T00:58:33.4568387Z adding 'torch/include/c10/util/DimVector.h' 2022-11-23T00:58:33.4576047Z adding 'torch/include/c10/util/Exception.h' 2022-11-23T00:58:33.4579380Z adding 'torch/include/c10/util/ExclusivelyOwned.h' 2022-11-23T00:58:33.4581668Z adding 'torch/include/c10/util/ExclusivelyOwnedTensorTraits.h' 2022-11-23T00:58:33.4585298Z adding 'torch/include/c10/util/Flags.h' 2022-11-23T00:58:33.4587912Z adding 'torch/include/c10/util/FunctionRef.h' 2022-11-23T00:58:33.4590874Z adding 'torch/include/c10/util/Half-inl.h' 2022-11-23T00:58:33.4597450Z adding 'torch/include/c10/util/Half.h' 2022-11-23T00:58:33.4600348Z adding 'torch/include/c10/util/IdWrapper.h' 2022-11-23T00:58:33.4603493Z adding 'torch/include/c10/util/LeftRight.h' 2022-11-23T00:58:33.4605588Z adding 'torch/include/c10/util/Load.h' 2022-11-23T00:58:33.4609259Z adding 'torch/include/c10/util/Logging.h' 2022-11-23T00:58:33.4611851Z adding 'torch/include/c10/util/MathConstants.h' 2022-11-23T00:58:33.4614829Z adding 'torch/include/c10/util/MaybeOwned.h' 2022-11-23T00:58:33.4619714Z adding 'torch/include/c10/util/Metaprogramming.h' 2022-11-23T00:58:33.4628400Z adding 'torch/include/c10/util/Optional.h' 2022-11-23T00:58:33.4631972Z adding 'torch/include/c10/util/OptionalArrayRef.h' 2022-11-23T00:58:33.4635890Z adding 'torch/include/c10/util/Registry.h' 2022-11-23T00:58:33.4638330Z adding 'torch/include/c10/util/ScopeExit.h' 2022-11-23T00:58:33.4640394Z adding 'torch/include/c10/util/SmallBuffer.h' 2022-11-23T00:58:33.4654606Z adding 'torch/include/c10/util/SmallVector.h' 2022-11-23T00:58:33.4658481Z adding 'torch/include/c10/util/StringUtil.h' 2022-11-23T00:58:33.4660691Z adding 'torch/include/c10/util/Synchronized.h' 2022-11-23T00:58:33.4663156Z adding 'torch/include/c10/util/ThreadLocal.h' 2022-11-23T00:58:33.4665686Z adding 'torch/include/c10/util/ThreadLocalDebugInfo.h' 2022-11-23T00:58:33.4667621Z adding 'torch/include/c10/util/Type.h' 2022-11-23T00:58:33.4669990Z adding 'torch/include/c10/util/TypeCast.h' 2022-11-23T00:58:33.4672804Z adding 'torch/include/c10/util/TypeIndex.h' 2022-11-23T00:58:33.4677432Z adding 'torch/include/c10/util/TypeList.h' 2022-11-23T00:58:33.4680376Z adding 'torch/include/c10/util/TypeSafeSignMath.h' 2022-11-23T00:58:33.4683117Z adding 'torch/include/c10/util/TypeTraits.h' 2022-11-23T00:58:33.4684980Z adding 'torch/include/c10/util/Unicode.h' 2022-11-23T00:58:33.4687681Z adding 'torch/include/c10/util/UniqueVoidPtr.h' 2022-11-23T00:58:33.4689605Z adding 'torch/include/c10/util/Unroll.h' 2022-11-23T00:58:33.4691918Z adding 'torch/include/c10/util/accumulate.h' 2022-11-23T00:58:33.4697026Z adding 'torch/include/c10/util/complex.h' 2022-11-23T00:58:33.4700146Z adding 'torch/include/c10/util/complex_math.h' 2022-11-23T00:58:33.4702287Z adding 'torch/include/c10/util/complex_utils.h' 2022-11-23T00:58:33.4704257Z adding 'torch/include/c10/util/copysign.h' 2022-11-23T00:58:33.4707212Z adding 'torch/include/c10/util/either.h' 2022-11-23T00:58:33.4709243Z adding 'torch/include/c10/util/env.h' 2022-11-23T00:58:33.4721854Z adding 'torch/include/c10/util/flat_hash_map.h' 2022-11-23T00:58:33.4727340Z adding 'torch/include/c10/util/hash.h' 2022-11-23T00:58:33.4729295Z adding 'torch/include/c10/util/in_place.h' 2022-11-23T00:58:33.4733548Z adding 'torch/include/c10/util/int128.h' 2022-11-23T00:58:33.4743617Z adding 'torch/include/c10/util/intrusive_ptr.h' 2022-11-23T00:58:33.4747151Z adding 'torch/include/c10/util/irange.h' 2022-11-23T00:58:33.4755024Z adding 'torch/include/c10/util/llvmMathExtras.h' 2022-11-23T00:58:33.4758246Z adding 'torch/include/c10/util/logging_is_google_glog.h' 2022-11-23T00:58:33.4761621Z adding 'torch/include/c10/util/logging_is_not_google_glog.h' 2022-11-23T00:58:33.4764533Z adding 'torch/include/c10/util/math_compat.h' 2022-11-23T00:58:33.4766579Z adding 'torch/include/c10/util/numa.h' 2022-11-23T00:58:33.4781311Z adding 'torch/include/c10/util/order_preserving_flat_hash_map.h' 2022-11-23T00:58:33.4784697Z adding 'torch/include/c10/util/overloaded.h' 2022-11-23T00:58:33.4786610Z adding 'torch/include/c10/util/python_stub.h' 2022-11-23T00:58:33.4788591Z adding 'torch/include/c10/util/qint32.h' 2022-11-23T00:58:33.4790160Z adding 'torch/include/c10/util/qint8.h' 2022-11-23T00:58:33.4791984Z adding 'torch/include/c10/util/quint2x4.h' 2022-11-23T00:58:33.4793625Z adding 'torch/include/c10/util/quint4x2.h' 2022-11-23T00:58:33.4795376Z adding 'torch/include/c10/util/quint8.h' 2022-11-23T00:58:33.4798185Z adding 'torch/include/c10/util/reverse_iterator.h' 2022-11-23T00:58:33.4800679Z adding 'torch/include/c10/util/safe_numerics.h' 2022-11-23T00:58:33.4803103Z adding 'torch/include/c10/util/signal_handler.h' 2022-11-23T00:58:33.4810091Z adding 'torch/include/c10/util/sparse_bitset.h' 2022-11-23T00:58:33.4812698Z adding 'torch/include/c10/util/strides.h' 2022-11-23T00:58:33.4815100Z adding 'torch/include/c10/util/string_utils.h' 2022-11-23T00:58:33.4820568Z adding 'torch/include/c10/util/string_view.h' 2022-11-23T00:58:33.4828550Z adding 'torch/include/c10/util/strong_type.h' 2022-11-23T00:58:33.4832293Z adding 'torch/include/c10/util/tempfile.h' 2022-11-23T00:58:33.4834025Z adding 'torch/include/c10/util/thread_name.h' 2022-11-23T00:58:33.4840903Z adding 'torch/include/c10/util/typeid.h' 2022-11-23T00:58:33.4861591Z adding 'torch/include/c10/util/variant.h' 2022-11-23T00:58:33.4865854Z adding 'torch/include/c10/util/win32-headers.h' 2022-11-23T00:58:33.4868560Z adding 'torch/include/caffe2/contrib/aten/aten_op.h' 2022-11-23T00:58:33.4872358Z adding 'torch/include/caffe2/contrib/aten/aten_op_template.h' 2022-11-23T00:58:33.4875958Z adding 'torch/include/caffe2/contrib/fakelowp/batch_matmul_fp16_fake_op.h' 2022-11-23T00:58:33.4877683Z adding 'torch/include/caffe2/contrib/fakelowp/common.h' 2022-11-23T00:58:33.4881476Z adding 'torch/include/caffe2/contrib/fakelowp/fp16_fc_acc_op.h' 2022-11-23T00:58:33.4883492Z adding 'torch/include/caffe2/contrib/fakelowp/fp16_fma.h' 2022-11-23T00:58:33.4885374Z adding 'torch/include/caffe2/contrib/fakelowp/fp16_gemm_utils.h' 2022-11-23T00:58:33.4887636Z adding 'torch/include/caffe2/contrib/fakelowp/int8_dequantize_op_nnpi.h' 2022-11-23T00:58:33.4889808Z adding 'torch/include/caffe2/contrib/fakelowp/int8_quantize_op_nnpi.h' 2022-11-23T00:58:33.4891899Z adding 'torch/include/caffe2/contrib/fakelowp/int8_swish_op_nnpi.h' 2022-11-23T00:58:33.4894848Z adding 'torch/include/caffe2/contrib/fakelowp/layernorm_fp16_fake_op.h' 2022-11-23T00:58:33.4898111Z adding 'torch/include/caffe2/contrib/fakelowp/lengths_reducer_fused_4bit_rowwise_fp16_fake_op.h' 2022-11-23T00:58:33.4901830Z adding 'torch/include/caffe2/contrib/fakelowp/lengths_reducer_fused_8bit_rowwise_fp16_fake_op.h' 2022-11-23T00:58:33.4905226Z adding 'torch/include/caffe2/contrib/fakelowp/lengths_reducer_ops.h' 2022-11-23T00:58:33.4907725Z adding 'torch/include/caffe2/contrib/fakelowp/quant_lut_fp16_fake_op.h' 2022-11-23T00:58:33.4911150Z adding 'torch/include/caffe2/contrib/fakelowp/spatial_batch_norm_fp16_fake_op.h' 2022-11-23T00:58:33.4913468Z adding 'torch/include/caffe2/contrib/fakelowp/sum_fp16_fake_op.h' 2022-11-23T00:58:33.4915447Z adding 'torch/include/caffe2/contrib/fakelowp/unary_fp16_fake_op.h' 2022-11-23T00:58:33.4918397Z adding 'torch/include/caffe2/contrib/gloo/allgather_ops.h' 2022-11-23T00:58:33.4921011Z adding 'torch/include/caffe2/contrib/gloo/allreduce_ops.h' 2022-11-23T00:58:33.4923116Z adding 'torch/include/caffe2/contrib/gloo/barrier_ops.h' 2022-11-23T00:58:33.4925497Z adding 'torch/include/caffe2/contrib/gloo/broadcast_ops.h' 2022-11-23T00:58:33.4927947Z adding 'torch/include/caffe2/contrib/gloo/common.h' 2022-11-23T00:58:33.4930555Z adding 'torch/include/caffe2/contrib/gloo/common_world_ops.h' 2022-11-23T00:58:33.4932474Z adding 'torch/include/caffe2/contrib/gloo/context.h' 2022-11-23T00:58:33.4934586Z adding 'torch/include/caffe2/contrib/gloo/reduce_scatter_ops.h' 2022-11-23T00:58:33.4936568Z adding 'torch/include/caffe2/contrib/gloo/store_handler.h' 2022-11-23T00:58:33.4938613Z adding 'torch/include/caffe2/contrib/nccl/cuda_nccl_gpu.h' 2022-11-23T00:58:33.4941063Z adding 'torch/include/caffe2/contrib/opencl/context.h' 2022-11-23T00:58:33.4943556Z adding 'torch/include/caffe2/contrib/prof/prof_dag_stats_op.h' 2022-11-23T00:58:33.4947912Z adding 'torch/include/caffe2/contrib/shm_mutex/shm_mutex.h' 2022-11-23T00:58:33.4949967Z adding 'torch/include/caffe2/contrib/tensorrt/tensorrt_op_trt.h' 2022-11-23T00:58:33.4952223Z adding 'torch/include/caffe2/contrib/tensorrt/tensorrt_tranformer.h' 2022-11-23T00:58:33.4954131Z adding 'torch/include/caffe2/contrib/tensorrt/trt_utils.h' 2022-11-23T00:58:33.4956787Z adding 'torch/include/caffe2/contrib/warpctc/ctc_op.h' 2022-11-23T00:58:33.4959662Z adding 'torch/include/caffe2/core/allocator.h' 2022-11-23T00:58:33.4961878Z adding 'torch/include/caffe2/core/blob.h' 2022-11-23T00:58:33.4966001Z adding 'torch/include/caffe2/core/blob_serialization.h' 2022-11-23T00:58:33.4968902Z adding 'torch/include/caffe2/core/blob_serializer_base.h' 2022-11-23T00:58:33.4970515Z adding 'torch/include/caffe2/core/blob_stats.h' 2022-11-23T00:58:33.4972819Z adding 'torch/include/caffe2/core/common.h' 2022-11-23T00:58:33.4976198Z adding 'torch/include/caffe2/core/common_cudnn.h' 2022-11-23T00:58:33.4981241Z adding 'torch/include/caffe2/core/common_gpu.h' 2022-11-23T00:58:33.4983354Z adding 'torch/include/caffe2/core/common_omp.h' 2022-11-23T00:58:33.4986189Z adding 'torch/include/caffe2/core/context.h' 2022-11-23T00:58:33.4988915Z adding 'torch/include/caffe2/core/context_base.h' 2022-11-23T00:58:33.4992606Z adding 'torch/include/caffe2/core/context_gpu.h' 2022-11-23T00:58:33.4996189Z adding 'torch/include/caffe2/core/cudnn_wrappers.h' 2022-11-23T00:58:33.4999959Z adding 'torch/include/caffe2/core/db.h' 2022-11-23T00:58:33.5002293Z adding 'torch/include/caffe2/core/distributions_stubs.h' 2022-11-23T00:58:33.5005878Z adding 'torch/include/caffe2/core/event.h' 2022-11-23T00:58:33.5008073Z adding 'torch/include/caffe2/core/event_cpu.h' 2022-11-23T00:58:33.5011318Z adding 'torch/include/caffe2/core/export_c10_op_to_caffe2.h' 2022-11-23T00:58:33.5015299Z adding 'torch/include/caffe2/core/export_caffe2_op_to_c10.h' 2022-11-23T00:58:33.5017129Z adding 'torch/include/caffe2/core/flags.h' 2022-11-23T00:58:33.5019762Z adding 'torch/include/caffe2/core/graph.h' 2022-11-23T00:58:33.5023884Z adding 'torch/include/caffe2/core/init.h' 2022-11-23T00:58:33.5025892Z adding 'torch/include/caffe2/core/logging.h' 2022-11-23T00:58:33.5028211Z adding 'torch/include/caffe2/core/macros.h' 2022-11-23T00:58:33.5029987Z adding 'torch/include/caffe2/core/memonger.h' 2022-11-23T00:58:33.5031983Z adding 'torch/include/caffe2/core/module.h' 2022-11-23T00:58:33.5034506Z adding 'torch/include/caffe2/core/net.h' 2022-11-23T00:58:33.5037585Z adding 'torch/include/caffe2/core/net_async_base.h' 2022-11-23T00:58:33.5039628Z adding 'torch/include/caffe2/core/net_async_scheduling.h' 2022-11-23T00:58:33.5041344Z adding 'torch/include/caffe2/core/net_async_task.h' 2022-11-23T00:58:33.5043255Z adding 'torch/include/caffe2/core/net_async_task_future.h' 2022-11-23T00:58:33.5045178Z adding 'torch/include/caffe2/core/net_async_task_graph.h' 2022-11-23T00:58:33.5047868Z adding 'torch/include/caffe2/core/net_async_tracing.h' 2022-11-23T00:58:33.5050002Z adding 'torch/include/caffe2/core/net_dag_utils.h' 2022-11-23T00:58:33.5051855Z adding 'torch/include/caffe2/core/net_parallel.h' 2022-11-23T00:58:33.5053864Z adding 'torch/include/caffe2/core/net_simple.h' 2022-11-23T00:58:33.5055968Z adding 'torch/include/caffe2/core/net_simple_refcount.h' 2022-11-23T00:58:33.5057560Z adding 'torch/include/caffe2/core/numa.h' 2022-11-23T00:58:33.5059724Z adding 'torch/include/caffe2/core/observer.h' 2022-11-23T00:58:33.5076436Z adding 'torch/include/caffe2/core/operator.h' 2022-11-23T00:58:33.5082278Z adding 'torch/include/caffe2/core/operator_gradient.h' 2022-11-23T00:58:33.5087311Z adding 'torch/include/caffe2/core/operator_schema.h' 2022-11-23T00:58:33.5089486Z adding 'torch/include/caffe2/core/plan_executor.h' 2022-11-23T00:58:33.5091640Z adding 'torch/include/caffe2/core/prof_dag_counters.h' 2022-11-23T00:58:33.5094830Z adding 'torch/include/caffe2/core/qtensor.h' 2022-11-23T00:58:33.5096991Z adding 'torch/include/caffe2/core/qtensor_serialization.h' 2022-11-23T00:58:33.5099589Z adding 'torch/include/caffe2/core/scope_guard.h' 2022-11-23T00:58:33.5101378Z adding 'torch/include/caffe2/core/static_tracepoint.h' 2022-11-23T00:58:33.5103921Z adding 'torch/include/caffe2/core/static_tracepoint_elfx86.h' 2022-11-23T00:58:33.5107629Z adding 'torch/include/caffe2/core/stats.h' 2022-11-23T00:58:33.5109816Z adding 'torch/include/caffe2/core/storage.h' 2022-11-23T00:58:33.5116279Z adding 'torch/include/caffe2/core/tensor.h' 2022-11-23T00:58:33.5118641Z adding 'torch/include/caffe2/core/tensor_impl.h' 2022-11-23T00:58:33.5120429Z adding 'torch/include/caffe2/core/tensor_int8.h' 2022-11-23T00:58:33.5123220Z adding 'torch/include/caffe2/core/test_utils.h' 2022-11-23T00:58:33.5125351Z adding 'torch/include/caffe2/core/timer.h' 2022-11-23T00:58:33.5128291Z adding 'torch/include/caffe2/core/transform.h' 2022-11-23T00:58:33.5130614Z adding 'torch/include/caffe2/core/types.h' 2022-11-23T00:58:33.5134976Z adding 'torch/include/caffe2/core/workspace.h' 2022-11-23T00:58:33.5138502Z adding 'torch/include/caffe2/core/hip/common_miopen.h' 2022-11-23T00:58:33.5141549Z adding 'torch/include/caffe2/core/hip/miopen_wrapper.h' 2022-11-23T00:58:33.5146096Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Converters/Dot.h' 2022-11-23T00:58:33.5150209Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpClasses.h' 2022-11-23T00:58:33.5152412Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpEnum.h' 2022-11-23T00:58:33.5154262Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpNames.h' 2022-11-23T00:58:33.5157691Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/Algorithms.h' 2022-11-23T00:58:33.5160316Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/BinaryMatchImpl.h' 2022-11-23T00:58:33.5165413Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/Graph.h' 2022-11-23T00:58:33.5168823Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/TarjansImpl.h' 2022-11-23T00:58:33.5171195Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/TopoSort.h' 2022-11-23T00:58:33.5173790Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/Compiler.h' 2022-11-23T00:58:33.5176688Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/ControlFlow.h' 2022-11-23T00:58:33.5181715Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/NeuralNet.h' 2022-11-23T00:58:33.5186669Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support/Casting.h' 2022-11-23T00:58:33.5189763Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support/Common.h' 2022-11-23T00:58:33.5192542Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations/Match.h' 2022-11-23T00:58:33.5197199Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations/SubgraphMatcher.h' 2022-11-23T00:58:33.5200153Z adding 'torch/include/caffe2/core/nomnigraph/tests/test_util.h' 2022-11-23T00:58:33.5203110Z adding 'torch/include/caffe2/cuda_rtc/common_rtc.h' 2022-11-23T00:58:33.5205381Z adding 'torch/include/caffe2/db/create_db_op.h' 2022-11-23T00:58:33.5207733Z adding 'torch/include/caffe2/distributed/file_store_handler.h' 2022-11-23T00:58:33.5209565Z adding 'torch/include/caffe2/distributed/file_store_handler_op.h' 2022-11-23T00:58:33.5211566Z adding 'torch/include/caffe2/distributed/redis_store_handler.h' 2022-11-23T00:58:33.5213423Z adding 'torch/include/caffe2/distributed/redis_store_handler_op.h' 2022-11-23T00:58:33.5215519Z adding 'torch/include/caffe2/distributed/store_handler.h' 2022-11-23T00:58:33.5217547Z adding 'torch/include/caffe2/distributed/store_ops.h' 2022-11-23T00:58:33.5221149Z adding 'torch/include/caffe2/experiments/operators/fully_connected_op_decomposition.h' 2022-11-23T00:58:33.5225403Z adding 'torch/include/caffe2/experiments/operators/fully_connected_op_prune.h' 2022-11-23T00:58:33.5228637Z adding 'torch/include/caffe2/experiments/operators/fully_connected_op_sparse.h' 2022-11-23T00:58:33.5231468Z adding 'torch/include/caffe2/experiments/operators/funhash_op.h' 2022-11-23T00:58:33.5234552Z adding 'torch/include/caffe2/experiments/operators/sparse_funhash_op.h' 2022-11-23T00:58:33.5237271Z adding 'torch/include/caffe2/experiments/operators/sparse_matrix_reshape_op.h' 2022-11-23T00:58:33.5239819Z adding 'torch/include/caffe2/experiments/operators/tt_contraction_op.h' 2022-11-23T00:58:33.5242182Z adding 'torch/include/caffe2/experiments/operators/tt_pad_op.h' 2022-11-23T00:58:33.5244486Z adding 'torch/include/caffe2/ideep/ideep_utils.h' 2022-11-23T00:58:33.5246949Z adding 'torch/include/caffe2/ideep/operators/conv_pool_base_op.h' 2022-11-23T00:58:33.5249997Z adding 'torch/include/caffe2/ideep/operators/conv_transpose_unpool_base_op.h' 2022-11-23T00:58:33.5253512Z adding 'torch/include/caffe2/ideep/operators/operator_fallback_ideep.h' 2022-11-23T00:58:33.5256355Z adding 'torch/include/caffe2/ideep/utils/ideep_context.h' 2022-11-23T00:58:33.5259311Z adding 'torch/include/caffe2/ideep/utils/ideep_operator.h' 2022-11-23T00:58:33.5272094Z adding 'torch/include/caffe2/image/image_input_op.h' 2022-11-23T00:58:33.5275352Z adding 'torch/include/caffe2/image/transform_gpu.h' 2022-11-23T00:58:33.5277796Z adding 'torch/include/caffe2/mobile/contrib/ios/ios_caffe.h' 2022-11-23T00:58:33.5279568Z adding 'torch/include/caffe2/mobile/contrib/ios/ios_caffe_defines.h' 2022-11-23T00:58:33.5281421Z adding 'torch/include/caffe2/mobile/contrib/ios/ios_caffe_predictor.h' 2022-11-23T00:58:33.5283568Z adding 'torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn.h' 2022-11-23T00:58:33.5285438Z adding 'torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_context.h' 2022-11-23T00:58:33.5287234Z adding 'torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_graph_mask.h' 2022-11-23T00:58:33.5296743Z adding 'torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_kernels.h' 2022-11-23T00:58:33.5299637Z adding 'torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_test.h' 2022-11-23T00:58:33.5303439Z adding 'torch/include/caffe2/mobile/contrib/libopencl-stub/include/libopencl.h' 2022-11-23T00:58:33.5315766Z adding 'torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl.h' 2022-11-23T00:58:33.5321086Z adding 'torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_ext.h' 2022-11-23T00:58:33.5324267Z adding 'torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_gl.h' 2022-11-23T00:58:33.5326776Z adding 'torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_gl_ext.h' 2022-11-23T00:58:33.5334534Z adding 'torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_platform.h' 2022-11-23T00:58:33.5337616Z adding 'torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/opencl.h' 2022-11-23T00:58:33.5343521Z adding 'torch/include/caffe2/mobile/contrib/libvulkan-stub/include/libvulkan-stub.h' 2022-11-23T00:58:33.5347133Z adding 'torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan/vk_platform.h' 2022-11-23T00:58:33.5403225Z adding 'torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan/vulkan.h' 2022-11-23T00:58:33.5429944Z adding 'torch/include/caffe2/mobile/contrib/nnapi/NeuralNetworks.h' 2022-11-23T00:58:33.5434293Z adding 'torch/include/caffe2/mobile/contrib/nnapi/dlnnapi.h' 2022-11-23T00:58:33.5436629Z adding 'torch/include/caffe2/mobile/contrib/nnapi/nnapi.h' 2022-11-23T00:58:33.5438806Z adding 'torch/include/caffe2/mobile/contrib/snpe/snpe_ffi.h' 2022-11-23T00:58:33.5441139Z adding 'torch/include/caffe2/mobile/contrib/ulp2/ulp.h' 2022-11-23T00:58:33.5442908Z adding 'torch/include/caffe2/mobile/contrib/ulp2/ulp_neon.h' 2022-11-23T00:58:33.5445821Z adding 'torch/include/caffe2/mpi/mpi_common.h' 2022-11-23T00:58:33.5448712Z adding 'torch/include/caffe2/mpi/mpi_ops.h' 2022-11-23T00:58:33.5451117Z adding 'torch/include/caffe2/observers/operator_attaching_net_observer.h' 2022-11-23T00:58:33.5453417Z adding 'torch/include/caffe2/observers/profile_observer.h' 2022-11-23T00:58:33.5455470Z adding 'torch/include/caffe2/observers/runcnt_observer.h' 2022-11-23T00:58:33.5457408Z adding 'torch/include/caffe2/observers/time_observer.h' 2022-11-23T00:58:33.5460639Z adding 'torch/include/caffe2/onnx/backend.h' 2022-11-23T00:58:33.5462867Z adding 'torch/include/caffe2/onnx/backend_rep.h' 2022-11-23T00:58:33.5464545Z adding 'torch/include/caffe2/onnx/device.h' 2022-11-23T00:58:33.5466899Z adding 'torch/include/caffe2/onnx/helper.h' 2022-11-23T00:58:33.5468861Z adding 'torch/include/caffe2/onnx/offline_tensor.h' 2022-11-23T00:58:33.5471115Z adding 'torch/include/caffe2/onnx/onnx_exporter.h' 2022-11-23T00:58:33.5473428Z adding 'torch/include/caffe2/onnx/onnxifi_graph_info.h' 2022-11-23T00:58:33.5475097Z adding 'torch/include/caffe2/onnx/onnxifi_init.h' 2022-11-23T00:58:33.5476818Z adding 'torch/include/caffe2/onnx/torch_ops/constants.h' 2022-11-23T00:58:33.5479234Z adding 'torch/include/caffe2/onnx/torch_ops/operator_sets.h' 2022-11-23T00:58:33.5480430Z adding 'torch/include/caffe2/onnx/torch_ops/schema.h' 2022-11-23T00:58:33.5485309Z adding 'torch/include/caffe2/operators/abs_op.h' 2022-11-23T00:58:33.5486950Z adding 'torch/include/caffe2/operators/accumulate_op.h' 2022-11-23T00:58:33.5488621Z adding 'torch/include/caffe2/operators/accuracy_op.h' 2022-11-23T00:58:33.5490909Z adding 'torch/include/caffe2/operators/acos_op.h' 2022-11-23T00:58:33.5493187Z adding 'torch/include/caffe2/operators/activation_ops_cudnn.h' 2022-11-23T00:58:33.5495699Z adding 'torch/include/caffe2/operators/affine_channel_op.h' 2022-11-23T00:58:33.5497517Z adding 'torch/include/caffe2/operators/alias_with_name.h' 2022-11-23T00:58:33.5499371Z adding 'torch/include/caffe2/operators/apmeter_op.h' 2022-11-23T00:58:33.5501707Z adding 'torch/include/caffe2/operators/arg_ops.h' 2022-11-23T00:58:33.5503441Z adding 'torch/include/caffe2/operators/asin_op.h' 2022-11-23T00:58:33.5505413Z adding 'torch/include/caffe2/operators/assert_op.h' 2022-11-23T00:58:33.5507297Z adding 'torch/include/caffe2/operators/async_net_barrier_op.h' 2022-11-23T00:58:33.5509211Z adding 'torch/include/caffe2/operators/atan_op.h' 2022-11-23T00:58:33.5510847Z adding 'torch/include/caffe2/operators/batch_box_cox_op.h' 2022-11-23T00:58:33.5512484Z adding 'torch/include/caffe2/operators/batch_bucketize_op.h' 2022-11-23T00:58:33.5515136Z adding 'torch/include/caffe2/operators/batch_gather_ops.h' 2022-11-23T00:58:33.5518099Z adding 'torch/include/caffe2/operators/batch_matmul_op.h' 2022-11-23T00:58:33.5520569Z adding 'torch/include/caffe2/operators/batch_moments_op.h' 2022-11-23T00:58:33.5522316Z adding 'torch/include/caffe2/operators/batch_permutation_op.h' 2022-11-23T00:58:33.5524846Z adding 'torch/include/caffe2/operators/batch_sparse_to_dense_op.h' 2022-11-23T00:58:33.5526966Z adding 'torch/include/caffe2/operators/bbox_transform_op.h' 2022-11-23T00:58:33.5529496Z adding 'torch/include/caffe2/operators/bisect_percentile_op.h' 2022-11-23T00:58:33.5531643Z adding 'torch/include/caffe2/operators/boolean_mask_ops.h' 2022-11-23T00:58:33.5533341Z adding 'torch/include/caffe2/operators/boolean_unmask_ops.h' 2022-11-23T00:58:33.5535807Z adding 'torch/include/caffe2/operators/box_with_nms_limit_op.h' 2022-11-23T00:58:33.5537641Z adding 'torch/include/caffe2/operators/bucketize_op.h' 2022-11-23T00:58:33.5539559Z adding 'torch/include/caffe2/operators/byte_weight_dequant_op.h' 2022-11-23T00:58:33.5541342Z adding 'torch/include/caffe2/operators/cast_op.h' 2022-11-23T00:58:33.5542900Z adding 'torch/include/caffe2/operators/cbrt_op.h' 2022-11-23T00:58:33.5545502Z adding 'torch/include/caffe2/operators/cc_bmm_bg_op.h' 2022-11-23T00:58:33.5547377Z adding 'torch/include/caffe2/operators/ceil_op.h' 2022-11-23T00:58:33.5549133Z adding 'torch/include/caffe2/operators/channel_backprop_stats_op.h' 2022-11-23T00:58:33.5550879Z adding 'torch/include/caffe2/operators/channel_shuffle_op.h' 2022-11-23T00:58:33.5552769Z adding 'torch/include/caffe2/operators/channel_stats_op.h' 2022-11-23T00:58:33.5554520Z adding 'torch/include/caffe2/operators/clip_op.h' 2022-11-23T00:58:33.5557164Z adding 'torch/include/caffe2/operators/collect_and_distribute_fpn_rpn_proposals_op.h' 2022-11-23T00:58:33.5561030Z adding 'torch/include/caffe2/operators/concat_split_op.h' 2022-11-23T00:58:33.5563091Z adding 'torch/include/caffe2/operators/conditional_op.h' 2022-11-23T00:58:33.5565123Z adding 'torch/include/caffe2/operators/conv_op.h' 2022-11-23T00:58:33.5567167Z adding 'torch/include/caffe2/operators/conv_op_cache_cudnn.h' 2022-11-23T00:58:33.5572807Z adding 'torch/include/caffe2/operators/conv_op_impl.h' 2022-11-23T00:58:33.5575323Z adding 'torch/include/caffe2/operators/conv_op_shared.h' 2022-11-23T00:58:33.5582636Z adding 'torch/include/caffe2/operators/conv_pool_op_base.h' 2022-11-23T00:58:33.5585840Z adding 'torch/include/caffe2/operators/conv_transpose_op.h' 2022-11-23T00:58:33.5589819Z adding 'torch/include/caffe2/operators/conv_transpose_op_impl.h' 2022-11-23T00:58:33.5592185Z adding 'torch/include/caffe2/operators/conv_transpose_op_mobile.h' 2022-11-23T00:58:33.5597992Z adding 'torch/include/caffe2/operators/conv_transpose_op_mobile_impl.h' 2022-11-23T00:58:33.5601758Z adding 'torch/include/caffe2/operators/conv_transpose_unpool_op_base.h' 2022-11-23T00:58:33.5603779Z adding 'torch/include/caffe2/operators/copy_op.h' 2022-11-23T00:58:33.5605895Z adding 'torch/include/caffe2/operators/copy_rows_to_tensor_op.h' 2022-11-23T00:58:33.5607817Z adding 'torch/include/caffe2/operators/cos_op.h' 2022-11-23T00:58:33.5609483Z adding 'torch/include/caffe2/operators/cosh_op.h' 2022-11-23T00:58:33.5611270Z adding 'torch/include/caffe2/operators/cosine_embedding_criterion_op.h' 2022-11-23T00:58:33.5613444Z adding 'torch/include/caffe2/operators/counter_ops.h' 2022-11-23T00:58:33.5615521Z adding 'torch/include/caffe2/operators/create_scope_op.h' 2022-11-23T00:58:33.5617766Z adding 'torch/include/caffe2/operators/cross_entropy_op.h' 2022-11-23T00:58:33.5619746Z adding 'torch/include/caffe2/operators/ctc_beam_search_decoder_op.h' 2022-11-23T00:58:33.5621550Z adding 'torch/include/caffe2/operators/ctc_greedy_decoder_op.h' 2022-11-23T00:58:33.5623117Z adding 'torch/include/caffe2/operators/cube_op.h' 2022-11-23T00:58:33.5624679Z adding 'torch/include/caffe2/operators/data_couple.h' 2022-11-23T00:58:33.5627782Z adding 'torch/include/caffe2/operators/dataset_ops.h' 2022-11-23T00:58:33.5629878Z adding 'torch/include/caffe2/operators/deform_conv_op.h' 2022-11-23T00:58:33.5633577Z adding 'torch/include/caffe2/operators/deform_conv_op_impl.h' 2022-11-23T00:58:33.5636024Z adding 'torch/include/caffe2/operators/dense_vector_to_id_list_op.h' 2022-11-23T00:58:33.5638604Z adding 'torch/include/caffe2/operators/distance_op.h' 2022-11-23T00:58:33.5641802Z adding 'torch/include/caffe2/operators/do_op.h' 2022-11-23T00:58:33.5643900Z adding 'torch/include/caffe2/operators/dropout_op.h' 2022-11-23T00:58:33.5645658Z adding 'torch/include/caffe2/operators/elementwise_add_op.h' 2022-11-23T00:58:33.5647154Z adding 'torch/include/caffe2/operators/elementwise_div_op.h' 2022-11-23T00:58:33.5648933Z adding 'torch/include/caffe2/operators/elementwise_linear_op.h' 2022-11-23T00:58:33.5651253Z adding 'torch/include/caffe2/operators/elementwise_logical_ops.h' 2022-11-23T00:58:33.5653015Z adding 'torch/include/caffe2/operators/elementwise_mul_op.h' 2022-11-23T00:58:33.5655318Z adding 'torch/include/caffe2/operators/elementwise_op_test.h' 2022-11-23T00:58:33.5659972Z adding 'torch/include/caffe2/operators/elementwise_ops.h' 2022-11-23T00:58:33.5661940Z adding 'torch/include/caffe2/operators/elementwise_ops_utils.h' 2022-11-23T00:58:33.5663698Z adding 'torch/include/caffe2/operators/elementwise_sub_op.h' 2022-11-23T00:58:33.5665638Z adding 'torch/include/caffe2/operators/elu_op.h' 2022-11-23T00:58:33.5667768Z adding 'torch/include/caffe2/operators/enforce_finite_op.h' 2022-11-23T00:58:33.5669852Z adding 'torch/include/caffe2/operators/ensure_clipped_op.h' 2022-11-23T00:58:33.5671717Z adding 'torch/include/caffe2/operators/ensure_cpu_output_op.h' 2022-11-23T00:58:33.5673343Z adding 'torch/include/caffe2/operators/erf_op.h' 2022-11-23T00:58:33.5675239Z adding 'torch/include/caffe2/operators/exp_op.h' 2022-11-23T00:58:33.5677297Z adding 'torch/include/caffe2/operators/expand_op.h' 2022-11-23T00:58:33.5679521Z adding 'torch/include/caffe2/operators/expand_squeeze_dims_op.h' 2022-11-23T00:58:33.5681213Z adding 'torch/include/caffe2/operators/fc_inference.h' 2022-11-23T00:58:33.5685694Z adding 'torch/include/caffe2/operators/feature_maps_ops.h' 2022-11-23T00:58:33.5688194Z adding 'torch/include/caffe2/operators/feed_blob_op.h' 2022-11-23T00:58:33.5692554Z adding 'torch/include/caffe2/operators/filler_op.h' 2022-11-23T00:58:33.5695028Z adding 'torch/include/caffe2/operators/find_duplicate_elements_op.h' 2022-11-23T00:58:33.5696879Z adding 'torch/include/caffe2/operators/find_op.h' 2022-11-23T00:58:33.5698710Z adding 'torch/include/caffe2/operators/flatten_op.h' 2022-11-23T00:58:33.5700666Z adding 'torch/include/caffe2/operators/flexible_top_k.h' 2022-11-23T00:58:33.5702397Z adding 'torch/include/caffe2/operators/floor_op.h' 2022-11-23T00:58:33.5703958Z adding 'torch/include/caffe2/operators/free_op.h' 2022-11-23T00:58:33.5707386Z adding 'torch/include/caffe2/operators/fully_connected_op.h' 2022-11-23T00:58:33.5710407Z adding 'torch/include/caffe2/operators/fused_rowwise_8bit_conversion_ops.h' 2022-11-23T00:58:33.5713468Z adding 'torch/include/caffe2/operators/fused_rowwise_nbit_conversion_ops.h' 2022-11-23T00:58:33.5716608Z adding 'torch/include/caffe2/operators/fused_rowwise_nbitfake_conversion_ops.h' 2022-11-23T00:58:33.5718785Z adding 'torch/include/caffe2/operators/fused_rowwise_random_quantization_ops.h' 2022-11-23T00:58:33.5721135Z adding 'torch/include/caffe2/operators/gather_fused_8bit_rowwise_op.h' 2022-11-23T00:58:33.5724576Z adding 'torch/include/caffe2/operators/gather_op.h' 2022-11-23T00:58:33.5728149Z adding 'torch/include/caffe2/operators/gather_ranges_to_dense_op.h' 2022-11-23T00:58:33.5730504Z adding 'torch/include/caffe2/operators/gelu_op.h' 2022-11-23T00:58:33.5734670Z adding 'torch/include/caffe2/operators/generate_proposals_op.h' 2022-11-23T00:58:33.5738976Z adding 'torch/include/caffe2/operators/generate_proposals_op_util_boxes.h' 2022-11-23T00:58:33.5746144Z adding 'torch/include/caffe2/operators/generate_proposals_op_util_nms.h' 2022-11-23T00:58:33.5749215Z adding 'torch/include/caffe2/operators/generate_proposals_op_util_nms_gpu.h' 2022-11-23T00:58:33.5751506Z adding 'torch/include/caffe2/operators/given_tensor_byte_string_to_uint8_fill_op.h' 2022-11-23T00:58:33.5753902Z adding 'torch/include/caffe2/operators/given_tensor_fill_op.h' 2022-11-23T00:58:33.5755993Z adding 'torch/include/caffe2/operators/glu_op.h' 2022-11-23T00:58:33.5758965Z adding 'torch/include/caffe2/operators/group_norm_op.h' 2022-11-23T00:58:33.5762092Z adding 'torch/include/caffe2/operators/gru_unit_op.h' 2022-11-23T00:58:33.5764909Z adding 'torch/include/caffe2/operators/h_softmax_op.h' 2022-11-23T00:58:33.5767324Z adding 'torch/include/caffe2/operators/half_float_ops.h' 2022-11-23T00:58:33.5769361Z adding 'torch/include/caffe2/operators/hard_sigmoid_op.h' 2022-11-23T00:58:33.5771315Z adding 'torch/include/caffe2/operators/heatmap_max_keypoint_op.h' 2022-11-23T00:58:33.5773468Z adding 'torch/include/caffe2/operators/histogram_op.h' 2022-11-23T00:58:33.5775659Z adding 'torch/include/caffe2/operators/if_op.h' 2022-11-23T00:58:33.5778270Z adding 'torch/include/caffe2/operators/im2col_op.h' 2022-11-23T00:58:33.5780743Z adding 'torch/include/caffe2/operators/index_hash_ops.h' 2022-11-23T00:58:33.5783109Z adding 'torch/include/caffe2/operators/index_ops.h' 2022-11-23T00:58:33.5786957Z adding 'torch/include/caffe2/operators/inference_lstm_op.h' 2022-11-23T00:58:33.5789789Z adding 'torch/include/caffe2/operators/instance_norm_op.h' 2022-11-23T00:58:33.5791838Z adding 'torch/include/caffe2/operators/integral_image_op.h' 2022-11-23T00:58:33.5793671Z adding 'torch/include/caffe2/operators/is_empty_op.h' 2022-11-23T00:58:33.5795428Z adding 'torch/include/caffe2/operators/jsd_op.h' 2022-11-23T00:58:33.5797391Z adding 'torch/include/caffe2/operators/key_split_ops.h' 2022-11-23T00:58:33.5800310Z adding 'torch/include/caffe2/operators/layer_norm_op.h' 2022-11-23T00:58:33.5802520Z adding 'torch/include/caffe2/operators/leaky_relu_op.h' 2022-11-23T00:58:33.5804656Z adding 'torch/include/caffe2/operators/length_split_op.h' 2022-11-23T00:58:33.5807429Z adding 'torch/include/caffe2/operators/lengths_pad_op.h' 2022-11-23T00:58:33.5810045Z adding 'torch/include/caffe2/operators/lengths_reducer_fused_8bit_rowwise_ops.h' 2022-11-23T00:58:33.5814795Z adding 'torch/include/caffe2/operators/lengths_reducer_fused_nbit_rowwise_ops.h' 2022-11-23T00:58:33.5821451Z adding 'torch/include/caffe2/operators/lengths_reducer_ops.h' 2022-11-23T00:58:33.5824992Z adding 'torch/include/caffe2/operators/lengths_reducer_rowwise_8bit_ops.h' 2022-11-23T00:58:33.5827181Z adding 'torch/include/caffe2/operators/lengths_tile_op.h' 2022-11-23T00:58:33.5829115Z adding 'torch/include/caffe2/operators/lengths_top_k_op.h' 2022-11-23T00:58:33.5831122Z adding 'torch/include/caffe2/operators/listwise_l2r_op.h' 2022-11-23T00:58:33.5835553Z adding 'torch/include/caffe2/operators/load_save_op.h' 2022-11-23T00:58:33.5838254Z adding 'torch/include/caffe2/operators/load_save_op_util.h' 2022-11-23T00:58:33.5840558Z adding 'torch/include/caffe2/operators/local_response_normalization_op.h' 2022-11-23T00:58:33.5842720Z adding 'torch/include/caffe2/operators/locally_connected_op.h' 2022-11-23T00:58:33.5847584Z adding 'torch/include/caffe2/operators/locally_connected_op_impl.h' 2022-11-23T00:58:33.5850151Z adding 'torch/include/caffe2/operators/locally_connected_op_util.h' 2022-11-23T00:58:33.5851997Z adding 'torch/include/caffe2/operators/log1p_op.h' 2022-11-23T00:58:33.5853876Z adding 'torch/include/caffe2/operators/log_op.h' 2022-11-23T00:58:33.5855795Z adding 'torch/include/caffe2/operators/logit_op.h' 2022-11-23T00:58:33.5857700Z adding 'torch/include/caffe2/operators/loss_op.h' 2022-11-23T00:58:33.5859622Z adding 'torch/include/caffe2/operators/lpnorm_op.h' 2022-11-23T00:58:33.5862257Z adding 'torch/include/caffe2/operators/lstm_unit_op.h' 2022-11-23T00:58:33.5865927Z adding 'torch/include/caffe2/operators/lstm_utils.h' 2022-11-23T00:58:33.5869212Z adding 'torch/include/caffe2/operators/map_ops.h' 2022-11-23T00:58:33.5871405Z adding 'torch/include/caffe2/operators/margin_loss_l2r_op.h' 2022-11-23T00:58:33.5873590Z adding 'torch/include/caffe2/operators/margin_ranking_criterion_op.h' 2022-11-23T00:58:33.5875472Z adding 'torch/include/caffe2/operators/matmul_op.h' 2022-11-23T00:58:33.5877608Z adding 'torch/include/caffe2/operators/max_pool_with_index_gpu.h' 2022-11-23T00:58:33.5879823Z adding 'torch/include/caffe2/operators/mean_op.h' 2022-11-23T00:58:33.5882146Z adding 'torch/include/caffe2/operators/merge_id_lists_op.h' 2022-11-23T00:58:33.5884260Z adding 'torch/include/caffe2/operators/minmax_ops.h' 2022-11-23T00:58:33.5886146Z adding 'torch/include/caffe2/operators/mish_op.h' 2022-11-23T00:58:33.5888140Z adding 'torch/include/caffe2/operators/mod_op.h' 2022-11-23T00:58:33.5890474Z adding 'torch/include/caffe2/operators/moments_op.h' 2022-11-23T00:58:33.5892410Z adding 'torch/include/caffe2/operators/multi_class_accuracy_op.h' 2022-11-23T00:58:33.5894224Z adding 'torch/include/caffe2/operators/negate_gradient_op.h' 2022-11-23T00:58:33.5895962Z adding 'torch/include/caffe2/operators/negative_op.h' 2022-11-23T00:58:33.5897941Z adding 'torch/include/caffe2/operators/ngram_ops.h' 2022-11-23T00:58:33.5899784Z adding 'torch/include/caffe2/operators/no_default_engine_op.h' 2022-11-23T00:58:33.5901501Z adding 'torch/include/caffe2/operators/normalize_l1_op.h' 2022-11-23T00:58:33.5903584Z adding 'torch/include/caffe2/operators/normalize_op.h' 2022-11-23T00:58:33.5906067Z adding 'torch/include/caffe2/operators/numpy_tile_op.h' 2022-11-23T00:58:33.5908238Z adding 'torch/include/caffe2/operators/one_hot_ops.h' 2022-11-23T00:58:33.5911789Z adding 'torch/include/caffe2/operators/onnx_while_op.h' 2022-11-23T00:58:33.5914199Z adding 'torch/include/caffe2/operators/op_utils_cudnn.h' 2022-11-23T00:58:33.5916699Z adding 'torch/include/caffe2/operators/operator_fallback_gpu.h' 2022-11-23T00:58:33.5918820Z adding 'torch/include/caffe2/operators/order_switch_ops.h' 2022-11-23T00:58:33.5921351Z adding 'torch/include/caffe2/operators/pack_rnn_sequence_op.h' 2022-11-23T00:58:33.5923664Z adding 'torch/include/caffe2/operators/pack_segments.h' 2022-11-23T00:58:33.5925752Z adding 'torch/include/caffe2/operators/pad_op.h' 2022-11-23T00:58:33.5929376Z adding 'torch/include/caffe2/operators/partition_ops.h' 2022-11-23T00:58:33.5931554Z adding 'torch/include/caffe2/operators/percentile_op.h' 2022-11-23T00:58:33.5933105Z adding 'torch/include/caffe2/operators/perplexity_op.h' 2022-11-23T00:58:33.5936200Z adding 'torch/include/caffe2/operators/piecewise_linear_transform_op.h' 2022-11-23T00:58:33.5938972Z adding 'torch/include/caffe2/operators/pool_op.h' 2022-11-23T00:58:33.5940941Z adding 'torch/include/caffe2/operators/pool_op_util.h' 2022-11-23T00:58:33.5943449Z adding 'torch/include/caffe2/operators/pow_op.h' 2022-11-23T00:58:33.5946411Z adding 'torch/include/caffe2/operators/prefetch_op.h' 2022-11-23T00:58:33.5948409Z adding 'torch/include/caffe2/operators/prelu_op.h' 2022-11-23T00:58:33.5950576Z adding 'torch/include/caffe2/operators/prepend_dim_op.h' 2022-11-23T00:58:33.5953460Z adding 'torch/include/caffe2/operators/quant_decode_op.h' 2022-11-23T00:58:33.5956205Z adding 'torch/include/caffe2/operators/quantile_op.h' 2022-11-23T00:58:33.5958188Z adding 'torch/include/caffe2/operators/rank_loss_op.h' 2022-11-23T00:58:33.5960103Z adding 'torch/include/caffe2/operators/reciprocal_op.h' 2022-11-23T00:58:33.5962611Z adding 'torch/include/caffe2/operators/reduce_front_back_max_ops.h' 2022-11-23T00:58:33.5965371Z adding 'torch/include/caffe2/operators/reduce_front_back_sum_mean_ops.h' 2022-11-23T00:58:33.5968294Z adding 'torch/include/caffe2/operators/reduce_ops.h' 2022-11-23T00:58:33.5973813Z adding 'torch/include/caffe2/operators/reducer_functors.h' 2022-11-23T00:58:33.5977018Z adding 'torch/include/caffe2/operators/reduction_ops.h' 2022-11-23T00:58:33.5979091Z adding 'torch/include/caffe2/operators/relu_n_op.h' 2022-11-23T00:58:33.5981629Z adding 'torch/include/caffe2/operators/relu_op.h' 2022-11-23T00:58:33.5983462Z adding 'torch/include/caffe2/operators/remove_data_blocks_op.h' 2022-11-23T00:58:33.5985606Z adding 'torch/include/caffe2/operators/replace_nan_op.h' 2022-11-23T00:58:33.5988514Z adding 'torch/include/caffe2/operators/reshape_op.h' 2022-11-23T00:58:33.5990632Z adding 'torch/include/caffe2/operators/resize_3d_op.h' 2022-11-23T00:58:33.5992622Z adding 'torch/include/caffe2/operators/resize_op.h' 2022-11-23T00:58:33.5994796Z adding 'torch/include/caffe2/operators/reverse_packed_segs_op.h' 2022-11-23T00:58:33.5996608Z adding 'torch/include/caffe2/operators/rmac_regions_op.h' 2022-11-23T00:58:33.5998760Z adding 'torch/include/caffe2/operators/rms_norm_op.h' 2022-11-23T00:58:33.6001015Z adding 'torch/include/caffe2/operators/roi_align_gradient_op.h' 2022-11-23T00:58:33.6003419Z adding 'torch/include/caffe2/operators/roi_align_op.h' 2022-11-23T00:58:33.6005220Z adding 'torch/include/caffe2/operators/roi_align_rotated_gradient_op.h' 2022-11-23T00:58:33.6007022Z adding 'torch/include/caffe2/operators/roi_align_rotated_op.h' 2022-11-23T00:58:33.6009227Z adding 'torch/include/caffe2/operators/roi_pool_op.h' 2022-11-23T00:58:33.6011087Z adding 'torch/include/caffe2/operators/rowmul_op.h' 2022-11-23T00:58:33.6012732Z adding 'torch/include/caffe2/operators/rsqrt_op.h' 2022-11-23T00:58:33.6014571Z adding 'torch/include/caffe2/operators/scale_blobs_op.h' 2022-11-23T00:58:33.6016488Z adding 'torch/include/caffe2/operators/scale_op.h' 2022-11-23T00:58:33.6031674Z adding 'torch/include/caffe2/operators/segment_reduction_op.h' 2022-11-23T00:58:33.6036029Z adding 'torch/include/caffe2/operators/self_binning_histogram_op.h' 2022-11-23T00:58:33.6037754Z adding 'torch/include/caffe2/operators/selu_op.h' 2022-11-23T00:58:33.6040424Z adding 'torch/include/caffe2/operators/sequence_ops.h' 2022-11-23T00:58:33.6042360Z adding 'torch/include/caffe2/operators/shape_op.h' 2022-11-23T00:58:33.6043978Z adding 'torch/include/caffe2/operators/sigmoid_op.h' 2022-11-23T00:58:33.6045536Z adding 'torch/include/caffe2/operators/sin_op.h' 2022-11-23T00:58:33.6046961Z adding 'torch/include/caffe2/operators/sinh_op.h' 2022-11-23T00:58:33.6049012Z adding 'torch/include/caffe2/operators/sinusoid_position_encoding_op.h' 2022-11-23T00:58:33.6052136Z adding 'torch/include/caffe2/operators/slice_op.h' 2022-11-23T00:58:33.6054074Z adding 'torch/include/caffe2/operators/softmax_op.h' 2022-11-23T00:58:33.6055897Z adding 'torch/include/caffe2/operators/softmax_utils.h' 2022-11-23T00:58:33.6057679Z adding 'torch/include/caffe2/operators/softmax_with_loss_op.h' 2022-11-23T00:58:33.6059606Z adding 'torch/include/caffe2/operators/softplus_op.h' 2022-11-23T00:58:33.6061642Z adding 'torch/include/caffe2/operators/softsign_op.h' 2022-11-23T00:58:33.6065306Z adding 'torch/include/caffe2/operators/space_batch_op.h' 2022-11-23T00:58:33.6067348Z adding 'torch/include/caffe2/operators/sparse_dropout_with_replacement_op.h' 2022-11-23T00:58:33.6069317Z adding 'torch/include/caffe2/operators/sparse_itemwise_dropout_with_replacement_op.h' 2022-11-23T00:58:33.6070937Z adding 'torch/include/caffe2/operators/sparse_lp_regularizer_op.h' 2022-11-23T00:58:33.6072567Z adding 'torch/include/caffe2/operators/sparse_normalize_op.h' 2022-11-23T00:58:33.6075743Z adding 'torch/include/caffe2/operators/sparse_to_dense_mask_op.h' 2022-11-23T00:58:33.6078296Z adding 'torch/include/caffe2/operators/sparse_to_dense_op.h' 2022-11-23T00:58:33.6082580Z adding 'torch/include/caffe2/operators/spatial_batch_norm_op.h' 2022-11-23T00:58:33.6085741Z adding 'torch/include/caffe2/operators/spatial_softmax_with_loss_op.h' 2022-11-23T00:58:33.6087981Z adding 'torch/include/caffe2/operators/sqr_op.h' 2022-11-23T00:58:33.6090823Z adding 'torch/include/caffe2/operators/sqrt_op.h' 2022-11-23T00:58:33.6092465Z adding 'torch/include/caffe2/operators/square_root_divide_op.h' 2022-11-23T00:58:33.6095461Z adding 'torch/include/caffe2/operators/stats_put_ops.h' 2022-11-23T00:58:33.6097565Z adding 'torch/include/caffe2/operators/stop_gradient.h' 2022-11-23T00:58:33.6099892Z adding 'torch/include/caffe2/operators/string_ops.h' 2022-11-23T00:58:33.6101748Z adding 'torch/include/caffe2/operators/stump_func_op.h' 2022-11-23T00:58:33.6103738Z adding 'torch/include/caffe2/operators/summarize_op.h' 2022-11-23T00:58:33.6105439Z adding 'torch/include/caffe2/operators/swish_op.h' 2022-11-23T00:58:33.6107082Z adding 'torch/include/caffe2/operators/tan_op.h' 2022-11-23T00:58:33.6108830Z adding 'torch/include/caffe2/operators/tanh_op.h' 2022-11-23T00:58:33.6111019Z adding 'torch/include/caffe2/operators/tensor_protos_db_input.h' 2022-11-23T00:58:33.6113211Z adding 'torch/include/caffe2/operators/text_file_reader_utils.h' 2022-11-23T00:58:33.6114779Z adding 'torch/include/caffe2/operators/thresholded_relu_op.h' 2022-11-23T00:58:33.6117707Z adding 'torch/include/caffe2/operators/tile_op.h' 2022-11-23T00:58:33.6119684Z adding 'torch/include/caffe2/operators/top_k.h' 2022-11-23T00:58:33.6121885Z adding 'torch/include/caffe2/operators/transpose_op.h' 2022-11-23T00:58:33.6124405Z adding 'torch/include/caffe2/operators/tt_linear_op.h' 2022-11-23T00:58:33.6126393Z adding 'torch/include/caffe2/operators/unique_ops.h' 2022-11-23T00:58:33.6128512Z adding 'torch/include/caffe2/operators/unsafe_coalesce.h' 2022-11-23T00:58:33.6130608Z adding 'torch/include/caffe2/operators/upsample_op.h' 2022-11-23T00:58:33.6142938Z adding 'torch/include/caffe2/operators/utility_ops.h' 2022-11-23T00:58:33.6146386Z adding 'torch/include/caffe2/operators/variable_length_sequence_padding.h' 2022-11-23T00:58:33.6148019Z adding 'torch/include/caffe2/operators/weighted_multi_sampling_op.h' 2022-11-23T00:58:33.6149557Z adding 'torch/include/caffe2/operators/weighted_sample_op.h' 2022-11-23T00:58:33.6151438Z adding 'torch/include/caffe2/operators/while_op.h' 2022-11-23T00:58:33.6153199Z adding 'torch/include/caffe2/operators/zero_gradient_op.h' 2022-11-23T00:58:33.6155787Z adding 'torch/include/caffe2/operators/hip/activation_ops_miopen.h' 2022-11-23T00:58:33.6158806Z adding 'torch/include/caffe2/operators/quantized/int8_add_op.h' 2022-11-23T00:58:33.6161728Z adding 'torch/include/caffe2/operators/quantized/int8_average_pool_op.h' 2022-11-23T00:58:33.6164478Z adding 'torch/include/caffe2/operators/quantized/int8_channel_shuffle_op.h' 2022-11-23T00:58:33.6167028Z adding 'torch/include/caffe2/operators/quantized/int8_concat_op.h' 2022-11-23T00:58:33.6170128Z adding 'torch/include/caffe2/operators/quantized/int8_conv_op.h' 2022-11-23T00:58:33.6172886Z adding 'torch/include/caffe2/operators/quantized/int8_conv_transpose_op.h' 2022-11-23T00:58:33.6174711Z adding 'torch/include/caffe2/operators/quantized/int8_dequantize_op.h' 2022-11-23T00:58:33.6177044Z adding 'torch/include/caffe2/operators/quantized/int8_fc_op.h' 2022-11-23T00:58:33.6179286Z adding 'torch/include/caffe2/operators/quantized/int8_flatten_op.h' 2022-11-23T00:58:33.6181271Z adding 'torch/include/caffe2/operators/quantized/int8_given_tensor_fill_op.h' 2022-11-23T00:58:33.6183450Z adding 'torch/include/caffe2/operators/quantized/int8_leaky_relu_op.h' 2022-11-23T00:58:33.6186169Z adding 'torch/include/caffe2/operators/quantized/int8_max_pool_op.h' 2022-11-23T00:58:33.6189094Z adding 'torch/include/caffe2/operators/quantized/int8_quantize_op.h' 2022-11-23T00:58:33.6191290Z adding 'torch/include/caffe2/operators/quantized/int8_relu_op.h' 2022-11-23T00:58:33.6193225Z adding 'torch/include/caffe2/operators/quantized/int8_reshape_op.h' 2022-11-23T00:58:33.6195334Z adding 'torch/include/caffe2/operators/quantized/int8_resize_nearest_op.h' 2022-11-23T00:58:33.6199169Z adding 'torch/include/caffe2/operators/quantized/int8_roi_align_op.h' 2022-11-23T00:58:33.6201712Z adding 'torch/include/caffe2/operators/quantized/int8_sigmoid_op.h' 2022-11-23T00:58:33.6203619Z adding 'torch/include/caffe2/operators/quantized/int8_simd.h' 2022-11-23T00:58:33.6205523Z adding 'torch/include/caffe2/operators/quantized/int8_slice_op.h' 2022-11-23T00:58:33.6207609Z adding 'torch/include/caffe2/operators/quantized/int8_softmax_op.h' 2022-11-23T00:58:33.6209907Z adding 'torch/include/caffe2/operators/quantized/int8_test_utils.h' 2022-11-23T00:58:33.6211672Z adding 'torch/include/caffe2/operators/quantized/int8_transpose_op.h' 2022-11-23T00:58:33.6213994Z adding 'torch/include/caffe2/operators/quantized/int8_utils.h' 2022-11-23T00:58:33.6216536Z adding 'torch/include/caffe2/operators/rnn/recurrent_network_blob_fetcher_op.h' 2022-11-23T00:58:33.6221905Z adding 'torch/include/caffe2/operators/rnn/recurrent_network_executor.h' 2022-11-23T00:58:33.6224334Z adding 'torch/include/caffe2/operators/rnn/recurrent_network_executor_gpu.h' 2022-11-23T00:58:33.6226500Z adding 'torch/include/caffe2/operators/rnn/recurrent_network_executor_incl.h' 2022-11-23T00:58:33.6235348Z adding 'torch/include/caffe2/operators/rnn/recurrent_network_op.h' 2022-11-23T00:58:33.6238426Z adding 'torch/include/caffe2/operators/rnn/recurrent_op_cudnn.h' 2022-11-23T00:58:33.6241108Z adding 'torch/include/caffe2/operators/rnn/hip/recurrent_op_miopen.h' 2022-11-23T00:58:33.6243710Z adding 'torch/include/caffe2/opt/annotations.h' 2022-11-23T00:58:33.6245321Z adding 'torch/include/caffe2/opt/backend_cutting.h' 2022-11-23T00:58:33.6247294Z adding 'torch/include/caffe2/opt/backend_transformer_base.h' 2022-11-23T00:58:33.6250236Z adding 'torch/include/caffe2/opt/bound_shape_inferencer.h' 2022-11-23T00:58:33.6252790Z adding 'torch/include/caffe2/opt/converter.h' 2022-11-23T00:58:33.6254720Z adding 'torch/include/caffe2/opt/device.h' 2022-11-23T00:58:33.6256617Z adding 'torch/include/caffe2/opt/distributed.h' 2022-11-23T00:58:33.6258245Z adding 'torch/include/caffe2/opt/fakefp16_transform.h' 2022-11-23T00:58:33.6260723Z adding 'torch/include/caffe2/opt/fusion.h' 2022-11-23T00:58:33.6262479Z adding 'torch/include/caffe2/opt/glow_net_transform.h' 2022-11-23T00:58:33.6264332Z adding 'torch/include/caffe2/opt/mobile.h' 2022-11-23T00:58:33.6266276Z adding 'torch/include/caffe2/opt/onnx_convert.h' 2022-11-23T00:58:33.6272054Z adding 'torch/include/caffe2/opt/onnxifi_op.h' 2022-11-23T00:58:33.6275400Z adding 'torch/include/caffe2/opt/onnxifi_transformer.h' 2022-11-23T00:58:33.6277238Z adding 'torch/include/caffe2/opt/optimize_ideep.h' 2022-11-23T00:58:33.6278694Z adding 'torch/include/caffe2/opt/optimizer.h' 2022-11-23T00:58:33.6280692Z adding 'torch/include/caffe2/opt/passes.h' 2022-11-23T00:58:33.6283146Z adding 'torch/include/caffe2/opt/shape_info.h' 2022-11-23T00:58:33.6285313Z adding 'torch/include/caffe2/opt/tvm_transformer.h' 2022-11-23T00:58:33.6288266Z adding 'torch/include/caffe2/opt/custom/cc_amrc.h' 2022-11-23T00:58:33.6290266Z adding 'torch/include/caffe2/opt/custom/concat_elim.h' 2022-11-23T00:58:33.6292021Z adding 'torch/include/caffe2/opt/custom/freeze_quantization_params.h' 2022-11-23T00:58:33.6293589Z adding 'torch/include/caffe2/opt/custom/in_batch_broadcast.h' 2022-11-23T00:58:33.6295089Z adding 'torch/include/caffe2/opt/custom/pointwise_elim.h' 2022-11-23T00:58:33.6297348Z adding 'torch/include/caffe2/opt/nql/ast.h' 2022-11-23T00:58:33.6299745Z adding 'torch/include/caffe2/opt/nql/graphmatcher.h' 2022-11-23T00:58:33.6302813Z adding 'torch/include/caffe2/perfkernels/adagrad.h' 2022-11-23T00:58:33.6304681Z adding 'torch/include/caffe2/perfkernels/batch_box_cox.h' 2022-11-23T00:58:33.6307324Z adding 'torch/include/caffe2/perfkernels/common.h' 2022-11-23T00:58:33.6309457Z adding 'torch/include/caffe2/perfkernels/cvtsh_ss_bugfix.h' 2022-11-23T00:58:33.6311378Z adding 'torch/include/caffe2/perfkernels/embedding_lookup.h' 2022-11-23T00:58:33.6313365Z adding 'torch/include/caffe2/perfkernels/embedding_lookup_idx.h' 2022-11-23T00:58:33.6315345Z adding 'torch/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup.h' 2022-11-23T00:58:33.6317308Z adding 'torch/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup_idx.h' 2022-11-23T00:58:33.6319989Z adding 'torch/include/caffe2/perfkernels/fused_nbit_rowwise_conversion.h' 2022-11-23T00:58:33.6322327Z adding 'torch/include/caffe2/perfkernels/lstm_unit_cpu-impl.h' 2022-11-23T00:58:33.6324268Z adding 'torch/include/caffe2/perfkernels/lstm_unit_cpu.h' 2022-11-23T00:58:33.6326093Z adding 'torch/include/caffe2/perfkernels/lstm_unit_cpu_common.h' 2022-11-23T00:58:33.6327910Z adding 'torch/include/caffe2/perfkernels/math.h' 2022-11-23T00:58:33.6329502Z adding 'torch/include/caffe2/perfkernels/typed_axpy.h' 2022-11-23T00:58:33.6331187Z adding 'torch/include/caffe2/perfkernels/vectorizer.h' 2022-11-23T00:58:33.6333285Z adding 'torch/include/caffe2/predictor/InferenceGraph.h' 2022-11-23T00:58:33.6335577Z adding 'torch/include/caffe2/predictor/ThreadLocalPtr.h' 2022-11-23T00:58:33.6337582Z adding 'torch/include/caffe2/predictor/predictor.h' 2022-11-23T00:58:33.6339585Z adding 'torch/include/caffe2/predictor/predictor_config.h' 2022-11-23T00:58:33.6341527Z adding 'torch/include/caffe2/predictor/predictor_utils.h' 2022-11-23T00:58:33.6342614Z adding 'torch/include/caffe2/predictor/transforms.h' 2022-11-23T00:58:33.6344619Z adding 'torch/include/caffe2/predictor/emulator/benchmark.h' 2022-11-23T00:58:33.6347913Z adding 'torch/include/caffe2/predictor/emulator/data_filler.h' 2022-11-23T00:58:33.6349631Z adding 'torch/include/caffe2/predictor/emulator/emulator.h' 2022-11-23T00:58:33.6351876Z adding 'torch/include/caffe2/predictor/emulator/net_supplier.h' 2022-11-23T00:58:33.6353745Z adding 'torch/include/caffe2/predictor/emulator/output_formatter.h' 2022-11-23T00:58:33.6355587Z adding 'torch/include/caffe2/predictor/emulator/profiler.h' 2022-11-23T00:58:33.6357448Z adding 'torch/include/caffe2/predictor/emulator/std_output_formatter.h' 2022-11-23T00:58:33.6359362Z adding 'torch/include/caffe2/predictor/emulator/time_profiler.h' 2022-11-23T00:58:33.6361373Z adding 'torch/include/caffe2/predictor/emulator/utils.h' 2022-11-23T00:58:33.6431615Z adding 'torch/include/caffe2/proto/caffe2.pb.h' 2022-11-23T00:58:33.6447129Z adding 'torch/include/caffe2/proto/caffe2_legacy.pb.h' 2022-11-23T00:58:33.6450127Z adding 'torch/include/caffe2/proto/caffe2_pb.h' 2022-11-23T00:58:33.6459417Z adding 'torch/include/caffe2/proto/hsm.pb.h' 2022-11-23T00:58:33.6478645Z adding 'torch/include/caffe2/proto/metanet.pb.h' 2022-11-23T00:58:33.6492293Z adding 'torch/include/caffe2/proto/predictor_consts.pb.h' 2022-11-23T00:58:33.6506534Z adding 'torch/include/caffe2/proto/prof_dag.pb.h' 2022-11-23T00:58:33.6528047Z adding 'torch/include/caffe2/proto/torch.pb.h' 2022-11-23T00:58:33.6532744Z adding 'torch/include/caffe2/proto/torch_pb.h' 2022-11-23T00:58:33.6536026Z adding 'torch/include/caffe2/python/dlpack.h' 2022-11-23T00:58:33.6541245Z adding 'torch/include/caffe2/python/pybind_state.h' 2022-11-23T00:58:33.6544296Z adding 'torch/include/caffe2/python/pybind_state_dlpack.h' 2022-11-23T00:58:33.6546529Z adding 'torch/include/caffe2/python/pybind_state_registry.h' 2022-11-23T00:58:33.6548419Z adding 'torch/include/caffe2/python/pybind_workspace.h' 2022-11-23T00:58:33.6552355Z adding 'torch/include/caffe2/quantization/server/activation_distribution_observer.h' 2022-11-23T00:58:33.6554565Z adding 'torch/include/caffe2/quantization/server/batch_matmul_dnnlowp_op.h' 2022-11-23T00:58:33.6556556Z adding 'torch/include/caffe2/quantization/server/batch_permutation_dnnlowp_op.h' 2022-11-23T00:58:33.6558910Z adding 'torch/include/caffe2/quantization/server/caffe2_dnnlowp_utils.h' 2022-11-23T00:58:33.6561062Z adding 'torch/include/caffe2/quantization/server/channel_shuffle_dnnlowp_op.h' 2022-11-23T00:58:33.6562868Z adding 'torch/include/caffe2/quantization/server/compute_equalization_scale.h' 2022-11-23T00:58:33.6564823Z adding 'torch/include/caffe2/quantization/server/concat_dnnlowp_op.h' 2022-11-23T00:58:33.6566929Z adding 'torch/include/caffe2/quantization/server/conv_dnnlowp_acc16_op.h' 2022-11-23T00:58:33.6569580Z adding 'torch/include/caffe2/quantization/server/conv_dnnlowp_op.h' 2022-11-23T00:58:33.6572951Z adding 'torch/include/caffe2/quantization/server/conv_pool_dnnlowp_op_base.h' 2022-11-23T00:58:33.6575134Z adding 'torch/include/caffe2/quantization/server/conv_relu_op.h' 2022-11-23T00:58:33.6576997Z adding 'torch/include/caffe2/quantization/server/dequantize_dnnlowp_op.h' 2022-11-23T00:58:33.6579935Z adding 'torch/include/caffe2/quantization/server/dnnlowp.h' 2022-11-23T00:58:33.6584152Z adding 'torch/include/caffe2/quantization/server/dnnlowp_op.h' 2022-11-23T00:58:33.6586677Z adding 'torch/include/caffe2/quantization/server/dnnlowp_partition.h' 2022-11-23T00:58:33.6588902Z adding 'torch/include/caffe2/quantization/server/dynamic_histogram.h' 2022-11-23T00:58:33.6591746Z adding 'torch/include/caffe2/quantization/server/elementwise_dnnlowp_op.h' 2022-11-23T00:58:33.6593952Z adding 'torch/include/caffe2/quantization/server/elementwise_linear_dnnlowp_op.h' 2022-11-23T00:58:33.6596765Z adding 'torch/include/caffe2/quantization/server/fb_fc_packed_op.h' 2022-11-23T00:58:33.6599314Z adding 'torch/include/caffe2/quantization/server/fbgemm_fp16_pack_op.h' 2022-11-23T00:58:33.6601029Z adding 'torch/include/caffe2/quantization/server/fbgemm_pack_blob.h' 2022-11-23T00:58:33.6602922Z adding 'torch/include/caffe2/quantization/server/fbgemm_pack_matrix_cache.h' 2022-11-23T00:58:33.6605282Z adding 'torch/include/caffe2/quantization/server/fbgemm_pack_op.h' 2022-11-23T00:58:33.6607148Z adding 'torch/include/caffe2/quantization/server/fully_connected_dnnlowp_acc16_op.h' 2022-11-23T00:58:33.6609138Z adding 'torch/include/caffe2/quantization/server/fully_connected_dnnlowp_op.h' 2022-11-23T00:58:33.6611316Z adding 'torch/include/caffe2/quantization/server/fully_connected_fake_lowp_op.h' 2022-11-23T00:58:33.6613684Z adding 'torch/include/caffe2/quantization/server/group_norm_dnnlowp_op.h' 2022-11-23T00:58:33.6617483Z adding 'torch/include/caffe2/quantization/server/im2col_dnnlowp.h' 2022-11-23T00:58:33.6619793Z adding 'torch/include/caffe2/quantization/server/int8_gen_quant_params.h' 2022-11-23T00:58:33.6621720Z adding 'torch/include/caffe2/quantization/server/int8_gen_quant_params_min_max.h' 2022-11-23T00:58:33.6623604Z adding 'torch/include/caffe2/quantization/server/int8_quant_scheme_blob_fill.h' 2022-11-23T00:58:33.6625442Z adding 'torch/include/caffe2/quantization/server/kl_minimization.h' 2022-11-23T00:58:33.6627077Z adding 'torch/include/caffe2/quantization/server/l2_minimization.h' 2022-11-23T00:58:33.6628936Z adding 'torch/include/caffe2/quantization/server/lstm_unit_dnnlowp_op.h' 2022-11-23T00:58:33.6630721Z adding 'torch/include/caffe2/quantization/server/mmio.h' 2022-11-23T00:58:33.6632675Z adding 'torch/include/caffe2/quantization/server/op_wrapper.h' 2022-11-23T00:58:33.6634410Z adding 'torch/include/caffe2/quantization/server/pool_dnnlowp_op_avx2.h' 2022-11-23T00:58:33.6636199Z adding 'torch/include/caffe2/quantization/server/quantization_error_minimization.h' 2022-11-23T00:58:33.6637865Z adding 'torch/include/caffe2/quantization/server/quantize_dnnlowp_op.h' 2022-11-23T00:58:33.6639663Z adding 'torch/include/caffe2/quantization/server/relu_dnnlowp_op.h' 2022-11-23T00:58:33.6641360Z adding 'torch/include/caffe2/quantization/server/resize_nearest_3d_dnnlowp_op.h' 2022-11-23T00:58:33.6643138Z adding 'torch/include/caffe2/quantization/server/resize_nearest_dnnlowp_op.h' 2022-11-23T00:58:33.6644806Z adding 'torch/include/caffe2/quantization/server/sigmoid.h' 2022-11-23T00:58:33.6646572Z adding 'torch/include/caffe2/quantization/server/spatial_batch_norm_dnnlowp_op.h' 2022-11-23T00:58:33.6648426Z adding 'torch/include/caffe2/quantization/server/tanh.h' 2022-11-23T00:58:33.6649960Z adding 'torch/include/caffe2/quantization/server/transpose.h' 2022-11-23T00:58:33.6652151Z adding 'torch/include/caffe2/quantization/server/utility_dnnlowp_ops.h' 2022-11-23T00:58:33.6654339Z adding 'torch/include/caffe2/queue/blobs_queue.h' 2022-11-23T00:58:33.6656514Z adding 'torch/include/caffe2/queue/blobs_queue_db.h' 2022-11-23T00:58:33.6659473Z adding 'torch/include/caffe2/queue/queue_ops.h' 2022-11-23T00:58:33.6661460Z adding 'torch/include/caffe2/queue/rebatching_queue.h' 2022-11-23T00:58:33.6663372Z adding 'torch/include/caffe2/queue/rebatching_queue_ops.h' 2022-11-23T00:58:33.6695925Z adding 'torch/include/caffe2/serialize/crc_alt.h' 2022-11-23T00:58:33.6699651Z adding 'torch/include/caffe2/serialize/file_adapter.h' 2022-11-23T00:58:33.6701223Z adding 'torch/include/caffe2/serialize/in_memory_adapter.h' 2022-11-23T00:58:33.6704344Z adding 'torch/include/caffe2/serialize/inline_container.h' 2022-11-23T00:58:33.6706272Z adding 'torch/include/caffe2/serialize/istream_adapter.h' 2022-11-23T00:58:33.6707929Z adding 'torch/include/caffe2/serialize/read_adapter_interface.h' 2022-11-23T00:58:33.6710813Z adding 'torch/include/caffe2/serialize/versions.h' 2022-11-23T00:58:33.6714026Z adding 'torch/include/caffe2/sgd/adadelta_op.h' 2022-11-23T00:58:33.6717416Z adding 'torch/include/caffe2/sgd/adagrad_fused.h' 2022-11-23T00:58:33.6721960Z adding 'torch/include/caffe2/sgd/adagrad_op.h' 2022-11-23T00:58:33.6726978Z adding 'torch/include/caffe2/sgd/adam_op.h' 2022-11-23T00:58:33.6729597Z adding 'torch/include/caffe2/sgd/clip_tensor_op.h' 2022-11-23T00:58:33.6731685Z adding 'torch/include/caffe2/sgd/decay_adagrad_op.h' 2022-11-23T00:58:33.6733613Z adding 'torch/include/caffe2/sgd/fp16_momentum_sgd_op.h' 2022-11-23T00:58:33.6735542Z adding 'torch/include/caffe2/sgd/fp32_momentum_sgd_op.h' 2022-11-23T00:58:33.6737551Z adding 'torch/include/caffe2/sgd/ftrl_op.h' 2022-11-23T00:58:33.6739825Z adding 'torch/include/caffe2/sgd/gftrl_op.h' 2022-11-23T00:58:33.6741632Z adding 'torch/include/caffe2/sgd/iter_op.h' 2022-11-23T00:58:33.6743700Z adding 'torch/include/caffe2/sgd/lars_op.h' 2022-11-23T00:58:33.6745814Z adding 'torch/include/caffe2/sgd/learning_rate_adaption_op.h' 2022-11-23T00:58:33.6749995Z adding 'torch/include/caffe2/sgd/learning_rate_functors.h' 2022-11-23T00:58:33.6753641Z adding 'torch/include/caffe2/sgd/learning_rate_op.h' 2022-11-23T00:58:33.6755508Z adding 'torch/include/caffe2/sgd/math_lp.h' 2022-11-23T00:58:33.6757831Z adding 'torch/include/caffe2/sgd/momentum_sgd_op.h' 2022-11-23T00:58:33.6759909Z adding 'torch/include/caffe2/sgd/rmsprop_op.h' 2022-11-23T00:58:33.6765850Z adding 'torch/include/caffe2/sgd/rowwise_adagrad_fused.h' 2022-11-23T00:58:33.6768573Z adding 'torch/include/caffe2/sgd/rowwise_counter.h' 2022-11-23T00:58:33.6771265Z adding 'torch/include/caffe2/sgd/storm_op.h' 2022-11-23T00:58:33.6773699Z adding 'torch/include/caffe2/sgd/weight_scale_op.h' 2022-11-23T00:58:33.6776212Z adding 'torch/include/caffe2/sgd/wngrad_op.h' 2022-11-23T00:58:33.6779675Z adding 'torch/include/caffe2/sgd/yellowfin_op.h' 2022-11-23T00:58:33.6782209Z adding 'torch/include/caffe2/share/contrib/zstd/quant_decomp_zstd_op.h' 2022-11-23T00:58:33.6784329Z adding 'torch/include/caffe2/transforms/common_subexpression_elimination.h' 2022-11-23T00:58:33.6786367Z adding 'torch/include/caffe2/transforms/conv_to_nnpack_transform.h' 2022-11-23T00:58:33.6788801Z adding 'torch/include/caffe2/transforms/pattern_net_transform.h' 2022-11-23T00:58:33.6790705Z adding 'torch/include/caffe2/transforms/single_op_transform.h' 2022-11-23T00:58:33.6792914Z adding 'torch/include/caffe2/utils/bench_utils.h' 2022-11-23T00:58:33.6794726Z adding 'torch/include/caffe2/utils/cast.h' 2022-11-23T00:58:33.6799299Z adding 'torch/include/caffe2/utils/cblas.h' 2022-11-23T00:58:33.6802046Z adding 'torch/include/caffe2/utils/conversions.h' 2022-11-23T00:58:33.6803764Z adding 'torch/include/caffe2/utils/cpu_neon.h' 2022-11-23T00:58:33.6805920Z adding 'torch/include/caffe2/utils/cpuid.h' 2022-11-23T00:58:33.6808637Z adding 'torch/include/caffe2/utils/eigen_utils.h' 2022-11-23T00:58:33.6811178Z adding 'torch/include/caffe2/utils/filler.h' 2022-11-23T00:58:33.6813530Z adding 'torch/include/caffe2/utils/fixed_divisor.h' 2022-11-23T00:58:33.6815394Z adding 'torch/include/caffe2/utils/knob_patcher.h' 2022-11-23T00:58:33.6817025Z adding 'torch/include/caffe2/utils/knobs.h' 2022-11-23T00:58:33.6818738Z adding 'torch/include/caffe2/utils/map_utils.h' 2022-11-23T00:58:33.6820528Z adding 'torch/include/caffe2/utils/math-detail.h' 2022-11-23T00:58:33.6824178Z adding 'torch/include/caffe2/utils/math.h' 2022-11-23T00:58:33.6826584Z adding 'torch/include/caffe2/utils/murmur_hash3.h' 2022-11-23T00:58:33.6828144Z adding 'torch/include/caffe2/utils/proto_convert.h' 2022-11-23T00:58:33.6832028Z adding 'torch/include/caffe2/utils/proto_utils.h' 2022-11-23T00:58:33.6834213Z adding 'torch/include/caffe2/utils/proto_wrap.h' 2022-11-23T00:58:33.6835769Z adding 'torch/include/caffe2/utils/signal_handler.h' 2022-11-23T00:58:33.6838053Z adding 'torch/include/caffe2/utils/simple_queue.h' 2022-11-23T00:58:33.6840038Z adding 'torch/include/caffe2/utils/smart_tensor_printer.h' 2022-11-23T00:58:33.6841778Z adding 'torch/include/caffe2/utils/string_utils.h' 2022-11-23T00:58:33.6844010Z adding 'torch/include/caffe2/utils/zmq_helper.h' 2022-11-23T00:58:33.6846204Z adding 'torch/include/caffe2/utils/math/broadcast.h' 2022-11-23T00:58:33.6848513Z adding 'torch/include/caffe2/utils/math/elementwise.h' 2022-11-23T00:58:33.6850505Z adding 'torch/include/caffe2/utils/math/half_utils.h' 2022-11-23T00:58:33.6852524Z adding 'torch/include/caffe2/utils/math/reduce.h' 2022-11-23T00:58:33.6854360Z adding 'torch/include/caffe2/utils/math/transpose.h' 2022-11-23T00:58:33.6856902Z adding 'torch/include/caffe2/utils/math/utils.h' 2022-11-23T00:58:33.6859524Z adding 'torch/include/caffe2/utils/threadpool/ThreadPool.h' 2022-11-23T00:58:33.6861496Z adding 'torch/include/caffe2/utils/threadpool/ThreadPoolCommon.h' 2022-11-23T00:58:33.6865945Z adding 'torch/include/caffe2/utils/threadpool/WorkersPool.h' 2022-11-23T00:58:33.6868373Z adding 'torch/include/caffe2/utils/threadpool/pthreadpool-cpp.h' 2022-11-23T00:58:33.6871033Z adding 'torch/include/caffe2/utils/threadpool/pthreadpool.h' 2022-11-23T00:58:33.6873040Z adding 'torch/include/caffe2/utils/threadpool/thread_pool_guard.h' 2022-11-23T00:58:33.6875207Z adding 'torch/include/caffe2/video/optical_flow.h' 2022-11-23T00:58:33.6880163Z adding 'torch/include/caffe2/video/video_decoder.h' 2022-11-23T00:58:33.6889655Z adding 'torch/include/caffe2/video/video_input_op.h' 2022-11-23T00:58:33.6892508Z adding 'torch/include/caffe2/video/video_io.h' 2022-11-23T00:58:33.6899562Z adding 'torch/include/pybind11/attr.h' 2022-11-23T00:58:33.6903236Z adding 'torch/include/pybind11/buffer_info.h' 2022-11-23T00:58:33.6922398Z adding 'torch/include/pybind11/cast.h' 2022-11-23T00:58:33.6927376Z adding 'torch/include/pybind11/chrono.h' 2022-11-23T00:58:33.6929254Z adding 'torch/include/pybind11/common.h' 2022-11-23T00:58:33.6931407Z adding 'torch/include/pybind11/complex.h' 2022-11-23T00:58:33.6940567Z adding 'torch/include/pybind11/eigen.h' 2022-11-23T00:58:33.6945815Z adding 'torch/include/pybind11/embed.h' 2022-11-23T00:58:33.6948756Z adding 'torch/include/pybind11/eval.h' 2022-11-23T00:58:33.6951587Z adding 'torch/include/pybind11/functional.h' 2022-11-23T00:58:33.6954745Z adding 'torch/include/pybind11/gil.h' 2022-11-23T00:58:33.6958397Z adding 'torch/include/pybind11/iostream.h' 2022-11-23T00:58:33.6980575Z adding 'torch/include/pybind11/numpy.h' 2022-11-23T00:58:33.6985654Z adding 'torch/include/pybind11/operators.h' 2022-11-23T00:58:33.6988080Z adding 'torch/include/pybind11/options.h' 2022-11-23T00:58:33.7023378Z adding 'torch/include/pybind11/pybind11.h' 2022-11-23T00:58:33.7050637Z adding 'torch/include/pybind11/pytypes.h' 2022-11-23T00:58:33.7057146Z adding 'torch/include/pybind11/stl.h' 2022-11-23T00:58:33.7064406Z adding 'torch/include/pybind11/stl_bind.h' 2022-11-23T00:58:33.7074111Z adding 'torch/include/pybind11/detail/class.h' 2022-11-23T00:58:33.7089153Z adding 'torch/include/pybind11/detail/common.h' 2022-11-23T00:58:33.7092873Z adding 'torch/include/pybind11/detail/descr.h' 2022-11-23T00:58:33.7098296Z adding 'torch/include/pybind11/detail/init.h' 2022-11-23T00:58:33.7106188Z adding 'torch/include/pybind11/detail/internals.h' 2022-11-23T00:58:33.7119495Z adding 'torch/include/pybind11/detail/type_caster_base.h' 2022-11-23T00:58:33.7122599Z adding 'torch/include/pybind11/detail/typeid.h' 2022-11-23T00:58:33.7128869Z adding 'torch/include/torch/custom_class.h' 2022-11-23T00:58:33.7132771Z adding 'torch/include/torch/custom_class_detail.h' 2022-11-23T00:58:33.7134623Z adding 'torch/include/torch/extension.h' 2022-11-23T00:58:33.7146541Z adding 'torch/include/torch/library.h' 2022-11-23T00:58:33.7149055Z adding 'torch/include/torch/script.h' 2022-11-23T00:58:33.7152518Z adding 'torch/include/torch/csrc/CudaIPCTypes.h' 2022-11-23T00:58:33.7154283Z adding 'torch/include/torch/csrc/DataLoader.h' 2022-11-23T00:58:33.7155983Z adding 'torch/include/torch/csrc/Device.h' 2022-11-23T00:58:33.7157816Z adding 'torch/include/torch/csrc/Dtype.h' 2022-11-23T00:58:33.7159747Z adding 'torch/include/torch/csrc/DynamicTypes.h' 2022-11-23T00:58:33.7164391Z adding 'torch/include/torch/csrc/Exceptions.h' 2022-11-23T00:58:33.7166700Z adding 'torch/include/torch/csrc/Export.h' 2022-11-23T00:58:33.7168665Z adding 'torch/include/torch/csrc/Generator.h' 2022-11-23T00:58:33.7170563Z adding 'torch/include/torch/csrc/Layout.h' 2022-11-23T00:58:33.7172365Z adding 'torch/include/torch/csrc/MemoryFormat.h' 2022-11-23T00:58:33.7174135Z adding 'torch/include/torch/csrc/Module.h' 2022-11-23T00:58:33.7175624Z adding 'torch/include/torch/csrc/PythonTypes.h' 2022-11-23T00:58:33.7177015Z adding 'torch/include/torch/csrc/QScheme.h' 2022-11-23T00:58:33.7178680Z adding 'torch/include/torch/csrc/Size.h' 2022-11-23T00:58:33.7180384Z adding 'torch/include/torch/csrc/Storage.h' 2022-11-23T00:58:33.7181805Z adding 'torch/include/torch/csrc/StorageMethods.h' 2022-11-23T00:58:33.7183176Z adding 'torch/include/torch/csrc/StorageSharing.h' 2022-11-23T00:58:33.7184638Z adding 'torch/include/torch/csrc/Stream.h' 2022-11-23T00:58:33.7186459Z adding 'torch/include/torch/csrc/THConcat.h' 2022-11-23T00:58:33.7188612Z adding 'torch/include/torch/csrc/THP.h' 2022-11-23T00:58:33.7190529Z adding 'torch/include/torch/csrc/TypeInfo.h' 2022-11-23T00:58:33.7191992Z adding 'torch/include/torch/csrc/Types.h' 2022-11-23T00:58:33.7193690Z adding 'torch/include/torch/csrc/copy_utils.h' 2022-11-23T00:58:33.7195239Z adding 'torch/include/torch/csrc/itt_wrapper.h' 2022-11-23T00:58:33.7196781Z adding 'torch/include/torch/csrc/python_dimname.h' 2022-11-23T00:58:33.7198406Z adding 'torch/include/torch/csrc/python_headers.h' 2022-11-23T00:58:33.7200107Z adding 'torch/include/torch/csrc/serialization.h' 2022-11-23T00:58:33.7203018Z adding 'torch/include/torch/csrc/utils.h' 2022-11-23T00:58:33.7206028Z adding 'torch/include/torch/csrc/api/include/torch/all.h' 2022-11-23T00:58:33.7207557Z adding 'torch/include/torch/csrc/api/include/torch/arg.h' 2022-11-23T00:58:33.7209069Z adding 'torch/include/torch/csrc/api/include/torch/autograd.h' 2022-11-23T00:58:33.7210701Z adding 'torch/include/torch/csrc/api/include/torch/cuda.h' 2022-11-23T00:58:33.7212276Z adding 'torch/include/torch/csrc/api/include/torch/data.h' 2022-11-23T00:58:33.7214953Z adding 'torch/include/torch/csrc/api/include/torch/enum.h' 2022-11-23T00:58:33.7226688Z adding 'torch/include/torch/csrc/api/include/torch/expanding_array.h' 2022-11-23T00:58:33.7229335Z adding 'torch/include/torch/csrc/api/include/torch/fft.h' 2022-11-23T00:58:33.7231731Z adding 'torch/include/torch/csrc/api/include/torch/imethod.h' 2022-11-23T00:58:33.7233481Z adding 'torch/include/torch/csrc/api/include/torch/jit.h' 2022-11-23T00:58:33.7238366Z adding 'torch/include/torch/csrc/api/include/torch/linalg.h' 2022-11-23T00:58:33.7241445Z adding 'torch/include/torch/csrc/api/include/torch/nested.h' 2022-11-23T00:58:33.7243102Z adding 'torch/include/torch/csrc/api/include/torch/nn.h' 2022-11-23T00:58:33.7244626Z adding 'torch/include/torch/csrc/api/include/torch/optim.h' 2022-11-23T00:58:33.7249072Z adding 'torch/include/torch/csrc/api/include/torch/ordered_dict.h' 2022-11-23T00:58:33.7252865Z adding 'torch/include/torch/csrc/api/include/torch/python.h' 2022-11-23T00:58:33.7255679Z adding 'torch/include/torch/csrc/api/include/torch/serialize.h' 2022-11-23T00:58:33.7257242Z adding 'torch/include/torch/csrc/api/include/torch/sparse.h' 2022-11-23T00:58:33.7262228Z adding 'torch/include/torch/csrc/api/include/torch/special.h' 2022-11-23T00:58:33.7264724Z adding 'torch/include/torch/csrc/api/include/torch/torch.h' 2022-11-23T00:58:33.7266934Z adding 'torch/include/torch/csrc/api/include/torch/types.h' 2022-11-23T00:58:33.7269282Z adding 'torch/include/torch/csrc/api/include/torch/utils.h' 2022-11-23T00:58:33.7271079Z adding 'torch/include/torch/csrc/api/include/torch/version.h' 2022-11-23T00:58:33.7273687Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader.h' 2022-11-23T00:58:33.7275951Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader_options.h' 2022-11-23T00:58:33.7277803Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets.h' 2022-11-23T00:58:33.7279823Z adding 'torch/include/torch/csrc/api/include/torch/data/example.h' 2022-11-23T00:58:33.7282568Z adding 'torch/include/torch/csrc/api/include/torch/data/iterator.h' 2022-11-23T00:58:33.7284494Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers.h' 2022-11-23T00:58:33.7286084Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms.h' 2022-11-23T00:58:33.7287937Z adding 'torch/include/torch/csrc/api/include/torch/data/worker_exception.h' 2022-11-23T00:58:33.7291764Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/base.h' 2022-11-23T00:58:33.7294286Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h' 2022-11-23T00:58:33.7296714Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h' 2022-11-23T00:58:33.7299439Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/base.h' 2022-11-23T00:58:33.7306149Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h' 2022-11-23T00:58:33.7309144Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/map.h' 2022-11-23T00:58:33.7311108Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h' 2022-11-23T00:58:33.7313202Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/shared.h' 2022-11-23T00:58:33.7315279Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h' 2022-11-23T00:58:33.7317117Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h' 2022-11-23T00:58:33.7319659Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h' 2022-11-23T00:58:33.7322109Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/queue.h' 2022-11-23T00:58:33.7324570Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h' 2022-11-23T00:58:33.7326877Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/base.h' 2022-11-23T00:58:33.7328574Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h' 2022-11-23T00:58:33.7330769Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h' 2022-11-23T00:58:33.7332706Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/random.h' 2022-11-23T00:58:33.7334553Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h' 2022-11-23T00:58:33.7336181Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h' 2022-11-23T00:58:33.7338162Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/stream.h' 2022-11-23T00:58:33.7340398Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/base.h' 2022-11-23T00:58:33.7342264Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/collate.h' 2022-11-23T00:58:33.7344093Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h' 2022-11-23T00:58:33.7346048Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/stack.h' 2022-11-23T00:58:33.7348114Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h' 2022-11-23T00:58:33.7352909Z adding 'torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h' 2022-11-23T00:58:33.7355307Z adding 'torch/include/torch/csrc/api/include/torch/detail/static.h' 2022-11-23T00:58:33.7358268Z adding 'torch/include/torch/csrc/api/include/torch/nn/cloneable.h' 2022-11-23T00:58:33.7360073Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional.h' 2022-11-23T00:58:33.7362431Z adding 'torch/include/torch/csrc/api/include/torch/nn/init.h' 2022-11-23T00:58:33.7369432Z adding 'torch/include/torch/csrc/api/include/torch/nn/module.h' 2022-11-23T00:58:33.7371892Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules.h' 2022-11-23T00:58:33.7373524Z adding 'torch/include/torch/csrc/api/include/torch/nn/options.h' 2022-11-23T00:58:33.7375729Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h' 2022-11-23T00:58:33.7378799Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl.h' 2022-11-23T00:58:33.7380732Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils.h' 2022-11-23T00:58:33.7387124Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/activation.h' 2022-11-23T00:58:33.7389791Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h' 2022-11-23T00:58:33.7392209Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/conv.h' 2022-11-23T00:58:33.7394418Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/distance.h' 2022-11-23T00:58:33.7396794Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h' 2022-11-23T00:58:33.7399830Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h' 2022-11-23T00:58:33.7402069Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/fold.h' 2022-11-23T00:58:33.7404117Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h' 2022-11-23T00:58:33.7405798Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/linear.h' 2022-11-23T00:58:33.7410812Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/loss.h' 2022-11-23T00:58:33.7414064Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h' 2022-11-23T00:58:33.7416247Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/padding.h' 2022-11-23T00:58:33.7418096Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h' 2022-11-23T00:58:33.7423299Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h' 2022-11-23T00:58:33.7427348Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h' 2022-11-23T00:58:33.7430291Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/vision.h' 2022-11-23T00:58:33.7432734Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h' 2022-11-23T00:58:33.7437437Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/activation.h' 2022-11-23T00:58:33.7440956Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h' 2022-11-23T00:58:33.7443891Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h' 2022-11-23T00:58:33.7446722Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/common.h' 2022-11-23T00:58:33.7450759Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/conv.h' 2022-11-23T00:58:33.7453526Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/distance.h' 2022-11-23T00:58:33.7456163Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h' 2022-11-23T00:58:33.7459006Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h' 2022-11-23T00:58:33.7461471Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/fold.h' 2022-11-23T00:58:33.7463936Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h' 2022-11-23T00:58:33.7467001Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/linear.h' 2022-11-23T00:58:33.7472906Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/loss.h' 2022-11-23T00:58:33.7476587Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h' 2022-11-23T00:58:33.7479868Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/padding.h' 2022-11-23T00:58:33.7482635Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h' 2022-11-23T00:58:33.7487367Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h' 2022-11-23T00:58:33.7491744Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h' 2022-11-23T00:58:33.7494955Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h' 2022-11-23T00:58:33.7497843Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h' 2022-11-23T00:58:33.7500702Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h' 2022-11-23T00:58:33.7503009Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h' 2022-11-23T00:58:33.7505438Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/utils.h' 2022-11-23T00:58:33.7510247Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h' 2022-11-23T00:58:33.7513242Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h' 2022-11-23T00:58:33.7515829Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h' 2022-11-23T00:58:33.7518391Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h' 2022-11-23T00:58:33.7521795Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h' 2022-11-23T00:58:33.7525370Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h' 2022-11-23T00:58:33.7527829Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h' 2022-11-23T00:58:33.7530268Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h' 2022-11-23T00:58:33.7532998Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h' 2022-11-23T00:58:33.7537706Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h' 2022-11-23T00:58:33.7542565Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/activation.h' 2022-11-23T00:58:33.7545046Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h' 2022-11-23T00:58:33.7547331Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h' 2022-11-23T00:58:33.7550347Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/conv.h' 2022-11-23T00:58:33.7552777Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/distance.h' 2022-11-23T00:58:33.7554764Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/dropout.h' 2022-11-23T00:58:33.7557717Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/embedding.h' 2022-11-23T00:58:33.7560125Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/fold.h' 2022-11-23T00:58:33.7562256Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h' 2022-11-23T00:58:33.7564371Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/linear.h' 2022-11-23T00:58:33.7569089Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/loss.h' 2022-11-23T00:58:33.7572239Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/normalization.h' 2022-11-23T00:58:33.7574754Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/padding.h' 2022-11-23T00:58:33.7576764Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h' 2022-11-23T00:58:33.7580257Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pooling.h' 2022-11-23T00:58:33.7583283Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/rnn.h' 2022-11-23T00:58:33.7585588Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformer.h' 2022-11-23T00:58:33.7587714Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h' 2022-11-23T00:58:33.7589793Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h' 2022-11-23T00:58:33.7592116Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h' 2022-11-23T00:58:33.7594172Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/vision.h' 2022-11-23T00:58:33.7598579Z adding 'torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h' 2022-11-23T00:58:33.7601773Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h' 2022-11-23T00:58:33.7604104Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h' 2022-11-23T00:58:33.7608405Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h' 2022-11-23T00:58:33.7611308Z adding 'torch/include/torch/csrc/api/include/torch/optim/adagrad.h' 2022-11-23T00:58:33.7613561Z adding 'torch/include/torch/csrc/api/include/torch/optim/adam.h' 2022-11-23T00:58:33.7615740Z adding 'torch/include/torch/csrc/api/include/torch/optim/adamw.h' 2022-11-23T00:58:33.7618114Z adding 'torch/include/torch/csrc/api/include/torch/optim/lbfgs.h' 2022-11-23T00:58:33.7621097Z adding 'torch/include/torch/csrc/api/include/torch/optim/optimizer.h' 2022-11-23T00:58:33.7623480Z adding 'torch/include/torch/csrc/api/include/torch/optim/rmsprop.h' 2022-11-23T00:58:33.7627286Z adding 'torch/include/torch/csrc/api/include/torch/optim/serialize.h' 2022-11-23T00:58:33.7629764Z adding 'torch/include/torch/csrc/api/include/torch/optim/sgd.h' 2022-11-23T00:58:33.7631957Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h' 2022-11-23T00:58:33.7633884Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h' 2022-11-23T00:58:33.7636443Z adding 'torch/include/torch/csrc/api/include/torch/serialize/archive.h' 2022-11-23T00:58:33.7638101Z adding 'torch/include/torch/csrc/api/include/torch/serialize/input-archive.h' 2022-11-23T00:58:33.7640312Z adding 'torch/include/torch/csrc/api/include/torch/serialize/output-archive.h' 2022-11-23T00:58:33.7642175Z adding 'torch/include/torch/csrc/api/include/torch/serialize/tensor.h' 2022-11-23T00:58:33.7649224Z adding 'torch/include/torch/csrc/autograd/FunctionsManual.h' 2022-11-23T00:58:33.7652047Z adding 'torch/include/torch/csrc/autograd/InferenceMode.h' 2022-11-23T00:58:33.7656895Z adding 'torch/include/torch/csrc/autograd/VariableTypeUtils.h' 2022-11-23T00:58:33.7659411Z adding 'torch/include/torch/csrc/autograd/anomaly_mode.h' 2022-11-23T00:58:33.7662169Z adding 'torch/include/torch/csrc/autograd/autograd.h' 2022-11-23T00:58:33.7664100Z adding 'torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h' 2022-11-23T00:58:33.7665985Z adding 'torch/include/torch/csrc/autograd/cpp_hook.h' 2022-11-23T00:58:33.7670727Z adding 'torch/include/torch/csrc/autograd/custom_function.h' 2022-11-23T00:58:33.7673123Z adding 'torch/include/torch/csrc/autograd/edge.h' 2022-11-23T00:58:33.7677040Z adding 'torch/include/torch/csrc/autograd/engine.h' 2022-11-23T00:58:33.7681217Z adding 'torch/include/torch/csrc/autograd/forward_grad.h' 2022-11-23T00:58:33.7690308Z adding 'torch/include/torch/csrc/autograd/function.h' 2022-11-23T00:58:33.7692742Z adding 'torch/include/torch/csrc/autograd/function_hook.h' 2022-11-23T00:58:33.7694375Z adding 'torch/include/torch/csrc/autograd/grad_mode.h' 2022-11-23T00:58:33.7697839Z adding 'torch/include/torch/csrc/autograd/graph_task.h' 2022-11-23T00:58:33.7700110Z adding 'torch/include/torch/csrc/autograd/input_buffer.h' 2022-11-23T00:58:33.7702791Z adding 'torch/include/torch/csrc/autograd/input_metadata.h' 2022-11-23T00:58:33.7705133Z adding 'torch/include/torch/csrc/autograd/jit_decomp_interface.h' 2022-11-23T00:58:33.7706997Z adding 'torch/include/torch/csrc/autograd/profiler.h' 2022-11-23T00:58:33.7709567Z adding 'torch/include/torch/csrc/autograd/profiler_kineto.h' 2022-11-23T00:58:33.7713689Z adding 'torch/include/torch/csrc/autograd/profiler_legacy.h' 2022-11-23T00:58:33.7715571Z adding 'torch/include/torch/csrc/autograd/profiler_python.h' 2022-11-23T00:58:33.7717524Z adding 'torch/include/torch/csrc/autograd/python_anomaly_mode.h' 2022-11-23T00:58:33.7719278Z adding 'torch/include/torch/csrc/autograd/python_autograd.h' 2022-11-23T00:58:33.7721513Z adding 'torch/include/torch/csrc/autograd/python_cpp_function.h' 2022-11-23T00:58:33.7723449Z adding 'torch/include/torch/csrc/autograd/python_engine.h' 2022-11-23T00:58:33.7725109Z adding 'torch/include/torch/csrc/autograd/python_enum_tag.h' 2022-11-23T00:58:33.7726638Z adding 'torch/include/torch/csrc/autograd/python_fft_functions.h' 2022-11-23T00:58:33.7729303Z adding 'torch/include/torch/csrc/autograd/python_function.h' 2022-11-23T00:58:33.7731093Z adding 'torch/include/torch/csrc/autograd/python_hook.h' 2022-11-23T00:58:33.7732688Z adding 'torch/include/torch/csrc/autograd/python_legacy_variable.h' 2022-11-23T00:58:33.7734215Z adding 'torch/include/torch/csrc/autograd/python_linalg_functions.h' 2022-11-23T00:58:33.7735692Z adding 'torch/include/torch/csrc/autograd/python_nested_functions.h' 2022-11-23T00:58:33.7737154Z adding 'torch/include/torch/csrc/autograd/python_nn_functions.h' 2022-11-23T00:58:33.7738647Z adding 'torch/include/torch/csrc/autograd/python_return_types.h' 2022-11-23T00:58:33.7740343Z adding 'torch/include/torch/csrc/autograd/python_saved_variable_hooks.h' 2022-11-23T00:58:33.7741838Z adding 'torch/include/torch/csrc/autograd/python_sparse_functions.h' 2022-11-23T00:58:33.7743312Z adding 'torch/include/torch/csrc/autograd/python_special_functions.h' 2022-11-23T00:58:33.7745100Z adding 'torch/include/torch/csrc/autograd/python_torch_functions.h' 2022-11-23T00:58:33.7747082Z adding 'torch/include/torch/csrc/autograd/python_variable.h' 2022-11-23T00:58:33.7748888Z adding 'torch/include/torch/csrc/autograd/python_variable_indexing.h' 2022-11-23T00:58:33.7750565Z adding 'torch/include/torch/csrc/autograd/record_function_ops.h' 2022-11-23T00:58:33.7753341Z adding 'torch/include/torch/csrc/autograd/saved_variable.h' 2022-11-23T00:58:33.7755271Z adding 'torch/include/torch/csrc/autograd/saved_variable_hooks.h' 2022-11-23T00:58:33.7756850Z adding 'torch/include/torch/csrc/autograd/symbolic.h' 2022-11-23T00:58:33.7767467Z adding 'torch/include/torch/csrc/autograd/variable.h' 2022-11-23T00:58:33.7773028Z adding 'torch/include/torch/csrc/autograd/functions/accumulate_grad.h' 2022-11-23T00:58:33.7775356Z adding 'torch/include/torch/csrc/autograd/functions/basic_ops.h' 2022-11-23T00:58:33.7777231Z adding 'torch/include/torch/csrc/autograd/functions/comm.h' 2022-11-23T00:58:33.7778747Z adding 'torch/include/torch/csrc/autograd/functions/pybind.h' 2022-11-23T00:58:33.7781411Z adding 'torch/include/torch/csrc/autograd/functions/tensor.h' 2022-11-23T00:58:33.7783807Z adding 'torch/include/torch/csrc/autograd/functions/utils.h' 2022-11-23T00:58:33.7807557Z adding 'torch/include/torch/csrc/autograd/generated/Functions.h' 2022-11-23T00:58:33.7814910Z adding 'torch/include/torch/csrc/autograd/generated/VariableType.h' 2022-11-23T00:58:33.7816787Z adding 'torch/include/torch/csrc/autograd/generated/python_functions.h' 2022-11-23T00:58:33.7821707Z adding 'torch/include/torch/csrc/autograd/generated/variable_factories.h' 2022-11-23T00:58:33.7825088Z adding 'torch/include/torch/csrc/autograd/utils/error_messages.h' 2022-11-23T00:58:33.7827216Z adding 'torch/include/torch/csrc/autograd/utils/grad_layout_contract.h' 2022-11-23T00:58:33.7829162Z adding 'torch/include/torch/csrc/autograd/utils/lambda_post_hook.h' 2022-11-23T00:58:33.7830959Z adding 'torch/include/torch/csrc/autograd/utils/python_arg_parsing.h' 2022-11-23T00:58:33.7832660Z adding 'torch/include/torch/csrc/autograd/utils/warnings.h' 2022-11-23T00:58:33.7834805Z adding 'torch/include/torch/csrc/autograd/utils/wrap_outputs.h' 2022-11-23T00:58:33.7836970Z adding 'torch/include/torch/csrc/cuda/Event.h' 2022-11-23T00:58:33.7838481Z adding 'torch/include/torch/csrc/cuda/Module.h' 2022-11-23T00:58:33.7840179Z adding 'torch/include/torch/csrc/cuda/Stream.h' 2022-11-23T00:58:33.7841634Z adding 'torch/include/torch/csrc/cuda/THCP.h' 2022-11-23T00:58:33.7843450Z adding 'torch/include/torch/csrc/cuda/comm.h' 2022-11-23T00:58:33.7845038Z adding 'torch/include/torch/csrc/cuda/device_set.h' 2022-11-23T00:58:33.7846666Z adding 'torch/include/torch/csrc/cuda/memory_snapshot.h' 2022-11-23T00:58:33.7849090Z adding 'torch/include/torch/csrc/cuda/nccl.h' 2022-11-23T00:58:33.7850822Z adding 'torch/include/torch/csrc/cuda/python_comm.h' 2022-11-23T00:58:33.7852275Z adding 'torch/include/torch/csrc/cuda/python_nccl.h' 2022-11-23T00:58:33.7856224Z adding 'torch/include/torch/csrc/distributed/c10d/Backend.hpp' 2022-11-23T00:58:33.7858609Z adding 'torch/include/torch/csrc/distributed/c10d/FileStore.hpp' 2022-11-23T00:58:33.7860556Z adding 'torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp' 2022-11-23T00:58:33.7862530Z adding 'torch/include/torch/csrc/distributed/c10d/HashStore.hpp' 2022-11-23T00:58:33.7866162Z adding 'torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp' 2022-11-23T00:58:33.7868555Z adding 'torch/include/torch/csrc/distributed/c10d/Ops.hpp' 2022-11-23T00:58:33.7871186Z adding 'torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp' 2022-11-23T00:58:33.7874075Z adding 'torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp' 2022-11-23T00:58:33.7877715Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp' 2022-11-23T00:58:33.7882783Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp' 2022-11-23T00:58:33.7886686Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp' 2022-11-23T00:58:33.7895231Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp' 2022-11-23T00:58:33.7898338Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp' 2022-11-23T00:58:33.7901856Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp' 2022-11-23T00:58:33.7904912Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp' 2022-11-23T00:58:33.7907326Z adding 'torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp' 2022-11-23T00:58:33.7909623Z adding 'torch/include/torch/csrc/distributed/c10d/Store.hpp' 2022-11-23T00:58:33.7912045Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStore.hpp' 2022-11-23T00:58:33.7915266Z adding 'torch/include/torch/csrc/distributed/c10d/TraceUtils.h' 2022-11-23T00:58:33.7918119Z adding 'torch/include/torch/csrc/distributed/c10d/Types.hpp' 2022-11-23T00:58:33.7920136Z adding 'torch/include/torch/csrc/distributed/c10d/UCCForNCCL.hpp' 2022-11-23T00:58:33.7922299Z adding 'torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp' 2022-11-23T00:58:33.7925014Z adding 'torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp' 2022-11-23T00:58:33.7926884Z adding 'torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp' 2022-11-23T00:58:33.7932634Z adding 'torch/include/torch/csrc/distributed/c10d/Utils.hpp' 2022-11-23T00:58:33.7934927Z adding 'torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp' 2022-11-23T00:58:33.7937665Z adding 'torch/include/torch/csrc/distributed/c10d/Work.hpp' 2022-11-23T00:58:33.7939433Z adding 'torch/include/torch/csrc/distributed/c10d/c10d.h' 2022-11-23T00:58:33.7941878Z adding 'torch/include/torch/csrc/distributed/c10d/comm.hpp' 2022-11-23T00:58:33.7944115Z adding 'torch/include/torch/csrc/distributed/c10d/debug.h' 2022-11-23T00:58:33.7945928Z adding 'torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp' 2022-11-23T00:58:33.7947620Z adding 'torch/include/torch/csrc/distributed/c10d/error.h' 2022-11-23T00:58:33.7949306Z adding 'torch/include/torch/csrc/distributed/c10d/exception.h' 2022-11-23T00:58:33.7951605Z adding 'torch/include/torch/csrc/distributed/c10d/logger.hpp' 2022-11-23T00:58:33.7954324Z adding 'torch/include/torch/csrc/distributed/c10d/logging.h' 2022-11-23T00:58:33.7956120Z adding 'torch/include/torch/csrc/distributed/c10d/python_comm_hook.h' 2022-11-23T00:58:33.7964906Z adding 'torch/include/torch/csrc/distributed/c10d/reducer.hpp' 2022-11-23T00:58:33.7968058Z adding 'torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp' 2022-11-23T00:58:33.7970348Z adding 'torch/include/torch/csrc/distributed/c10d/sequence_num.hpp' 2022-11-23T00:58:33.7972724Z adding 'torch/include/torch/csrc/distributed/c10d/socket.h' 2022-11-23T00:58:33.7975864Z adding 'torch/include/torch/csrc/distributed/rpc/agent_utils.h' 2022-11-23T00:58:33.7979420Z adding 'torch/include/torch/csrc/distributed/rpc/message.h' 2022-11-23T00:58:33.7982225Z adding 'torch/include/torch/csrc/distributed/rpc/py_rref.h' 2022-11-23T00:58:33.7984435Z adding 'torch/include/torch/csrc/distributed/rpc/python_call.h' 2022-11-23T00:58:33.7986961Z adding 'torch/include/torch/csrc/distributed/rpc/python_functions.h' 2022-11-23T00:58:33.7989150Z adding 'torch/include/torch/csrc/distributed/rpc/python_remote_call.h' 2022-11-23T00:58:33.7991293Z adding 'torch/include/torch/csrc/distributed/rpc/python_resp.h' 2022-11-23T00:58:33.7994309Z adding 'torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h' 2022-11-23T00:58:33.7996679Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback.h' 2022-11-23T00:58:33.7998978Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_impl.h' 2022-11-23T00:58:33.8001760Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h' 2022-11-23T00:58:33.8003626Z adding 'torch/include/torch/csrc/distributed/rpc/rpc.h' 2022-11-23T00:58:33.8008869Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_agent.h' 2022-11-23T00:58:33.8011352Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_command_base.h' 2022-11-23T00:58:33.8017633Z adding 'torch/include/torch/csrc/distributed/rpc/rref_context.h' 2022-11-23T00:58:33.8024136Z adding 'torch/include/torch/csrc/distributed/rpc/rref_impl.h' 2022-11-23T00:58:33.8027595Z adding 'torch/include/torch/csrc/distributed/rpc/rref_proto.h' 2022-11-23T00:58:33.8030122Z adding 'torch/include/torch/csrc/distributed/rpc/script_call.h' 2022-11-23T00:58:33.8032388Z adding 'torch/include/torch/csrc/distributed/rpc/script_remote_call.h' 2022-11-23T00:58:33.8034483Z adding 'torch/include/torch/csrc/distributed/rpc/script_resp.h' 2022-11-23T00:58:33.8040799Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h' 2022-11-23T00:58:33.8044153Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h' 2022-11-23T00:58:33.8046697Z adding 'torch/include/torch/csrc/distributed/rpc/torchscript_functions.h' 2022-11-23T00:58:33.8049009Z adding 'torch/include/torch/csrc/distributed/rpc/types.h' 2022-11-23T00:58:33.8051491Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h' 2022-11-23T00:58:33.8053728Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h' 2022-11-23T00:58:33.8056518Z adding 'torch/include/torch/csrc/distributed/rpc/utils.h' 2022-11-23T00:58:33.8060067Z adding 'torch/include/torch/csrc/jit/jit_log.h' 2022-11-23T00:58:33.8062443Z adding 'torch/include/torch/csrc/jit/jit_opt_limit.h' 2022-11-23T00:58:33.8064314Z adding 'torch/include/torch/csrc/jit/resource_guard.h' 2022-11-23T00:58:33.8069596Z adding 'torch/include/torch/csrc/jit/api/compilation_unit.h' 2022-11-23T00:58:33.8073019Z adding 'torch/include/torch/csrc/jit/api/function_impl.h' 2022-11-23T00:58:33.8075640Z adding 'torch/include/torch/csrc/jit/api/method.h' 2022-11-23T00:58:33.8083312Z adding 'torch/include/torch/csrc/jit/api/module.h' 2022-11-23T00:58:33.8087069Z adding 'torch/include/torch/csrc/jit/api/object.h' 2022-11-23T00:58:33.8090289Z adding 'torch/include/torch/csrc/jit/backends/backend.h' 2022-11-23T00:58:33.8093860Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_handler.h' 2022-11-23T00:58:33.8096598Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_info.h' 2022-11-23T00:58:33.8098735Z adding 'torch/include/torch/csrc/jit/backends/backend_detail.h' 2022-11-23T00:58:33.8101251Z adding 'torch/include/torch/csrc/jit/backends/backend_exception.h' 2022-11-23T00:58:33.8103243Z adding 'torch/include/torch/csrc/jit/backends/backend_init.h' 2022-11-23T00:58:33.8105805Z adding 'torch/include/torch/csrc/jit/backends/backend_interface.h' 2022-11-23T00:58:33.8107530Z adding 'torch/include/torch/csrc/jit/backends/backend_preprocess.h' 2022-11-23T00:58:33.8109732Z adding 'torch/include/torch/csrc/jit/backends/backend_resolver.h' 2022-11-23T00:58:33.8117571Z adding 'torch/include/torch/csrc/jit/codegen/cuda/arith.h' 2022-11-23T00:58:33.8120239Z adding 'torch/include/torch/csrc/jit/codegen/cuda/codegen.h' 2022-11-23T00:58:33.8122194Z adding 'torch/include/torch/csrc/jit/codegen/cuda/compute_at.h' 2022-11-23T00:58:33.8126849Z adding 'torch/include/torch/csrc/jit/codegen/cuda/compute_at_map.h' 2022-11-23T00:58:33.8131837Z adding 'torch/include/torch/csrc/jit/codegen/cuda/contiguity.h' 2022-11-23T00:58:33.8135748Z adding 'torch/include/torch/csrc/jit/codegen/cuda/disjoint_set.h' 2022-11-23T00:58:33.8139342Z adding 'torch/include/torch/csrc/jit/codegen/cuda/dispatch.h' 2022-11-23T00:58:33.8142698Z adding 'torch/include/torch/csrc/jit/codegen/cuda/dynamic_type.h' 2022-11-23T00:58:33.8147029Z adding 'torch/include/torch/csrc/jit/codegen/cuda/evaluator_common.h' 2022-11-23T00:58:33.8151285Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor.h' 2022-11-23T00:58:33.8155683Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor_kernel_arg.h' 2022-11-23T00:58:33.8158411Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor_launch_params.h' 2022-11-23T00:58:33.8162120Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor_utils.h' 2022-11-23T00:58:33.8164274Z adding 'torch/include/torch/csrc/jit/codegen/cuda/expr_evaluator.h' 2022-11-23T00:58:33.8168368Z adding 'torch/include/torch/csrc/jit/codegen/cuda/fusion.h' 2022-11-23T00:58:33.8175312Z adding 'torch/include/torch/csrc/jit/codegen/cuda/fusion_segmenter.h' 2022-11-23T00:58:33.8177760Z adding 'torch/include/torch/csrc/jit/codegen/cuda/grouped_reduction.h' 2022-11-23T00:58:33.8182767Z adding 'torch/include/torch/csrc/jit/codegen/cuda/index_compute.h' 2022-11-23T00:58:33.8185538Z adding 'torch/include/torch/csrc/jit/codegen/cuda/inlining.h' 2022-11-23T00:58:33.8187698Z adding 'torch/include/torch/csrc/jit/codegen/cuda/instrumentation.h' 2022-11-23T00:58:33.8189717Z adding 'torch/include/torch/csrc/jit/codegen/cuda/interface.h' 2022-11-23T00:58:33.8191383Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_all_nodes.h' 2022-11-23T00:58:33.8196467Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_base_nodes.h' 2022-11-23T00:58:33.8199312Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_builder.h' 2022-11-23T00:58:33.8202027Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_cloner.h' 2022-11-23T00:58:33.8204667Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_container.h' 2022-11-23T00:58:33.8206922Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_graphviz.h' 2022-11-23T00:58:33.8213397Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_interface_nodes.h' 2022-11-23T00:58:33.8228938Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_internal_nodes.h' 2022-11-23T00:58:33.8232474Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_iostream.h' 2022-11-23T00:58:33.8234441Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_printer.h' 2022-11-23T00:58:33.8249087Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_utils.h' 2022-11-23T00:58:33.8249465Z adding 'torch/include/torch/csrc/jit/codegen/cuda/iter_visitor.h' 2022-11-23T00:58:33.8249651Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel.h' 2022-11-23T00:58:33.8251974Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_cache.h' 2022-11-23T00:58:33.8254303Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.h' 2022-11-23T00:58:33.8260212Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_ir.h' 2022-11-23T00:58:33.8263158Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.h' 2022-11-23T00:58:33.8266388Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower2device.h' 2022-11-23T00:58:33.8268286Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_alias_memory.h' 2022-11-23T00:58:33.8270034Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_allocation.h' 2022-11-23T00:58:33.8271883Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_bank_conflict.h' 2022-11-23T00:58:33.8273601Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_divisible_split.h' 2022-11-23T00:58:33.8277180Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_double_buffer.h' 2022-11-23T00:58:33.8279066Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_expr_sort.h' 2022-11-23T00:58:33.8280905Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_fused_reduction.h' 2022-11-23T00:58:33.8282528Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.h' 2022-11-23T00:58:33.8284718Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_index.h' 2022-11-23T00:58:33.8288169Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_index_compute.h' 2022-11-23T00:58:33.8290876Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_index_hoist.h' 2022-11-23T00:58:33.8292695Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_insert_syncs.h' 2022-11-23T00:58:33.8294299Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_instrument.h' 2022-11-23T00:58:33.8296234Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_loops.h' 2022-11-23T00:58:33.8298216Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_magic_zero.h' 2022-11-23T00:58:33.8300308Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.h' 2022-11-23T00:58:33.8301923Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_predicate.h' 2022-11-23T00:58:33.8303863Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.h' 2022-11-23T00:58:33.8305669Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_replace_size.h' 2022-11-23T00:58:33.8309379Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_shift.h' 2022-11-23T00:58:33.8311778Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_sync_information.h' 2022-11-23T00:58:33.8314199Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_thread_predicate.h' 2022-11-23T00:58:33.8316325Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.h' 2022-11-23T00:58:33.8318145Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.h' 2022-11-23T00:58:33.8320409Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_unroll.h' 2022-11-23T00:58:33.8324198Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_utils.h' 2022-11-23T00:58:33.8326695Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_validation.h' 2022-11-23T00:58:33.8328318Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_warp_reduce.h' 2022-11-23T00:58:33.8330034Z adding 'torch/include/torch/csrc/jit/codegen/cuda/manager.h' 2022-11-23T00:58:33.8333692Z adding 'torch/include/torch/csrc/jit/codegen/cuda/maxinfo_propagator.h' 2022-11-23T00:58:33.8337145Z adding 'torch/include/torch/csrc/jit/codegen/cuda/mma_type.h' 2022-11-23T00:58:33.8339001Z adding 'torch/include/torch/csrc/jit/codegen/cuda/mutator.h' 2022-11-23T00:58:33.8341165Z adding 'torch/include/torch/csrc/jit/codegen/cuda/non_divisible_split.h' 2022-11-23T00:58:33.8343333Z adding 'torch/include/torch/csrc/jit/codegen/cuda/parallel_dimension_map.h' 2022-11-23T00:58:33.8346415Z adding 'torch/include/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.h' 2022-11-23T00:58:33.8348523Z adding 'torch/include/torch/csrc/jit/codegen/cuda/parser.h' 2022-11-23T00:58:33.8350226Z adding 'torch/include/torch/csrc/jit/codegen/cuda/partial_split_map.h' 2022-11-23T00:58:33.8351926Z adding 'torch/include/torch/csrc/jit/codegen/cuda/partition.h' 2022-11-23T00:58:33.8354704Z adding 'torch/include/torch/csrc/jit/codegen/cuda/predicate_compute.h' 2022-11-23T00:58:33.8359956Z adding 'torch/include/torch/csrc/jit/codegen/cuda/root_domain_map.h' 2022-11-23T00:58:33.8364610Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_iter.h' 2022-11-23T00:58:33.8367700Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_replay.h' 2022-11-23T00:58:33.8369598Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_rfactor.h' 2022-11-23T00:58:33.8371956Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_view.h' 2022-11-23T00:58:33.8376129Z adding 'torch/include/torch/csrc/jit/codegen/cuda/type.h' 2022-11-23T00:58:33.8378083Z adding 'torch/include/torch/csrc/jit/codegen/cuda/type_inference.h' 2022-11-23T00:58:33.8379960Z adding 'torch/include/torch/csrc/jit/codegen/cuda/type_promotion.h' 2022-11-23T00:58:33.8382923Z adding 'torch/include/torch/csrc/jit/codegen/cuda/utils.h' 2022-11-23T00:58:33.8385111Z adding 'torch/include/torch/csrc/jit/codegen/cuda/vectorization_info.h' 2022-11-23T00:58:33.8387444Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/alias.h' 2022-11-23T00:58:33.8389011Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/all_ops.h' 2022-11-23T00:58:33.8390563Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/composite.h' 2022-11-23T00:58:33.8392683Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/normalization.h' 2022-11-23T00:58:33.8394913Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/all_schedulers.h' 2022-11-23T00:58:33.8398711Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/compile_time_info.h' 2022-11-23T00:58:33.8400764Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/debug_utils.h' 2022-11-23T00:58:33.8402525Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/heuristic.h' 2022-11-23T00:58:33.8404429Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/matmul.h' 2022-11-23T00:58:33.8407548Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.h' 2022-11-23T00:58:33.8409811Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/normalization.h' 2022-11-23T00:58:33.8413459Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise.h' 2022-11-23T00:58:33.8415776Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_heuristic.h' 2022-11-23T00:58:33.8417843Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.h' 2022-11-23T00:58:33.8419669Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction.h' 2022-11-23T00:58:33.8422826Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_heuristic.h' 2022-11-23T00:58:33.8425472Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.h' 2022-11-23T00:58:33.8428655Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/registry.h' 2022-11-23T00:58:33.8431660Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose.h' 2022-11-23T00:58:33.8434191Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose_heuristic.h' 2022-11-23T00:58:33.8441654Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/utils.h' 2022-11-23T00:58:33.8444157Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.h' 2022-11-23T00:58:33.8446362Z adding 'torch/include/torch/csrc/jit/frontend/builtin_functions.h' 2022-11-23T00:58:33.8447908Z adding 'torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h' 2022-11-23T00:58:33.8451412Z adding 'torch/include/torch/csrc/jit/frontend/concrete_module_type.h' 2022-11-23T00:58:33.8453186Z adding 'torch/include/torch/csrc/jit/frontend/convert_to_ssa.h' 2022-11-23T00:58:33.8454745Z adding 'torch/include/torch/csrc/jit/frontend/edit_distance.h' 2022-11-23T00:58:33.8456485Z adding 'torch/include/torch/csrc/jit/frontend/error_report.h' 2022-11-23T00:58:33.8458139Z adding 'torch/include/torch/csrc/jit/frontend/exit_transforms.h' 2022-11-23T00:58:33.8459625Z adding 'torch/include/torch/csrc/jit/frontend/function_schema_parser.h' 2022-11-23T00:58:33.8461133Z adding 'torch/include/torch/csrc/jit/frontend/inline_loop_condition.h' 2022-11-23T00:58:33.8462597Z adding 'torch/include/torch/csrc/jit/frontend/ir_emitter.h' 2022-11-23T00:58:33.8468906Z adding 'torch/include/torch/csrc/jit/frontend/lexer.h' 2022-11-23T00:58:33.8471254Z adding 'torch/include/torch/csrc/jit/frontend/mini_environment.h' 2022-11-23T00:58:33.8472979Z adding 'torch/include/torch/csrc/jit/frontend/name_mangler.h' 2022-11-23T00:58:33.8475058Z adding 'torch/include/torch/csrc/jit/frontend/parse_string_literal.h' 2022-11-23T00:58:33.8476855Z adding 'torch/include/torch/csrc/jit/frontend/parser.h' 2022-11-23T00:58:33.8478438Z adding 'torch/include/torch/csrc/jit/frontend/parser_constants.h' 2022-11-23T00:58:33.8480542Z adding 'torch/include/torch/csrc/jit/frontend/resolver.h' 2022-11-23T00:58:33.8482612Z adding 'torch/include/torch/csrc/jit/frontend/schema_matching.h' 2022-11-23T00:58:33.8484526Z adding 'torch/include/torch/csrc/jit/frontend/schema_type_parser.h' 2022-11-23T00:58:33.8486464Z adding 'torch/include/torch/csrc/jit/frontend/script_type_parser.h' 2022-11-23T00:58:33.8490894Z adding 'torch/include/torch/csrc/jit/frontend/source_range.h' 2022-11-23T00:58:33.8493133Z adding 'torch/include/torch/csrc/jit/frontend/source_ref.h' 2022-11-23T00:58:33.8494827Z adding 'torch/include/torch/csrc/jit/frontend/strtod.h' 2022-11-23T00:58:33.8502916Z adding 'torch/include/torch/csrc/jit/frontend/sugared_value.h' 2022-11-23T00:58:33.8508026Z adding 'torch/include/torch/csrc/jit/frontend/tracer.h' 2022-11-23T00:58:33.8511412Z adding 'torch/include/torch/csrc/jit/frontend/tree.h' 2022-11-23T00:58:33.8520248Z adding 'torch/include/torch/csrc/jit/frontend/tree_views.h' 2022-11-23T00:58:33.8523076Z adding 'torch/include/torch/csrc/jit/frontend/versioned_symbols.h' 2022-11-23T00:58:33.8528022Z adding 'torch/include/torch/csrc/jit/ir/alias_analysis.h' 2022-11-23T00:58:33.8530982Z adding 'torch/include/torch/csrc/jit/ir/attributes.h' 2022-11-23T00:58:33.8533165Z adding 'torch/include/torch/csrc/jit/ir/constants.h' 2022-11-23T00:58:33.8535947Z adding 'torch/include/torch/csrc/jit/ir/graph_node_list.h' 2022-11-23T00:58:33.8553388Z adding 'torch/include/torch/csrc/jit/ir/ir.h' 2022-11-23T00:58:33.8557230Z adding 'torch/include/torch/csrc/jit/ir/ir_views.h' 2022-11-23T00:58:33.8559340Z adding 'torch/include/torch/csrc/jit/ir/irparser.h' 2022-11-23T00:58:33.8561678Z adding 'torch/include/torch/csrc/jit/ir/named_value.h' 2022-11-23T00:58:33.8563424Z adding 'torch/include/torch/csrc/jit/ir/node_hashing.h' 2022-11-23T00:58:33.8566491Z adding 'torch/include/torch/csrc/jit/ir/scope.h' 2022-11-23T00:58:33.8569145Z adding 'torch/include/torch/csrc/jit/ir/subgraph_matcher.h' 2022-11-23T00:58:33.8571036Z adding 'torch/include/torch/csrc/jit/ir/type_hashing.h' 2022-11-23T00:58:33.8573541Z adding 'torch/include/torch/csrc/jit/mobile/code.h' 2022-11-23T00:58:33.8575683Z adding 'torch/include/torch/csrc/jit/mobile/debug_info.h' 2022-11-23T00:58:33.8578701Z adding 'torch/include/torch/csrc/jit/mobile/file_format.h' 2022-11-23T00:58:33.8582440Z adding 'torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h' 2022-11-23T00:58:33.8584464Z adding 'torch/include/torch/csrc/jit/mobile/frame.h' 2022-11-23T00:58:33.8587370Z adding 'torch/include/torch/csrc/jit/mobile/function.h' 2022-11-23T00:58:33.8589878Z adding 'torch/include/torch/csrc/jit/mobile/import.h' 2022-11-23T00:58:33.8591687Z adding 'torch/include/torch/csrc/jit/mobile/import_data.h' 2022-11-23T00:58:33.8593614Z adding 'torch/include/torch/csrc/jit/mobile/import_export_common.h' 2022-11-23T00:58:33.8595344Z adding 'torch/include/torch/csrc/jit/mobile/interpreter.h' 2022-11-23T00:58:33.8597132Z adding 'torch/include/torch/csrc/jit/mobile/method.h' 2022-11-23T00:58:33.8600033Z adding 'torch/include/torch/csrc/jit/mobile/module.h' 2022-11-23T00:58:33.8602560Z adding 'torch/include/torch/csrc/jit/mobile/observer.h' 2022-11-23T00:58:33.8604465Z adding 'torch/include/torch/csrc/jit/mobile/parse_bytecode.h' 2022-11-23T00:58:33.8606199Z adding 'torch/include/torch/csrc/jit/mobile/parse_operators.h' 2022-11-23T00:58:33.8607981Z adding 'torch/include/torch/csrc/jit/mobile/prim_ops_registery.h' 2022-11-23T00:58:33.8610415Z adding 'torch/include/torch/csrc/jit/mobile/profiler_edge.h' 2022-11-23T00:58:33.8612366Z adding 'torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h' 2022-11-23T00:58:33.8614943Z adding 'torch/include/torch/csrc/jit/mobile/quantization.h' 2022-11-23T00:58:33.8616688Z adding 'torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h' 2022-11-23T00:58:33.8618483Z adding 'torch/include/torch/csrc/jit/mobile/type_parser.h' 2022-11-23T00:58:33.8620254Z adding 'torch/include/torch/csrc/jit/mobile/upgrader_mobile.h' 2022-11-23T00:58:33.8623061Z adding 'torch/include/torch/csrc/jit/passes/add_if_then_else.h' 2022-11-23T00:58:33.8624696Z adding 'torch/include/torch/csrc/jit/passes/annotate_warns.h' 2022-11-23T00:58:33.8626361Z adding 'torch/include/torch/csrc/jit/passes/autocast.h' 2022-11-23T00:58:33.8628019Z adding 'torch/include/torch/csrc/jit/passes/bailout_graph.h' 2022-11-23T00:58:33.8629705Z adding 'torch/include/torch/csrc/jit/passes/batch_mm.h' 2022-11-23T00:58:33.8631371Z adding 'torch/include/torch/csrc/jit/passes/canonicalize.h' 2022-11-23T00:58:33.8633000Z adding 'torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h' 2022-11-23T00:58:33.8634508Z adding 'torch/include/torch/csrc/jit/passes/check_strict_fusion.h' 2022-11-23T00:58:33.8636187Z adding 'torch/include/torch/csrc/jit/passes/clear_profiling.h' 2022-11-23T00:58:33.8638015Z adding 'torch/include/torch/csrc/jit/passes/clear_undefinedness.h' 2022-11-23T00:58:33.8639887Z adding 'torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h' 2022-11-23T00:58:33.8641557Z adding 'torch/include/torch/csrc/jit/passes/concat_opt.h' 2022-11-23T00:58:33.8643123Z adding 'torch/include/torch/csrc/jit/passes/constant_pooling.h' 2022-11-23T00:58:33.8644792Z adding 'torch/include/torch/csrc/jit/passes/constant_propagation.h' 2022-11-23T00:58:33.8646448Z adding 'torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h' 2022-11-23T00:58:33.8648101Z adding 'torch/include/torch/csrc/jit/passes/create_functional_graphs.h' 2022-11-23T00:58:33.8650133Z adding 'torch/include/torch/csrc/jit/passes/cuda_graph_fuser.h' 2022-11-23T00:58:33.8651765Z adding 'torch/include/torch/csrc/jit/passes/dead_code_elimination.h' 2022-11-23T00:58:33.8653392Z adding 'torch/include/torch/csrc/jit/passes/decompose_ops.h' 2022-11-23T00:58:33.8655243Z adding 'torch/include/torch/csrc/jit/passes/device_type_analysis.h' 2022-11-23T00:58:33.8657216Z adding 'torch/include/torch/csrc/jit/passes/dtype_analysis.h' 2022-11-23T00:58:33.8658493Z adding 'torch/include/torch/csrc/jit/passes/eliminate_no_ops.h' 2022-11-23T00:58:33.8660276Z adding 'torch/include/torch/csrc/jit/passes/erase_number_types.h' 2022-11-23T00:58:33.8662536Z adding 'torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h' 2022-11-23T00:58:33.8664322Z adding 'torch/include/torch/csrc/jit/passes/fold_conv_bn.h' 2022-11-23T00:58:33.8666453Z adding 'torch/include/torch/csrc/jit/passes/freeze_module.h' 2022-11-23T00:58:33.8668127Z adding 'torch/include/torch/csrc/jit/passes/frozen_concat_linear.h' 2022-11-23T00:58:33.8669883Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h' 2022-11-23T00:58:33.8671362Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_folding.h' 2022-11-23T00:58:33.8673015Z adding 'torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h' 2022-11-23T00:58:33.8675248Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h' 2022-11-23T00:58:33.8676981Z adding 'torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h' 2022-11-23T00:58:33.8679417Z adding 'torch/include/torch/csrc/jit/passes/fuse_linear.h' 2022-11-23T00:58:33.8681289Z adding 'torch/include/torch/csrc/jit/passes/fuse_relu.h' 2022-11-23T00:58:33.8683785Z adding 'torch/include/torch/csrc/jit/passes/graph_fuser.h' 2022-11-23T00:58:33.8686132Z adding 'torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h' 2022-11-23T00:58:33.8687950Z adding 'torch/include/torch/csrc/jit/passes/guard_elimination.h' 2022-11-23T00:58:33.8690072Z adding 'torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h' 2022-11-23T00:58:33.8691882Z adding 'torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h' 2022-11-23T00:58:33.8694003Z adding 'torch/include/torch/csrc/jit/passes/inline_fork_wait.h' 2022-11-23T00:58:33.8695903Z adding 'torch/include/torch/csrc/jit/passes/inline_forked_closures.h' 2022-11-23T00:58:33.8697823Z adding 'torch/include/torch/csrc/jit/passes/inliner.h' 2022-11-23T00:58:33.8699726Z adding 'torch/include/torch/csrc/jit/passes/inplace_check.h' 2022-11-23T00:58:33.8701704Z adding 'torch/include/torch/csrc/jit/passes/insert_guards.h' 2022-11-23T00:58:33.8703652Z adding 'torch/include/torch/csrc/jit/passes/integer_value_refinement.h' 2022-11-23T00:58:33.8705643Z adding 'torch/include/torch/csrc/jit/passes/lift_closures.h' 2022-11-23T00:58:33.8708115Z adding 'torch/include/torch/csrc/jit/passes/liveness.h' 2022-11-23T00:58:33.8710123Z adding 'torch/include/torch/csrc/jit/passes/loop_unrolling.h' 2022-11-23T00:58:33.8712135Z adding 'torch/include/torch/csrc/jit/passes/lower_grad_of.h' 2022-11-23T00:58:33.8714237Z adding 'torch/include/torch/csrc/jit/passes/lower_graph.h' 2022-11-23T00:58:33.8716287Z adding 'torch/include/torch/csrc/jit/passes/lower_tuples.h' 2022-11-23T00:58:33.8718366Z adding 'torch/include/torch/csrc/jit/passes/metal_rewrite.h' 2022-11-23T00:58:33.8720473Z adding 'torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h' 2022-11-23T00:58:33.8722524Z adding 'torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h' 2022-11-23T00:58:33.8724559Z adding 'torch/include/torch/csrc/jit/passes/normalize_ops.h' 2022-11-23T00:58:33.8726968Z adding 'torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h' 2022-11-23T00:58:33.8728936Z adding 'torch/include/torch/csrc/jit/passes/onnx.h' 2022-11-23T00:58:33.8732158Z adding 'torch/include/torch/csrc/jit/passes/pass_manager.h' 2022-11-23T00:58:33.8734170Z adding 'torch/include/torch/csrc/jit/passes/peephole.h' 2022-11-23T00:58:33.8736252Z adding 'torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h' 2022-11-23T00:58:33.8738553Z adding 'torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h' 2022-11-23T00:58:33.8740793Z adding 'torch/include/torch/csrc/jit/passes/peephole_list_idioms.h' 2022-11-23T00:58:33.8742755Z adding 'torch/include/torch/csrc/jit/passes/peephole_non_tensor.h' 2022-11-23T00:58:33.8745005Z adding 'torch/include/torch/csrc/jit/passes/prepack_folding.h' 2022-11-23T00:58:33.8746864Z adding 'torch/include/torch/csrc/jit/passes/refine_tuple_types.h' 2022-11-23T00:58:33.8748934Z adding 'torch/include/torch/csrc/jit/passes/remove_dropout.h' 2022-11-23T00:58:33.8751059Z adding 'torch/include/torch/csrc/jit/passes/remove_exceptions.h' 2022-11-23T00:58:33.8752833Z adding 'torch/include/torch/csrc/jit/passes/remove_expands.h' 2022-11-23T00:58:33.8755014Z adding 'torch/include/torch/csrc/jit/passes/remove_inplace_ops.h' 2022-11-23T00:58:33.8757534Z adding 'torch/include/torch/csrc/jit/passes/remove_mutation.h' 2022-11-23T00:58:33.8759586Z adding 'torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h' 2022-11-23T00:58:33.8761767Z adding 'torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h' 2022-11-23T00:58:33.8763553Z adding 'torch/include/torch/csrc/jit/passes/requires_grad_analysis.h' 2022-11-23T00:58:33.8766183Z adding 'torch/include/torch/csrc/jit/passes/restore_mutation.h' 2022-11-23T00:58:33.8768232Z adding 'torch/include/torch/csrc/jit/passes/shape_analysis.h' 2022-11-23T00:58:33.8770397Z adding 'torch/include/torch/csrc/jit/passes/specialize_autogradzero.h' 2022-11-23T00:58:33.8773285Z adding 'torch/include/torch/csrc/jit/passes/subgraph_rewrite.h' 2022-11-23T00:58:33.8775818Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h' 2022-11-23T00:58:33.8777680Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h' 2022-11-23T00:58:33.8779778Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h' 2022-11-23T00:58:33.8781817Z adding 'torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h' 2022-11-23T00:58:33.8783702Z adding 'torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h' 2022-11-23T00:58:33.8785635Z adding 'torch/include/torch/csrc/jit/passes/value_refinement_utils.h' 2022-11-23T00:58:33.8787400Z adding 'torch/include/torch/csrc/jit/passes/variadic_ops.h' 2022-11-23T00:58:33.8789166Z adding 'torch/include/torch/csrc/jit/passes/vulkan_rewrite.h' 2022-11-23T00:58:33.8790889Z adding 'torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h' 2022-11-23T00:58:33.8793076Z adding 'torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h' 2022-11-23T00:58:33.8794858Z adding 'torch/include/torch/csrc/jit/passes/quantization/finalize.h' 2022-11-23T00:58:33.8796519Z adding 'torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h' 2022-11-23T00:58:33.8799237Z adding 'torch/include/torch/csrc/jit/passes/quantization/helper.h' 2022-11-23T00:58:33.8801409Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_observers.h' 2022-11-23T00:58:33.8803193Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h' 2022-11-23T00:58:33.8811293Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h' 2022-11-23T00:58:33.8814196Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_type.h' 2022-11-23T00:58:33.8815888Z adding 'torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h' 2022-11-23T00:58:33.8817984Z adding 'torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h' 2022-11-23T00:58:33.8820799Z adding 'torch/include/torch/csrc/jit/passes/utils/memory_dag.h' 2022-11-23T00:58:33.8822802Z adding 'torch/include/torch/csrc/jit/passes/utils/op_registry.h' 2022-11-23T00:58:33.8824443Z adding 'torch/include/torch/csrc/jit/passes/utils/optimization_utils.h' 2022-11-23T00:58:33.8826594Z adding 'torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h' 2022-11-23T00:58:33.8828649Z adding 'torch/include/torch/csrc/jit/python/init.h' 2022-11-23T00:58:33.8830314Z adding 'torch/include/torch/csrc/jit/python/module_python.h' 2022-11-23T00:58:33.8833150Z adding 'torch/include/torch/csrc/jit/python/pybind.h' 2022-11-23T00:58:33.8844253Z adding 'torch/include/torch/csrc/jit/python/pybind_utils.h' 2022-11-23T00:58:33.8847440Z adding 'torch/include/torch/csrc/jit/python/python_arg_flatten.h' 2022-11-23T00:58:33.8849251Z adding 'torch/include/torch/csrc/jit/python/python_custom_class.h' 2022-11-23T00:58:33.8851292Z adding 'torch/include/torch/csrc/jit/python/python_dict.h' 2022-11-23T00:58:33.8853365Z adding 'torch/include/torch/csrc/jit/python/python_ir.h' 2022-11-23T00:58:33.8855598Z adding 'torch/include/torch/csrc/jit/python/python_ivalue.h' 2022-11-23T00:58:33.8858373Z adding 'torch/include/torch/csrc/jit/python/python_list.h' 2022-11-23T00:58:33.8861865Z adding 'torch/include/torch/csrc/jit/python/python_sugared_value.h' 2022-11-23T00:58:33.8863931Z adding 'torch/include/torch/csrc/jit/python/python_tracer.h' 2022-11-23T00:58:33.8865831Z adding 'torch/include/torch/csrc/jit/python/python_tree_views.h' 2022-11-23T00:58:33.8867486Z adding 'torch/include/torch/csrc/jit/python/script_init.h' 2022-11-23T00:58:33.8869083Z adding 'torch/include/torch/csrc/jit/python/update_graph_executor_opt.h' 2022-11-23T00:58:33.8874746Z adding 'torch/include/torch/csrc/jit/runtime/argument_spec.h' 2022-11-23T00:58:33.8878455Z adding 'torch/include/torch/csrc/jit/runtime/autodiff.h' 2022-11-23T00:58:33.8880302Z adding 'torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h' 2022-11-23T00:58:33.8882204Z adding 'torch/include/torch/csrc/jit/runtime/custom_operator.h' 2022-11-23T00:58:33.8883920Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry.h' 2022-11-23T00:58:33.8885599Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h' 2022-11-23T00:58:33.8887026Z adding 'torch/include/torch/csrc/jit/runtime/exception_message.h' 2022-11-23T00:58:33.8889370Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor.h' 2022-11-23T00:58:33.8891754Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor_impl.h' 2022-11-23T00:58:33.8894561Z adding 'torch/include/torch/csrc/jit/runtime/graph_iterator.h' 2022-11-23T00:58:33.8897203Z adding 'torch/include/torch/csrc/jit/runtime/instruction.h' 2022-11-23T00:58:33.8899907Z adding 'torch/include/torch/csrc/jit/runtime/interpreter.h' 2022-11-23T00:58:33.8901986Z adding 'torch/include/torch/csrc/jit/runtime/jit_exception.h' 2022-11-23T00:58:33.8903630Z adding 'torch/include/torch/csrc/jit/runtime/jit_trace.h' 2022-11-23T00:58:33.8905559Z adding 'torch/include/torch/csrc/jit/runtime/logging.h' 2022-11-23T00:58:33.8909358Z adding 'torch/include/torch/csrc/jit/runtime/operator.h' 2022-11-23T00:58:33.8911292Z adding 'torch/include/torch/csrc/jit/runtime/operator_options.h' 2022-11-23T00:58:33.8913033Z adding 'torch/include/torch/csrc/jit/runtime/print_handler.h' 2022-11-23T00:58:33.8915182Z adding 'torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h' 2022-11-23T00:58:33.8918550Z adding 'torch/include/torch/csrc/jit/runtime/profiling_record.h' 2022-11-23T00:58:33.8926265Z adding 'torch/include/torch/csrc/jit/runtime/register_ops_utils.h' 2022-11-23T00:58:33.8929829Z adding 'torch/include/torch/csrc/jit/runtime/script_profile.h' 2022-11-23T00:58:33.8931382Z adding 'torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h' 2022-11-23T00:58:33.8932966Z adding 'torch/include/torch/csrc/jit/runtime/shape_function_registry.h' 2022-11-23T00:58:33.8934521Z adding 'torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h' 2022-11-23T00:58:33.8936205Z adding 'torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h' 2022-11-23T00:58:33.8937777Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_script.h' 2022-11-23T00:58:33.8939951Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h' 2022-11-23T00:58:33.8941645Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h' 2022-11-23T00:58:33.8943347Z adding 'torch/include/torch/csrc/jit/runtime/vararg_functions.h' 2022-11-23T00:58:33.8945056Z adding 'torch/include/torch/csrc/jit/runtime/variable_tensor_list.h' 2022-11-23T00:58:33.8947802Z adding 'torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h' 2022-11-23T00:58:33.8951605Z adding 'torch/include/torch/csrc/jit/serialization/export.h' 2022-11-23T00:58:33.8953851Z adding 'torch/include/torch/csrc/jit/serialization/export_bytecode.h' 2022-11-23T00:58:33.8956294Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h' 2022-11-23T00:58:33.8958499Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h' 2022-11-23T00:58:33.8960800Z adding 'torch/include/torch/csrc/jit/serialization/import.h' 2022-11-23T00:58:33.8962702Z adding 'torch/include/torch/csrc/jit/serialization/import_export_constants.h' 2022-11-23T00:58:33.8964224Z adding 'torch/include/torch/csrc/jit/serialization/import_export_functions.h' 2022-11-23T00:58:33.8966008Z adding 'torch/include/torch/csrc/jit/serialization/import_export_helpers.h' 2022-11-23T00:58:33.8968181Z adding 'torch/include/torch/csrc/jit/serialization/import_legacy.h' 2022-11-23T00:58:33.8969665Z adding 'torch/include/torch/csrc/jit/serialization/import_read.h' 2022-11-23T00:58:33.8972006Z adding 'torch/include/torch/csrc/jit/serialization/import_source.h' 2022-11-23T00:58:33.8988428Z adding 'torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h' 2022-11-23T00:58:33.8992276Z adding 'torch/include/torch/csrc/jit/serialization/onnx.h' 2022-11-23T00:58:33.8994497Z adding 'torch/include/torch/csrc/jit/serialization/pickle.h' 2022-11-23T00:58:33.8998686Z adding 'torch/include/torch/csrc/jit/serialization/pickler.h' 2022-11-23T00:58:33.9000991Z adding 'torch/include/torch/csrc/jit/serialization/python_print.h' 2022-11-23T00:58:33.9003071Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization.h' 2022-11-23T00:58:33.9004876Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h' 2022-11-23T00:58:33.9006836Z adding 'torch/include/torch/csrc/jit/serialization/storage_context.h' 2022-11-23T00:58:33.9008675Z adding 'torch/include/torch/csrc/jit/serialization/type_name_uniquer.h' 2022-11-23T00:58:33.9011907Z adding 'torch/include/torch/csrc/jit/serialization/unpickler.h' 2022-11-23T00:58:33.9016023Z adding 'torch/include/torch/csrc/jit/tensorexpr/analysis.h' 2022-11-23T00:58:33.9018819Z adding 'torch/include/torch/csrc/jit/tensorexpr/block_codegen.h' 2022-11-23T00:58:33.9021043Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h' 2022-11-23T00:58:33.9023880Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h' 2022-11-23T00:58:33.9027293Z adding 'torch/include/torch/csrc/jit/tensorexpr/codegen.h' 2022-11-23T00:58:33.9029578Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h' 2022-11-23T00:58:33.9031457Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h' 2022-11-23T00:58:33.9034651Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h' 2022-11-23T00:58:33.9037102Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_random.h' 2022-11-23T00:58:33.9040811Z adding 'torch/include/torch/csrc/jit/tensorexpr/eval.h' 2022-11-23T00:58:33.9043199Z adding 'torch/include/torch/csrc/jit/tensorexpr/exceptions.h' 2022-11-23T00:58:33.9047529Z adding 'torch/include/torch/csrc/jit/tensorexpr/expr.h' 2022-11-23T00:58:33.9050212Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions.h' 2022-11-23T00:58:33.9052150Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h' 2022-11-23T00:58:33.9054416Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h' 2022-11-23T00:58:33.9056760Z adding 'torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h' 2022-11-23T00:58:33.9059478Z adding 'torch/include/torch/csrc/jit/tensorexpr/graph_opt.h' 2022-11-23T00:58:33.9062208Z adding 'torch/include/torch/csrc/jit/tensorexpr/half_support.h' 2022-11-23T00:58:33.9065697Z adding 'torch/include/torch/csrc/jit/tensorexpr/hash_provider.h' 2022-11-23T00:58:33.9067711Z adding 'torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h' 2022-11-23T00:58:33.9073488Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir.h' 2022-11-23T00:58:33.9076073Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h' 2022-11-23T00:58:33.9078163Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h' 2022-11-23T00:58:33.9080647Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_printer.h' 2022-11-23T00:58:33.9085222Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h' 2022-11-23T00:58:33.9087551Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h' 2022-11-23T00:58:33.9089438Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h' 2022-11-23T00:58:33.9094013Z adding 'torch/include/torch/csrc/jit/tensorexpr/kernel.h' 2022-11-23T00:58:33.9096780Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h' 2022-11-23T00:58:33.9099003Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h' 2022-11-23T00:58:33.9106219Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest.h' 2022-11-23T00:58:33.9108749Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h' 2022-11-23T00:58:33.9110594Z adding 'torch/include/torch/csrc/jit/tensorexpr/lowerings.h' 2022-11-23T00:58:33.9115195Z adding 'torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h' 2022-11-23T00:58:33.9118766Z adding 'torch/include/torch/csrc/jit/tensorexpr/reduction.h' 2022-11-23T00:58:33.9123726Z adding 'torch/include/torch/csrc/jit/tensorexpr/registerizer.h' 2022-11-23T00:58:33.9130277Z adding 'torch/include/torch/csrc/jit/tensorexpr/stmt.h' 2022-11-23T00:58:33.9133927Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensor.h' 2022-11-23T00:58:33.9136088Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h' 2022-11-23T00:58:33.9138698Z adding 'torch/include/torch/csrc/jit/tensorexpr/types.h' 2022-11-23T00:58:33.9140759Z adding 'torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h' 2022-11-23T00:58:33.9143004Z adding 'torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h' 2022-11-23T00:58:33.9145569Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h' 2022-11-23T00:58:33.9148184Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h' 2022-11-23T00:58:33.9150308Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/misc.h' 2022-11-23T00:58:33.9152201Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/norm.h' 2022-11-23T00:58:33.9154176Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/operators.h' 2022-11-23T00:58:33.9155878Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h' 2022-11-23T00:58:33.9158074Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h' 2022-11-23T00:58:33.9160083Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h' 2022-11-23T00:58:33.9161899Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h' 2022-11-23T00:58:33.9164197Z adding 'torch/include/torch/csrc/jit/testing/file_check.h' 2022-11-23T00:58:33.9166079Z adding 'torch/include/torch/csrc/jit/testing/hooks_for_testing.h' 2022-11-23T00:58:33.9168430Z adding 'torch/include/torch/csrc/lazy/backend/backend_data.h' 2022-11-23T00:58:33.9170708Z adding 'torch/include/torch/csrc/lazy/backend/backend_device.h' 2022-11-23T00:58:33.9173452Z adding 'torch/include/torch/csrc/lazy/backend/backend_interface.h' 2022-11-23T00:58:33.9175858Z adding 'torch/include/torch/csrc/lazy/backend/lowering_context.h' 2022-11-23T00:58:33.9178897Z adding 'torch/include/torch/csrc/lazy/core/cache.h' 2022-11-23T00:58:33.9180801Z adding 'torch/include/torch/csrc/lazy/core/config.h' 2022-11-23T00:58:33.9182845Z adding 'torch/include/torch/csrc/lazy/core/debug_util.h' 2022-11-23T00:58:33.9184997Z adding 'torch/include/torch/csrc/lazy/core/dynamic_ir.h' 2022-11-23T00:58:33.9188090Z adding 'torch/include/torch/csrc/lazy/core/hash.h' 2022-11-23T00:58:33.9190431Z adding 'torch/include/torch/csrc/lazy/core/helpers.h' 2022-11-23T00:58:33.9193931Z adding 'torch/include/torch/csrc/lazy/core/ir.h' 2022-11-23T00:58:33.9196659Z adding 'torch/include/torch/csrc/lazy/core/ir_builder.h' 2022-11-23T00:58:33.9198647Z adding 'torch/include/torch/csrc/lazy/core/ir_dump_util.h' 2022-11-23T00:58:33.9200704Z adding 'torch/include/torch/csrc/lazy/core/ir_metadata.h' 2022-11-23T00:58:33.9202699Z adding 'torch/include/torch/csrc/lazy/core/ir_util.h' 2022-11-23T00:58:33.9206196Z adding 'torch/include/torch/csrc/lazy/core/lazy_graph_executor.h' 2022-11-23T00:58:33.9209742Z adding 'torch/include/torch/csrc/lazy/core/metrics.h' 2022-11-23T00:58:33.9211986Z adding 'torch/include/torch/csrc/lazy/core/multi_wait.h' 2022-11-23T00:58:33.9214014Z adding 'torch/include/torch/csrc/lazy/core/permutation_util.h' 2022-11-23T00:58:33.9216458Z adding 'torch/include/torch/csrc/lazy/core/shape.h' 2022-11-23T00:58:33.9219563Z adding 'torch/include/torch/csrc/lazy/core/shape_inference.h' 2022-11-23T00:58:33.9223554Z adding 'torch/include/torch/csrc/lazy/core/tensor.h' 2022-11-23T00:58:33.9225840Z adding 'torch/include/torch/csrc/lazy/core/tensor_impl.h' 2022-11-23T00:58:33.9228177Z adding 'torch/include/torch/csrc/lazy/core/tensor_util.h' 2022-11-23T00:58:33.9229927Z adding 'torch/include/torch/csrc/lazy/core/thread_pool.h' 2022-11-23T00:58:33.9231961Z adding 'torch/include/torch/csrc/lazy/core/trie.h' 2022-11-23T00:58:33.9233894Z adding 'torch/include/torch/csrc/lazy/core/unique.h' 2022-11-23T00:58:33.9236057Z adding 'torch/include/torch/csrc/lazy/core/util.h' 2022-11-23T00:58:33.9238294Z adding 'torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h' 2022-11-23T00:58:33.9240229Z adding 'torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h' 2022-11-23T00:58:33.9241959Z adding 'torch/include/torch/csrc/lazy/core/ops/utils.h' 2022-11-23T00:58:33.9243826Z adding 'torch/include/torch/csrc/lazy/ts_backend/config.h' 2022-11-23T00:58:33.9245855Z adding 'torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h' 2022-11-23T00:58:33.9247845Z adding 'torch/include/torch/csrc/lazy/ts_backend/ir_builder.h' 2022-11-23T00:58:33.9249612Z adding 'torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h' 2022-11-23T00:58:33.9251293Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h' 2022-11-23T00:58:33.9253171Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h' 2022-11-23T00:58:33.9254912Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h' 2022-11-23T00:58:33.9257263Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h' 2022-11-23T00:58:33.9259611Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node.h' 2022-11-23T00:58:33.9261452Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h' 2022-11-23T00:58:33.9263169Z adding 'torch/include/torch/csrc/onnx/init.h' 2022-11-23T00:58:33.9264995Z adding 'torch/include/torch/csrc/onnx/onnx.h' 2022-11-23T00:58:33.9266952Z adding 'torch/include/torch/csrc/profiler/api.h' 2022-11-23T00:58:33.9271968Z adding 'torch/include/torch/csrc/profiler/collection.h' 2022-11-23T00:58:33.9275212Z adding 'torch/include/torch/csrc/profiler/containers.h' 2022-11-23T00:58:33.9277795Z adding 'torch/include/torch/csrc/profiler/data_flow.h' 2022-11-23T00:58:33.9279742Z adding 'torch/include/torch/csrc/profiler/events.h' 2022-11-23T00:58:33.9282074Z adding 'torch/include/torch/csrc/profiler/kineto_shim.h' 2022-11-23T00:58:33.9283978Z adding 'torch/include/torch/csrc/profiler/perf-inl.h' 2022-11-23T00:58:33.9286136Z adding 'torch/include/torch/csrc/profiler/perf.h' 2022-11-23T00:58:33.9289114Z adding 'torch/include/torch/csrc/profiler/util.h' 2022-11-23T00:58:33.9291983Z adding 'torch/include/torch/csrc/profiler/orchestration/observer.h' 2022-11-23T00:58:33.9294060Z adding 'torch/include/torch/csrc/profiler/orchestration/python_tracer.h' 2022-11-23T00:58:33.9296053Z adding 'torch/include/torch/csrc/profiler/stubs/base.h' 2022-11-23T00:58:33.9298015Z adding 'torch/include/torch/csrc/tensor/python_tensor.h' 2022-11-23T00:58:33.9300580Z adding 'torch/include/torch/csrc/utils/auto_gil.h' 2022-11-23T00:58:33.9302360Z adding 'torch/include/torch/csrc/utils/byte_order.h' 2022-11-23T00:58:33.9304034Z adding 'torch/include/torch/csrc/utils/cpp_stacktraces.h' 2022-11-23T00:58:33.9305842Z adding 'torch/include/torch/csrc/utils/cuda_enabled.h' 2022-11-23T00:58:33.9307752Z adding 'torch/include/torch/csrc/utils/cuda_lazy_init.h' 2022-11-23T00:58:33.9309691Z adding 'torch/include/torch/csrc/utils/disable_torch_function.h' 2022-11-23T00:58:33.9311348Z adding 'torch/include/torch/csrc/utils/init.h' 2022-11-23T00:58:33.9313258Z adding 'torch/include/torch/csrc/utils/invalid_arguments.h' 2022-11-23T00:58:33.9315016Z adding 'torch/include/torch/csrc/utils/memory.h' 2022-11-23T00:58:33.9316578Z adding 'torch/include/torch/csrc/utils/nested.h' 2022-11-23T00:58:33.9318282Z adding 'torch/include/torch/csrc/utils/numpy_stub.h' 2022-11-23T00:58:33.9320167Z adding 'torch/include/torch/csrc/utils/object_ptr.h' 2022-11-23T00:58:33.9321945Z adding 'torch/include/torch/csrc/utils/out_types.h' 2022-11-23T00:58:33.9325190Z adding 'torch/include/torch/csrc/utils/pybind.h' 2022-11-23T00:58:33.9327315Z adding 'torch/include/torch/csrc/utils/pycfunction_helpers.h' 2022-11-23T00:58:33.9336860Z adding 'torch/include/torch/csrc/utils/python_arg_parser.h' 2022-11-23T00:58:33.9340161Z adding 'torch/include/torch/csrc/utils/python_compat.h' 2022-11-23T00:58:33.9341961Z adding 'torch/include/torch/csrc/utils/python_dispatch.h' 2022-11-23T00:58:33.9344372Z adding 'torch/include/torch/csrc/utils/python_numbers.h' 2022-11-23T00:58:33.9346944Z adding 'torch/include/torch/csrc/utils/python_scalars.h' 2022-11-23T00:58:33.9349531Z adding 'torch/include/torch/csrc/utils/python_strings.h' 2022-11-23T00:58:33.9351222Z adding 'torch/include/torch/csrc/utils/python_stub.h' 2022-11-23T00:58:33.9353477Z adding 'torch/include/torch/csrc/utils/python_symnode.h' 2022-11-23T00:58:33.9355357Z adding 'torch/include/torch/csrc/utils/python_torch_function_mode.h' 2022-11-23T00:58:33.9357172Z adding 'torch/include/torch/csrc/utils/python_tuples.h' 2022-11-23T00:58:33.9359363Z adding 'torch/include/torch/csrc/utils/schema_info.h' 2022-11-23T00:58:33.9361483Z adding 'torch/include/torch/csrc/utils/six.h' 2022-11-23T00:58:33.9363179Z adding 'torch/include/torch/csrc/utils/structseq.h' 2022-11-23T00:58:33.9364842Z adding 'torch/include/torch/csrc/utils/tensor_apply.h' 2022-11-23T00:58:33.9366462Z adding 'torch/include/torch/csrc/utils/tensor_dtypes.h' 2022-11-23T00:58:33.9368651Z adding 'torch/include/torch/csrc/utils/tensor_flatten.h' 2022-11-23T00:58:33.9370233Z adding 'torch/include/torch/csrc/utils/tensor_layouts.h' 2022-11-23T00:58:33.9371833Z adding 'torch/include/torch/csrc/utils/tensor_list.h' 2022-11-23T00:58:33.9373414Z adding 'torch/include/torch/csrc/utils/tensor_memoryformats.h' 2022-11-23T00:58:33.9375379Z adding 'torch/include/torch/csrc/utils/tensor_new.h' 2022-11-23T00:58:33.9377199Z adding 'torch/include/torch/csrc/utils/tensor_numpy.h' 2022-11-23T00:58:33.9378881Z adding 'torch/include/torch/csrc/utils/tensor_qschemes.h' 2022-11-23T00:58:33.9380357Z adding 'torch/include/torch/csrc/utils/tensor_types.h' 2022-11-23T00:58:33.9382864Z adding 'torch/include/torch/csrc/utils/throughput_benchmark-inl.h' 2022-11-23T00:58:33.9386370Z adding 'torch/include/torch/csrc/utils/throughput_benchmark.h' 2022-11-23T00:58:33.9388115Z adding 'torch/include/torch/csrc/utils/torch_dispatch_mode.h' 2022-11-23T00:58:33.9390400Z adding 'torch/include/torch/csrc/utils/variadic.h' 2022-11-23T00:58:33.9394625Z adding 'torch/jit/__init__.py' 2022-11-23T00:58:33.9396963Z adding 'torch/jit/_async.py' 2022-11-23T00:58:33.9399753Z adding 'torch/jit/_builtins.py' 2022-11-23T00:58:33.9403293Z adding 'torch/jit/_check.py' 2022-11-23T00:58:33.9406303Z adding 'torch/jit/_dataclass_impls.py' 2022-11-23T00:58:33.9408035Z adding 'torch/jit/_decomposition_utils.py' 2022-11-23T00:58:33.9410387Z adding 'torch/jit/_decompositions.py' 2022-11-23T00:58:33.9413860Z adding 'torch/jit/_freeze.py' 2022-11-23T00:58:33.9416931Z adding 'torch/jit/_fuser.py' 2022-11-23T00:58:33.9418675Z adding 'torch/jit/_ir_utils.py' 2022-11-23T00:58:33.9420234Z adding 'torch/jit/_logging.py' 2022-11-23T00:58:33.9423171Z adding 'torch/jit/_monkeytype_config.py' 2022-11-23T00:58:33.9425215Z adding 'torch/jit/_pickle.py' 2022-11-23T00:58:33.9438177Z adding 'torch/jit/_recursive.py' 2022-11-23T00:58:33.9458024Z adding 'torch/jit/_script.py' 2022-11-23T00:58:33.9462811Z adding 'torch/jit/_serialization.py' 2022-11-23T00:58:33.9473748Z adding 'torch/jit/_shape_functions.py' 2022-11-23T00:58:33.9477025Z adding 'torch/jit/_state.py' 2022-11-23T00:58:33.9491540Z adding 'torch/jit/_trace.py' 2022-11-23T00:58:33.9498333Z adding 'torch/jit/annotations.py' 2022-11-23T00:58:33.9510812Z adding 'torch/jit/frontend.py' 2022-11-23T00:58:33.9513780Z adding 'torch/jit/generate_bytecode.py' 2022-11-23T00:58:33.9518800Z adding 'torch/jit/quantized.py' 2022-11-23T00:58:33.9523590Z adding 'torch/jit/supported_ops.py' 2022-11-23T00:58:33.9525693Z adding 'torch/jit/unsupported_tensor_ops.py' 2022-11-23T00:58:33.9527467Z adding 'torch/jit/_passes/__init__.py' 2022-11-23T00:58:33.9529137Z adding 'torch/jit/_passes/_property_propagation.py' 2022-11-23T00:58:33.9532186Z adding 'torch/jit/mobile/__init__.py' 2022-11-23T00:58:33.9665802Z adding 'torch/lib/libbackend_with_compiler.so' 2022-11-23T00:58:33.9944421Z adding 'torch/lib/libc10.so' 2022-11-23T00:58:35.3032155Z adding 'torch/lib/libcaffe2_detectron_ops.so' 2022-11-23T00:58:35.3931522Z adding 'torch/lib/libcaffe2_module_test_dynamic.so' 2022-11-23T00:58:35.3976890Z adding 'torch/lib/libcaffe2_observers.so' 2022-11-23T00:58:35.4094034Z adding 'torch/lib/libjitbackend_test.so' 2022-11-23T00:58:35.4114895Z adding 'torch/lib/libshm.so' 2022-11-23T00:58:35.4120566Z adding 'torch/lib/libtorch.so' 2022-11-23T00:58:46.2026665Z adding 'torch/lib/libtorch_cpu.so' 2022-11-23T00:58:46.9013119Z adding 'torch/lib/libtorch_global_deps.so' 2022-11-23T00:58:47.7309238Z adding 'torch/lib/libtorch_python.so' 2022-11-23T00:58:47.8079858Z adding 'torch/lib/libtorchbind_test.so' 2022-11-23T00:58:47.8126811Z adding 'torch/linalg/__init__.py' 2022-11-23T00:58:47.8131651Z adding 'torch/masked/__init__.py' 2022-11-23T00:58:47.8136820Z adding 'torch/masked/_docs.py' 2022-11-23T00:58:47.8153359Z adding 'torch/masked/_ops.py' 2022-11-23T00:58:47.8156975Z adding 'torch/masked/maskedtensor/__init__.py' 2022-11-23T00:58:47.8160847Z adding 'torch/masked/maskedtensor/_ops_refs.py' 2022-11-23T00:58:47.8164468Z adding 'torch/masked/maskedtensor/binary.py' 2022-11-23T00:58:47.8168536Z adding 'torch/masked/maskedtensor/core.py' 2022-11-23T00:58:47.8170542Z adding 'torch/masked/maskedtensor/creation.py' 2022-11-23T00:58:47.8172317Z adding 'torch/masked/maskedtensor/passthrough.py' 2022-11-23T00:58:47.8174836Z adding 'torch/masked/maskedtensor/reductions.py' 2022-11-23T00:58:47.8177458Z adding 'torch/masked/maskedtensor/unary.py' 2022-11-23T00:58:47.8179479Z adding 'torch/monitor/__init__.py' 2022-11-23T00:58:47.8181830Z adding 'torch/multiprocessing/__init__.py' 2022-11-23T00:58:47.8183585Z adding 'torch/multiprocessing/_atfork.py' 2022-11-23T00:58:47.8185715Z adding 'torch/multiprocessing/pool.py' 2022-11-23T00:58:47.8187670Z adding 'torch/multiprocessing/queue.py' 2022-11-23T00:58:47.8192848Z adding 'torch/multiprocessing/reductions.py' 2022-11-23T00:58:47.8196802Z adding 'torch/multiprocessing/spawn.py' 2022-11-23T00:58:47.8199994Z adding 'torch/nested/__init__.py' 2022-11-23T00:58:47.8202652Z adding 'torch/nn/__init__.py' 2022-11-23T00:58:47.8204582Z adding 'torch/nn/_reduction.py' 2022-11-23T00:58:47.8206589Z adding 'torch/nn/common_types.py' 2022-11-23T00:58:47.8208694Z adding 'torch/nn/cpp.py' 2022-11-23T00:58:47.8262425Z adding 'torch/nn/functional.py' 2022-11-23T00:58:47.8271282Z adding 'torch/nn/functional.pyi' 2022-11-23T00:58:47.8273998Z adding 'torch/nn/grad.py' 2022-11-23T00:58:47.8279745Z adding 'torch/nn/init.py' 2022-11-23T00:58:47.8283781Z adding 'torch/nn/parameter.py' 2022-11-23T00:58:47.8285750Z adding 'torch/nn/parameter.pyi' 2022-11-23T00:58:47.8287514Z adding 'torch/nn/backends/__init__.py' 2022-11-23T00:58:47.8289048Z adding 'torch/nn/backends/thnn.py' 2022-11-23T00:58:47.8291309Z adding 'torch/nn/intrinsic/__init__.py' 2022-11-23T00:58:47.8292889Z adding 'torch/nn/intrinsic/modules/__init__.py' 2022-11-23T00:58:47.8294477Z adding 'torch/nn/intrinsic/modules/fused.py' 2022-11-23T00:58:47.8296247Z adding 'torch/nn/intrinsic/qat/__init__.py' 2022-11-23T00:58:47.8298184Z adding 'torch/nn/intrinsic/qat/modules/__init__.py' 2022-11-23T00:58:47.8299932Z adding 'torch/nn/intrinsic/qat/modules/conv_fused.py' 2022-11-23T00:58:47.8301534Z adding 'torch/nn/intrinsic/qat/modules/linear_fused.py' 2022-11-23T00:58:47.8303186Z adding 'torch/nn/intrinsic/qat/modules/linear_relu.py' 2022-11-23T00:58:47.8305197Z adding 'torch/nn/intrinsic/quantized/__init__.py' 2022-11-23T00:58:47.8307123Z adding 'torch/nn/intrinsic/quantized/dynamic/__init__.py' 2022-11-23T00:58:47.8308982Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2022-11-23T00:58:47.8310464Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2022-11-23T00:58:47.8312422Z adding 'torch/nn/intrinsic/quantized/modules/__init__.py' 2022-11-23T00:58:47.8313987Z adding 'torch/nn/intrinsic/quantized/modules/bn_relu.py' 2022-11-23T00:58:47.8315288Z adding 'torch/nn/intrinsic/quantized/modules/conv_relu.py' 2022-11-23T00:58:47.8316808Z adding 'torch/nn/intrinsic/quantized/modules/linear_relu.py' 2022-11-23T00:58:47.8320222Z adding 'torch/nn/modules/__init__.py' 2022-11-23T00:58:47.8324782Z adding 'torch/nn/modules/_functions.py' 2022-11-23T00:58:47.8336510Z adding 'torch/nn/modules/activation.py' 2022-11-23T00:58:47.8342043Z adding 'torch/nn/modules/adaptive.py' 2022-11-23T00:58:47.8349671Z adding 'torch/nn/modules/batchnorm.py' 2022-11-23T00:58:47.8352666Z adding 'torch/nn/modules/channelshuffle.py' 2022-11-23T00:58:47.8360876Z adding 'torch/nn/modules/container.py' 2022-11-23T00:58:47.8374144Z adding 'torch/nn/modules/conv.py' 2022-11-23T00:58:47.8378485Z adding 'torch/nn/modules/distance.py' 2022-11-23T00:58:47.8381422Z adding 'torch/nn/modules/dropout.py' 2022-11-23T00:58:47.8384230Z adding 'torch/nn/modules/flatten.py' 2022-11-23T00:58:47.8388420Z adding 'torch/nn/modules/fold.py' 2022-11-23T00:58:47.8392669Z adding 'torch/nn/modules/instancenorm.py' 2022-11-23T00:58:47.8397305Z adding 'torch/nn/modules/lazy.py' 2022-11-23T00:58:47.8401220Z adding 'torch/nn/modules/linear.py' 2022-11-23T00:58:47.8421637Z adding 'torch/nn/modules/loss.py' 2022-11-23T00:58:47.8451843Z adding 'torch/nn/modules/module.py' 2022-11-23T00:58:47.8457648Z adding 'torch/nn/modules/normalization.py' 2022-11-23T00:58:47.8461553Z adding 'torch/nn/modules/padding.py' 2022-11-23T00:58:47.8464186Z adding 'torch/nn/modules/pixelshuffle.py' 2022-11-23T00:58:47.8473220Z adding 'torch/nn/modules/pooling.py' 2022-11-23T00:58:47.8486444Z adding 'torch/nn/modules/rnn.py' 2022-11-23T00:58:47.8493583Z adding 'torch/nn/modules/sparse.py' 2022-11-23T00:58:47.8501512Z adding 'torch/nn/modules/transformer.py' 2022-11-23T00:58:47.8506078Z adding 'torch/nn/modules/upsampling.py' 2022-11-23T00:58:47.8508492Z adding 'torch/nn/modules/utils.py' 2022-11-23T00:58:47.8510773Z adding 'torch/nn/parallel/__init__.py' 2022-11-23T00:58:47.8512415Z adding 'torch/nn/parallel/__init__.pyi' 2022-11-23T00:58:47.8514725Z adding 'torch/nn/parallel/_functions.py' 2022-11-23T00:58:47.8516924Z adding 'torch/nn/parallel/_replicated_tensor_ddp_interop.py' 2022-11-23T00:58:47.8518697Z adding 'torch/nn/parallel/_replicated_tensor_ddp_utils.py' 2022-11-23T00:58:47.8522409Z adding 'torch/nn/parallel/comm.py' 2022-11-23T00:58:47.8524378Z adding 'torch/nn/parallel/common_types.pyi' 2022-11-23T00:58:47.8528194Z adding 'torch/nn/parallel/data_parallel.py' 2022-11-23T00:58:47.8530343Z adding 'torch/nn/parallel/data_parallel.pyi' 2022-11-23T00:58:47.8556859Z adding 'torch/nn/parallel/distributed.py' 2022-11-23T00:58:47.8561280Z adding 'torch/nn/parallel/parallel_apply.py' 2022-11-23T00:58:47.8563845Z adding 'torch/nn/parallel/parallel_apply.pyi' 2022-11-23T00:58:47.8566670Z adding 'torch/nn/parallel/replicate.py' 2022-11-23T00:58:47.8568513Z adding 'torch/nn/parallel/replicate.pyi' 2022-11-23T00:58:47.8570814Z adding 'torch/nn/parallel/scatter_gather.py' 2022-11-23T00:58:47.8572615Z adding 'torch/nn/parallel/scatter_gather.pyi' 2022-11-23T00:58:47.8574543Z adding 'torch/nn/qat/__init__.py' 2022-11-23T00:58:47.8576482Z adding 'torch/nn/qat/dynamic/__init__.py' 2022-11-23T00:58:47.8578294Z adding 'torch/nn/qat/dynamic/modules/__init__.py' 2022-11-23T00:58:47.8579872Z adding 'torch/nn/qat/dynamic/modules/linear.py' 2022-11-23T00:58:47.8581897Z adding 'torch/nn/qat/modules/__init__.py' 2022-11-23T00:58:47.8583502Z adding 'torch/nn/qat/modules/conv.py' 2022-11-23T00:58:47.8585300Z adding 'torch/nn/qat/modules/embedding_ops.py' 2022-11-23T00:58:47.8587001Z adding 'torch/nn/qat/modules/linear.py' 2022-11-23T00:58:47.8588859Z adding 'torch/nn/quantizable/__init__.py' 2022-11-23T00:58:47.8590566Z adding 'torch/nn/quantizable/modules/__init__.py' 2022-11-23T00:58:47.8592256Z adding 'torch/nn/quantizable/modules/activation.py' 2022-11-23T00:58:47.8593776Z adding 'torch/nn/quantizable/modules/rnn.py' 2022-11-23T00:58:47.8595722Z adding 'torch/nn/quantized/__init__.py' 2022-11-23T00:58:47.8597405Z adding 'torch/nn/quantized/functional.py' 2022-11-23T00:58:47.8598934Z adding 'torch/nn/quantized/_reference/__init__.py' 2022-11-23T00:58:47.8601084Z adding 'torch/nn/quantized/_reference/modules/__init__.py' 2022-11-23T00:58:47.8602656Z adding 'torch/nn/quantized/_reference/modules/conv.py' 2022-11-23T00:58:47.8604307Z adding 'torch/nn/quantized/_reference/modules/linear.py' 2022-11-23T00:58:47.8605869Z adding 'torch/nn/quantized/_reference/modules/rnn.py' 2022-11-23T00:58:47.8607459Z adding 'torch/nn/quantized/_reference/modules/sparse.py' 2022-11-23T00:58:47.8609551Z adding 'torch/nn/quantized/_reference/modules/utils.py' 2022-11-23T00:58:47.8611260Z adding 'torch/nn/quantized/dynamic/__init__.py' 2022-11-23T00:58:47.8613411Z adding 'torch/nn/quantized/dynamic/modules/__init__.py' 2022-11-23T00:58:47.8615174Z adding 'torch/nn/quantized/dynamic/modules/conv.py' 2022-11-23T00:58:47.8617117Z adding 'torch/nn/quantized/dynamic/modules/linear.py' 2022-11-23T00:58:47.8618864Z adding 'torch/nn/quantized/dynamic/modules/rnn.py' 2022-11-23T00:58:47.8621394Z adding 'torch/nn/quantized/modules/__init__.py' 2022-11-23T00:58:47.8623180Z adding 'torch/nn/quantized/modules/activation.py' 2022-11-23T00:58:47.8625037Z adding 'torch/nn/quantized/modules/batchnorm.py' 2022-11-23T00:58:47.8626696Z adding 'torch/nn/quantized/modules/conv.py' 2022-11-23T00:58:47.8628417Z adding 'torch/nn/quantized/modules/dropout.py' 2022-11-23T00:58:47.8630181Z adding 'torch/nn/quantized/modules/embedding_ops.py' 2022-11-23T00:58:47.8631842Z adding 'torch/nn/quantized/modules/functional_modules.py' 2022-11-23T00:58:47.8633774Z adding 'torch/nn/quantized/modules/linear.py' 2022-11-23T00:58:47.8635020Z adding 'torch/nn/quantized/modules/normalization.py' 2022-11-23T00:58:47.8636618Z adding 'torch/nn/quantized/modules/rnn.py' 2022-11-23T00:58:47.8638215Z adding 'torch/nn/quantized/modules/utils.py' 2022-11-23T00:58:47.8640318Z adding 'torch/nn/utils/__init__.py' 2022-11-23T00:58:47.8642226Z adding 'torch/nn/utils/_deprecation_utils.py' 2022-11-23T00:58:47.8644937Z adding 'torch/nn/utils/_per_sample_grad.py' 2022-11-23T00:58:47.8646784Z adding 'torch/nn/utils/_stateless.py' 2022-11-23T00:58:47.8649081Z adding 'torch/nn/utils/clip_grad.py' 2022-11-23T00:58:47.8651309Z adding 'torch/nn/utils/convert_parameters.py' 2022-11-23T00:58:47.8653268Z adding 'torch/nn/utils/fusion.py' 2022-11-23T00:58:47.8655340Z adding 'torch/nn/utils/init.py' 2022-11-23T00:58:47.8657804Z adding 'torch/nn/utils/memory_format.py' 2022-11-23T00:58:47.8665026Z adding 'torch/nn/utils/parametrizations.py' 2022-11-23T00:58:47.8675606Z adding 'torch/nn/utils/parametrize.py' 2022-11-23T00:58:47.8690091Z adding 'torch/nn/utils/prune.py' 2022-11-23T00:58:47.8697519Z adding 'torch/nn/utils/rnn.py' 2022-11-23T00:58:47.8702842Z adding 'torch/nn/utils/spectral_norm.py' 2022-11-23T00:58:47.8706287Z adding 'torch/nn/utils/stateless.py' 2022-11-23T00:58:47.8708970Z adding 'torch/nn/utils/weight_norm.py' 2022-11-23T00:58:47.8711119Z adding 'torch/nn/utils/_expanded_weights/__init__.py' 2022-11-23T00:58:47.8713111Z adding 'torch/nn/utils/_expanded_weights/conv_expanded_weights.py' 2022-11-23T00:58:47.8716683Z adding 'torch/nn/utils/_expanded_weights/conv_utils.py' 2022-11-23T00:58:47.8719056Z adding 'torch/nn/utils/_expanded_weights/embedding_expanded_weights.py' 2022-11-23T00:58:47.8721341Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_impl.py' 2022-11-23T00:58:47.8724170Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_utils.py' 2022-11-23T00:58:47.8726549Z adding 'torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py' 2022-11-23T00:58:47.8728791Z adding 'torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py' 2022-11-23T00:58:47.8731046Z adding 'torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py' 2022-11-23T00:58:47.8733034Z adding 'torch/nn/utils/_expanded_weights/linear_expanded_weights.py' 2022-11-23T00:58:47.8735751Z adding 'torch/onnx/__init__.py' 2022-11-23T00:58:47.8737475Z adding 'torch/onnx/_constants.py' 2022-11-23T00:58:47.8739570Z adding 'torch/onnx/_deprecation.py' 2022-11-23T00:58:47.8741300Z adding 'torch/onnx/_experimental.py' 2022-11-23T00:58:47.8743200Z adding 'torch/onnx/_exporter_states.py' 2022-11-23T00:58:47.8745455Z adding 'torch/onnx/_globals.py' 2022-11-23T00:58:47.8747836Z adding 'torch/onnx/_onnx_supported_ops.py' 2022-11-23T00:58:47.8751462Z adding 'torch/onnx/_patch_torch.py' 2022-11-23T00:58:47.8755380Z adding 'torch/onnx/_type_utils.py' 2022-11-23T00:58:47.8757935Z adding 'torch/onnx/errors.py' 2022-11-23T00:58:47.8759833Z adding 'torch/onnx/operators.py' 2022-11-23T00:58:47.8762857Z adding 'torch/onnx/symbolic_caffe2.py' 2022-11-23T00:58:47.8779699Z adding 'torch/onnx/symbolic_helper.py' 2022-11-23T00:58:47.8788431Z adding 'torch/onnx/symbolic_opset10.py' 2022-11-23T00:58:47.8803395Z adding 'torch/onnx/symbolic_opset11.py' 2022-11-23T00:58:47.8809368Z adding 'torch/onnx/symbolic_opset12.py' 2022-11-23T00:58:47.8817626Z adding 'torch/onnx/symbolic_opset13.py' 2022-11-23T00:58:47.8820533Z adding 'torch/onnx/symbolic_opset14.py' 2022-11-23T00:58:47.8822722Z adding 'torch/onnx/symbolic_opset15.py' 2022-11-23T00:58:47.8825134Z adding 'torch/onnx/symbolic_opset16.py' 2022-11-23T00:58:47.8827244Z adding 'torch/onnx/symbolic_opset17.py' 2022-11-23T00:58:47.8829170Z adding 'torch/onnx/symbolic_opset7.py' 2022-11-23T00:58:47.8833467Z adding 'torch/onnx/symbolic_opset8.py' 2022-11-23T00:58:47.8893416Z adding 'torch/onnx/symbolic_opset9.py' 2022-11-23T00:58:47.8923914Z adding 'torch/onnx/utils.py' 2022-11-23T00:58:47.8933121Z adding 'torch/onnx/verification.py' 2022-11-23T00:58:47.8935653Z adding 'torch/onnx/_internal/__init__.py' 2022-11-23T00:58:47.8937945Z adding 'torch/onnx/_internal/_beartype.py' 2022-11-23T00:58:47.8942562Z adding 'torch/onnx/_internal/jit_utils.py' 2022-11-23T00:58:47.8946440Z adding 'torch/onnx/_internal/onnx_proto_utils.py' 2022-11-23T00:58:47.8950034Z adding 'torch/onnx/_internal/registration.py' 2022-11-23T00:58:47.8952232Z adding 'torch/onnx/_internal/diagnostics/__init__.py' 2022-11-23T00:58:47.8954945Z adding 'torch/onnx/_internal/diagnostics/_diagnostic.py' 2022-11-23T00:58:47.8957675Z adding 'torch/onnx/_internal/diagnostics/_rules.py' 2022-11-23T00:58:47.8959985Z adding 'torch/onnx/_internal/diagnostics/infra/__init__.py' 2022-11-23T00:58:47.8964719Z adding 'torch/onnx/_internal/diagnostics/infra/_infra.py' 2022-11-23T00:58:47.8967616Z adding 'torch/onnx/_internal/diagnostics/infra/engine.py' 2022-11-23T00:58:47.8970077Z adding 'torch/onnx/_internal/diagnostics/infra/formatter.py' 2022-11-23T00:58:47.8971574Z adding 'torch/onnx/_internal/diagnostics/infra/utils.py' 2022-11-23T00:58:47.8974647Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/__init__.py' 2022-11-23T00:58:47.8976580Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_address.py' 2022-11-23T00:58:47.8978573Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py' 2022-11-23T00:58:47.8980436Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py' 2022-11-23T00:58:47.8982138Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py' 2022-11-23T00:58:47.8983908Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py' 2022-11-23T00:58:47.8985697Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py' 2022-11-23T00:58:47.8987327Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py' 2022-11-23T00:58:47.8989079Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py' 2022-11-23T00:58:47.8990824Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py' 2022-11-23T00:58:47.8992456Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge.py' 2022-11-23T00:58:47.8994123Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py' 2022-11-23T00:58:47.8995820Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_exception.py' 2022-11-23T00:58:47.8997820Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py' 2022-11-23T00:58:47.8999771Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py' 2022-11-23T00:58:47.9001677Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py' 2022-11-23T00:58:47.9003441Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_fix.py' 2022-11-23T00:58:47.9005189Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph.py' 2022-11-23T00:58:47.9006877Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py' 2022-11-23T00:58:47.9008969Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py' 2022-11-23T00:58:47.9010808Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location.py' 2022-11-23T00:58:47.9012579Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py' 2022-11-23T00:58:47.9014253Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py' 2022-11-23T00:58:47.9015900Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_message.py' 2022-11-23T00:58:47.9017534Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py' 2022-11-23T00:58:47.9019153Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_node.py' 2022-11-23T00:58:47.9020875Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_notification.py' 2022-11-23T00:58:47.9022631Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py' 2022-11-23T00:58:47.9024297Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py' 2022-11-23T00:58:47.9026483Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py' 2022-11-23T00:58:47.9028386Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_region.py' 2022-11-23T00:58:47.9030381Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py' 2022-11-23T00:58:47.9032061Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py' 2022-11-23T00:58:47.9034247Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py' 2022-11-23T00:58:47.9036030Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py' 2022-11-23T00:58:47.9037793Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py' 2022-11-23T00:58:47.9040077Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result.py' 2022-11-23T00:58:47.9042056Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py' 2022-11-23T00:58:47.9044182Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run.py' 2022-11-23T00:58:47.9046069Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py' 2022-11-23T00:58:47.9047941Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py' 2022-11-23T00:58:47.9049668Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py' 2022-11-23T00:58:47.9051404Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack.py' 2022-11-23T00:58:47.9053025Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py' 2022-11-23T00:58:47.9054721Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py' 2022-11-23T00:58:47.9057210Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py' 2022-11-23T00:58:47.9058503Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py' 2022-11-23T00:58:47.9060567Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool.py' 2022-11-23T00:58:47.9062709Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py' 2022-11-23T00:58:47.9064546Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py' 2022-11-23T00:58:47.9066465Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py' 2022-11-23T00:58:47.9068368Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py' 2022-11-23T00:58:47.9070109Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py' 2022-11-23T00:58:47.9071985Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py' 2022-11-23T00:58:47.9073778Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/version.py' 2022-11-23T00:58:47.9075949Z adding 'torch/optim/__init__.py' 2022-11-23T00:58:47.9077547Z adding 'torch/optim/__init__.pyi' 2022-11-23T00:58:47.9079820Z adding 'torch/optim/_functional.py' 2022-11-23T00:58:47.9083281Z adding 'torch/optim/adadelta.py' 2022-11-23T00:58:47.9085163Z adding 'torch/optim/adadelta.pyi' 2022-11-23T00:58:47.9089183Z adding 'torch/optim/adagrad.py' 2022-11-23T00:58:47.9091198Z adding 'torch/optim/adagrad.pyi' 2022-11-23T00:58:47.9097830Z adding 'torch/optim/adam.py' 2022-11-23T00:58:47.9100186Z adding 'torch/optim/adam.pyi' 2022-11-23T00:58:47.9103975Z adding 'torch/optim/adamax.py' 2022-11-23T00:58:47.9105987Z adding 'torch/optim/adamax.pyi' 2022-11-23T00:58:47.9110974Z adding 'torch/optim/adamw.py' 2022-11-23T00:58:47.9113198Z adding 'torch/optim/adamw.pyi' 2022-11-23T00:58:47.9116686Z adding 'torch/optim/asgd.py' 2022-11-23T00:58:47.9118571Z adding 'torch/optim/asgd.pyi' 2022-11-23T00:58:47.9123715Z adding 'torch/optim/lbfgs.py' 2022-11-23T00:58:47.9125870Z adding 'torch/optim/lbfgs.pyi' 2022-11-23T00:58:47.9143656Z adding 'torch/optim/lr_scheduler.py' 2022-11-23T00:58:47.9147684Z adding 'torch/optim/lr_scheduler.pyi' 2022-11-23T00:58:47.9151723Z adding 'torch/optim/nadam.py' 2022-11-23T00:58:47.9153690Z adding 'torch/optim/nadam.pyi' 2022-11-23T00:58:47.9158471Z adding 'torch/optim/optimizer.py' 2022-11-23T00:58:47.9160632Z adding 'torch/optim/optimizer.pyi' 2022-11-23T00:58:47.9164533Z adding 'torch/optim/radam.py' 2022-11-23T00:58:47.9166425Z adding 'torch/optim/radam.pyi' 2022-11-23T00:58:47.9170685Z adding 'torch/optim/rmsprop.py' 2022-11-23T00:58:47.9172707Z adding 'torch/optim/rmsprop.pyi' 2022-11-23T00:58:47.9176415Z adding 'torch/optim/rprop.py' 2022-11-23T00:58:47.9178274Z adding 'torch/optim/rprop.pyi' 2022-11-23T00:58:47.9182131Z adding 'torch/optim/sgd.py' 2022-11-23T00:58:47.9184016Z adding 'torch/optim/sgd.pyi' 2022-11-23T00:58:47.9186781Z adding 'torch/optim/sparse_adam.py' 2022-11-23T00:58:47.9188505Z adding 'torch/optim/sparse_adam.pyi' 2022-11-23T00:58:47.9192848Z adding 'torch/optim/swa_utils.py' 2022-11-23T00:58:47.9194934Z adding 'torch/optim/swa_utils.pyi' 2022-11-23T00:58:47.9197067Z adding 'torch/optim/_multi_tensor/__init__.py' 2022-11-23T00:58:47.9199284Z adding 'torch/package/__init__.py' 2022-11-23T00:58:47.9201927Z adding 'torch/package/_digraph.py' 2022-11-23T00:58:47.9204114Z adding 'torch/package/_directory_reader.py' 2022-11-23T00:58:47.9206425Z adding 'torch/package/_importlib.py' 2022-11-23T00:58:47.9208493Z adding 'torch/package/_mangling.py' 2022-11-23T00:58:47.9210678Z adding 'torch/package/_mock.py' 2022-11-23T00:58:47.9213366Z adding 'torch/package/_package_pickler.py' 2022-11-23T00:58:47.9215347Z adding 'torch/package/_package_unpickler.py' 2022-11-23T00:58:47.9218096Z adding 'torch/package/_stdlib.py' 2022-11-23T00:58:47.9221172Z adding 'torch/package/file_structure_representation.py' 2022-11-23T00:58:47.9223642Z adding 'torch/package/find_file_dependencies.py' 2022-11-23T00:58:47.9226230Z adding 'torch/package/glob_group.py' 2022-11-23T00:58:47.9229870Z adding 'torch/package/importer.py' 2022-11-23T00:58:47.9243844Z adding 'torch/package/package_exporter.py' 2022-11-23T00:58:47.9254636Z adding 'torch/package/package_importer.py' 2022-11-23T00:58:47.9257540Z adding 'torch/package/analyze/__init__.py' 2022-11-23T00:58:47.9259440Z adding 'torch/package/analyze/find_first_use_of_broken_modules.py' 2022-11-23T00:58:47.9261080Z adding 'torch/package/analyze/is_from_package.py' 2022-11-23T00:58:47.9263088Z adding 'torch/package/analyze/trace_dependencies.py' 2022-11-23T00:58:47.9265259Z adding 'torch/profiler/__init__.py' 2022-11-23T00:58:47.9268753Z adding 'torch/profiler/_memory_profiler.py' 2022-11-23T00:58:47.9275405Z adding 'torch/profiler/_pattern_matcher.py' 2022-11-23T00:58:47.9280055Z adding 'torch/profiler/_utils.py' 2022-11-23T00:58:47.9282345Z adding 'torch/profiler/itt.py' 2022-11-23T00:58:47.9289103Z adding 'torch/profiler/profiler.py' 2022-11-23T00:58:47.9291622Z adding 'torch/profiler/python_tracer.py' 2022-11-23T00:58:47.9293707Z adding 'torch/quantization/__init__.py' 2022-11-23T00:58:47.9295535Z adding 'torch/quantization/_numeric_suite.py' 2022-11-23T00:58:47.9297276Z adding 'torch/quantization/_numeric_suite_fx.py' 2022-11-23T00:58:47.9299033Z adding 'torch/quantization/fake_quantize.py' 2022-11-23T00:58:47.9300755Z adding 'torch/quantization/fuse_modules.py' 2022-11-23T00:58:47.9302505Z adding 'torch/quantization/fuser_method_mappings.py' 2022-11-23T00:58:47.9304242Z adding 'torch/quantization/observer.py' 2022-11-23T00:58:47.9306984Z adding 'torch/quantization/qconfig.py' 2022-11-23T00:58:47.9308694Z adding 'torch/quantization/quant_type.py' 2022-11-23T00:58:47.9310374Z adding 'torch/quantization/quantization_mappings.py' 2022-11-23T00:58:47.9312036Z adding 'torch/quantization/quantize.py' 2022-11-23T00:58:47.9313617Z adding 'torch/quantization/quantize_fx.py' 2022-11-23T00:58:47.9315100Z adding 'torch/quantization/quantize_jit.py' 2022-11-23T00:58:47.9316622Z adding 'torch/quantization/stubs.py' 2022-11-23T00:58:47.9318227Z adding 'torch/quantization/utils.py' 2022-11-23T00:58:47.9320091Z adding 'torch/quantization/fx/__init__.py' 2022-11-23T00:58:47.9321801Z adding 'torch/quantization/fx/_equalize.py' 2022-11-23T00:58:47.9323527Z adding 'torch/quantization/fx/convert.py' 2022-11-23T00:58:47.9324803Z adding 'torch/quantization/fx/fuse.py' 2022-11-23T00:58:47.9326066Z adding 'torch/quantization/fx/fusion_patterns.py' 2022-11-23T00:58:47.9327480Z adding 'torch/quantization/fx/graph_module.py' 2022-11-23T00:58:47.9328866Z adding 'torch/quantization/fx/match_utils.py' 2022-11-23T00:58:47.9330398Z adding 'torch/quantization/fx/pattern_utils.py' 2022-11-23T00:58:47.9331781Z adding 'torch/quantization/fx/prepare.py' 2022-11-23T00:58:47.9333235Z adding 'torch/quantization/fx/quantization_patterns.py' 2022-11-23T00:58:47.9334690Z adding 'torch/quantization/fx/quantization_types.py' 2022-11-23T00:58:47.9336039Z adding 'torch/quantization/fx/utils.py' 2022-11-23T00:58:47.9338105Z adding 'torch/share/cmake/ATen/ATenConfig.cmake' 2022-11-23T00:58:47.9340683Z adding 'torch/share/cmake/Caffe2/Caffe2Config.cmake' 2022-11-23T00:58:47.9342643Z adding 'torch/share/cmake/Caffe2/Caffe2ConfigVersion.cmake' 2022-11-23T00:58:47.9344075Z adding 'torch/share/cmake/Caffe2/Caffe2Targets-release.cmake' 2022-11-23T00:58:47.9346514Z adding 'torch/share/cmake/Caffe2/Caffe2Targets.cmake' 2022-11-23T00:58:47.9348589Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake' 2022-11-23T00:58:47.9350420Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake' 2022-11-23T00:58:47.9352655Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake' 2022-11-23T00:58:47.9379652Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake' 2022-11-23T00:58:47.9386475Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake' 2022-11-23T00:58:47.9388715Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake' 2022-11-23T00:58:47.9391510Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake' 2022-11-23T00:58:47.9393775Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake' 2022-11-23T00:58:47.9397753Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake' 2022-11-23T00:58:47.9401765Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake' 2022-11-23T00:58:47.9405760Z adding 'torch/share/cmake/Caffe2/public/LoadHIP.cmake' 2022-11-23T00:58:47.9411622Z adding 'torch/share/cmake/Caffe2/public/cuda.cmake' 2022-11-23T00:58:47.9414239Z adding 'torch/share/cmake/Caffe2/public/gflags.cmake' 2022-11-23T00:58:47.9416221Z adding 'torch/share/cmake/Caffe2/public/glog.cmake' 2022-11-23T00:58:47.9417930Z adding 'torch/share/cmake/Caffe2/public/mkl.cmake' 2022-11-23T00:58:47.9419895Z adding 'torch/share/cmake/Caffe2/public/mkldnn.cmake' 2022-11-23T00:58:47.9421826Z adding 'torch/share/cmake/Caffe2/public/protobuf.cmake' 2022-11-23T00:58:47.9423654Z adding 'torch/share/cmake/Caffe2/public/threads.cmake' 2022-11-23T00:58:47.9430203Z adding 'torch/share/cmake/Caffe2/public/utils.cmake' 2022-11-23T00:58:47.9432806Z adding 'torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake' 2022-11-23T00:58:47.9435028Z adding 'torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake' 2022-11-23T00:58:47.9437832Z adding 'torch/share/cmake/Torch/TorchConfig.cmake' 2022-11-23T00:58:47.9439882Z adding 'torch/share/cmake/Torch/TorchConfigVersion.cmake' 2022-11-23T00:58:47.9441720Z adding 'torch/signal/__init__.py' 2022-11-23T00:58:47.9443267Z adding 'torch/signal/windows/__init__.py' 2022-11-23T00:58:47.9446534Z adding 'torch/signal/windows/windows.py' 2022-11-23T00:58:47.9451560Z adding 'torch/sparse/__init__.py' 2022-11-23T00:58:47.9458100Z adding 'torch/special/__init__.py' 2022-11-23T00:58:47.9740654Z adding 'torch/test/AlgorithmsTest' 2022-11-23T00:58:48.0015598Z adding 'torch/test/BinaryMatchImplTest' 2022-11-23T00:58:48.0270030Z adding 'torch/test/CppSignature_test' 2022-11-23T00:58:48.0620416Z adding 'torch/test/Dict_test' 2022-11-23T00:58:48.0888528Z adding 'torch/test/Dimname_test' 2022-11-23T00:58:48.1162185Z adding 'torch/test/ExclusivelyOwned_test' 2022-11-23T00:58:48.1454732Z adding 'torch/test/GraphTest' 2022-11-23T00:58:48.1753331Z adding 'torch/test/IListRef_test' 2022-11-23T00:58:48.2072565Z adding 'torch/test/KernelFunction_test' 2022-11-23T00:58:48.2555979Z adding 'torch/test/List_test' 2022-11-23T00:58:48.2836311Z adding 'torch/test/MatchTest' 2022-11-23T00:58:48.3162996Z adding 'torch/test/MaybeOwned_test' 2022-11-23T00:58:48.3452305Z adding 'torch/test/NamedTensor_test' 2022-11-23T00:58:48.3731868Z adding 'torch/test/NeuralNetTest' 2022-11-23T00:58:48.4036016Z adding 'torch/test/SubgraphMatcherTest' 2022-11-23T00:58:48.4324579Z adding 'torch/test/TarjansImplTest' 2022-11-23T00:58:48.4584496Z adding 'torch/test/TensorImpl_test' 2022-11-23T00:58:48.4848326Z adding 'torch/test/TopoSortTest' 2022-11-23T00:58:48.5135177Z adding 'torch/test/apply_utils_test' 2022-11-23T00:58:48.5435726Z adding 'torch/test/atest' 2022-11-23T00:58:48.5878282Z adding 'torch/test/backend_cutting_test' 2022-11-23T00:58:48.6167928Z adding 'torch/test/backend_fallback_test' 2022-11-23T00:58:48.6485227Z adding 'torch/test/basic' 2022-11-23T00:58:48.6950061Z adding 'torch/test/batch_matmul_op_test' 2022-11-23T00:58:48.8275366Z adding 'torch/test/blob_test' 2022-11-23T00:58:48.8790202Z adding 'torch/test/boolean_unmask_ops_test' 2022-11-23T00:58:48.9327212Z adding 'torch/test/bound_shape_inference_test' 2022-11-23T00:58:48.9614152Z adding 'torch/test/broadcast_test' 2022-11-23T00:58:48.9861730Z adding 'torch/test/c10_Array_test' 2022-11-23T00:58:49.0124212Z adding 'torch/test/c10_Bitset_test' 2022-11-23T00:58:49.0382002Z adding 'torch/test/c10_C++17_test' 2022-11-23T00:58:49.0633720Z adding 'torch/test/c10_CompileTimeFunctionPointer_test' 2022-11-23T00:58:49.0881117Z adding 'torch/test/c10_ConstexprCrc_test' 2022-11-23T00:58:49.1131761Z adding 'torch/test/c10_DeadlockDetection_test' 2022-11-23T00:58:49.1390594Z adding 'torch/test/c10_DeviceGuard_test' 2022-11-23T00:58:49.1645537Z adding 'torch/test/c10_Device_test' 2022-11-23T00:58:49.1937983Z adding 'torch/test/c10_DispatchKeySet_test' 2022-11-23T00:58:49.2191518Z adding 'torch/test/c10_Half_test' 2022-11-23T00:58:49.2461707Z adding 'torch/test/c10_InlineDeviceGuard_test' 2022-11-23T00:58:49.2741631Z adding 'torch/test/c10_InlineStreamGuard_test' 2022-11-23T00:58:49.3021779Z adding 'torch/test/c10_LeftRight_test' 2022-11-23T00:58:49.3320536Z adding 'torch/test/c10_Metaprogramming_test' 2022-11-23T00:58:49.3606404Z adding 'torch/test/c10_SizesAndStrides_test' 2022-11-23T00:58:49.4226052Z adding 'torch/test/c10_SmallVectorTest' 2022-11-23T00:58:49.4506210Z adding 'torch/test/c10_StreamGuard_test' 2022-11-23T00:58:49.4756925Z adding 'torch/test/c10_SymInt_test' 2022-11-23T00:58:49.5009840Z adding 'torch/test/c10_Synchronized_test' 2022-11-23T00:58:49.5282954Z adding 'torch/test/c10_ThreadLocal_test' 2022-11-23T00:58:49.5542228Z adding 'torch/test/c10_TypeIndex_test' 2022-11-23T00:58:49.5798265Z adding 'torch/test/c10_TypeList_test' 2022-11-23T00:58:49.6045849Z adding 'torch/test/c10_TypeTraits_test' 2022-11-23T00:58:49.6307107Z adding 'torch/test/c10_accumulate_test' 2022-11-23T00:58:49.6580959Z adding 'torch/test/c10_bfloat16_test' 2022-11-23T00:58:49.6856940Z adding 'torch/test/c10_complex_math_test' 2022-11-23T00:58:49.7130735Z adding 'torch/test/c10_complex_test' 2022-11-23T00:58:49.7593844Z adding 'torch/test/c10_either_test' 2022-11-23T00:58:49.7874200Z adding 'torch/test/c10_exception_test' 2022-11-23T00:58:49.8131821Z adding 'torch/test/c10_flags_test' 2022-11-23T00:58:49.8356685Z adding 'torch/test/c10_intrusive_ptr_benchmark' 2022-11-23T00:58:49.9002862Z adding 'torch/test/c10_intrusive_ptr_test' 2022-11-23T00:58:49.9291583Z adding 'torch/test/c10_irange_test' 2022-11-23T00:58:49.9567377Z adding 'torch/test/c10_logging_test' 2022-11-23T00:58:49.9943646Z adding 'torch/test/c10_optional_test' 2022-11-23T00:58:50.0257935Z adding 'torch/test/c10_ordered_preserving_dict_test' 2022-11-23T00:58:50.0531364Z adding 'torch/test/c10_registry_test' 2022-11-23T00:58:50.0819516Z adding 'torch/test/c10_string_view_test' 2022-11-23T00:58:50.1080522Z adding 'torch/test/c10_tempfile_test' 2022-11-23T00:58:50.1351651Z adding 'torch/test/c10_typeid_test' 2022-11-23T00:58:50.2343507Z adding 'torch/test/cast_test' 2022-11-23T00:58:50.2647044Z adding 'torch/test/common_subexpression_elimination_test' 2022-11-23T00:58:50.2902051Z adding 'torch/test/common_test' 2022-11-23T00:58:50.3158389Z adding 'torch/test/context_test' 2022-11-23T00:58:50.3431570Z adding 'torch/test/conv_to_nnpack_transform_test' 2022-11-23T00:58:50.3896049Z adding 'torch/test/conv_transpose_op_mobile_test' 2022-11-23T00:58:50.4177751Z adding 'torch/test/converter_nomigraph_test' 2022-11-23T00:58:50.4465097Z adding 'torch/test/cpu_generator_test' 2022-11-23T00:58:50.4733814Z adding 'torch/test/cpu_profiling_allocator_test' 2022-11-23T00:58:50.5172027Z adding 'torch/test/cpu_rng_test' 2022-11-23T00:58:50.5434290Z adding 'torch/test/cpuid_test' 2022-11-23T00:58:50.5695421Z adding 'torch/test/data_filler_test' 2022-11-23T00:58:50.6131739Z adding 'torch/test/dead_code_elim_test' 2022-11-23T00:58:50.6605746Z adding 'torch/test/depthwise3x3_conv_op_test' 2022-11-23T00:58:50.7056621Z adding 'torch/test/device_test' 2022-11-23T00:58:50.7320042Z adding 'torch/test/dispatch_key_set_test' 2022-11-23T00:58:50.7775577Z adding 'torch/test/distributed_test' 2022-11-23T00:58:50.8042173Z adding 'torch/test/dlconvertor_test' 2022-11-23T00:58:50.8514776Z adding 'torch/test/elementwise_op_test' 2022-11-23T00:58:50.8785658Z adding 'torch/test/event_test' 2022-11-23T00:58:50.9081541Z adding 'torch/test/extension_backend_test' 2022-11-23T00:58:50.9347690Z adding 'torch/test/fatal_signal_asan_no_sig_test' 2022-11-23T00:58:50.9599824Z adding 'torch/test/fixed_divisor_test' 2022-11-23T00:58:51.0098520Z adding 'torch/test/generate_proposals_op_test' 2022-11-23T00:58:51.0391200Z adding 'torch/test/generate_proposals_op_util_boxes_test' 2022-11-23T00:58:51.0733507Z adding 'torch/test/generate_proposals_op_util_nms_test' 2022-11-23T00:58:51.1031140Z adding 'torch/test/graph_test' 2022-11-23T00:58:51.1495236Z adding 'torch/test/half_float_ops_test' 2022-11-23T00:58:51.1774785Z adding 'torch/test/half_test' 2022-11-23T00:58:51.2031888Z adding 'torch/test/init_test' 2022-11-23T00:58:51.2293798Z adding 'torch/test/inline_container_test' 2022-11-23T00:58:51.2755869Z adding 'torch/test/int8_roi_align_op_test' 2022-11-23T00:58:51.3348152Z adding 'torch/test/int8_test' 2022-11-23T00:58:51.3864740Z adding 'torch/test/ivalue_test' 2022-11-23T00:58:51.4497913Z adding 'torch/test/kernel_function_legacy_test' 2022-11-23T00:58:51.5003963Z adding 'torch/test/kernel_function_test' 2022-11-23T00:58:51.5644946Z adding 'torch/test/kernel_lambda_legacy_test' 2022-11-23T00:58:51.6180476Z adding 'torch/test/kernel_lambda_test' 2022-11-23T00:58:51.6506783Z adding 'torch/test/kernel_stackbased_test' 2022-11-23T00:58:51.6773690Z adding 'torch/test/lazy_tensor_test' 2022-11-23T00:58:51.7262760Z adding 'torch/test/make_boxed_from_unboxed_functor_test' 2022-11-23T00:58:51.7543592Z adding 'torch/test/math_kernel_test' 2022-11-23T00:58:51.7857637Z adding 'torch/test/math_test' 2022-11-23T00:58:51.8127112Z adding 'torch/test/memory_format_test' 2022-11-23T00:58:51.8391029Z adding 'torch/test/memory_overlapping_test' 2022-11-23T00:58:51.8657986Z adding 'torch/test/mobile_memory_cleanup' 2022-11-23T00:58:51.9093876Z adding 'torch/test/mobile_test' 2022-11-23T00:58:51.9392476Z adding 'torch/test/module_test' 2022-11-23T00:58:51.9678891Z adding 'torch/test/native_test' 2022-11-23T00:58:51.9938897Z adding 'torch/test/net_async_tracing_test' 2022-11-23T00:58:52.0229245Z adding 'torch/test/net_dag_utils_test' 2022-11-23T00:58:52.0691706Z adding 'torch/test/net_simple_refcount_test' 2022-11-23T00:58:52.1215460Z adding 'torch/test/net_test' 2022-11-23T00:58:52.1710419Z adding 'torch/test/nnpack_test' 2022-11-23T00:58:52.2178417Z adding 'torch/test/observer_test' 2022-11-23T00:58:52.2437705Z adding 'torch/test/op_allowlist_test' 2022-11-23T00:58:52.3815087Z adding 'torch/test/op_registration_test' 2022-11-23T00:58:52.4160621Z adding 'torch/test/operator_name_test' 2022-11-23T00:58:52.4638421Z adding 'torch/test/operator_schema_test' 2022-11-23T00:58:52.5206583Z adding 'torch/test/operator_test' 2022-11-23T00:58:52.5481362Z adding 'torch/test/operators_test' 2022-11-23T00:58:52.5742660Z adding 'torch/test/packedtensoraccessor_test' 2022-11-23T00:58:52.6045614Z adding 'torch/test/parallel_net_test' 2022-11-23T00:58:52.6562990Z adding 'torch/test/pattern_net_transform_test' 2022-11-23T00:58:52.7074299Z adding 'torch/test/plan_executor_test' 2022-11-23T00:58:52.7435726Z adding 'torch/test/pow_test' 2022-11-23T00:58:52.7722823Z adding 'torch/test/predictor_test' 2022-11-23T00:58:52.8001463Z adding 'torch/test/proto_utils_test' 2022-11-23T00:58:52.8284040Z adding 'torch/test/quantized_test' 2022-11-23T00:58:52.8538773Z adding 'torch/test/reduce_ops_test' 2022-11-23T00:58:52.8796270Z adding 'torch/test/reportMemoryUsage_test' 2022-11-23T00:58:52.9082012Z adding 'torch/test/scalar_tensor_test' 2022-11-23T00:58:52.9371478Z adding 'torch/test/scalar_test' 2022-11-23T00:58:52.9652090Z adding 'torch/test/serialization_test' 2022-11-23T00:58:52.9912558Z adding 'torch/test/simple_queue_test' 2022-11-23T00:58:53.0161418Z adding 'torch/test/smart_tensor_printer_test' 2022-11-23T00:58:53.0439893Z adding 'torch/test/split_slss_test' 2022-11-23T00:58:53.0880298Z adding 'torch/test/ssa_test' 2022-11-23T00:58:53.1164746Z adding 'torch/test/stats_test' 2022-11-23T00:58:53.1427722Z adding 'torch/test/stride_properties_test' 2022-11-23T00:58:53.1901529Z adding 'torch/test/string_ops_test' 2022-11-23T00:58:53.2408538Z adding 'torch/test/tensor_interop_test' 2022-11-23T00:58:53.2803535Z adding 'torch/test/tensor_iterator_test' 2022-11-23T00:58:53.3087711Z adding 'torch/test/test_parallel' 2022-11-23T00:58:53.3351285Z adding 'torch/test/text_file_reader_utils_test' 2022-11-23T00:58:53.3371496Z adding 'torch/test/thread_init_test' 2022-11-23T00:58:53.3810249Z adding 'torch/test/time_observer_test' 2022-11-23T00:58:53.4073681Z adding 'torch/test/timer_test' 2022-11-23T00:58:53.4560866Z adding 'torch/test/transform_test' 2022-11-23T00:58:53.4838189Z adding 'torch/test/type_ptr_test' 2022-11-23T00:58:53.5150876Z adding 'torch/test/type_test' 2022-11-23T00:58:53.5415743Z adding 'torch/test/undefined_tensor_test' 2022-11-23T00:58:53.5870992Z adding 'torch/test/utility_ops_test' 2022-11-23T00:58:53.6133787Z adding 'torch/test/variant_test' 2022-11-23T00:58:53.6150780Z adding 'torch/test/verify_api_visibility' 2022-11-23T00:58:53.6508223Z adding 'torch/test/vmap_test' 2022-11-23T00:58:53.6774850Z adding 'torch/test/weakref_test' 2022-11-23T00:58:53.7058648Z adding 'torch/test/workspace_test' 2022-11-23T00:58:53.7319640Z adding 'torch/test/wrapdim_test' 2022-11-23T00:58:53.7570857Z adding 'torch/test/xla_tensor_test' 2022-11-23T00:58:53.7585736Z adding 'torch/testing/__init__.py' 2022-11-23T00:58:53.7600442Z adding 'torch/testing/_comparison.py' 2022-11-23T00:58:53.7605529Z adding 'torch/testing/_creation.py' 2022-11-23T00:58:53.7608078Z adding 'torch/testing/_deprecated.py' 2022-11-23T00:58:53.7610248Z adding 'torch/testing/_internal/__init__.py' 2022-11-23T00:58:53.7614571Z adding 'torch/testing/_internal/autocast_test_lists.py' 2022-11-23T00:58:53.7618314Z adding 'torch/testing/_internal/check_kernel_launches.py' 2022-11-23T00:58:53.7621590Z adding 'torch/testing/_internal/common_cuda.py' 2022-11-23T00:58:53.7639566Z adding 'torch/testing/_internal/common_device_type.py' 2022-11-23T00:58:53.7651844Z adding 'torch/testing/_internal/common_distributed.py' 2022-11-23T00:58:53.7655094Z adding 'torch/testing/_internal/common_dtype.py' 2022-11-23T00:58:53.7666044Z adding 'torch/testing/_internal/common_fsdp.py' 2022-11-23T00:58:53.7671658Z adding 'torch/testing/_internal/common_jit.py' 2022-11-23T00:58:53.7846742Z adding 'torch/testing/_internal/common_methods_invocations.py' 2022-11-23T00:58:53.7878545Z adding 'torch/testing/_internal/common_modules.py' 2022-11-23T00:58:53.7922708Z adding 'torch/testing/_internal/common_nn.py' 2022-11-23T00:58:53.7947146Z adding 'torch/testing/_internal/common_quantization.py' 2022-11-23T00:58:53.7952516Z adding 'torch/testing/_internal/common_quantized.py' 2022-11-23T00:58:53.7955894Z adding 'torch/testing/_internal/common_subclass.py' 2022-11-23T00:58:53.8010242Z adding 'torch/testing/_internal/common_utils.py' 2022-11-23T00:58:53.8020751Z adding 'torch/testing/_internal/composite_compliance.py' 2022-11-23T00:58:53.8024514Z adding 'torch/testing/_internal/dist_utils.py' 2022-11-23T00:58:53.8029508Z adding 'torch/testing/_internal/hypothesis_utils.py' 2022-11-23T00:58:53.8031517Z adding 'torch/testing/_internal/inductor_utils.py' 2022-11-23T00:58:53.8039961Z adding 'torch/testing/_internal/jit_metaprogramming_utils.py' 2022-11-23T00:58:53.8050095Z adding 'torch/testing/_internal/jit_utils.py' 2022-11-23T00:58:53.8053717Z adding 'torch/testing/_internal/logging_tensor.py' 2022-11-23T00:58:53.8055672Z adding 'torch/testing/_internal/quantization_torch_package_models.py' 2022-11-23T00:58:53.8058365Z adding 'torch/testing/_internal/schema_check_mode.py' 2022-11-23T00:58:53.8060372Z adding 'torch/testing/_internal/codegen/__init__.py' 2022-11-23T00:58:53.8065240Z adding 'torch/testing/_internal/codegen/random_topo_test.py' 2022-11-23T00:58:53.8067509Z adding 'torch/testing/_internal/data/__init__.py' 2022-11-23T00:58:53.8069101Z adding 'torch/testing/_internal/data/network1.py' 2022-11-23T00:58:53.8070684Z adding 'torch/testing/_internal/data/network2.py' 2022-11-23T00:58:53.8072612Z adding 'torch/testing/_internal/distributed/__init__.py' 2022-11-23T00:58:53.8079141Z adding 'torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py' 2022-11-23T00:58:53.8161621Z adding 'torch/testing/_internal/distributed/distributed_test.py' 2022-11-23T00:58:53.8172297Z adding 'torch/testing/_internal/distributed/distributed_utils.py' 2022-11-23T00:58:53.8175911Z adding 'torch/testing/_internal/distributed/multi_threaded_pg.py' 2022-11-23T00:58:53.8178769Z adding 'torch/testing/_internal/distributed/pipe_with_ddp_test.py' 2022-11-23T00:58:53.8181864Z adding 'torch/testing/_internal/distributed/rpc_utils.py' 2022-11-23T00:58:53.8184005Z adding 'torch/testing/_internal/distributed/_shard/__init__.py' 2022-11-23T00:58:53.8186063Z adding 'torch/testing/_internal/distributed/_shard/test_common.py' 2022-11-23T00:58:53.8188575Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py' 2022-11-23T00:58:53.8191075Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py' 2022-11-23T00:58:53.8193174Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py' 2022-11-23T00:58:53.8194958Z adding 'torch/testing/_internal/distributed/_tensor/__init__.py' 2022-11-23T00:58:53.8198910Z adding 'torch/testing/_internal/distributed/_tensor/common_dtensor.py' 2022-11-23T00:58:53.8203549Z adding 'torch/testing/_internal/distributed/_tensor/dtensor_lagging_op_db.py' 2022-11-23T00:58:53.8205993Z adding 'torch/testing/_internal/distributed/_tensor/gen_dtensor_lagging_op_db.py' 2022-11-23T00:58:53.8207762Z adding 'torch/testing/_internal/distributed/nn/__init__.py' 2022-11-23T00:58:53.8209560Z adding 'torch/testing/_internal/distributed/nn/api/__init__.py' 2022-11-23T00:58:53.8214802Z adding 'torch/testing/_internal/distributed/nn/api/remote_module_test.py' 2022-11-23T00:58:53.8217410Z adding 'torch/testing/_internal/distributed/pipeline/__init__.py' 2022-11-23T00:58:53.8219177Z adding 'torch/testing/_internal/distributed/rpc/__init__.py' 2022-11-23T00:58:53.8243596Z adding 'torch/testing/_internal/distributed/rpc/dist_autograd_test.py' 2022-11-23T00:58:53.8249190Z adding 'torch/testing/_internal/distributed/rpc/dist_optimizer_test.py' 2022-11-23T00:58:53.8253068Z adding 'torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py' 2022-11-23T00:58:53.8255574Z adding 'torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py' 2022-11-23T00:58:53.8257668Z adding 'torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py' 2022-11-23T00:58:53.8309970Z adding 'torch/testing/_internal/distributed/rpc/rpc_test.py' 2022-11-23T00:58:53.8316937Z adding 'torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py' 2022-11-23T00:58:53.8318843Z adding 'torch/testing/_internal/distributed/rpc/examples/__init__.py' 2022-11-23T00:58:53.8321378Z adding 'torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py' 2022-11-23T00:58:53.8325053Z adding 'torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py' 2022-11-23T00:58:53.8327106Z adding 'torch/testing/_internal/distributed/rpc/jit/__init__.py' 2022-11-23T00:58:53.8329402Z adding 'torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py' 2022-11-23T00:58:53.8340625Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test.py' 2022-11-23T00:58:53.8344505Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py' 2022-11-23T00:58:53.8346747Z adding 'torch/testing/_internal/generated/__init__.py' 2022-11-23T00:58:53.8378325Z adding 'torch/testing/_internal/generated/annotated_fn_args.py' 2022-11-23T00:58:53.8388204Z adding 'torch/testing/_internal/opinfo/__init__.py' 2022-11-23T00:58:53.8418248Z adding 'torch/testing/_internal/opinfo/core.py' 2022-11-23T00:58:53.8423615Z adding 'torch/testing/_internal/opinfo/refs.py' 2022-11-23T00:58:53.8427536Z adding 'torch/testing/_internal/opinfo/utils.py' 2022-11-23T00:58:53.8429744Z adding 'torch/testing/_internal/opinfo/definitions/__init__.py' 2022-11-23T00:58:53.8436260Z adding 'torch/testing/_internal/opinfo/definitions/_masked.py' 2022-11-23T00:58:53.8441213Z adding 'torch/testing/_internal/opinfo/definitions/fft.py' 2022-11-23T00:58:53.8457599Z adding 'torch/testing/_internal/opinfo/definitions/linalg.py' 2022-11-23T00:58:53.8462811Z adding 'torch/testing/_internal/opinfo/definitions/signal.py' 2022-11-23T00:58:53.8467560Z adding 'torch/testing/_internal/opinfo/definitions/special.py' 2022-11-23T00:58:53.8470046Z adding 'torch/testing/_internal/test_module/__init__.py' 2022-11-23T00:58:53.8471631Z adding 'torch/testing/_internal/test_module/future_div.py' 2022-11-23T00:58:53.8473277Z adding 'torch/testing/_internal/test_module/no_future_div.py' 2022-11-23T00:58:53.8475689Z adding 'torch/utils/__init__.py' 2022-11-23T00:58:53.8477441Z adding 'torch/utils/_cpp_extension_versioner.py' 2022-11-23T00:58:53.8478975Z adding 'torch/utils/_crash_handler.py' 2022-11-23T00:58:53.8480976Z adding 'torch/utils/_cuda_trace.py' 2022-11-23T00:58:53.8484795Z adding 'torch/utils/_freeze.py' 2022-11-23T00:58:53.8486778Z adding 'torch/utils/_mode_utils.py' 2022-11-23T00:58:53.8489186Z adding 'torch/utils/_python_dispatch.py' 2022-11-23T00:58:53.8493192Z adding 'torch/utils/_pytree.py' 2022-11-23T00:58:53.8495587Z adding 'torch/utils/_zip.py' 2022-11-23T00:58:53.8497526Z adding 'torch/utils/backend_registration.py' 2022-11-23T00:58:53.8503903Z adding 'torch/utils/bundled_inputs.py' 2022-11-23T00:58:53.8510510Z adding 'torch/utils/checkpoint.py' 2022-11-23T00:58:53.8516212Z adding 'torch/utils/collect_env.py' 2022-11-23T00:58:53.8518288Z adding 'torch/utils/cpp_backtrace.py' 2022-11-23T00:58:53.8547498Z adding 'torch/utils/cpp_extension.py' 2022-11-23T00:58:53.8552231Z adding 'torch/utils/dlpack.py' 2022-11-23T00:58:53.8554255Z adding 'torch/utils/file_baton.py' 2022-11-23T00:58:53.8557425Z adding 'torch/utils/hooks.py' 2022-11-23T00:58:53.8560289Z adding 'torch/utils/mkldnn.py' 2022-11-23T00:58:53.8563216Z adding 'torch/utils/mobile_optimizer.py' 2022-11-23T00:58:53.8564954Z adding 'torch/utils/model_zoo.py' 2022-11-23T00:58:53.8567706Z adding 'torch/utils/show_pickle.py' 2022-11-23T00:58:53.8570719Z adding 'torch/utils/throughput_benchmark.py' 2022-11-23T00:58:53.8572833Z adding 'torch/utils/backcompat/__init__.py' 2022-11-23T00:58:53.8574717Z adding 'torch/utils/benchmark/__init__.py' 2022-11-23T00:58:53.8576563Z adding 'torch/utils/benchmark/examples/__init__.py' 2022-11-23T00:58:53.8579735Z adding 'torch/utils/benchmark/examples/blas_compare.py' 2022-11-23T00:58:53.8583010Z adding 'torch/utils/benchmark/examples/blas_compare_setup.py' 2022-11-23T00:58:53.8585697Z adding 'torch/utils/benchmark/examples/compare.py' 2022-11-23T00:58:53.8590591Z adding 'torch/utils/benchmark/examples/end_to_end.py' 2022-11-23T00:58:53.8593124Z adding 'torch/utils/benchmark/examples/fuzzer.py' 2022-11-23T00:58:53.8595735Z adding 'torch/utils/benchmark/examples/op_benchmark.py' 2022-11-23T00:58:53.8597596Z adding 'torch/utils/benchmark/examples/simple_timeit.py' 2022-11-23T00:58:53.8600185Z adding 'torch/utils/benchmark/examples/spectral_ops_fuzz_test.py' 2022-11-23T00:58:53.8602160Z adding 'torch/utils/benchmark/op_fuzzers/__init__.py' 2022-11-23T00:58:53.8604309Z adding 'torch/utils/benchmark/op_fuzzers/binary.py' 2022-11-23T00:58:53.8606693Z adding 'torch/utils/benchmark/op_fuzzers/sparse_binary.py' 2022-11-23T00:58:53.8608909Z adding 'torch/utils/benchmark/op_fuzzers/sparse_unary.py' 2022-11-23T00:58:53.8611198Z adding 'torch/utils/benchmark/op_fuzzers/spectral.py' 2022-11-23T00:58:53.8613370Z adding 'torch/utils/benchmark/op_fuzzers/unary.py' 2022-11-23T00:58:53.8615318Z adding 'torch/utils/benchmark/utils/__init__.py' 2022-11-23T00:58:53.8617166Z adding 'torch/utils/benchmark/utils/_stubs.py' 2022-11-23T00:58:53.8621815Z adding 'torch/utils/benchmark/utils/common.py' 2022-11-23T00:58:53.8626432Z adding 'torch/utils/benchmark/utils/compare.py' 2022-11-23T00:58:53.8629855Z adding 'torch/utils/benchmark/utils/cpp_jit.py' 2022-11-23T00:58:53.8635701Z adding 'torch/utils/benchmark/utils/fuzzer.py' 2022-11-23T00:58:53.8638869Z adding 'torch/utils/benchmark/utils/sparse_fuzzer.py' 2022-11-23T00:58:53.8640989Z adding 'torch/utils/benchmark/utils/timeit_template.cpp' 2022-11-23T00:58:53.8647235Z adding 'torch/utils/benchmark/utils/timer.py' 2022-11-23T00:58:53.8649673Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/__init__.py' 2022-11-23T00:58:53.8652479Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h' 2022-11-23T00:58:53.8654445Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp' 2022-11-23T00:58:53.8656490Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp' 2022-11-23T00:58:53.8667289Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py' 2022-11-23T00:58:53.8712909Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h' 2022-11-23T00:58:53.8724081Z adding 'torch/utils/bottleneck/__init__.py' 2022-11-23T00:58:53.8726964Z adding 'torch/utils/bottleneck/__main__.py' 2022-11-23T00:58:53.8730113Z adding 'torch/utils/data/__init__.py' 2022-11-23T00:58:53.8731330Z adding 'torch/utils/data/backward_compatibility.py' 2022-11-23T00:58:53.8757205Z adding 'torch/utils/data/dataloader.py' 2022-11-23T00:58:53.8764128Z adding 'torch/utils/data/dataset.py' 2022-11-23T00:58:53.8767651Z adding 'torch/utils/data/distributed.py' 2022-11-23T00:58:53.8770932Z adding 'torch/utils/data/graph.py' 2022-11-23T00:58:53.8774235Z adding 'torch/utils/data/graph_settings.py' 2022-11-23T00:58:53.8778466Z adding 'torch/utils/data/sampler.py' 2022-11-23T00:58:53.8781639Z adding 'torch/utils/data/_utils/__init__.py' 2022-11-23T00:58:53.8786076Z adding 'torch/utils/data/_utils/collate.py' 2022-11-23T00:58:53.8788846Z adding 'torch/utils/data/_utils/fetch.py' 2022-11-23T00:58:53.8791390Z adding 'torch/utils/data/_utils/pin_memory.py' 2022-11-23T00:58:53.8793449Z adding 'torch/utils/data/_utils/serialization.py' 2022-11-23T00:58:53.8796266Z adding 'torch/utils/data/_utils/signal_handling.py' 2022-11-23T00:58:53.8801545Z adding 'torch/utils/data/_utils/worker.py' 2022-11-23T00:58:53.8804263Z adding 'torch/utils/data/datapipes/__init__.py' 2022-11-23T00:58:53.8807713Z adding 'torch/utils/data/datapipes/_decorator.py' 2022-11-23T00:58:53.8812137Z adding 'torch/utils/data/datapipes/_hook_iterator.py' 2022-11-23T00:58:53.8818001Z adding 'torch/utils/data/datapipes/_typing.py' 2022-11-23T00:58:53.8823387Z adding 'torch/utils/data/datapipes/datapipe.py' 2022-11-23T00:58:53.8827110Z adding 'torch/utils/data/datapipes/datapipe.pyi' 2022-11-23T00:58:53.8831315Z adding 'torch/utils/data/datapipes/gen_pyi.py' 2022-11-23T00:58:53.8833481Z adding 'torch/utils/data/datapipes/dataframe/__init__.py' 2022-11-23T00:58:53.8835457Z adding 'torch/utils/data/datapipes/dataframe/dataframe_wrapper.py' 2022-11-23T00:58:53.8839447Z adding 'torch/utils/data/datapipes/dataframe/dataframes.py' 2022-11-23T00:58:53.8842024Z adding 'torch/utils/data/datapipes/dataframe/datapipes.py' 2022-11-23T00:58:53.8843778Z adding 'torch/utils/data/datapipes/dataframe/structures.py' 2022-11-23T00:58:53.8845934Z adding 'torch/utils/data/datapipes/iter/__init__.py' 2022-11-23T00:58:53.8849424Z adding 'torch/utils/data/datapipes/iter/callable.py' 2022-11-23T00:58:53.8852535Z adding 'torch/utils/data/datapipes/iter/combinatorics.py' 2022-11-23T00:58:53.8858735Z adding 'torch/utils/data/datapipes/iter/combining.py' 2022-11-23T00:58:53.8861436Z adding 'torch/utils/data/datapipes/iter/filelister.py' 2022-11-23T00:58:53.8863720Z adding 'torch/utils/data/datapipes/iter/fileopener.py' 2022-11-23T00:58:53.8868124Z adding 'torch/utils/data/datapipes/iter/grouping.py' 2022-11-23T00:58:53.8870625Z adding 'torch/utils/data/datapipes/iter/routeddecoder.py' 2022-11-23T00:58:53.8872918Z adding 'torch/utils/data/datapipes/iter/selecting.py' 2022-11-23T00:58:53.8874908Z adding 'torch/utils/data/datapipes/iter/streamreader.py' 2022-11-23T00:58:53.8876819Z adding 'torch/utils/data/datapipes/iter/utils.py' 2022-11-23T00:58:53.8878836Z adding 'torch/utils/data/datapipes/map/__init__.py' 2022-11-23T00:58:53.8880853Z adding 'torch/utils/data/datapipes/map/callable.py' 2022-11-23T00:58:53.8883276Z adding 'torch/utils/data/datapipes/map/combinatorics.py' 2022-11-23T00:58:53.8885476Z adding 'torch/utils/data/datapipes/map/combining.py' 2022-11-23T00:58:53.8887640Z adding 'torch/utils/data/datapipes/map/grouping.py' 2022-11-23T00:58:53.8889544Z adding 'torch/utils/data/datapipes/map/utils.py' 2022-11-23T00:58:53.8891315Z adding 'torch/utils/data/datapipes/utils/__init__.py' 2022-11-23T00:58:53.8895867Z adding 'torch/utils/data/datapipes/utils/common.py' 2022-11-23T00:58:53.8900036Z adding 'torch/utils/data/datapipes/utils/decoder.py' 2022-11-23T00:58:53.8902990Z adding 'torch/utils/data/datapipes/utils/snapshot.py' 2022-11-23T00:58:53.8905038Z adding 'torch/utils/hipify/__init__.py' 2022-11-23T00:58:53.8906868Z adding 'torch/utils/hipify/constants.py' 2022-11-23T00:58:53.8952700Z adding 'torch/utils/hipify/cuda_to_hip_mappings.py' 2022-11-23T00:58:53.8972457Z adding 'torch/utils/hipify/hipify_python.py' 2022-11-23T00:58:53.8974912Z adding 'torch/utils/hipify/version.py' 2022-11-23T00:58:53.8976845Z adding 'torch/utils/jit/__init__.py' 2022-11-23T00:58:53.8979100Z adding 'torch/utils/jit/log_extract.py' 2022-11-23T00:58:53.8984997Z adding 'torch/utils/model_dump/__init__.py' 2022-11-23T00:58:53.8986937Z adding 'torch/utils/model_dump/__main__.py' 2022-11-23T00:58:53.8992165Z adding 'torch/utils/model_dump/code.js' 2022-11-23T00:58:53.8994617Z adding 'torch/utils/model_dump/htm.mjs' 2022-11-23T00:58:53.8998487Z adding 'torch/utils/model_dump/preact.mjs' 2022-11-23T00:58:53.9000400Z adding 'torch/utils/model_dump/skeleton.html' 2022-11-23T00:58:53.9002452Z adding 'torch/utils/tensorboard/__init__.py' 2022-11-23T00:58:53.9010191Z adding 'torch/utils/tensorboard/_caffe2_graph.py' 2022-11-23T00:58:53.9012608Z adding 'torch/utils/tensorboard/_convert_np.py' 2022-11-23T00:58:53.9014682Z adding 'torch/utils/tensorboard/_embedding.py' 2022-11-23T00:58:53.9016689Z adding 'torch/utils/tensorboard/_onnx_graph.py' 2022-11-23T00:58:53.9018577Z adding 'torch/utils/tensorboard/_proto_graph.py' 2022-11-23T00:58:53.9023445Z adding 'torch/utils/tensorboard/_pytorch_graph.py' 2022-11-23T00:58:53.9026334Z adding 'torch/utils/tensorboard/_utils.py' 2022-11-23T00:58:53.9035046Z adding 'torch/utils/tensorboard/summary.py' 2022-11-23T00:58:53.9047129Z adding 'torch/utils/tensorboard/writer.py' 2022-11-23T00:58:53.9052088Z adding 'torchgen/__init__.py' 2022-11-23T00:58:53.9054230Z adding 'torchgen/code_template.py' 2022-11-23T00:58:53.9056380Z adding 'torchgen/context.py' 2022-11-23T00:58:53.9085965Z adding 'torchgen/gen.py' 2022-11-23T00:58:53.9094567Z adding 'torchgen/gen_backend_stubs.py' 2022-11-23T00:58:53.9104284Z adding 'torchgen/gen_functionalization_type.py' 2022-11-23T00:58:53.9112082Z adding 'torchgen/gen_lazy_tensor.py' 2022-11-23T00:58:53.9115545Z adding 'torchgen/gen_vmap_plumbing.py' 2022-11-23T00:58:53.9117810Z adding 'torchgen/local.py' 2022-11-23T00:58:53.9152680Z adding 'torchgen/model.py' 2022-11-23T00:58:53.9163848Z adding 'torchgen/native_function_generation.py' 2022-11-23T00:58:53.9170051Z adding 'torchgen/utils.py' 2022-11-23T00:58:53.9172211Z adding 'torchgen/api/__init__.py' 2022-11-23T00:58:53.9179874Z adding 'torchgen/api/autograd.py' 2022-11-23T00:58:53.9185422Z adding 'torchgen/api/cpp.py' 2022-11-23T00:58:53.9188091Z adding 'torchgen/api/dispatcher.py' 2022-11-23T00:58:53.9190976Z adding 'torchgen/api/functionalization.py' 2022-11-23T00:58:53.9196515Z adding 'torchgen/api/lazy.py' 2022-11-23T00:58:53.9198473Z adding 'torchgen/api/meta.py' 2022-11-23T00:58:53.9200998Z adding 'torchgen/api/native.py' 2022-11-23T00:58:53.9217249Z adding 'torchgen/api/python.py' 2022-11-23T00:58:53.9221289Z adding 'torchgen/api/structured.py' 2022-11-23T00:58:53.9226731Z adding 'torchgen/api/translate.py' 2022-11-23T00:58:53.9234840Z adding 'torchgen/api/types.py' 2022-11-23T00:58:53.9238157Z adding 'torchgen/api/ufunc.py' 2022-11-23T00:58:53.9241962Z adding 'torchgen/api/unboxing.py' 2022-11-23T00:58:53.9244911Z adding 'torchgen/dest/__init__.py' 2022-11-23T00:58:53.9252843Z adding 'torchgen/dest/lazy_ir.py' 2022-11-23T00:58:53.9255413Z adding 'torchgen/dest/lazy_ts_lowering.py' 2022-11-23T00:58:53.9257586Z adding 'torchgen/dest/native_functions.py' 2022-11-23T00:58:53.9268200Z adding 'torchgen/dest/register_dispatch_key.py' 2022-11-23T00:58:53.9274212Z adding 'torchgen/dest/ufunc.py' 2022-11-23T00:58:53.9276375Z adding 'torchgen/operator_versions/__init__.py' 2022-11-23T00:58:53.9280193Z adding 'torchgen/operator_versions/gen_mobile_upgraders.py' 2022-11-23T00:58:53.9282181Z adding 'torchgen/operator_versions/gen_mobile_upgraders_constant.py' 2022-11-23T00:58:53.9376420Z adding 'torchgen/packaged/ATen/native/native_functions.yaml' 2022-11-23T00:58:53.9389888Z adding 'torchgen/packaged/ATen/native/tags.yaml' 2022-11-23T00:58:53.9392418Z adding 'torchgen/packaged/ATen/templates/ATenOpList.cpp' 2022-11-23T00:58:53.9394373Z adding 'torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp' 2022-11-23T00:58:53.9395949Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunction.h' 2022-11-23T00:58:53.9397754Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions.h' 2022-11-23T00:58:53.9399587Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h' 2022-11-23T00:58:53.9401136Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp' 2022-11-23T00:58:53.9402785Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h' 2022-11-23T00:58:53.9404061Z adding 'torchgen/packaged/ATen/templates/Function.h' 2022-11-23T00:58:53.9405690Z adding 'torchgen/packaged/ATen/templates/FunctionalInverses.h' 2022-11-23T00:58:53.9407585Z adding 'torchgen/packaged/ATen/templates/Functions.cpp' 2022-11-23T00:58:53.9410006Z adding 'torchgen/packaged/ATen/templates/Functions.h' 2022-11-23T00:58:53.9411759Z adding 'torchgen/packaged/ATen/templates/LazyIr.h' 2022-11-23T00:58:53.9413512Z adding 'torchgen/packaged/ATen/templates/LazyNonNativeIr.h' 2022-11-23T00:58:53.9415130Z adding 'torchgen/packaged/ATen/templates/MethodOperators.h' 2022-11-23T00:58:53.9416790Z adding 'torchgen/packaged/ATen/templates/NativeFunction.h' 2022-11-23T00:58:53.9418323Z adding 'torchgen/packaged/ATen/templates/NativeFunctions.h' 2022-11-23T00:58:53.9419788Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunction.h' 2022-11-23T00:58:53.9421438Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunctions.h' 2022-11-23T00:58:53.9422765Z adding 'torchgen/packaged/ATen/templates/Operator.h' 2022-11-23T00:58:53.9424010Z adding 'torchgen/packaged/ATen/templates/Operators.cpp' 2022-11-23T00:58:53.9426207Z adding 'torchgen/packaged/ATen/templates/Operators.h' 2022-11-23T00:58:53.9427796Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.cpp' 2022-11-23T00:58:53.9429477Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.h' 2022-11-23T00:58:53.9431481Z adding 'torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp' 2022-11-23T00:58:53.9433174Z adding 'torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp' 2022-11-23T00:58:53.9434815Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini' 2022-11-23T00:58:53.9436769Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp' 2022-11-23T00:58:53.9438891Z adding 'torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp' 2022-11-23T00:58:53.9441038Z adding 'torchgen/packaged/ATen/templates/RegisterSchema.cpp' 2022-11-23T00:58:53.9442562Z adding 'torchgen/packaged/ATen/templates/RegistrationDeclarations.h' 2022-11-23T00:58:53.9451704Z adding 'torchgen/packaged/ATen/templates/TensorBody.h' 2022-11-23T00:58:53.9454370Z adding 'torchgen/packaged/ATen/templates/TensorMethods.cpp' 2022-11-23T00:58:53.9456189Z adding 'torchgen/packaged/ATen/templates/UfuncCPU.cpp' 2022-11-23T00:58:53.9458025Z adding 'torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp' 2022-11-23T00:58:53.9459381Z adding 'torchgen/packaged/ATen/templates/UfuncCUDA.cu' 2022-11-23T00:58:53.9460992Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.cpp' 2022-11-23T00:58:53.9462680Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.h' 2022-11-23T00:58:53.9464554Z adding 'torchgen/packaged/ATen/templates/aten_interned_strings.h' 2022-11-23T00:58:53.9466301Z adding 'torchgen/packaged/ATen/templates/enum_tag.h' 2022-11-23T00:58:53.9468250Z adding 'torchgen/selective_build/__init__.py' 2022-11-23T00:58:53.9470818Z adding 'torchgen/selective_build/operator.py' 2022-11-23T00:58:53.9474478Z adding 'torchgen/selective_build/selector.py' 2022-11-23T00:58:53.9476397Z adding 'torchgen/static_runtime/__init__.py' 2022-11-23T00:58:53.9479685Z adding 'torchgen/static_runtime/config.py' 2022-11-23T00:58:53.9482933Z adding 'torchgen/static_runtime/gen_static_runtime_ops.py' 2022-11-23T00:58:53.9489455Z adding 'torchgen/static_runtime/generator.py' 2022-11-23T00:58:53.9528110Z adding 'torch-1.14.0a0+git1cfd385.dist-info/LICENSE' 2022-11-23T00:58:53.9542607Z adding 'torch-1.14.0a0+git1cfd385.dist-info/METADATA' 2022-11-23T00:58:53.9549439Z adding 'torch-1.14.0a0+git1cfd385.dist-info/NOTICE' 2022-11-23T00:58:53.9551199Z adding 'torch-1.14.0a0+git1cfd385.dist-info/WHEEL' 2022-11-23T00:58:53.9552226Z adding 'torch-1.14.0a0+git1cfd385.dist-info/entry_points.txt' 2022-11-23T00:58:53.9553151Z adding 'torch-1.14.0a0+git1cfd385.dist-info/top_level.txt' 2022-11-23T00:58:54.0122275Z adding 'torch-1.14.0a0+git1cfd385.dist-info/RECORD' 2022-11-23T00:58:54.0404723Z removing build/bdist.linux-x86_64/wheel 2022-11-23T00:58:54.3920889Z ++ echo dist/torch-1.14.0a0+git1cfd385-cp37-cp37m-linux_x86_64.whl 2022-11-23T00:58:54.3921362Z + pip_install_whl dist/torch-1.14.0a0+git1cfd385-cp37-cp37m-linux_x86_64.whl 2022-11-23T00:58:54.3921814Z + python3 -mpip install --no-index --no-deps dist/torch-1.14.0a0+git1cfd385-cp37-cp37m-linux_x86_64.whl 2022-11-23T00:58:54.8092496Z Processing ./dist/torch-1.14.0a0+git1cfd385-cp37-cp37m-linux_x86_64.whl 2022-11-23T00:58:55.3204670Z Installing collected packages: torch 2022-11-23T00:59:02.8958172Z Successfully installed torch-1.14.0a0+git1cfd385 2022-11-23T00:59:02.9467596Z + set -x 2022-11-23T00:59:02.9467863Z + assert_git_not_dirty 2022-11-23T00:59:02.9468173Z + [[ linux-focal-py3.7-clang10-onnx != *rocm* ]] 2022-11-23T00:59:02.9468572Z + [[ linux-focal-py3.7-clang10-onnx != *xla* ]] 2022-11-23T00:59:02.9470574Z ++ git status --porcelain 2022-11-23T00:59:05.3278006Z + git_status= 2022-11-23T00:59:05.3278478Z + [[ -n '' ]] 2022-11-23T00:59:05.3278706Z + mkdir -p dist 2022-11-23T00:59:05.3402421Z + '[' -f build/.ninja_log ']' 2022-11-23T00:59:05.3402965Z + [[ linux-focal-py3.7-clang10-onnx == *rocm* ]] 2022-11-23T00:59:05.3403252Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=build/custom_test_artifacts 2022-11-23T00:59:05.3405291Z ++ [[ linux-focal-py3.7-clang10-onnx == *rocm* ]] 2022-11-23T00:59:05.3405679Z ++ echo OFF 2022-11-23T00:59:05.3406640Z + CUSTOM_TEST_USE_ROCM=OFF 2022-11-23T00:59:05.3407087Z + CUSTOM_TEST_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public 2022-11-23T00:59:05.3407591Z + mkdir -pv build/custom_test_artifacts 2022-11-23T00:59:05.3414659Z mkdir: created directory 'build/custom_test_artifacts' 2022-11-23T00:59:05.3416091Z + CUSTOM_OP_BUILD=build/custom_test_artifacts/custom-op-build 2022-11-23T00:59:05.3416417Z + CUSTOM_OP_TEST=/var/lib/jenkins/workspace/test/custom_operator 2022-11-23T00:59:05.3416674Z + python --version 2022-11-23T00:59:05.3428165Z Python 3.7.13 2022-11-23T00:59:05.3433257Z ++ python -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib())' 2022-11-23T00:59:05.5431947Z + SITE_PACKAGES=/opt/conda/lib/python3.7/site-packages 2022-11-23T00:59:05.5432366Z + mkdir -p build/custom_test_artifacts/custom-op-build 2022-11-23T00:59:05.5440860Z + pushd build/custom_test_artifacts/custom-op-build 2022-11-23T00:59:05.5441251Z ~/workspace/build/custom_test_artifacts/custom-op-build ~/workspace 2022-11-23T00:59:05.5443269Z ++ which python 2022-11-23T00:59:05.5450955Z + cmake /var/lib/jenkins/workspace/test/custom_operator -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.7/site-packages/torch -DPYTHON_EXECUTABLE=/opt/conda/bin/python -DCMAKE_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public -DUSE_ROCM=OFF 2022-11-23T00:59:05.6318839Z -- The C compiler identification is Clang 10.0.0 2022-11-23T00:59:05.7209397Z -- The CXX compiler identification is Clang 10.0.0 2022-11-23T00:59:05.7264720Z -- Detecting C compiler ABI info 2022-11-23T00:59:05.8551417Z -- Detecting C compiler ABI info - done 2022-11-23T00:59:05.8612885Z -- Check for working C compiler: /opt/cache/bin/clang - skipped 2022-11-23T00:59:05.8615342Z -- Detecting C compile features 2022-11-23T00:59:05.8619347Z -- Detecting C compile features - done 2022-11-23T00:59:05.8651085Z -- Detecting CXX compiler ABI info 2022-11-23T00:59:05.9996325Z -- Detecting CXX compiler ABI info - done 2022-11-23T00:59:06.0063177Z -- Check for working CXX compiler: /opt/cache/bin/clang++ - skipped 2022-11-23T00:59:06.0066201Z -- Detecting CXX compile features 2022-11-23T00:59:06.0071086Z -- Detecting CXX compile features - done 2022-11-23T00:59:06.0105049Z -- Looking for pthread.h 2022-11-23T00:59:06.1106593Z -- Looking for pthread.h - found 2022-11-23T00:59:06.1106998Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-11-23T00:59:06.2120749Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2022-11-23T00:59:06.2121164Z -- Looking for pthread_create in pthreads 2022-11-23T00:59:06.3013560Z -- Looking for pthread_create in pthreads - not found 2022-11-23T00:59:06.3013900Z -- Looking for pthread_create in pthread 2022-11-23T00:59:06.4325578Z -- Looking for pthread_create in pthread - found 2022-11-23T00:59:06.4333411Z -- Found Threads: TRUE 2022-11-23T00:59:06.4582632Z CMake Warning at /opt/conda/lib/python3.7/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-11-23T00:59:06.4583272Z static library kineto_LIBRARY-NOTFOUND not found. 2022-11-23T00:59:06.4583703Z Call Stack (most recent call first): 2022-11-23T00:59:06.4584454Z /opt/conda/lib/python3.7/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2022-11-23T00:59:06.4585134Z CMakeLists.txt:9 (find_package) 2022-11-23T00:59:06.4585357Z 2022-11-23T00:59:06.4585431Z  2022-11-23T00:59:06.4585756Z -- Found Torch: /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch.so 2022-11-23T00:59:06.4588719Z -- Configuring done 2022-11-23T00:59:06.4630674Z -- Generating done 2022-11-23T00:59:06.4634487Z CMake Warning: 2022-11-23T00:59:06.4634931Z Manually-specified variables were not used by the project: 2022-11-23T00:59:06.4635144Z 2022-11-23T00:59:06.4635226Z PYTHON_EXECUTABLE 2022-11-23T00:59:06.4635345Z 2022-11-23T00:59:06.4635416Z  2022-11-23T00:59:06.4647533Z -- Build files have been written to: /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build 2022-11-23T00:59:06.4675316Z + make VERBOSE=1 2022-11-23T00:59:06.4687027Z /opt/conda/bin/cmake -S/var/lib/jenkins/workspace/test/custom_operator -B/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build --check-build-system CMakeFiles/Makefile.cmake 0 2022-11-23T00:59:06.4739271Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build/CMakeFiles /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build//CMakeFiles/progress.marks 2022-11-23T00:59:06.4778970Z make -f CMakeFiles/Makefile2 all 2022-11-23T00:59:06.4786630Z make[1]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T00:59:06.4787069Z make -f CMakeFiles/custom_ops.dir/build.make CMakeFiles/custom_ops.dir/depend 2022-11-23T00:59:06.4794961Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T00:59:06.4796067Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build && /opt/conda/bin/cmake -E cmake_depends "Unix Makefiles" /var/lib/jenkins/workspace/test/custom_operator /var/lib/jenkins/workspace/test/custom_operator /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake --color= 2022-11-23T00:59:06.4840758Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T00:59:06.4841505Z make -f CMakeFiles/custom_ops.dir/build.make CMakeFiles/custom_ops.dir/build 2022-11-23T00:59:06.4848674Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T00:59:06.4888857Z [ 25%] Building CXX object CMakeFiles/custom_ops.dir/op.cpp.o 2022-11-23T00:59:06.4892853Z /opt/cache/bin/clang++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dcustom_ops_EXPORTS -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -fPIC -D_GLIBCXX_USE_CXX11_ABI=1 -MD -MT CMakeFiles/custom_ops.dir/op.cpp.o -MF CMakeFiles/custom_ops.dir/op.cpp.o.d -o CMakeFiles/custom_ops.dir/op.cpp.o -c /var/lib/jenkins/workspace/test/custom_operator/op.cpp 2022-11-23T00:59:07.0214093Z [ 50%] Linking CXX shared library libcustom_ops.so 2022-11-23T00:59:07.0216540Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/custom_ops.dir/link.txt --verbose=1 2022-11-23T00:59:07.0254425Z /opt/cache/bin/clang++ -fPIC -shared -Wl,-soname,libcustom_ops.so -o libcustom_ops.so CMakeFiles/custom_ops.dir/op.cpp.o -Wl,-rpath,/opt/conda/lib/python3.7/site-packages/torch/lib /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_cpu.so /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so -lpthread 2022-11-23T00:59:07.2210324Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T00:59:07.2275080Z [ 50%] Built target custom_ops 2022-11-23T00:59:07.2287122Z make -f CMakeFiles/test_custom_ops.dir/build.make CMakeFiles/test_custom_ops.dir/depend 2022-11-23T00:59:07.2287777Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T00:59:07.2288870Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build && /opt/conda/bin/cmake -E cmake_depends "Unix Makefiles" /var/lib/jenkins/workspace/test/custom_operator /var/lib/jenkins/workspace/test/custom_operator /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake --color= 2022-11-23T00:59:07.2334307Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T00:59:07.2335010Z make -f CMakeFiles/test_custom_ops.dir/build.make CMakeFiles/test_custom_ops.dir/build 2022-11-23T00:59:07.2342364Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T00:59:07.2382840Z [ 75%] Building CXX object CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-11-23T00:59:07.2387375Z /opt/cache/bin/clang++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -D_GLIBCXX_USE_CXX11_ABI=1 -MD -MT CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o -MF CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d -o CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o -c /var/lib/jenkins/workspace/test/custom_operator/test_custom_ops.cpp 2022-11-23T00:59:07.7353417Z [100%] Linking CXX executable test_custom_ops 2022-11-23T00:59:07.7356265Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/test_custom_ops.dir/link.txt --verbose=1 2022-11-23T00:59:07.7392591Z /opt/cache/bin/clang++ -rdynamic CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o -o test_custom_ops -Wl,-rpath,/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build:/opt/conda/lib/python3.7/site-packages/torch/lib libcustom_ops.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_cpu.so /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so -lpthread /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so 2022-11-23T00:59:07.9961268Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T00:59:08.0022420Z [100%] Built target test_custom_ops 2022-11-23T00:59:08.0026903Z make[1]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T00:59:08.0027875Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build/CMakeFiles 0 2022-11-23T00:59:08.0070267Z + popd 2022-11-23T00:59:08.0070624Z ~/workspace 2022-11-23T00:59:08.0070964Z + assert_git_not_dirty 2022-11-23T00:59:08.0071354Z + [[ linux-focal-py3.7-clang10-onnx != *rocm* ]] 2022-11-23T00:59:08.0071682Z + [[ linux-focal-py3.7-clang10-onnx != *xla* ]] 2022-11-23T00:59:08.0073658Z ++ git status --porcelain 2022-11-23T00:59:08.0878302Z + git_status= 2022-11-23T00:59:08.0878866Z + [[ -n '' ]] 2022-11-23T00:59:08.0879314Z + JIT_HOOK_BUILD=build/custom_test_artifacts/jit-hook-build 2022-11-23T00:59:08.0879801Z + JIT_HOOK_TEST=/var/lib/jenkins/workspace/test/jit_hooks 2022-11-23T00:59:08.0880060Z + python --version 2022-11-23T00:59:08.0890403Z Python 3.7.13 2022-11-23T00:59:08.0894440Z ++ python -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib())' 2022-11-23T00:59:08.2874345Z + SITE_PACKAGES=/opt/conda/lib/python3.7/site-packages 2022-11-23T00:59:08.2874828Z + mkdir -p build/custom_test_artifacts/jit-hook-build 2022-11-23T00:59:08.2882880Z + pushd build/custom_test_artifacts/jit-hook-build 2022-11-23T00:59:08.2883483Z ~/workspace/build/custom_test_artifacts/jit-hook-build ~/workspace 2022-11-23T00:59:08.2885865Z ++ which python 2022-11-23T00:59:08.2894023Z + cmake /var/lib/jenkins/workspace/test/jit_hooks -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.7/site-packages/torch -DPYTHON_EXECUTABLE=/opt/conda/bin/python -DCMAKE_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public -DUSE_ROCM=OFF 2022-11-23T00:59:08.3551001Z -- The C compiler identification is Clang 10.0.0 2022-11-23T00:59:08.4452222Z -- The CXX compiler identification is Clang 10.0.0 2022-11-23T00:59:08.4506909Z -- Detecting C compiler ABI info 2022-11-23T00:59:08.5508404Z -- Detecting C compiler ABI info - done 2022-11-23T00:59:08.5570522Z -- Check for working C compiler: /opt/cache/bin/clang - skipped 2022-11-23T00:59:08.5572688Z -- Detecting C compile features 2022-11-23T00:59:08.5576752Z -- Detecting C compile features - done 2022-11-23T00:59:08.5608515Z -- Detecting CXX compiler ABI info 2022-11-23T00:59:08.6941571Z -- Detecting CXX compiler ABI info - done 2022-11-23T00:59:08.7007679Z -- Check for working CXX compiler: /opt/cache/bin/clang++ - skipped 2022-11-23T00:59:08.7010440Z -- Detecting CXX compile features 2022-11-23T00:59:08.7015387Z -- Detecting CXX compile features - done 2022-11-23T00:59:08.7048738Z -- Looking for pthread.h 2022-11-23T00:59:08.8054461Z -- Looking for pthread.h - found 2022-11-23T00:59:08.8055747Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-11-23T00:59:08.9092526Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2022-11-23T00:59:08.9093462Z -- Looking for pthread_create in pthreads 2022-11-23T00:59:08.9995184Z -- Looking for pthread_create in pthreads - not found 2022-11-23T00:59:08.9995534Z -- Looking for pthread_create in pthread 2022-11-23T00:59:09.0964203Z -- Looking for pthread_create in pthread - found 2022-11-23T00:59:09.0972616Z -- Found Threads: TRUE 2022-11-23T00:59:09.1144073Z CMake Warning at /opt/conda/lib/python3.7/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-11-23T00:59:09.1144547Z static library kineto_LIBRARY-NOTFOUND not found. 2022-11-23T00:59:09.1144949Z Call Stack (most recent call first): 2022-11-23T00:59:09.1145383Z /opt/conda/lib/python3.7/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2022-11-23T00:59:09.1145742Z CMakeLists.txt:9 (find_package) 2022-11-23T00:59:09.1145874Z 2022-11-23T00:59:09.1145945Z  2022-11-23T00:59:09.1147306Z -- Found Torch: /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch.so 2022-11-23T00:59:09.1149513Z -- Configuring done 2022-11-23T00:59:09.1178706Z -- Generating done 2022-11-23T00:59:09.1181693Z CMake Warning: 2022-11-23T00:59:09.1182100Z Manually-specified variables were not used by the project: 2022-11-23T00:59:09.1182273Z 2022-11-23T00:59:09.1182356Z PYTHON_EXECUTABLE 2022-11-23T00:59:09.1182474Z 2022-11-23T00:59:09.1182558Z  2022-11-23T00:59:09.1194590Z -- Build files have been written to: /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build 2022-11-23T00:59:09.1220569Z + make VERBOSE=1 2022-11-23T00:59:09.1231287Z /opt/conda/bin/cmake -S/var/lib/jenkins/workspace/test/jit_hooks -B/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build --check-build-system CMakeFiles/Makefile.cmake 0 2022-11-23T00:59:09.1284641Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build/CMakeFiles /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build//CMakeFiles/progress.marks 2022-11-23T00:59:09.1325367Z make -f CMakeFiles/Makefile2 all 2022-11-23T00:59:09.1332773Z make[1]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T00:59:09.1333246Z make -f CMakeFiles/test_jit_hooks.dir/build.make CMakeFiles/test_jit_hooks.dir/depend 2022-11-23T00:59:09.1340301Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T00:59:09.1341353Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build && /opt/conda/bin/cmake -E cmake_depends "Unix Makefiles" /var/lib/jenkins/workspace/test/jit_hooks /var/lib/jenkins/workspace/test/jit_hooks /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake --color= 2022-11-23T00:59:09.1392154Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T00:59:09.1392685Z make -f CMakeFiles/test_jit_hooks.dir/build.make CMakeFiles/test_jit_hooks.dir/build 2022-11-23T00:59:09.1400007Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T00:59:09.1441098Z [ 50%] Building CXX object CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-11-23T00:59:09.1445424Z /opt/cache/bin/clang++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -D_GLIBCXX_USE_CXX11_ABI=1 -MD -MT CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o -MF CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d -o CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o -c /var/lib/jenkins/workspace/test/jit_hooks/test_jit_hooks.cpp 2022-11-23T00:59:09.6327882Z [100%] Linking CXX executable test_jit_hooks 2022-11-23T00:59:09.6329904Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/test_jit_hooks.dir/link.txt --verbose=1 2022-11-23T00:59:09.6366912Z /opt/cache/bin/clang++ -rdynamic CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o -o test_jit_hooks -Wl,-rpath,/opt/conda/lib/python3.7/site-packages/torch/lib /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_cpu.so /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so -lpthread 2022-11-23T00:59:09.8933046Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T00:59:09.9005166Z [100%] Built target test_jit_hooks 2022-11-23T00:59:09.9009565Z make[1]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T00:59:09.9010438Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build/CMakeFiles 0 2022-11-23T00:59:09.9053650Z + popd 2022-11-23T00:59:09.9053943Z ~/workspace 2022-11-23T00:59:09.9054185Z + assert_git_not_dirty 2022-11-23T00:59:09.9054501Z + [[ linux-focal-py3.7-clang10-onnx != *rocm* ]] 2022-11-23T00:59:09.9054820Z + [[ linux-focal-py3.7-clang10-onnx != *xla* ]] 2022-11-23T00:59:09.9057246Z ++ git status --porcelain 2022-11-23T00:59:09.9862789Z + git_status= 2022-11-23T00:59:09.9863327Z + [[ -n '' ]] 2022-11-23T00:59:09.9863681Z + CUSTOM_BACKEND_BUILD=build/custom_test_artifacts/custom-backend-build 2022-11-23T00:59:09.9864005Z + CUSTOM_BACKEND_TEST=/var/lib/jenkins/workspace/test/custom_backend 2022-11-23T00:59:09.9864277Z + python --version 2022-11-23T00:59:09.9873728Z Python 3.7.13 2022-11-23T00:59:09.9875139Z + mkdir -p build/custom_test_artifacts/custom-backend-build 2022-11-23T00:59:09.9883209Z + pushd build/custom_test_artifacts/custom-backend-build 2022-11-23T00:59:09.9883568Z ~/workspace/build/custom_test_artifacts/custom-backend-build ~/workspace 2022-11-23T00:59:09.9886323Z ++ which python 2022-11-23T00:59:09.9893848Z + cmake /var/lib/jenkins/workspace/test/custom_backend -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.7/site-packages/torch -DPYTHON_EXECUTABLE=/opt/conda/bin/python -DCMAKE_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public -DUSE_ROCM=OFF 2022-11-23T00:59:10.0557157Z -- The C compiler identification is Clang 10.0.0 2022-11-23T00:59:10.1451635Z -- The CXX compiler identification is Clang 10.0.0 2022-11-23T00:59:10.1506301Z -- Detecting C compiler ABI info 2022-11-23T00:59:10.2539621Z -- Detecting C compiler ABI info - done 2022-11-23T00:59:10.2599919Z -- Check for working C compiler: /opt/cache/bin/clang - skipped 2022-11-23T00:59:10.2602303Z -- Detecting C compile features 2022-11-23T00:59:10.2606492Z -- Detecting C compile features - done 2022-11-23T00:59:10.2638091Z -- Detecting CXX compiler ABI info 2022-11-23T00:59:10.4056529Z -- Detecting CXX compiler ABI info - done 2022-11-23T00:59:10.4121101Z -- Check for working CXX compiler: /opt/cache/bin/clang++ - skipped 2022-11-23T00:59:10.4123676Z -- Detecting CXX compile features 2022-11-23T00:59:10.4128323Z -- Detecting CXX compile features - done 2022-11-23T00:59:10.4161442Z -- Looking for pthread.h 2022-11-23T00:59:10.5154054Z -- Looking for pthread.h - found 2022-11-23T00:59:10.5155022Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-11-23T00:59:10.6221542Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2022-11-23T00:59:10.6221874Z -- Looking for pthread_create in pthreads 2022-11-23T00:59:10.7120738Z -- Looking for pthread_create in pthreads - not found 2022-11-23T00:59:10.7121084Z -- Looking for pthread_create in pthread 2022-11-23T00:59:10.8103776Z -- Looking for pthread_create in pthread - found 2022-11-23T00:59:10.8112258Z -- Found Threads: TRUE 2022-11-23T00:59:10.8284729Z CMake Warning at /opt/conda/lib/python3.7/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-11-23T00:59:10.8285341Z static library kineto_LIBRARY-NOTFOUND not found. 2022-11-23T00:59:10.8285589Z Call Stack (most recent call first): 2022-11-23T00:59:10.8286012Z /opt/conda/lib/python3.7/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2022-11-23T00:59:10.8286318Z CMakeLists.txt:9 (find_package) 2022-11-23T00:59:10.8286452Z 2022-11-23T00:59:10.8286578Z  2022-11-23T00:59:10.8287395Z -- Found Torch: /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch.so 2022-11-23T00:59:10.8290302Z -- Configuring done 2022-11-23T00:59:10.8334211Z -- Generating done 2022-11-23T00:59:10.8337941Z CMake Warning: 2022-11-23T00:59:10.8338432Z Manually-specified variables were not used by the project: 2022-11-23T00:59:10.8338768Z 2022-11-23T00:59:10.8338905Z PYTHON_EXECUTABLE 2022-11-23T00:59:10.8339115Z 2022-11-23T00:59:10.8339212Z  2022-11-23T00:59:10.8350304Z -- Build files have been written to: /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build 2022-11-23T00:59:10.8376120Z + make VERBOSE=1 2022-11-23T00:59:10.8387161Z /opt/conda/bin/cmake -S/var/lib/jenkins/workspace/test/custom_backend -B/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build --check-build-system CMakeFiles/Makefile.cmake 0 2022-11-23T00:59:10.8439066Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build/CMakeFiles /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build//CMakeFiles/progress.marks 2022-11-23T00:59:10.8478731Z make -f CMakeFiles/Makefile2 all 2022-11-23T00:59:10.8486801Z make[1]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T00:59:10.8487289Z make -f CMakeFiles/custom_backend.dir/build.make CMakeFiles/custom_backend.dir/depend 2022-11-23T00:59:10.8495126Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T00:59:10.8496452Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build && /opt/conda/bin/cmake -E cmake_depends "Unix Makefiles" /var/lib/jenkins/workspace/test/custom_backend /var/lib/jenkins/workspace/test/custom_backend /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake --color= 2022-11-23T00:59:10.8540907Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T00:59:10.8541472Z make -f CMakeFiles/custom_backend.dir/build.make CMakeFiles/custom_backend.dir/build 2022-11-23T00:59:10.8549923Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T00:59:10.8589928Z [ 25%] Building CXX object CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-11-23T00:59:10.8594379Z /opt/cache/bin/clang++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dcustom_backend_EXPORTS -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -fPIC -D_GLIBCXX_USE_CXX11_ABI=1 -MD -MT CMakeFiles/custom_backend.dir/custom_backend.cpp.o -MF CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d -o CMakeFiles/custom_backend.dir/custom_backend.cpp.o -c /var/lib/jenkins/workspace/test/custom_backend/custom_backend.cpp 2022-11-23T00:59:11.1556762Z [ 50%] Linking CXX shared library libcustom_backend.so 2022-11-23T00:59:11.1559669Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/custom_backend.dir/link.txt --verbose=1 2022-11-23T00:59:11.1598941Z /opt/cache/bin/clang++ -fPIC -shared -Wl,-soname,libcustom_backend.so -o libcustom_backend.so CMakeFiles/custom_backend.dir/custom_backend.cpp.o -Wl,-rpath,/opt/conda/lib/python3.7/site-packages/torch/lib /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_cpu.so /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so -lpthread 2022-11-23T00:59:11.3727265Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T00:59:11.3791060Z [ 50%] Built target custom_backend 2022-11-23T00:59:11.3795074Z make -f CMakeFiles/test_custom_backend.dir/build.make CMakeFiles/test_custom_backend.dir/depend 2022-11-23T00:59:11.3803739Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T00:59:11.3805048Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build && /opt/conda/bin/cmake -E cmake_depends "Unix Makefiles" /var/lib/jenkins/workspace/test/custom_backend /var/lib/jenkins/workspace/test/custom_backend /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake --color= 2022-11-23T00:59:11.3850932Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T00:59:11.3851510Z make -f CMakeFiles/test_custom_backend.dir/build.make CMakeFiles/test_custom_backend.dir/build 2022-11-23T00:59:11.3859937Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T00:59:11.3900452Z [ 75%] Building CXX object CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-11-23T00:59:11.3904633Z /opt/cache/bin/clang++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -D_GLIBCXX_USE_CXX11_ABI=1 -MD -MT CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o -MF CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d -o CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o -c /var/lib/jenkins/workspace/test/custom_backend/test_custom_backend.cpp 2022-11-23T00:59:11.8689473Z [100%] Linking CXX executable test_custom_backend 2022-11-23T00:59:11.8692870Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/test_custom_backend.dir/link.txt --verbose=1 2022-11-23T00:59:11.8730301Z /opt/cache/bin/clang++ -rdynamic CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o -o test_custom_backend -Wl,-rpath,/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build:/opt/conda/lib/python3.7/site-packages/torch/lib libcustom_backend.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_cpu.so /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so -lpthread /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so 2022-11-23T00:59:12.1480156Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T00:59:12.1542546Z [100%] Built target test_custom_backend 2022-11-23T00:59:12.1546322Z make[1]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T00:59:12.1547372Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build/CMakeFiles 0 2022-11-23T00:59:12.1588475Z + popd 2022-11-23T00:59:12.1588653Z ~/workspace 2022-11-23T00:59:12.1588934Z + assert_git_not_dirty 2022-11-23T00:59:12.1589463Z + [[ linux-focal-py3.7-clang10-onnx != *rocm* ]] 2022-11-23T00:59:12.1589982Z + [[ linux-focal-py3.7-clang10-onnx != *xla* ]] 2022-11-23T00:59:12.1592361Z ++ git status --porcelain 2022-11-23T00:59:12.2412682Z + git_status= 2022-11-23T00:59:12.2413209Z + [[ -n '' ]] 2022-11-23T00:59:12.2413591Z + [[ linux-focal-py3.7-clang10-onnx != *libtorch* ]] 2022-11-23T00:59:12.2413915Z + [[ linux-focal-py3.7-clang10-onnx != *bazel* ]] 2022-11-23T00:59:12.2414172Z + python tools/stats/export_test_times.py 2022-11-23T00:59:12.2891723Z Ignoring disabled issues: [] 2022-11-23T00:59:12.2892307Z Exporting test times from test-infra to .pytorch-test-times.json 2022-11-23T00:59:12.2892881Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-times.json to /var/lib/jenkins/workspace/.pytorch-test-times.json 2022-11-23T00:59:12.3113756Z Could not download https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-times.json because: linux-focal-py3.7-clang10-onnx not found, available envs are: dict_keys(['linux-bionic-cuda11.6-py3-gcc7-slow-gradcheck', 'linux-bionic-cuda11.6-py3.7-gcc7-debug', 'linux-bionic-cuda11.6-py3.9-gcc7', 'linux-bionic-cuda11.7-py3.7-gcc7-debug', 'linux-focal-rocm5.2-py3.8-distributed', 'linux-focal-rocm5.2-py3.8-slow', 'win-vs2019-cuda11.7-py3', 'cuda11.6-py3.10-gcc7-sm86', 'linux-bionic-cuda11.6-py3.10-gcc7', 'linux-bionic-cuda11.7-py3.10-gcc7', 'linux-bionic-py3.7-clang9', 'linux-bionic-py3.7-clang9-slow', 'linux-focal-py3.7-clang7-asan', 'linux-focal-py3.7-gcc7', 'linux-focal-rocm5.2-py3.8', 'macos-12-py3-arm64', 'macos-12-py3-arm64-mps', 'macos-12-py3-x86-64', 'parallelnative-linux-focal-py3.7-gcc7', 'win-vs2019-cpu-py3', 'win-vs2019-cuda11.6-py3']). 2022-11-23T00:59:12.3294124Z Could not download https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-times.json because: linux-focal-py3.7-clang10-onnx not found, available envs are: dict_keys(['linux-bionic-cuda11.6-py3-gcc7-slow-gradcheck', 'linux-bionic-cuda11.6-py3.7-gcc7-debug', 'linux-bionic-cuda11.6-py3.9-gcc7', 'linux-bionic-cuda11.7-py3.7-gcc7-debug', 'linux-focal-rocm5.2-py3.8-distributed', 'linux-focal-rocm5.2-py3.8-slow', 'win-vs2019-cuda11.7-py3', 'cuda11.6-py3.10-gcc7-sm86', 'linux-bionic-cuda11.6-py3.10-gcc7', 'linux-bionic-cuda11.7-py3.10-gcc7', 'linux-bionic-py3.7-clang9', 'linux-bionic-py3.7-clang9-slow', 'linux-focal-py3.7-clang7-asan', 'linux-focal-py3.7-gcc7', 'linux-focal-rocm5.2-py3.8', 'macos-12-py3-arm64', 'macos-12-py3-arm64-mps', 'macos-12-py3-x86-64', 'parallelnative-linux-focal-py3.7-gcc7', 'win-vs2019-cpu-py3', 'win-vs2019-cuda11.6-py3']). 2022-11-23T00:59:12.3448070Z Could not download https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-times.json because: linux-focal-py3.7-clang10-onnx not found, available envs are: dict_keys(['linux-bionic-cuda11.6-py3-gcc7-slow-gradcheck', 'linux-bionic-cuda11.6-py3.7-gcc7-debug', 'linux-bionic-cuda11.6-py3.9-gcc7', 'linux-bionic-cuda11.7-py3.7-gcc7-debug', 'linux-focal-rocm5.2-py3.8-distributed', 'linux-focal-rocm5.2-py3.8-slow', 'win-vs2019-cuda11.7-py3', 'cuda11.6-py3.10-gcc7-sm86', 'linux-bionic-cuda11.6-py3.10-gcc7', 'linux-bionic-cuda11.7-py3.10-gcc7', 'linux-bionic-py3.7-clang9', 'linux-bionic-py3.7-clang9-slow', 'linux-focal-py3.7-clang7-asan', 'linux-focal-py3.7-gcc7', 'linux-focal-rocm5.2-py3.8', 'macos-12-py3-arm64', 'macos-12-py3-arm64-mps', 'macos-12-py3-x86-64', 'parallelnative-linux-focal-py3.7-gcc7', 'win-vs2019-cpu-py3', 'win-vs2019-cuda11.6-py3']). 2022-11-23T00:59:12.3449676Z All retries exhausted, downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-times.json failed. 2022-11-23T00:59:12.3520033Z + print_sccache_stats 2022-11-23T00:59:12.3520508Z + echo 'PyTorch Build Statistics' 2022-11-23T00:59:12.3520894Z PyTorch Build Statistics 2022-11-23T00:59:12.3521141Z + sccache --show-stats 2022-11-23T00:59:12.3543062Z Compile requests 7422 2022-11-23T00:59:12.3543381Z Compile requests executed 7035 2022-11-23T00:59:12.3543602Z Cache hits 7008 2022-11-23T00:59:12.3544016Z Cache hits (C/C++) 7008 2022-11-23T00:59:12.3544215Z Cache misses 3 2022-11-23T00:59:12.3544404Z Cache misses (C/C++) 3 2022-11-23T00:59:12.3544667Z Cache timeouts 0 2022-11-23T00:59:12.3545063Z Cache read errors 0 2022-11-23T00:59:12.3545273Z Forced recaches 0 2022-11-23T00:59:12.3545523Z Cache write errors 0 2022-11-23T00:59:12.3545780Z Compilation failures 7 2022-11-23T00:59:12.3545984Z Cache errors 17 2022-11-23T00:59:12.3546168Z Cache errors (C/C++) 17 2022-11-23T00:59:12.3546508Z Non-cacheable compilations 0 2022-11-23T00:59:12.3546771Z Non-cacheable calls 15 2022-11-23T00:59:12.3547015Z Non-compilation calls 372 2022-11-23T00:59:12.3547234Z Unsupported compiler calls 0 2022-11-23T00:59:12.3547458Z Average cache write 0.058 s 2022-11-23T00:59:12.3547662Z Average cache read miss 14.867 s 2022-11-23T00:59:12.3547880Z Average cache read hit 0.031 s 2022-11-23T00:59:12.3548102Z Failed distributed compilations 0 2022-11-23T00:59:12.3548243Z 2022-11-23T00:59:12.3548407Z Non-cacheable reasons: 2022-11-23T00:59:12.3548692Z multiple input files 14 2022-11-23T00:59:12.3548997Z unknown source language 1 2022-11-23T00:59:12.3549126Z 2022-11-23T00:59:12.3549668Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2022-11-23T00:59:12.3550154Z + [[ -n 9654934668 ]] 2022-11-23T00:59:12.3550408Z + sccache --show-stats --stats-format json 2022-11-23T00:59:12.3550610Z + jq .stats 2022-11-23T00:59:12.3965102Z + sccache_epilogue 2022-11-23T00:59:12.3965744Z + echo '::group::Sccache Compilation Log' 2022-11-23T00:59:12.3966372Z ##[group]Sccache Compilation Log 2022-11-23T00:59:12.3966687Z + echo '=================== sccache compilation log ===================' 2022-11-23T00:59:12.3966946Z =================== sccache compilation log =================== 2022-11-23T00:59:12.3967263Z + python /var/lib/jenkins/workspace/.jenkins/pytorch/print_sccache_log.py /var/lib/jenkins/sccache_error.log 2022-11-23T00:59:12.4130999Z + echo '=========== If your build fails, please take a look at the log above for possible reasons ===========' 2022-11-23T00:59:12.4131371Z =========== If your build fails, please take a look at the log above for possible reasons =========== 2022-11-23T00:59:12.4131674Z + sccache --show-stats 2022-11-23T00:59:12.4151778Z Compile requests 7422 2022-11-23T00:59:12.4152080Z Compile requests executed 7035 2022-11-23T00:59:12.4152360Z Cache hits 7008 2022-11-23T00:59:12.4152617Z Cache hits (C/C++) 7008 2022-11-23T00:59:12.4152819Z Cache misses 3 2022-11-23T00:59:12.4153014Z Cache misses (C/C++) 3 2022-11-23T00:59:12.4153215Z Cache timeouts 0 2022-11-23T00:59:12.4153486Z Cache read errors 0 2022-11-23T00:59:12.4153676Z Forced recaches 0 2022-11-23T00:59:12.4153898Z Cache write errors 0 2022-11-23T00:59:12.4154232Z Compilation failures 7 2022-11-23T00:59:12.4154474Z Cache errors 17 2022-11-23T00:59:12.4154670Z Cache errors (C/C++) 17 2022-11-23T00:59:12.4155015Z Non-cacheable compilations 0 2022-11-23T00:59:12.4155264Z Non-cacheable calls 15 2022-11-23T00:59:12.4155527Z Non-compilation calls 372 2022-11-23T00:59:12.4155752Z Unsupported compiler calls 0 2022-11-23T00:59:12.4155955Z Average cache write 0.058 s 2022-11-23T00:59:12.4156173Z Average cache read miss 14.867 s 2022-11-23T00:59:12.4156513Z Average cache read hit 0.031 s 2022-11-23T00:59:12.4156738Z Failed distributed compilations 0 2022-11-23T00:59:12.4156866Z 2022-11-23T00:59:12.4156979Z Non-cacheable reasons: 2022-11-23T00:59:12.4157186Z multiple input files 14 2022-11-23T00:59:12.4157402Z unknown source language 1 2022-11-23T00:59:12.4157516Z 2022-11-23T00:59:12.4157942Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2022-11-23T00:59:12.4158376Z + sccache --stop-server 2022-11-23T00:59:12.4172536Z Stopping sccache server... 2022-11-23T00:59:12.4175171Z Compile requests 7422 2022-11-23T00:59:12.4175554Z Compile requests executed 7035 2022-11-23T00:59:12.4175971Z Cache hits 7008 2022-11-23T00:59:12.4176290Z Cache hits (C/C++) 7008 2022-11-23T00:59:12.4176515Z Cache misses 3 2022-11-23T00:59:12.4176728Z Cache misses (C/C++) 3 2022-11-23T00:59:12.4177022Z Cache timeouts 0 2022-11-23T00:59:12.4177297Z Cache read errors 0 2022-11-23T00:59:12.4177502Z Forced recaches 0 2022-11-23T00:59:12.4177706Z Cache write errors 0 2022-11-23T00:59:12.4177942Z Compilation failures 7 2022-11-23T00:59:12.4178227Z Cache errors 17 2022-11-23T00:59:12.4178513Z Cache errors (C/C++) 17 2022-11-23T00:59:12.4178952Z Non-cacheable compilations 0 2022-11-23T00:59:12.4179352Z Non-cacheable calls 15 2022-11-23T00:59:12.4179716Z Non-compilation calls 372 2022-11-23T00:59:12.4179996Z Unsupported compiler calls 0 2022-11-23T00:59:12.4180204Z Average cache write 0.058 s 2022-11-23T00:59:12.4180427Z Average cache read miss 14.867 s 2022-11-23T00:59:12.4180639Z Average cache read hit 0.031 s 2022-11-23T00:59:12.4180857Z Failed distributed compilations 0 2022-11-23T00:59:12.4180996Z 2022-11-23T00:59:12.4181112Z Non-cacheable reasons: 2022-11-23T00:59:12.4181321Z multiple input files 14 2022-11-23T00:59:12.4181522Z unknown source language 1 2022-11-23T00:59:12.4181647Z 2022-11-23T00:59:12.4182251Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2022-11-23T00:59:12.4182717Z + echo ::endgroup:: 2022-11-23T00:59:12.4183221Z ##[endgroup] 2022-11-23T00:59:12.4242749Z ##[group]Run zip -1 -r artifacts.zip dist/ build/custom_test_artifacts build/lib build/bin .pytorch-test-times.json 2022-11-23T00:59:12.4243173Z zip -1 -r artifacts.zip dist/ build/custom_test_artifacts build/lib build/bin .pytorch-test-times.json 2022-11-23T00:59:12.5221089Z shell: /usr/bin/bash -e {0} 2022-11-23T00:59:12.5221310Z ##[endgroup] 2022-11-23T00:59:12.5319552Z zip warning: name not matched: .pytorch-test-times.json 2022-11-23T00:59:12.5331038Z adding: dist/ (stored 0%) 2022-11-23T00:59:17.3386271Z adding: dist/torch-1.14.0a0+git1cfd385-cp37-cp37m-linux_x86_64.whl (deflated 2%) 2022-11-23T00:59:17.3386612Z adding: build/custom_test_artifacts/ (stored 0%) 2022-11-23T00:59:17.3386957Z adding: build/custom_test_artifacts/custom-op-build/ (stored 0%) 2022-11-23T00:59:17.3387337Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/ (stored 0%) 2022-11-23T00:59:17.3387924Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log (deflated 87%) 2022-11-23T00:59:17.3388352Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ (stored 0%) 2022-11-23T00:59:17.3388775Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake (deflated 64%) 2022-11-23T00:59:17.3389217Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ (stored 0%) 2022-11-23T00:59:17.3389869Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ (stored 0%) 2022-11-23T00:59:17.3391293Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c (deflated 77%) 2022-11-23T00:59:17.3393043Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out (deflated 84%) 2022-11-23T00:59:17.3393562Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ (stored 0%) 2022-11-23T00:59:17.3394009Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ (stored 0%) 2022-11-23T00:59:17.3396054Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp (deflated 76%) 2022-11-23T00:59:17.3398022Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out (deflated 83%) 2022-11-23T00:59:17.3400205Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin (deflated 83%) 2022-11-23T00:59:17.3400857Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake (deflated 66%) 2022-11-23T00:59:17.3403082Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin (deflated 82%) 2022-11-23T00:59:17.3404179Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake (deflated 71%) 2022-11-23T00:59:17.3404611Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ (stored 0%) 2022-11-23T00:59:17.3405199Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log (deflated 73%) 2022-11-23T00:59:17.3405639Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache (deflated 8%) 2022-11-23T00:59:17.3406072Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ (stored 0%) 2022-11-23T00:59:17.3406521Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts (deflated 15%) 2022-11-23T00:59:17.3407011Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make (deflated 21%) 2022-11-23T00:59:17.3407488Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make (deflated 18%) 2022-11-23T00:59:17.3407952Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt (deflated 62%) 2022-11-23T00:59:17.3408529Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake (deflated 40%) 2022-11-23T00:59:17.3409001Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make (deflated 73%) 2022-11-23T00:59:17.3409474Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake (deflated 44%) 2022-11-23T00:59:17.3409943Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make (deflated 36%) 2022-11-23T00:59:17.3410406Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make (deflated 26%) 2022-11-23T00:59:17.3429473Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d (deflated 92%) 2022-11-23T00:59:17.3517891Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o (deflated 79%) 2022-11-23T00:59:17.3518379Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ (stored 0%) 2022-11-23T00:59:17.3518852Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts (deflated 16%) 2022-11-23T00:59:17.3519408Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make (deflated 21%) 2022-11-23T00:59:17.3519898Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make (deflated 17%) 2022-11-23T00:59:17.3520480Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt (deflated 61%) 2022-11-23T00:59:17.3520943Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake (deflated 46%) 2022-11-23T00:59:17.3521422Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make (deflated 75%) 2022-11-23T00:59:17.3521907Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake (deflated 51%) 2022-11-23T00:59:17.3522399Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make (deflated 37%) 2022-11-23T00:59:17.3522865Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make (deflated 26%) 2022-11-23T00:59:17.3541555Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d (deflated 92%) 2022-11-23T00:59:17.3600843Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o (deflated 79%) 2022-11-23T00:59:17.3601357Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake (deflated 47%) 2022-11-23T00:59:17.3601848Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt (deflated 72%) 2022-11-23T00:59:17.3602278Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks (stored 0%) 2022-11-23T00:59:17.3602947Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 (deflated 75%) 2022-11-23T00:59:17.3604248Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake (deflated 86%) 2022-11-23T00:59:17.3606112Z adding: build/custom_test_artifacts/custom-op-build/CMakeCache.txt (deflated 79%) 2022-11-23T00:59:17.3607361Z adding: build/custom_test_artifacts/custom-op-build/Makefile (deflated 74%) 2022-11-23T00:59:17.3607918Z adding: build/custom_test_artifacts/custom-op-build/cmake_install.cmake (deflated 61%) 2022-11-23T00:59:17.3694912Z adding: build/custom_test_artifacts/custom-op-build/libcustom_ops.so (deflated 71%) 2022-11-23T00:59:17.3747388Z adding: build/custom_test_artifacts/custom-op-build/test_custom_ops (deflated 69%) 2022-11-23T00:59:17.3747785Z adding: build/custom_test_artifacts/jit-hook-build/ (stored 0%) 2022-11-23T00:59:17.3748157Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ (stored 0%) 2022-11-23T00:59:17.3750256Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log (deflated 87%) 2022-11-23T00:59:17.3750684Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ (stored 0%) 2022-11-23T00:59:17.3751108Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake (deflated 64%) 2022-11-23T00:59:17.3751555Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ (stored 0%) 2022-11-23T00:59:17.3751997Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ (stored 0%) 2022-11-23T00:59:17.3753679Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c (deflated 77%) 2022-11-23T00:59:17.3755660Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out (deflated 84%) 2022-11-23T00:59:17.3756108Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ (stored 0%) 2022-11-23T00:59:17.3756553Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ (stored 0%) 2022-11-23T00:59:17.3758654Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp (deflated 76%) 2022-11-23T00:59:17.3760738Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out (deflated 83%) 2022-11-23T00:59:17.3762807Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin (deflated 83%) 2022-11-23T00:59:17.3764087Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake (deflated 66%) 2022-11-23T00:59:17.3766510Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin (deflated 82%) 2022-11-23T00:59:17.3767313Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake (deflated 71%) 2022-11-23T00:59:17.3767760Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ (stored 0%) 2022-11-23T00:59:17.3768245Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log (deflated 73%) 2022-11-23T00:59:17.3768685Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache (deflated 8%) 2022-11-23T00:59:17.3769119Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ (stored 0%) 2022-11-23T00:59:17.3769596Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts (deflated 15%) 2022-11-23T00:59:17.3770080Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make (deflated 20%) 2022-11-23T00:59:17.3770567Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make (deflated 17%) 2022-11-23T00:59:17.3771031Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt (deflated 64%) 2022-11-23T00:59:17.3771509Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake (deflated 45%) 2022-11-23T00:59:17.3772351Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make (deflated 74%) 2022-11-23T00:59:17.3773276Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake (deflated 48%) 2022-11-23T00:59:17.3774151Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make (deflated 37%) 2022-11-23T00:59:17.3775053Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make (deflated 26%) 2022-11-23T00:59:17.3793577Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d (deflated 92%) 2022-11-23T00:59:17.3832707Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o (deflated 77%) 2022-11-23T00:59:17.3833858Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake (deflated 47%) 2022-11-23T00:59:17.3834769Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt (deflated 64%) 2022-11-23T00:59:17.3835581Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks (stored 0%) 2022-11-23T00:59:17.3836377Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 (deflated 68%) 2022-11-23T00:59:17.3837176Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake (deflated 86%) 2022-11-23T00:59:17.3837940Z adding: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt (deflated 79%) 2022-11-23T00:59:17.3839117Z adding: build/custom_test_artifacts/jit-hook-build/Makefile (deflated 71%) 2022-11-23T00:59:17.3840059Z adding: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake (deflated 61%) 2022-11-23T00:59:17.3874935Z adding: build/custom_test_artifacts/jit-hook-build/test_jit_hooks (deflated 68%) 2022-11-23T00:59:17.3875682Z adding: build/custom_test_artifacts/custom-backend-build/ (stored 0%) 2022-11-23T00:59:17.3876395Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ (stored 0%) 2022-11-23T00:59:17.3878002Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log (deflated 87%) 2022-11-23T00:59:17.3878803Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ (stored 0%) 2022-11-23T00:59:17.3879925Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake (deflated 64%) 2022-11-23T00:59:17.3880779Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ (stored 0%) 2022-11-23T00:59:17.3881638Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ (stored 0%) 2022-11-23T00:59:17.3882551Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c (deflated 77%) 2022-11-23T00:59:17.3885011Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out (deflated 84%) 2022-11-23T00:59:17.3885881Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ (stored 0%) 2022-11-23T00:59:17.3886763Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ (stored 0%) 2022-11-23T00:59:17.3888584Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp (deflated 76%) 2022-11-23T00:59:17.3891065Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out (deflated 83%) 2022-11-23T00:59:17.3893408Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin (deflated 83%) 2022-11-23T00:59:17.3894332Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake (deflated 66%) 2022-11-23T00:59:17.3896899Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin (deflated 82%) 2022-11-23T00:59:17.3897876Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake (deflated 71%) 2022-11-23T00:59:17.3898740Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ (stored 0%) 2022-11-23T00:59:17.3899587Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log (deflated 73%) 2022-11-23T00:59:17.3900479Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache (deflated 8%) 2022-11-23T00:59:17.3901332Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ (stored 0%) 2022-11-23T00:59:17.3902274Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts (deflated 15%) 2022-11-23T00:59:17.3903412Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make (deflated 21%) 2022-11-23T00:59:17.3904352Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make (deflated 18%) 2022-11-23T00:59:17.3905502Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt (deflated 63%) 2022-11-23T00:59:17.3906445Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake (deflated 46%) 2022-11-23T00:59:17.3907357Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make (deflated 75%) 2022-11-23T00:59:17.3908309Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake (deflated 48%) 2022-11-23T00:59:17.3909205Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make (deflated 36%) 2022-11-23T00:59:17.3910134Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make (deflated 26%) 2022-11-23T00:59:17.3911083Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d (deflated 90%) 2022-11-23T00:59:17.4034786Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o (deflated 79%) 2022-11-23T00:59:17.4035738Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ (stored 0%) 2022-11-23T00:59:17.4036844Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts (deflated 16%) 2022-11-23T00:59:17.4037873Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make (deflated 20%) 2022-11-23T00:59:17.4038791Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make (deflated 18%) 2022-11-23T00:59:17.4039788Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt (deflated 62%) 2022-11-23T00:59:17.4040754Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake (deflated 49%) 2022-11-23T00:59:17.4041697Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make (deflated 76%) 2022-11-23T00:59:17.4042661Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake (deflated 52%) 2022-11-23T00:59:17.4043615Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make (deflated 37%) 2022-11-23T00:59:17.4044561Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make (deflated 26%) 2022-11-23T00:59:17.4059435Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d (deflated 92%) 2022-11-23T00:59:17.4092184Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o (deflated 77%) 2022-11-23T00:59:17.4093232Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake (deflated 48%) 2022-11-23T00:59:17.4094166Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt (deflated 74%) 2022-11-23T00:59:17.4095041Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks (stored 0%) 2022-11-23T00:59:17.4095874Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 (deflated 75%) 2022-11-23T00:59:17.4096718Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake (deflated 86%) 2022-11-23T00:59:17.4097645Z adding: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt (deflated 79%) 2022-11-23T00:59:17.4098655Z adding: build/custom_test_artifacts/custom-backend-build/Makefile (deflated 75%) 2022-11-23T00:59:17.4099704Z adding: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake (deflated 61%) 2022-11-23T00:59:17.4219667Z adding: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so (deflated 71%) 2022-11-23T00:59:17.4248386Z adding: build/custom_test_artifacts/custom-backend-build/test_custom_backend (deflated 69%) 2022-11-23T00:59:17.4248922Z adding: build/lib/ (stored 0%) 2022-11-23T00:59:17.4249470Z adding: build/lib/libclog.a (deflated 69%) 2022-11-23T00:59:17.4341607Z adding: build/lib/libgtest.a (deflated 73%) 2022-11-23T00:59:17.4355301Z adding: build/lib/libpthreadpool.a (deflated 59%) 2022-11-23T00:59:17.4460574Z adding: build/lib/libbenchmark.a (deflated 70%) 2022-11-23T00:59:17.4579450Z adding: build/lib/libprotobuf-lite.a (deflated 75%) 2022-11-23T00:59:17.4590772Z adding: build/lib/libittnotify.a (deflated 77%) 2022-11-23T00:59:17.4633198Z adding: build/lib/libtensorpipe_uv.a (deflated 65%) 2022-11-23T00:59:17.4747938Z adding: build/lib/libasmjit.a (deflated 61%) 2022-11-23T00:59:17.4858589Z adding: build/lib/libgloo.a (deflated 72%) 2022-11-23T00:59:17.5492467Z adding: build/lib/libprotobuf.a (deflated 73%) 2022-11-23T00:59:17.5536540Z adding: build/lib/libfmt.a (deflated 72%) 2022-11-23T00:59:17.5537373Z adding: build/lib/libfoxi_loader.a (deflated 65%) 2022-11-23T00:59:17.5634902Z adding: build/lib/libc10.so (deflated 62%) 2022-11-23T00:59:17.5636562Z adding: build/lib/libtorch_global_deps.so (deflated 88%) 2022-11-23T00:59:17.5647604Z adding: build/lib/libcpuinfo_internals.a (deflated 68%) 2022-11-23T00:59:17.5651503Z adding: build/lib/libnnpack_reference_layers.a (deflated 60%) 2022-11-23T00:59:17.5663459Z adding: build/lib/libcpuinfo.a (deflated 67%) 2022-11-23T00:59:17.5683231Z adding: build/lib/libgmock.a (deflated 69%) 2022-11-23T00:59:17.5683947Z adding: build/lib/libbenchmark_main.a (deflated 62%) 2022-11-23T00:59:17.5685023Z adding: build/lib/libgtest_main.a (deflated 63%) 2022-11-23T00:59:17.6400138Z adding: build/lib/libprotoc.a (deflated 72%) 2022-11-23T00:59:19.2390308Z adding: build/lib/libdnnl.a (deflated 81%) 2022-11-23T00:59:19.3128483Z adding: build/lib/libtensorpipe.a (deflated 77%) 2022-11-23T00:59:19.3149996Z adding: build/lib/libqnnpack.a (deflated 64%) 2022-11-23T00:59:19.3180929Z adding: build/lib/libpytorch_qnnpack.a (deflated 64%) 2022-11-23T00:59:19.4583200Z adding: build/lib/libfbgemm.a (deflated 84%) 2022-11-23T00:59:19.4583751Z adding: build/lib/libgmock_main.a (deflated 62%) 2022-11-23T00:59:19.4976728Z adding: build/lib/libkineto.a (deflated 69%) 2022-11-23T00:59:19.6504049Z adding: build/lib/libdnnl_graph.a (deflated 77%) 2022-11-23T00:59:19.6504587Z adding: build/lib/libCaffe2_perfkernels_avx512.a (deflated 65%) 2022-11-23T00:59:19.6505299Z adding: build/lib/libCaffe2_perfkernels_avx.a (deflated 55%) 2022-11-23T00:59:19.6610090Z adding: build/lib/libcaffe2_protos.a (deflated 73%) 2022-11-23T00:59:19.6672693Z adding: build/lib/libCaffe2_perfkernels_avx2.a (deflated 61%) 2022-11-23T00:59:19.6738022Z adding: build/lib/libonnx_proto.a (deflated 75%) 2022-11-23T00:59:19.6922742Z adding: build/lib/libXNNPACK.a (deflated 68%) 2022-11-23T00:59:19.7776471Z adding: build/lib/libonnx.a (deflated 75%) 2022-11-23T00:59:19.7803740Z adding: build/lib/libnnpack.a (deflated 73%) 2022-11-23T00:59:23.5958195Z adding: build/lib/libtorch_cpu.so (deflated 70%) 2022-11-23T00:59:23.5959167Z adding: build/lib/libtorch.so (deflated 87%) 2022-11-23T00:59:23.5998734Z adding: build/lib/libjitbackend_test.so (deflated 62%) 2022-11-23T00:59:23.6045342Z adding: build/lib/libbackend_with_compiler.so (deflated 60%) 2022-11-23T00:59:23.6138066Z adding: build/lib/libtorchbind_test.so (deflated 70%) 2022-11-23T00:59:23.6144550Z adding: build/lib/libshm.so (deflated 66%) 2022-11-23T00:59:23.6150670Z adding: build/lib/libcaffe2_module_test_dynamic.so (deflated 71%) 2022-11-23T00:59:24.0886186Z adding: build/lib/libcaffe2_detectron_ops.so (deflated 70%) 2022-11-23T00:59:24.0902481Z adding: build/lib/libcaffe2_observers.so (deflated 66%) 2022-11-23T00:59:24.3783533Z adding: build/lib/libtorch_python.so (deflated 68%) 2022-11-23T00:59:24.3850181Z adding: build/lib/libnnapi_backend.so (deflated 59%) 2022-11-23T00:59:24.3850447Z adding: build/bin/ (stored 0%) 2022-11-23T00:59:24.3850666Z adding: build/bin/CMakeFiles/ (stored 0%) 2022-11-23T00:59:24.3856027Z adding: build/bin/CMakeFiles/CMakeDirectoryInformation.cmake (deflated 47%) 2022-11-23T00:59:24.3861446Z adding: build/bin/CMakeFiles/progress.marks (stored 0%) 2022-11-23T00:59:24.3984337Z adding: build/bin/vmap_test (deflated 62%) 2022-11-23T00:59:24.3993730Z adding: build/bin/Makefile (deflated 74%) 2022-11-23T00:59:24.4079972Z adding: build/bin/undefined_tensor_test (deflated 60%) 2022-11-23T00:59:24.4080577Z adding: build/bin/cmake_install.cmake (deflated 58%) 2022-11-23T00:59:24.4082356Z adding: build/bin/verify_api_visibility (deflated 83%) 2022-11-23T00:59:24.4087605Z adding: build/bin/CTestTestfile.cmake (deflated 40%) 2022-11-23T00:59:24.4169804Z adding: build/bin/c10_CompileTimeFunctionPointer_test (deflated 61%) 2022-11-23T00:59:24.4253668Z adding: build/bin/c10_DeviceGuard_test (deflated 60%) 2022-11-23T00:59:24.4337154Z adding: build/bin/c10_Device_test (deflated 60%) 2022-11-23T00:59:24.4417540Z adding: build/bin/c10_StreamGuard_test (deflated 60%) 2022-11-23T00:59:24.4512174Z adding: build/bin/c10_DispatchKeySet_test (deflated 61%) 2022-11-23T00:59:24.4594179Z adding: build/bin/c10_SymInt_test (deflated 60%) 2022-11-23T00:59:24.4682292Z adding: build/bin/c10_InlineDeviceGuard_test (deflated 61%) 2022-11-23T00:59:24.4773470Z adding: build/bin/c10_SizesAndStrides_test (deflated 61%) 2022-11-23T00:59:24.4864004Z adding: build/bin/c10_InlineStreamGuard_test (deflated 61%) 2022-11-23T00:59:24.4944469Z adding: build/bin/c10_Array_test (deflated 60%) 2022-11-23T00:59:24.5030309Z adding: build/bin/c10_Bitset_test (deflated 61%) 2022-11-23T00:59:24.5110527Z adding: build/bin/c10_ConstexprCrc_test (deflated 60%) 2022-11-23T00:59:24.5193721Z adding: build/bin/c10_C++17_test (deflated 61%) 2022-11-23T00:59:24.5275915Z adding: build/bin/c10_DeadlockDetection_test (deflated 60%) 2022-11-23T00:59:24.5357931Z adding: build/bin/c10_Half_test (deflated 60%) 2022-11-23T00:59:24.5448758Z adding: build/bin/c10_LeftRight_test (deflated 62%) 2022-11-23T00:59:24.5545118Z adding: build/bin/c10_Metaprogramming_test (deflated 64%) 2022-11-23T00:59:24.5627806Z adding: build/bin/c10_Synchronized_test (deflated 61%) 2022-11-23T00:59:24.5716327Z adding: build/bin/c10_ThreadLocal_test (deflated 62%) 2022-11-23T00:59:24.5939316Z adding: build/bin/c10_SmallVectorTest (deflated 73%) 2022-11-23T00:59:24.6023810Z adding: build/bin/c10_TypeIndex_test (deflated 61%) 2022-11-23T00:59:24.6107374Z adding: build/bin/c10_TypeList_test (deflated 61%) 2022-11-23T00:59:24.6187850Z adding: build/bin/c10_TypeTraits_test (deflated 60%) 2022-11-23T00:59:24.6272740Z adding: build/bin/c10_accumulate_test (deflated 60%) 2022-11-23T00:59:24.6361439Z adding: build/bin/c10_bfloat16_test (deflated 61%) 2022-11-23T00:59:24.6451441Z adding: build/bin/c10_complex_math_test (deflated 61%) 2022-11-23T00:59:24.6540984Z adding: build/bin/c10_complex_test (deflated 61%) 2022-11-23T00:59:24.6693864Z adding: build/bin/c10_either_test (deflated 70%) 2022-11-23T00:59:24.6779891Z adding: build/bin/c10_exception_test (deflated 60%) 2022-11-23T00:59:24.6864222Z adding: build/bin/c10_flags_test (deflated 60%) 2022-11-23T00:59:24.6947652Z adding: build/bin/c10_irange_test (deflated 60%) 2022-11-23T00:59:24.7165446Z adding: build/bin/c10_intrusive_ptr_test (deflated 73%) 2022-11-23T00:59:24.7254554Z adding: build/bin/c10_logging_test (deflated 61%) 2022-11-23T00:59:24.7377089Z adding: build/bin/c10_optional_test (deflated 66%) 2022-11-23T00:59:24.7478005Z adding: build/bin/c10_ordered_preserving_dict_test (deflated 62%) 2022-11-23T00:59:24.7566223Z adding: build/bin/c10_registry_test (deflated 61%) 2022-11-23T00:59:24.7659229Z adding: build/bin/c10_string_view_test (deflated 62%) 2022-11-23T00:59:24.7743174Z adding: build/bin/c10_tempfile_test (deflated 60%) 2022-11-23T00:59:24.7816542Z adding: build/bin/c10_intrusive_ptr_benchmark (deflated 59%) 2022-11-23T00:59:24.7904483Z adding: build/bin/c10_typeid_test (deflated 61%) 2022-11-23T00:59:24.8588770Z adding: build/bin/protoc-3.13.0.0 (deflated 62%) 2022-11-23T00:59:24.9270771Z adding: build/bin/protoc (deflated 62%) 2022-11-23T00:59:24.9787721Z adding: build/bin/vec_test_all_types_DEFAULT (deflated 70%) 2022-11-23T00:59:25.0312819Z adding: build/bin/vec_test_all_types_AVX512 (deflated 71%) 2022-11-23T00:59:25.0874801Z adding: build/bin/vec_test_all_types_AVX2 (deflated 69%) 2022-11-23T00:59:25.0961506Z adding: build/bin/HashStoreTest (deflated 60%) 2022-11-23T00:59:25.1047923Z adding: build/bin/FileStoreTest (deflated 60%) 2022-11-23T00:59:25.1144520Z adding: build/bin/TCPStoreTest (deflated 61%) 2022-11-23T00:59:25.1149126Z adding: build/bin/example_allreduce (deflated 66%) 2022-11-23T00:59:25.1257821Z adding: build/bin/ProcessGroupGlooTest (deflated 61%) 2022-11-23T00:59:25.1371951Z adding: build/bin/Dict_test (deflated 64%) 2022-11-23T00:59:25.1466968Z adding: build/bin/static_runtime_bench (deflated 61%) 2022-11-23T00:59:25.1552264Z adding: build/bin/Dimname_test (deflated 61%) 2022-11-23T00:59:25.1660012Z adding: build/bin/MaybeOwned_test (deflated 64%) 2022-11-23T00:59:25.1752942Z adding: build/bin/NamedTensor_test (deflated 60%) 2022-11-23T00:59:25.1847450Z adding: build/bin/apply_utils_test (deflated 61%) 2022-11-23T00:59:25.1943803Z adding: build/bin/atest (deflated 61%) 2022-11-23T00:59:25.2443210Z adding: build/bin/static_runtime_test (deflated 72%) 2022-11-23T00:59:25.2530947Z adding: build/bin/cpu_profiling_allocator_test (deflated 60%) 2022-11-23T00:59:25.2619882Z adding: build/bin/broadcast_test (deflated 61%) 2022-11-23T00:59:25.2724221Z adding: build/bin/basic (deflated 60%) 2022-11-23T00:59:25.2817902Z adding: build/bin/cpu_generator_test (deflated 61%) 2022-11-23T00:59:25.2966946Z adding: build/bin/cpu_rng_test (deflated 65%) 2022-11-23T00:59:25.3053638Z adding: build/bin/half_test (deflated 61%) 2022-11-23T00:59:25.3136045Z adding: build/bin/dispatch_key_set_test (deflated 60%) 2022-11-23T00:59:25.3233572Z adding: build/bin/extension_backend_test (deflated 61%) 2022-11-23T00:59:25.3316878Z adding: build/bin/dlconvertor_test (deflated 60%) 2022-11-23T00:59:25.3479992Z adding: build/bin/ivalue_test (deflated 61%) 2022-11-23T00:59:25.3562197Z adding: build/bin/lazy_tensor_test (deflated 60%) 2022-11-23T00:59:25.3649223Z adding: build/bin/memory_format_test (deflated 61%) 2022-11-23T00:59:25.3732479Z adding: build/bin/operator_name_test (deflated 60%) 2022-11-23T00:59:25.3819258Z adding: build/bin/math_kernel_test (deflated 60%) 2022-11-23T00:59:25.3905419Z adding: build/bin/memory_overlapping_test (deflated 61%) 2022-11-23T00:59:25.3998890Z adding: build/bin/native_test (deflated 60%) 2022-11-23T00:59:25.4086958Z adding: build/bin/mobile_memory_cleanup (deflated 60%) 2022-11-23T00:59:25.4171345Z adding: build/bin/operators_test (deflated 61%) 2022-11-23T00:59:25.4289287Z adding: build/bin/pow_test (deflated 63%) 2022-11-23T00:59:25.4374540Z adding: build/bin/packedtensoraccessor_test (deflated 60%) 2022-11-23T00:59:25.4457335Z adding: build/bin/reduce_ops_test (deflated 60%) 2022-11-23T00:59:25.4549356Z adding: build/bin/quantized_test (deflated 61%) 2022-11-23T00:59:25.4633193Z adding: build/bin/reportMemoryUsage_test (deflated 60%) 2022-11-23T00:59:25.4726662Z adding: build/bin/scalar_tensor_test (deflated 60%) 2022-11-23T00:59:25.4820129Z adding: build/bin/scalar_test (deflated 60%) 2022-11-23T00:59:25.4908978Z adding: build/bin/test_parallel (deflated 60%) 2022-11-23T00:59:25.4994929Z adding: build/bin/stride_properties_test (deflated 60%) 2022-11-23T00:59:25.5080891Z adding: build/bin/type_ptr_test (deflated 61%) 2022-11-23T00:59:25.5208825Z adding: build/bin/tensor_iterator_test (deflated 68%) 2022-11-23T00:59:25.5212363Z adding: build/bin/thread_init_test (deflated 67%) 2022-11-23T00:59:25.5294757Z adding: build/bin/variant_test (deflated 60%) 2022-11-23T00:59:25.5396567Z adding: build/bin/type_test (deflated 62%) 2022-11-23T00:59:25.5481344Z adding: build/bin/weakref_test (deflated 60%) 2022-11-23T00:59:25.5565765Z adding: build/bin/wrapdim_test (deflated 60%) 2022-11-23T00:59:25.5647814Z adding: build/bin/xla_tensor_test (deflated 60%) 2022-11-23T00:59:25.5806263Z adding: build/bin/List_test (deflated 68%) 2022-11-23T00:59:25.5903035Z adding: build/bin/IListRef_test (deflated 61%) 2022-11-23T00:59:25.5992482Z adding: build/bin/ExclusivelyOwned_test (deflated 61%) 2022-11-23T00:59:25.6158397Z adding: build/bin/tensor_interop_test (deflated 63%) 2022-11-23T00:59:25.6242823Z adding: build/bin/TensorImpl_test (deflated 60%) 2022-11-23T00:59:25.6453341Z adding: build/bin/kernel_function_legacy_test (deflated 68%) 2022-11-23T00:59:25.6556583Z adding: build/bin/KernelFunction_test (deflated 63%) 2022-11-23T00:59:25.6724920Z adding: build/bin/kernel_lambda_test (deflated 68%) 2022-11-23T00:59:25.6883820Z adding: build/bin/kernel_function_test (deflated 66%) 2022-11-23T00:59:25.7096057Z adding: build/bin/kernel_lambda_legacy_test (deflated 69%) 2022-11-23T00:59:25.7195633Z adding: build/bin/kernel_stackbased_test (deflated 61%) 2022-11-23T00:59:25.7278130Z adding: build/bin/CppSignature_test (deflated 61%) 2022-11-23T00:59:25.7439351Z adding: build/bin/make_boxed_from_unboxed_functor_test (deflated 65%) 2022-11-23T00:59:25.7519673Z adding: build/bin/op_allowlist_test (deflated 60%) 2022-11-23T00:59:25.8008349Z adding: build/bin/op_registration_test (deflated 75%) 2022-11-23T00:59:25.8099202Z adding: build/bin/backend_fallback_test (deflated 60%) 2022-11-23T00:59:25.8554377Z adding: build/bin/blob_test (deflated 64%) 2022-11-23T00:59:25.8637367Z adding: build/bin/common_test (deflated 60%) 2022-11-23T00:59:25.8720720Z adding: build/bin/context_test (deflated 60%) 2022-11-23T00:59:25.8804957Z adding: build/bin/event_test (deflated 61%) 2022-11-23T00:59:25.8889159Z adding: build/bin/init_test (deflated 61%) 2022-11-23T00:59:25.8984037Z adding: build/bin/graph_test (deflated 61%) 2022-11-23T00:59:25.9077762Z adding: build/bin/module_test (deflated 60%) 2022-11-23T00:59:25.9162331Z adding: build/bin/net_async_tracing_test (deflated 60%) 2022-11-23T00:59:25.9256523Z adding: build/bin/net_dag_utils_test (deflated 61%) 2022-11-23T00:59:25.9411562Z adding: build/bin/net_simple_refcount_test (deflated 62%) 2022-11-23T00:59:25.9583253Z adding: build/bin/net_test (deflated 63%) 2022-11-23T00:59:25.9737106Z adding: build/bin/observer_test (deflated 63%) 2022-11-23T00:59:25.9897948Z adding: build/bin/operator_schema_test (deflated 63%) 2022-11-23T00:59:26.0083961Z adding: build/bin/operator_test (deflated 63%) 2022-11-23T00:59:26.0182575Z adding: build/bin/parallel_net_test (deflated 61%) 2022-11-23T00:59:26.0271779Z adding: build/bin/stats_test (deflated 61%) 2022-11-23T00:59:26.0354299Z adding: build/bin/timer_test (deflated 61%) 2022-11-23T00:59:26.0445582Z adding: build/bin/serialization_test (deflated 60%) 2022-11-23T00:59:26.0612568Z adding: build/bin/plan_executor_test (deflated 63%) 2022-11-23T00:59:26.0777149Z adding: build/bin/transform_test (deflated 63%) 2022-11-23T00:59:26.0869803Z adding: build/bin/workspace_test (deflated 60%) 2022-11-23T00:59:26.0951824Z adding: build/bin/fixed_divisor_test (deflated 60%) 2022-11-23T00:59:26.1036975Z adding: build/bin/inline_container_test (deflated 60%) 2022-11-23T00:59:26.1123119Z adding: build/bin/fatal_signal_asan_no_sig_test (deflated 61%) 2022-11-23T00:59:26.1207792Z adding: build/bin/simple_queue_test (deflated 60%) 2022-11-23T00:59:26.1310068Z adding: build/bin/math_test (deflated 61%) 2022-11-23T00:59:26.1400380Z adding: build/bin/proto_utils_test (deflated 60%) 2022-11-23T00:59:26.1481664Z adding: build/bin/cpuid_test (deflated 61%) 2022-11-23T00:59:26.1818279Z adding: build/bin/cast_test (deflated 61%) 2022-11-23T00:59:26.1898463Z adding: build/bin/smart_tensor_printer_test (deflated 60%) 2022-11-23T00:59:26.1990271Z adding: build/bin/predictor_test (deflated 60%) 2022-11-23T00:59:26.2084918Z adding: build/bin/AlgorithmsTest (deflated 61%) 2022-11-23T00:59:26.2170356Z adding: build/bin/data_filler_test (deflated 61%) 2022-11-23T00:59:26.2259728Z adding: build/bin/BinaryMatchImplTest (deflated 60%) 2022-11-23T00:59:26.2345697Z adding: build/bin/MatchTest (deflated 60%) 2022-11-23T00:59:26.2440311Z adding: build/bin/GraphTest (deflated 60%) 2022-11-23T00:59:26.2531215Z adding: build/bin/NeuralNetTest (deflated 61%) 2022-11-23T00:59:26.2625248Z adding: build/bin/TarjansImplTest (deflated 63%) 2022-11-23T00:59:26.2724177Z adding: build/bin/SubgraphMatcherTest (deflated 61%) 2022-11-23T00:59:26.2809669Z adding: build/bin/TopoSortTest (deflated 60%) 2022-11-23T00:59:26.2961520Z adding: build/bin/time_observer_test (deflated 63%) 2022-11-23T00:59:26.3108994Z adding: build/bin/ssa_test (deflated 63%) 2022-11-23T00:59:26.3264922Z adding: build/bin/batch_matmul_op_test (deflated 62%) 2022-11-23T00:59:26.3419046Z adding: build/bin/boolean_unmask_ops_test (deflated 62%) 2022-11-23T00:59:26.3575102Z adding: build/bin/conv_transpose_op_mobile_test (deflated 62%) 2022-11-23T00:59:26.3734842Z adding: build/bin/elementwise_op_test (deflated 63%) 2022-11-23T00:59:26.3828230Z adding: build/bin/generate_proposals_op_util_boxes_test (deflated 60%) 2022-11-23T00:59:26.3998515Z adding: build/bin/generate_proposals_op_test (deflated 62%) 2022-11-23T00:59:26.4114936Z adding: build/bin/generate_proposals_op_util_nms_test (deflated 61%) 2022-11-23T00:59:26.4271752Z adding: build/bin/half_float_ops_test (deflated 62%) 2022-11-23T00:59:26.4431458Z adding: build/bin/string_ops_test (deflated 62%) 2022-11-23T00:59:26.4516797Z adding: build/bin/text_file_reader_utils_test (deflated 60%) 2022-11-23T00:59:26.4670112Z adding: build/bin/utility_ops_test (deflated 62%) 2022-11-23T00:59:26.4818304Z adding: build/bin/backend_cutting_test (deflated 63%) 2022-11-23T00:59:26.5014005Z adding: build/bin/int8_test (deflated 63%) 2022-11-23T00:59:26.5170329Z adding: build/bin/int8_roi_align_op_test (deflated 62%) 2022-11-23T00:59:26.5346738Z adding: build/bin/bound_shape_inference_test (deflated 63%) 2022-11-23T00:59:26.5495147Z adding: build/bin/device_test (deflated 63%) 2022-11-23T00:59:26.5582719Z adding: build/bin/converter_nomigraph_test (deflated 60%) 2022-11-23T00:59:26.5729349Z adding: build/bin/mobile_test (deflated 63%) 2022-11-23T00:59:26.5876883Z adding: build/bin/dead_code_elim_test (deflated 63%) 2022-11-23T00:59:26.6031074Z adding: build/bin/distributed_test (deflated 63%) 2022-11-23T00:59:26.6187946Z adding: build/bin/depthwise3x3_conv_op_test (deflated 62%) 2022-11-23T00:59:26.6279248Z adding: build/bin/split_slss_test (deflated 60%) 2022-11-23T00:59:26.6441414Z adding: build/bin/nnpack_test (deflated 63%) 2022-11-23T00:59:26.6527177Z adding: build/bin/common_subexpression_elimination_test (deflated 60%) 2022-11-23T00:59:26.6698490Z adding: build/bin/pattern_net_transform_test (deflated 63%) 2022-11-23T00:59:26.6787475Z adding: build/bin/conv_to_nnpack_transform_test (deflated 60%) 2022-11-23T00:59:26.6816711Z adding: build/bin/tutorial_tensorexpr (deflated 68%) 2022-11-23T00:59:26.6906953Z adding: build/bin/test_dist_autograd (deflated 60%) 2022-11-23T00:59:26.7021394Z adding: build/bin/test_cpp_rpc (deflated 60%) 2022-11-23T00:59:26.8774856Z adding: build/bin/test_tensorexpr (deflated 73%) 2022-11-23T00:59:26.8777649Z adding: build/bin/parallel_benchmark (deflated 70%) 2022-11-23T00:59:26.8889365Z adding: build/bin/test_mobile_nnc (deflated 61%) 2022-11-23T00:59:26.8905634Z adding: build/bin/aot_model_compiler_test (deflated 66%) 2022-11-23T00:59:26.9432911Z adding: build/bin/test_lazy (deflated 73%) 2022-11-23T00:59:27.1718834Z adding: build/bin/test_api (deflated 68%) 2022-11-23T00:59:27.1726733Z adding: build/bin/torch_shm_manager (deflated 61%) 2022-11-23T00:59:27.2733633Z adding: build/bin/test_jit (deflated 66%) 2022-11-23T00:59:27.2817190Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T00:59:27.2817402Z with: 2022-11-23T00:59:27.2817611Z name: linux-focal-py3.7-clang10-onnx 2022-11-23T00:59:27.2817834Z retention-days: 14 2022-11-23T00:59:27.2818018Z if-no-files-found: error 2022-11-23T00:59:27.2818224Z path: artifacts.zip 2022-11-23T00:59:27.2818422Z s3-bucket: gha-artifacts 2022-11-23T00:59:27.2818600Z region: us-east-1 2022-11-23T00:59:27.2818780Z ##[endgroup] 2022-11-23T00:59:27.9823455Z With the provided path, there will be 1 file uploaded 2022-11-23T00:59:27.9824242Z Uploading to s3 prefix: pytorch/pytorch/3528293562/linux-focal-py3.7-clang10-onnx 2022-11-23T00:59:27.9887203Z Starting upload of artifacts.zip 2022-11-23T00:59:31.2748379Z Finished upload of artifacts.zip 2022-11-23T00:59:31.2986632Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T00:59:31.2986851Z with: 2022-11-23T00:59:31.2987044Z s3-prefix: pytorch/pytorch/3528293562/1/artifact 2022-11-23T00:59:31.2987266Z retention-days: 365 2022-11-23T00:59:31.2987464Z if-no-files-found: warn 2022-11-23T00:59:31.2987656Z path: sccache-stats-*.json 2022-11-23T00:59:31.2987848Z name: artifact 2022-11-23T00:59:31.2988027Z s3-bucket: gha-artifacts 2022-11-23T00:59:31.2988218Z region: us-east-1 2022-11-23T00:59:31.2988459Z ##[endgroup] 2022-11-23T00:59:31.6364663Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T00:59:31.6365152Z With the provided path, there will be 1 file uploaded 2022-11-23T00:59:31.6365645Z Uploading to s3 prefix: pytorch/pytorch/3528293562/1/artifact 2022-11-23T00:59:31.6372430Z Starting upload of sccache-stats-linux-focal-py3.7-clang10-onnx-9654934668.json 2022-11-23T00:59:31.7600537Z Finished upload of sccache-stats-linux-focal-py3.7-clang10-onnx-9654934668.json 2022-11-23T00:59:31.8230947Z ##[group]Run pytorch/test-infra/.github/actions/teardown-linux@main 2022-11-23T00:59:31.8231197Z with: 2022-11-23T00:59:31.8231366Z ##[endgroup] 2022-11-23T00:59:31.8332319Z ##[group]Run set -eou pipefail 2022-11-23T00:59:31.8332553Z set -eou pipefail 2022-11-23T00:59:31.8332740Z  2022-11-23T00:59:31.8332979Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-11-23T00:59:31.8333220Z for _ in $(seq 1440); do 2022-11-23T00:59:31.8333448Z  # Break if no ssh session exists anymore 2022-11-23T00:59:31.8333670Z  if [ "$(who)" = "" ]; then 2022-11-23T00:59:31.8333842Z  break 2022-11-23T00:59:31.8334011Z  fi 2022-11-23T00:59:31.8334181Z  echo "." 2022-11-23T00:59:31.8334341Z  sleep 5 2022-11-23T00:59:31.8334513Z done 2022-11-23T00:59:31.8346078Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:59:31.8346336Z ##[endgroup] 2022-11-23T00:59:31.8371293Z Holding runner for 2 hours until all ssh sessions have logged out 2022-11-23T00:59:31.8718505Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-11-23T00:59:31.8718838Z # ignore expansion of "docker ps -q" since it could be empty 2022-11-23T00:59:31.8719224Z # shellcheck disable=SC2046 2022-11-23T00:59:31.8719534Z docker stop $(docker ps -q) || true 2022-11-23T00:59:31.8719754Z # Prune all of the docker images 2022-11-23T00:59:31.8719989Z docker system prune -af 2022-11-23T00:59:31.8730737Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T00:59:31.8730954Z ##[endgroup] 2022-11-23T00:59:36.7380797Z 6f5656155961 2022-11-23T00:59:37.1548838Z Deleted Containers: 2022-11-23T00:59:37.1549255Z 6f5656155961dc3464a31e944d9f9365ccf3adaa3674455f700fc3722dc17ca0 2022-11-23T00:59:37.1549475Z 2022-11-23T00:59:44.2321164Z Deleted Images: 2022-11-23T00:59:44.2322021Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang10-onnx:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T00:59:44.2322722Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang10-onnx@sha256:9e01b194d21b8d370860b28bcae1f60213cbfa40ec89c91b7813a693465c10a3 2022-11-23T00:59:44.2323205Z deleted: sha256:00d6b98a03273408ce85e116bdcfd6e5343adea01c433a9a4c997ffbc554cf61 2022-11-23T00:59:44.2323757Z deleted: sha256:c08e0c3a9d1a00d70f9d3fb423871c0f07a7d5f80e3e7dfa0d394e86fe5739a6 2022-11-23T00:59:44.2324407Z deleted: sha256:4c015a84fd25cb5e0fcefe0aab31200a1363488e1c078c528db1ab0d663d660d 2022-11-23T00:59:44.2325029Z deleted: sha256:9847e76f5fdfe2439ab3aab62986ca83f73d567bc0189a2c623bab9a2190aa49 2022-11-23T00:59:44.2325696Z deleted: sha256:60716f5ed9c519ac017fdb02bfb6d68ba3d08a4ed2b20490f98c391c704ef726 2022-11-23T00:59:44.2326056Z deleted: sha256:6512660ad8e633104eb69b8b1c21f98d7f870074630ee6ffc1ddc4840da0ece9 2022-11-23T00:59:44.2326378Z deleted: sha256:62b7ae2ca2d35914a7f54d404db9ec4b8140cc7015a9a056215777ee17a5abdf 2022-11-23T00:59:44.2326708Z deleted: sha256:3c01863e07af0458194f7ed86271b97438779cf6bdfac6afbde8ccbada43c0c9 2022-11-23T00:59:44.2327026Z deleted: sha256:50155bbdbf4ebda39bff57263c1f5c66ff1cc0ff72451724291fc8862707fe01 2022-11-23T00:59:44.2327361Z deleted: sha256:83af9aff8620ca6405f062d1b4d3ec5b663606cb8afe6137b94990e65259715c 2022-11-23T00:59:44.2327688Z deleted: sha256:c8063452bb91a344caea9fd3356ca59b68d208d376893ee89d0c5957589bbf16 2022-11-23T00:59:44.2328133Z deleted: sha256:7728f613cf0151b3af19639230dd6608cd3d0a629126d7ff3f8fb755dedeb80e 2022-11-23T00:59:44.2328464Z deleted: sha256:899ef71e48adee8bb153601f01d3a496a16ffa6e55fdba049ebe339337ab7eaf 2022-11-23T00:59:44.2328788Z deleted: sha256:893e55df7a416b37525e3223c5517718e615fb13e55477ca1a6afa3fad91c850 2022-11-23T00:59:44.2329114Z deleted: sha256:7a6f3bf4e9574b94443202fc5ecdbef31cb570fdecf91a9b9998d0c99bb89e66 2022-11-23T00:59:44.2329500Z deleted: sha256:57900abe87de743a887c44db10b92c120562dee1ace388bac56ad6e76080abee 2022-11-23T00:59:44.2329836Z deleted: sha256:61b948eeeea685e22ddfcc848e7fe459c52ed02f3b7b5cb227995d11f519d88f 2022-11-23T00:59:44.2330175Z deleted: sha256:9e20cf1fec23e348fb2840d91f5185b1aa9b8b5a09c3fb01dd445aa849f87658 2022-11-23T00:59:44.2330487Z deleted: sha256:b1a170eeee5561f840a21149d2869d7fc6566e5557748cefb0c5f99309da112a 2022-11-23T00:59:44.2330804Z deleted: sha256:3848352efd4c4be00b6241468e55123afc964d2c2b3dc3ec181821bf20479a42 2022-11-23T00:59:44.2331125Z deleted: sha256:ccaa606cbc7f4ba1129f26335e8c30b937867037348c08e3c83b83f37efab094 2022-11-23T00:59:44.2331465Z deleted: sha256:2bbbca175abfab2b11c23dc9397b760a8c4f66a70d504c5cf52ca3e4dff06869 2022-11-23T00:59:44.2331788Z deleted: sha256:0c9447235c1575c998bdbdebf328d11d2387ec0101cd3c5ed26510b74e238a2a 2022-11-23T00:59:44.2332114Z deleted: sha256:d66ece2028fe06f019ee51074eae4d855398dff4b205acec40c82e01f29abb32 2022-11-23T00:59:44.2332459Z deleted: sha256:4b88f830f1cf3d89bef1e83936fdbec5bce2f0dbe8152e4986c6831946ce93aa 2022-11-23T00:59:44.2332786Z deleted: sha256:6afd8525dd7c803ef5be177c58cf3417c57c8efcd0960a9ce5b9221a74107ecc 2022-11-23T00:59:44.2333135Z deleted: sha256:dab8ad12abda52c8c6bab46c9c6c8a8571fe53e0f1a19b0e7696a0664c815813 2022-11-23T00:59:44.2333489Z deleted: sha256:261f6dae1a15dea7f2be1e695a9c84bee3ceedbf55b740dc38e2d8b8aa92db23 2022-11-23T00:59:44.2333839Z deleted: sha256:46bddce9746222c4ec3ebcec92805fd370942ccea61af6ae3bb0471816ae9bbf 2022-11-23T00:59:44.2334159Z deleted: sha256:a8e519fc0922f9c1f733356dc34c4861909da61132e4be6bfb73a09b9d6eeed1 2022-11-23T00:59:44.2334495Z deleted: sha256:25c8dad38dcf8b5da65d8c31bc731e2aebdd350a047bc6c1465b3f525696658f 2022-11-23T00:59:44.2334833Z deleted: sha256:6d67ac98bcb272c7b16caaa416368d74b106210bce7bc6301128d87846183f11 2022-11-23T00:59:44.2335144Z deleted: sha256:58c95be4e7f6f50a9f895164bf4b12f29d39747dba7a1a9b6f3720b6601d05d9 2022-11-23T00:59:44.2335462Z deleted: sha256:d48e1974bf488962733894dc8e80ca63aa89d63b1e8795fac5970a46d99fef5f 2022-11-23T00:59:44.2335782Z deleted: sha256:5375e7ae2bf0753ab6d5b33ab1f0df625542deb1e5b07641191db254077dd3e2 2022-11-23T00:59:44.2336102Z deleted: sha256:801619ea41435b186aa8231f7a19bc47b3acb14329d83fc72d3c7b50f93ad48b 2022-11-23T00:59:44.2336406Z deleted: sha256:de45b1f7724af89ae353ccb79838dc43e97829fd5ce71901b7e8f7cc9b48666c 2022-11-23T00:59:44.2336735Z deleted: sha256:ecf9b9896f6a7e3f8bbdc222ae53802a0fc6417d898382105dfe56802445123f 2022-11-23T00:59:44.2337061Z deleted: sha256:7a0a7fd9a56d0429487214a8f0565f41785c5625bcabef1d29bc9cd7dfa14201 2022-11-23T00:59:44.2337362Z deleted: sha256:095f2d549f85273965c226f9337af1e343ea6911b16cbf0c3dd5ac32809eaa91 2022-11-23T00:59:44.2337686Z deleted: sha256:457ee5c43dcfd60dd7b17a38bfab0580dc1e4ac7a70759d5297d24f1e3595069 2022-11-23T00:59:44.2338011Z deleted: sha256:15d7f58ece39260f0fd89f7b22a378027ce3005e330584636697993149e37b0d 2022-11-23T00:59:44.2338314Z deleted: sha256:6d4d1fd3693d5d3d27650ae100b048604f8c4582f840926f278225049efdb752 2022-11-23T00:59:44.2338622Z deleted: sha256:172f50e3a63760a6ccbe055fba37d41deb4715981f6bee416d727f678da493d3 2022-11-23T00:59:44.2338947Z deleted: sha256:a713905140fdd1d2d6fe686b33bd929ecc804ea986f7bc3ca7050bedac483bd6 2022-11-23T00:59:44.2339281Z deleted: sha256:f5e63b4cc91401caead74d1c0882634dce8b7e40c2cfcd553455f6857202b677 2022-11-23T00:59:44.2339606Z deleted: sha256:d2d549a578f87e4cde5acfcfa2024b31292c552be812de17883e63ad3091cf4f 2022-11-23T00:59:44.2339942Z deleted: sha256:bbc9f69d722ddbd414ad3e1a86736107968306e262ef42eab55f9cde88d9a8a4 2022-11-23T00:59:44.2340312Z deleted: sha256:ab0b6063e5d46655ccabbc02d01ac5fc3f8798f6502b52c3a0f458a91e926e70 2022-11-23T00:59:44.2340631Z deleted: sha256:60a898d33f534078fbf5e698143206350fa90510fb1ed980af04ce4900dfc26e 2022-11-23T00:59:44.2340932Z deleted: sha256:8f1024b8a7aec2d8d03b99b18d121e1c5c79330e4169262a09fe7cf970553114 2022-11-23T00:59:44.2341265Z deleted: sha256:9dffc9cab82d28fcb48d85d57799ea2d918962db1e20f5fab5a730e6ad10fddc 2022-11-23T00:59:44.2341636Z deleted: sha256:2807782c99fd8f951380f00eb0ff843c81395367d375517bc246bcd5ef452904 2022-11-23T00:59:44.2341940Z deleted: sha256:b38c037403ec64fab06be0e98d3772d8ba872cf411ec12b555ee2ff5d1b461d7 2022-11-23T00:59:44.2342261Z deleted: sha256:2adc7269923454f27a1c327a2a20719070540a028bf3eec56afeb9d08ac5962d 2022-11-23T00:59:44.2342579Z deleted: sha256:9353d6312bba6cf328ac147a7eeb2cbf9a2697ae7f432622834e5ed6942bb26e 2022-11-23T00:59:44.2343025Z deleted: sha256:b219bc02ea8133b28b9857460d9aba303c4bfc07789f8df04d643dc009e0df3c 2022-11-23T00:59:44.2343371Z deleted: sha256:f4462d5b2da2985f37409c9b257afd2b9fb82356ce4e43e804ee34214242e34a 2022-11-23T00:59:44.2343627Z 2022-11-23T00:59:44.2344105Z Total reclaimed space: 7.029GB 2022-11-23T00:59:44.2470216Z Post job cleanup. 2022-11-23T00:59:44.2547506Z Post job cleanup. 2022-11-23T00:59:44.3604986Z [command]/usr/bin/git version 2022-11-23T00:59:44.3993772Z git version 2.37.1 2022-11-23T00:59:44.4034893Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/cde311ec-9150-48c9-a278-3cece128f0d4' before making global git config changes 2022-11-23T00:59:44.4035638Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T00:59:44.4040410Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T00:59:44.4088202Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-11-23T00:59:44.4119078Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-11-23T00:59:44.4617709Z Entering 'android/libs/fbjni' 2022-11-23T00:59:44.4652155Z Entering 'third_party/FP16' 2022-11-23T00:59:44.4686412Z Entering 'third_party/FXdiv' 2022-11-23T00:59:44.4721955Z Entering 'third_party/NNPACK' 2022-11-23T00:59:44.4756387Z Entering 'third_party/QNNPACK' 2022-11-23T00:59:44.4791863Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:59:44.4827405Z Entering 'third_party/XNNPACK' 2022-11-23T00:59:44.4874064Z Entering 'third_party/benchmark' 2022-11-23T00:59:44.4908087Z Entering 'third_party/cpuinfo' 2022-11-23T00:59:44.4943896Z Entering 'third_party/cub' 2022-11-23T00:59:44.4978041Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:59:44.5018167Z Entering 'third_party/cutlass' 2022-11-23T00:59:44.5057501Z Entering 'third_party/eigen' 2022-11-23T00:59:44.5094755Z Entering 'third_party/fbgemm' 2022-11-23T00:59:44.5128922Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:59:44.5162828Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:59:44.5196543Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:59:44.5230758Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:59:44.5265666Z Entering 'third_party/flatbuffers' 2022-11-23T00:59:44.5302673Z Entering 'third_party/fmt' 2022-11-23T00:59:44.5337438Z Entering 'third_party/foxi' 2022-11-23T00:59:44.5371691Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:59:44.5406872Z Entering 'third_party/gloo' 2022-11-23T00:59:44.5442534Z Entering 'third_party/googletest' 2022-11-23T00:59:44.5476943Z Entering 'third_party/ideep' 2022-11-23T00:59:44.5510872Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:59:44.5547806Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:59:44.5588045Z Entering 'third_party/ios-cmake' 2022-11-23T00:59:44.5622672Z Entering 'third_party/ittapi' 2022-11-23T00:59:44.5658292Z Entering 'third_party/kineto' 2022-11-23T00:59:44.5692391Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:59:44.5726311Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:59:44.5762731Z Entering 'third_party/nccl/nccl' 2022-11-23T00:59:44.5798029Z Entering 'third_party/neon2sse' 2022-11-23T00:59:44.5832955Z Entering 'third_party/nlohmann' 2022-11-23T00:59:44.5868982Z Entering 'third_party/onnx' 2022-11-23T00:59:44.5915385Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:59:44.5949090Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:59:44.5985922Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:59:44.6019283Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:59:44.6056391Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:59:44.6089872Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:59:44.6122926Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:59:44.6161377Z Entering 'third_party/pocketfft' 2022-11-23T00:59:44.6195139Z Entering 'third_party/protobuf' 2022-11-23T00:59:44.6232234Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:59:44.6266237Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:59:44.6300981Z Entering 'third_party/psimd' 2022-11-23T00:59:44.6335953Z Entering 'third_party/pthreadpool' 2022-11-23T00:59:44.6370208Z Entering 'third_party/pybind11' 2022-11-23T00:59:44.6403906Z Entering 'third_party/python-enum' 2022-11-23T00:59:44.6437544Z Entering 'third_party/python-peachpy' 2022-11-23T00:59:44.6473227Z Entering 'third_party/python-six' 2022-11-23T00:59:44.6506429Z Entering 'third_party/sleef' 2022-11-23T00:59:44.6539759Z Entering 'third_party/tbb' 2022-11-23T00:59:44.6576373Z Entering 'third_party/tensorpipe' 2022-11-23T00:59:44.6610645Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:59:44.6644177Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:59:44.6677431Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:59:44.6711211Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:59:44.6743432Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:59:44.6779080Z Entering 'third_party/zstd' 2022-11-23T00:59:44.6828271Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T00:59:44.6854416Z http.https://github.com/.extraheader 2022-11-23T00:59:44.6861960Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-11-23T00:59:44.6905400Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-11-23T00:59:44.7165102Z Entering 'android/libs/fbjni' 2022-11-23T00:59:44.7184154Z http.https://github.com/.extraheader 2022-11-23T00:59:44.7211450Z Entering 'third_party/FP16' 2022-11-23T00:59:44.7233323Z http.https://github.com/.extraheader 2022-11-23T00:59:44.7259973Z Entering 'third_party/FXdiv' 2022-11-23T00:59:44.7279555Z http.https://github.com/.extraheader 2022-11-23T00:59:44.7307580Z Entering 'third_party/NNPACK' 2022-11-23T00:59:44.7327107Z http.https://github.com/.extraheader 2022-11-23T00:59:44.7355195Z Entering 'third_party/QNNPACK' 2022-11-23T00:59:44.7374931Z http.https://github.com/.extraheader 2022-11-23T00:59:44.7416210Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T00:59:44.7435561Z http.https://github.com/.extraheader 2022-11-23T00:59:44.7462864Z Entering 'third_party/XNNPACK' 2022-11-23T00:59:44.7482800Z http.https://github.com/.extraheader 2022-11-23T00:59:44.7519476Z Entering 'third_party/benchmark' 2022-11-23T00:59:44.7538896Z http.https://github.com/.extraheader 2022-11-23T00:59:44.7566170Z Entering 'third_party/cpuinfo' 2022-11-23T00:59:44.7586352Z http.https://github.com/.extraheader 2022-11-23T00:59:44.7613808Z Entering 'third_party/cub' 2022-11-23T00:59:44.7633866Z http.https://github.com/.extraheader 2022-11-23T00:59:44.7661394Z Entering 'third_party/cudnn_frontend' 2022-11-23T00:59:44.7681602Z http.https://github.com/.extraheader 2022-11-23T00:59:44.7713574Z Entering 'third_party/cutlass' 2022-11-23T00:59:44.7734026Z http.https://github.com/.extraheader 2022-11-23T00:59:44.7778165Z Entering 'third_party/eigen' 2022-11-23T00:59:44.7798065Z http.https://github.com/.extraheader 2022-11-23T00:59:44.7840309Z Entering 'third_party/fbgemm' 2022-11-23T00:59:44.7860098Z http.https://github.com/.extraheader 2022-11-23T00:59:44.7888112Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T00:59:44.7908385Z http.https://github.com/.extraheader 2022-11-23T00:59:44.7935811Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T00:59:44.7955134Z http.https://github.com/.extraheader 2022-11-23T00:59:44.7982593Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T00:59:44.8001876Z http.https://github.com/.extraheader 2022-11-23T00:59:44.8029075Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T00:59:44.8048352Z http.https://github.com/.extraheader 2022-11-23T00:59:44.8077112Z Entering 'third_party/flatbuffers' 2022-11-23T00:59:44.8096624Z http.https://github.com/.extraheader 2022-11-23T00:59:44.8124995Z Entering 'third_party/fmt' 2022-11-23T00:59:44.8145507Z http.https://github.com/.extraheader 2022-11-23T00:59:44.8173155Z Entering 'third_party/foxi' 2022-11-23T00:59:44.8194474Z http.https://github.com/.extraheader 2022-11-23T00:59:44.8220307Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T00:59:44.8240201Z http.https://github.com/.extraheader 2022-11-23T00:59:44.8267707Z Entering 'third_party/gloo' 2022-11-23T00:59:44.8287498Z http.https://github.com/.extraheader 2022-11-23T00:59:44.8313948Z Entering 'third_party/googletest' 2022-11-23T00:59:44.8334231Z http.https://github.com/.extraheader 2022-11-23T00:59:44.8360795Z Entering 'third_party/ideep' 2022-11-23T00:59:44.8380669Z http.https://github.com/.extraheader 2022-11-23T00:59:44.8416325Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T00:59:44.8436390Z http.https://github.com/.extraheader 2022-11-23T00:59:44.8482052Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T00:59:44.8502774Z http.https://github.com/.extraheader 2022-11-23T00:59:44.8549134Z Entering 'third_party/ios-cmake' 2022-11-23T00:59:44.8569981Z http.https://github.com/.extraheader 2022-11-23T00:59:44.8607003Z Entering 'third_party/ittapi' 2022-11-23T00:59:44.8628049Z http.https://github.com/.extraheader 2022-11-23T00:59:44.8654207Z Entering 'third_party/kineto' 2022-11-23T00:59:44.8674499Z http.https://github.com/.extraheader 2022-11-23T00:59:44.8714162Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T00:59:44.8734038Z http.https://github.com/.extraheader 2022-11-23T00:59:44.8760961Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T00:59:44.8780409Z http.https://github.com/.extraheader 2022-11-23T00:59:44.8808992Z Entering 'third_party/nccl/nccl' 2022-11-23T00:59:44.8829404Z http.https://github.com/.extraheader 2022-11-23T00:59:44.8856497Z Entering 'third_party/neon2sse' 2022-11-23T00:59:44.8876505Z http.https://github.com/.extraheader 2022-11-23T00:59:44.8902909Z Entering 'third_party/nlohmann' 2022-11-23T00:59:44.8923229Z http.https://github.com/.extraheader 2022-11-23T00:59:44.8950930Z Entering 'third_party/onnx' 2022-11-23T00:59:44.8970957Z http.https://github.com/.extraheader 2022-11-23T00:59:44.9009530Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T00:59:44.9029528Z http.https://github.com/.extraheader 2022-11-23T00:59:44.9071013Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T00:59:44.9090953Z http.https://github.com/.extraheader 2022-11-23T00:59:44.9120141Z Entering 'third_party/onnx-tensorrt' 2022-11-23T00:59:44.9140030Z http.https://github.com/.extraheader 2022-11-23T00:59:44.9167661Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T00:59:44.9186401Z http.https://github.com/.extraheader 2022-11-23T00:59:44.9230853Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T00:59:44.9249927Z http.https://github.com/.extraheader 2022-11-23T00:59:44.9277189Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T00:59:44.9296667Z http.https://github.com/.extraheader 2022-11-23T00:59:44.9337372Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T00:59:44.9356802Z http.https://github.com/.extraheader 2022-11-23T00:59:44.9398730Z Entering 'third_party/pocketfft' 2022-11-23T00:59:44.9419447Z http.https://github.com/.extraheader 2022-11-23T00:59:44.9446632Z Entering 'third_party/protobuf' 2022-11-23T00:59:44.9466843Z http.https://github.com/.extraheader 2022-11-23T00:59:44.9496352Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T00:59:44.9516264Z http.https://github.com/.extraheader 2022-11-23T00:59:44.9543398Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T00:59:44.9563189Z http.https://github.com/.extraheader 2022-11-23T00:59:44.9591481Z Entering 'third_party/psimd' 2022-11-23T00:59:44.9611703Z http.https://github.com/.extraheader 2022-11-23T00:59:44.9639089Z Entering 'third_party/pthreadpool' 2022-11-23T00:59:44.9659649Z http.https://github.com/.extraheader 2022-11-23T00:59:44.9686859Z Entering 'third_party/pybind11' 2022-11-23T00:59:44.9708221Z http.https://github.com/.extraheader 2022-11-23T00:59:44.9733979Z Entering 'third_party/python-enum' 2022-11-23T00:59:44.9753880Z http.https://github.com/.extraheader 2022-11-23T00:59:44.9781695Z Entering 'third_party/python-peachpy' 2022-11-23T00:59:44.9802000Z http.https://github.com/.extraheader 2022-11-23T00:59:44.9829405Z Entering 'third_party/python-six' 2022-11-23T00:59:44.9849129Z http.https://github.com/.extraheader 2022-11-23T00:59:44.9875402Z Entering 'third_party/sleef' 2022-11-23T00:59:44.9895656Z http.https://github.com/.extraheader 2022-11-23T00:59:44.9936269Z Entering 'third_party/tbb' 2022-11-23T00:59:44.9957559Z http.https://github.com/.extraheader 2022-11-23T00:59:44.9995767Z Entering 'third_party/tensorpipe' 2022-11-23T00:59:45.0016144Z http.https://github.com/.extraheader 2022-11-23T00:59:45.0057249Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T00:59:45.0077643Z http.https://github.com/.extraheader 2022-11-23T00:59:45.0103927Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T00:59:45.0123600Z http.https://github.com/.extraheader 2022-11-23T00:59:45.0149880Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T00:59:45.0169525Z http.https://github.com/.extraheader 2022-11-23T00:59:45.0197211Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T00:59:45.0217518Z http.https://github.com/.extraheader 2022-11-23T00:59:45.0244286Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T00:59:45.0264626Z http.https://github.com/.extraheader 2022-11-23T00:59:45.0294867Z Entering 'third_party/zstd' 2022-11-23T00:59:45.0316145Z http.https://github.com/.extraheader 2022-11-23T00:59:45.0554557Z Evaluate and set job outputs 2022-11-23T00:59:45.0564074Z Set output 'docker-image' 2022-11-23T00:59:45.0565266Z Cleaning up orphan processes